Learn Why ‘less’ is Faster Than ‘more’ Command for Effective File Navigation

More is a *nix command line used to display the contents of a file in a console. The basic usage of more command is to run the command against a... Read more

Upgrading Bash for the Shellshock Vulnerability

Upgrading Bash for the Shellshock Vulnerability Shellshock, or Bashdoor, is a vulnerability that was discovered on September 12th, 2014 and embargoed until September 24th when it was assigned the CVE... Read more

Protecting Your Linode with TCP Wrappers

Protecting Your Linode with TCP Wrappers TCP wrappers are a host-based access control system. They are used to prevent unauthorized access to your server by allowing only specific clients access... Read more

Setup OpenVPN on CentOS 6

In this tutorial we will show you how to install Open VPN on a CentOS 6 VPS Server. OpenVPN is an open source VPN Server that can be used for... Read more

8 Linux ‘Parted’ Commands to Create, Resize and Rescue Disk Partitions

Parted is a famous command line tool that allows you to easily manage hard disk partitions. It can help you add, delete, shrink and extend disk partitions along with the... Read more

10 Lesser Known Commands for Linux – Part 3

Overwhelmed with the response of last two articles of “Lesser Known Linux Article” series namely. 11 Lesser Known Useful Linux Commands – Part I 10 Lesser Known Linux Commands –... Read more

How to Extract Tar Files to Specific or Different Directory in Linux

The tar utility is one of the utilities that you can use to create a backup on a Linux system. It includes many options that one can use to specify... Read more

Full Disk Encryption

Full Disk Encryption Deprecated This guide has been deprecated and is no longer being maintained. Full disk encryption protects the information stored on your Linode’s disks by converting it into... Read more

11 Advanced Linux ‘Grep’ Commands on Character Classes and Bracket Expressions

Have you ever been into a situation where you need to search for a string, word or pattern inside a file? if yes, then the grep utility comes handy in... Read more

Using rdiff-backup with SSHFS

Using rdiff-backup with SSHFS Rdiff-backup is an open source backup system that performs incremental, differential backups on a wide variety of platforms. Many people use rdiff-backup on both sides of... Read more