Randomise file dates

I wrote a small Perl script to randomise file dates. It doesn’t seem particularly useful, but I needed it to have some test data. It accepts as argument either a filename or a wildcard expression. . . . → Read More: Randomise file dates

Using a file to add additional swap space

If you need to add an additional swap space, but you don’t have an available partition for it, or you want the flexibility of changing the size later, you can use a file for your swap. Here is how to do it.

The first step, is to create the files to be of the size . . . → Read More: Using a file to add additional swap space