Posts contained in the “Ubuntu” category:

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.

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…