Use Public Key Authentication with SSH

Use Public Key Authentication with SSH Password authentication is the default method most SSH clients use to authenticate with remote servers, but Public Key authentication has the benefit of convenience... Read more

Set Date and Time for Each Command You Execute in Bash History

By default, all commands executed by Bash on the command line are stored in history buffer or recorded in a file called ~/.bash_history. This means that a system administrator can... Read more

10 fdisk Commands to Manage Linux Disk Partitions

fdisk stands (for “fixed disk or format disk“) is an most commonly used command-line based disk manipulation utility for a Linux/Unix systems. With the help of fdisk command you can... Read more

Updating Virtual Host Settings from Apache 2.2 to Apache 2.4

Updating Virtual Host Settings from Apache 2.2 to Apache 2.4 This guide explains the configuration changes needed to update a standard virtual host setup, such as the one presented here,... Read more

How to Run Multiple Commands on Multiple Linux Servers

If you are managing multiple Linux servers, and you want to run multiple commands on all the Linux servers, but you have no idea about how to do it. There... Read more

How to Start Linux Command in Background and Detach Process in Terminal

In this guide, we shall bring to light a simple yet important concept in process handling in a Linux system, that is how to completely detach a process from its... Read more

How to Restore Deleted /tmp Directory in Linux

The /tmp directory contains mostly files that are required temporarily, it is used by different programs to create lock files and for temporary storage of data. Many of these files... Read more

Web.com Review

By Pete Griffin In a Nutshell  Web.com offers a comprehensive package that includes web hosting, a domain, and a drag-and-drop site builder. The pricing isn’t as low as some competitors,... Read more

SSL Certificates with Apache on Debian & Ubuntu

SSL Certificates with Apache on Debian & Ubuntu This guide will show you how to enable SSL to secure websites served through Apache on Debian and Ubuntu. Before You Begin... Read more

10 Useful Linux Command Line Tricks for Newbies – Part 2

I remember when I first started using Linux and I was used to the graphical interface of Windows, I truly hated the Linux terminal. Back then I was finding the... Read more