Skip to content

Learning based website

Latest Posts

How to Send Email in Linux

April 3, 2015 howto How To, Mail Server

Following are the methods through which we can send email in linux: Method 1: mail # mail -s “Test Email”[…]

Read more

How to Uninstall MySQL Server in Debian/Ubuntu

April 1, 2015 howto Database Server, How To

Step 1: Remove mysql Server We can use apt-get command in order to remove both MySQL server and client in[…]

Read more

How to Install phpmyadmin in CentOS / RedHat / Fedora

March 31, 2015 howto How To, Web Server

Step 1: Prerequisites Install Web Server PHP MySQL Server Step 2: Download Package Download rpm package for CentOS / RedHat[…]

Read more

How to Export & Import MySQL database in Linux

March 31, 2015 howto Database Server, How To

Export MySQL database To export mysql database, use the mysqldump command. # mysqldump -u root -p database-name > backup.sql e.g[…]

Read more

How to Install MySQL Server on CentOS / RHEL / FEDORA

March 31, 2015 howto Database Server, How To

Introduction MySQL Community Edition is a freely downloadable version of the world’s most popular open source database that is supported[…]

Read more

How to Set a Cronjob in Linux

March 30, 2015 howto How To, NTP Server, Other

Introduction A crontab is a simple text file with a list of commands meant to be run at specified times.[…]

Read more

How to Check Memory in Linux

March 30, 2015 howto How To, Other

Following are some useful commands to check the memory status of machine: free Command Use free command to check the[…]

Read more

How to Change Hostname in Linux

March 30, 2015 howto How To, Installation, Other

Method 1: Command Line Step 1: Edit in /etc/sysconfig/network File In order to change the hostname edit the following file:[…]

Read more

How To Install Apache (Web Server) in Linux

March 30, 2015 howto How To, Web Server

For Fedora / RHEL / Cent OS Linux Step 1: Install apache # yum install httpd Step 2: Start apache[…]

Read more

How To Create FTP Server in Linux

March 27, 2015 howto FTP Server, How To

Introduction The File Transfer Protocol (FTP) is a standard network protocol used to transfer computer files from one host to[…]

Read more

Posts pagination

«Previous Posts 1 … 12 13 14 15 Next Posts»
WordPress Theme: Poseidon by ThemeZee.