How to Jail FTP User
FTP is built on a client-server architecture and uses separate control and data connections between the client and the server.[…]
Read more
FTP is built on a client-server architecture and uses separate control and data connections between the client and the server.[…]
Read more
Rsync is a free software/package that is used for synchronizing and copying directories and files locally as well as remotely.[…]
Read more
Step 1: Create Webmail User Create the user along with their directory in /etc/postfix/vmailbox file. # vi /etc/postfix/vmailbox user@tecdistro.com tecdistro.com/user/[…]
Read more
There are 2 methods in order to delete the database in mysql through Linux Shell. Method 1: Delete through mysqladmin[…]
Read more
In Bash shell or other advance shell there are three file descriptors and these are: stdin (0) stdout (1) stderr[…]
Read more
The following are some useful shortcuts: Alt+F – Open the wrench menu (i.e chrome settings menu) Ctrl+J – Go to[…]
Read more
0 Halt the system. 1 Single-user mode 2 Local Multiuser with Networking but without network service 3 Full Multiuser with[…]
Read more
Step 1: Prerequisites Install Web Server PHP Firstly install all the required libraries that are dependent on munin installation: #[…]
Read more
Introduction To login via SSH without password we have to use ssh-keygen, ssh-keygen creates the public and private keys. ssh-copy-id[…]
Read more
Step-1: PreRequisites For installation of htop following are the dependencies # yum groupinstall “Development Tools” # yum install ncurses-devel zlib-devel[…]
Read more