My home NAS machine is an Ubuntu 14.04 machine with a ZFS volume. I need the linux-headers packages in order to compile my ZFS dkms modules. Those take more space than the kernels tend to, …
Continue readingAuthor: Jed Reynolds
Finding the Offending Directories
Gnarly Backup School Series We have washed up on the shores of find…all these files drifting around us in the surf. Remember: In the last article I asked you to try finding all the …
Continue readingFinding Recent Files
Finding Recent Files Gnarly Backup School Series Before you suggest that it is better to use a backup program like Bacula or Amanda, I shall insist that making backups from the command-line is mighty useful. …
Continue readingSkimming Files Before You Grep Them
Grep is a utility to find string patterns in text files. I cannot show you all the magic that grep can perform. Often the stuff you want to find in a file is buried in …
Continue readingExtracting and Organizing with Bash
Long week? Yeah, me too. I have my heavy metal Linux band in the motel room and no customers to attend to at the moment…let’s do some Bash scripting! Remember the “thumbnailing” script I did …
Continue readingHave We Passed Peak Distro?
There have been a lot of news reports and blog posts that have been making waves in my pond lately: the too many Linux distros argument. I actually chimed in on this topic a few …
Continue readingSpeeding Ahead with ZFS and VirtualBox
In total, I have about 20 virtual hosts I take care of across a few workstations. On one system alone, I keep five running constantly, doing builds and network monitoring. At work, my Ubuntu workstation …
Continue readingThe Bigger Linux Metaphor
Who was it that said that Linux was like lumber? Was that Doc Searls? I don’t think it was Mad Dog. Well, I don’t see how the metaphor fits. Linux is not lumber, it’s a …
Continue readingBashing Your Shell: Shell Scripting Boot Camp
Spend enough time on the command line and you’ll eventually want to do many tasks…that take some intricate commands…repeatedly. A good example of this, is making thumbnails of photos. Basically, our workhorse of this script …
Continue readingUsing Command Line Aliases - Frequently
Back in 1994, when I had been using SunOS for three years and Linux for almost two years, people started talking about how you could make DOS command line abbreviations. What swill. By that time, …
Continue reading