How to Zip and Unzip files in UNIX

9 years ago

Here is how to Zip and Unzip files in UNIX unzip myFile.zip – This command will uncompress compressed files with…

Remove IP from Brute Force Protection

9 years ago

How to remove Ip from the Brute Force Protection by using SSH  ? When WHM locks out an user account, especially…

SSH with private key authentication

9 years ago

How to Add ssh user on linux server ? Ans: You can use the putyykey generator and generate the ssh…

Create yum repository on local machine

9 years ago

Yum repository on local machine If you want to install software/packages after installation of linux  (CentOS, Fedora etc.). You can create…

Using wget to download FTP folders

9 years ago

Using wget to download FTP folders If you want to copy all of the files and folders from one host…

Https to http redirection

9 years ago

How to redirect domain from https://domain.com to http://domain.com ? Ans:  If you tried all the possibilities with the .htaccess file…

Make your shell colorful

9 years ago

You can easily changed your black ssh screen to colorful screen by using following steps. 1) Login to the server…

Email when access the server

9 years ago

Email when access the server It’s always a good practice & from the security point of view to get notified…

AWK Linux command

9 years ago

why awk? awk is small, fast, and simple, unlike, say, perl. awk also has a clean comprehensible C-like input language,…

Server Monitoring Scripts and commands

9 years ago

Script to delete a line from a file if it have a particular pattern sed -i "/"pattern"/d" filename find /home/…