Posts contained in the “Local” category:

Most of the software I talk about exists out there in server land, but some of it sits right there on your desktop. I’ll talk about them here.

Make Your Cursor (i.e., Mouse Pointer) Disappear in Linux (when you’re typing, that is)

Image of a mouse cursor

One of the most annoying things I run into when using a computer is that I click in a box to start typing, and the cursor is blocking what I’m typing, so I can’t see it. (This also happens at work when I’m Windows 11.) It’s annoying, because sometimes I make a typo and I …read more…

Extract Audio from Video using ffmpeg

The great thing about using Linux is that you have a number of command line tools that can accomplish tasks and are generally faster than GUI-based alternatives. The Linux tool for manipulating video files is ffmpeg. Its official documentation is here and one version of the man file is here.  General Use The format for …read more…

Adding Page Numbers to a PDF file

I create a lot of booklets. Usually, this is because it’s a great way for me to put together some files and take them with me. I can slip them in a briefcase or backpack, and pull them out to read whenever I have a few spare moments. I recently had a situation where I …read more…

Learning Linux by Studying the Man Pages

So I did a thing, and I posted it to Reddit: Most applications in Linux come with a man page—essentially, an online manual. You can invoke this for any installed app with  man <application> where <application> is the name of the app in question.  I will say that the quality (and size) of these vary by …read more…

Optimize a scanned pdf on Linux

I scanned a rather longish document (241 pages), which resulted in a 101.7 MB document. I needed to get the file size down, but couldn’t find a decent way.  Finally, after quite a bit of googling, I found this link. I don’t know why, but it worked. It got that 101.7 MB document down to …read more…

Adding Command Aliases to Bash

How to add aliases to your terminal to save time and keystrokes with your most used commands.

Chromebook

So…I bought a Chromebook. I’ve wanted one for some time actually, because they are small and lightweight, the batteries last forever, and unlike the laptop I do all of my development on, I won’t install any extra stuff, so I can use it to focus just on writing. Because this is basically a glorified typewriter …read more…

Software Updates on Ubuntu

Unlike some operating systems (*cough* “Windows” *cough*), Ubuntu is pretty good about letting you know that updates are available, and how large they are. If updates are available, a convenient window pops up just after you log in that provides this information to you. However, there are times when you don’t want to update just …read more…

Life with Ubuntu, part 1

For reasons that are too complicated to get into here, I have recently upgraded an old laptop to Ubuntu 14.04. It is fun, exciting, and just a little bit scary. This series of posts will document my adventure with Ubuntu, both to encourage others to take the leap, and to track my learning curve. This experiment is …read more…

Print Folder Contents in Windows

One of the things I enjoyed about the Macintosh OS was that you could print the contents of a folder.* This was handy when I was editing a series of images or uploading files to a web site. Unfortunately, Windows doesn’t have an obvious way of doing this. However, you can do it easily via …read more…