For experienced Linux users navigating the command line is not an issue, but if you have operators that need to spend some but not all their time at the command line they may appreciate the…
Using the open-stack XEN virtualisation we can host and create virtual machines. This may be as an alternative to commercial offerings from Citrix, VMWARE or Microsoft and Hyper-V. Xen by itself is OK but it lacks the additional management tools…
The Linux command line tool grep is your first step in learning regular expressions, or at least allowing you practice. It is a powerful tool that is as easy as -A -B and -C to use;…
Another really useful utility from the Linux command line arsenal is cut. With this we are able to extract data by using the: field -f character -c byte -b Most useful will be the -f option…
If you too, still haven't found what you are looking for then perhaps you need to brush up on your Linux command line skills and review the options for find. That's enough of the gags…
The tail command is one I am sure many people use every day in Linux, both sysadmins and users, but I do believe there are options that are often overlooked. This holds true with many commands and…