Category: Linux

0

Download a file Linux to windows using SSH

Here we will discuss the way to copy files from linux server to windows machine by using SSH using windows command line.   Download and Install PUTTY from https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html Go to command line and...

0

What is Qmail Mail Transfer Agent

Qmail is a Mail Transfer Agent (MTA) that runs on Unix that is more secure replacement of sendmail program. Source code of Qmail is publicly available as well as its a free software.  ...

0

Cron Setup through Cpanel and Linux command

What is Cron Cron which is also known as Cron Job its basically a script that has some piece of code which is executed independently on server on scheduled time. Any command or script...

0

Some important general purpose linux commands

How to get Filesize of a Folder or Directory If you are looking for a linux command that shows the size of directory/folder then here it is du -hs –DIRECTORYPATH– where DIRECTORYPATH is the...