News

One of my favorite utilities on the Linux command-line, and block storage is one of my favorite features on Linode's platform, so in this article I get to combine both of these together - because what ...
Our back up was successful. How to back up a local Linux directory to a remote Linux host with rsync Your email has been sent There are countless ways to back up data on the Linux platform. One of the ...
If you need to share or transfer files between Linux machines, you have plenty of options. Here are some you might not have considered.
I have a Linux file server and I'm thinking of Rsyncing to the /home/rbackup directory but when I'm no the ibook the path to my Linux box is really long and complicated when I browse for it. Can ...
Some Linux commands can make your time on the command line easier and more productive. This post covers some commands that can come in very handy. 1. Using the tldr command to simplify man pages The ...
The Linux command line is a text interface to your computer. Also known as shell, terminal, console, command prompts and many others, is a computer program intended to interpret commands. Allows users ...
I've inherited a relatively simple wrapper script for rsync that I've been trying to modify to allow included/excluded file lists (specifically, adding a comma-delimited list of files to sync, ...