Introduction

TecDistro is a learning based website in which there are many helpful Linux/Unix based articles and tutorials for beginners. It’s a platform where we help Linux/Unix system administrator that how to become a good system administrator. The goal is to give the better solution and guide for system administrator to make the things easy.

How to install Nginx on RHEL/CentOS

Step 1: Install Nginx
Nginx is well known web server. Download…
April 30, 2015/by howto

How to Install PHP in Linux

Step 1: Prerequisite

Install Web Server

Step 2: Install…
April 30, 2015/by howto

How to Install WordPress in Linux

Step 1: Prerequisites

Install Web Server
PHP
MySQL Server

Step…
April 29, 2015/by howto

How to Configure Multiple Domains in Web Server

Step 1: Prerequisite

Install Web Server

Step 2: Add Domains…
April 29, 2015/by howto

How to Configure Website Using Htaccess with Apache in Linux

Step 1: Prerequisite

Install Web Server

Step 2: Create…
April 28, 2015/by howto

How to configure SSH Server/Client

To configure SSH Server to manage a server from the remote computer…
April 28, 2015/by howto

How to create DNS server in linux

Introduction
Domain Name System (DNS) is a standard technology…
April 23, 2015/by howto

How to configure NTP Server in RedHat / CentOS / Fedora

Introduction
Network Time Protocol (NTP) is a networking protocol…
April 23, 2015/by howto

How to Change the IP address in LINUX

Method 1: Command Line
Step 1: Edit in /etc/sysconfig/network…
April 20, 2015/by howto

How to Forward Email To Another Email Account Postfix in Linux

Step 1: Modify /etc/postfix/main.cf File
# vi /etc/postfix/main.cf
virtual_alias_domains…
April 13, 2015/by howto

How to Enable mysql slow query logs in Debian/Ubuntu

Step 1: Modify /etc/mysql/my.cnf File
To enable mysql slow query…
April 13, 2015/by howto

HTTP Status Code

April 13, 2015/by howto

How to Create SAMBA Server

"Samba is an Open Source/Free Software suite that provides seamless…
April 9, 2015/by howto

How to Change Time in Linux

Check Date and Time
To check the date and current time of server,use…
April 8, 2015/by howto

How to Send Email in Linux

Following are the methods through which we can send email in…
April 3, 2015/by howto

How to Uninstall MySQL Server in Debian/Ubuntu

Step 1: Remove mysql Server
We can use apt-get command in order…
April 1, 2015/by howto

How to Install phpmyadmin in CentOS / RedHat / Fedora

Step 1: Prerequisites

Install Web Server
PHP
MySQL Server

Step…
March 31, 2015/by howto

How to Export & Import MySQL database in Linux

Export MySQL database
To export mysql database, use the mysqldump…
March 31, 2015/by howto

How to Install MySQL Server on CentOS / RHEL / FEDORA

Introduction
MySQL Community Edition is a freely downloadable…
March 31, 2015/by howto

How to Set a Cronjob in Linux

Introduction
A crontab is a simple text file with a list of…
March 30, 2015/by howto

How to Change Hostname in Linux

Method 1: Command Line
Step 1: Edit in /etc/sysconfig/network…
March 30, 2015/by howto

How To Install Apache (Web Server) in Linux

For Fedora / RHEL / Cent OS Linux
Step 1: Install apache
#…
March 30, 2015/by howto

How To Create FTP Server in Linux

Introduction
The File Transfer Protocol (FTP) is a standard…
March 27, 2015/by howto