Although in Linux you can easily create multi-part zip files, unzipping them can be problematic. By using the -s argument…
When you need to schedule a Unix or Linux job in crontab to run on the first Sunday of the…
Your DD-WRT enabled router can be configured to block ads as described in the Ad Blocking article. For non-Micro DD-WRT…
Through Windows’ WMI Service you can find out who the owner is of a file. This is somewhat similar to…
If you need to automatically start/stop Tomcat each time you start/stop/reboot your Linux server, you can do so by creating…
If you need to convert a DOS text file to a UNIX text file, and the dos2unix command is not…
The example below shows how you can exclude file “somefile.txt” and directory “subfolder6” from the tar command:
Although there are several ways to achieve this, the way I most often tar and gzip files using a single…
With UNIX scripts you can do many powerful things. You won’t be able to take over the world with it,…