How to Send Email in Linux
Following are the methods through which we can send email in linux: Method 1: mail # mail -s “Test Email”[…]
Read more
Following are the methods through which we can send email in linux: Method 1: mail # mail -s “Test Email”[…]
Read more
Step 1: Remove mysql Server We can use apt-get command in order to remove both MySQL server and client in[…]
Read more
Step 1: Prerequisites Install Web Server PHP MySQL Server Step 2: Download Package Download rpm package for CentOS / RedHat[…]
Read more
Export MySQL database To export mysql database, use the mysqldump command. # mysqldump -u root -p database-name > backup.sql e.g[…]
Read more
Introduction MySQL Community Edition is a freely downloadable version of the world’s most popular open source database that is supported[…]
Read more
Introduction A crontab is a simple text file with a list of commands meant to be run at specified times.[…]
Read more
Following are some useful commands to check the memory status of machine: free Command Use free command to check the[…]
Read more
Method 1: Command Line Step 1: Edit in /etc/sysconfig/network File In order to change the hostname edit the following file:[…]
Read more
For Fedora / RHEL / Cent OS Linux Step 1: Install apache # yum install httpd Step 2: Start apache[…]
Read more
Introduction The File Transfer Protocol (FTP) is a standard network protocol used to transfer computer files from one host to[…]
Read more