FTP Manager
|

FTP Manager

FTP(File Transfer Protocol) is a fast and convenient way to transfer files over the  internet. That is why many webmasters use FTP for uploading their websites files on their hosting accounts. FTP Clients:- 1)FileZilla:- It is a powerful and free software for transferring files over the internet.Here you can Download FileZilla Software Installation:- The FileZilla Installation…

A-Z Linux commands

A-Z Linux commands

      There are Countless number of commands in linux.In this article,we will introduce you a list of most frequently used Linux Commands with their examples for easy learning.For Basic Refer this link COMMANDS [five_sixth] A:- adduser/addgroup        To add a new user,you have to follow “useradd” or “adduser” with ‘Username’.The ‘Username’ is…

Steps to install bind dns server on VPS

Steps to install bind dns server on VPS

DNS Server:- A DNS Server is a computer server that contains a database of public ip address and their hostnames. Install bind dns server on centos6 Step1:- Checking updates with “yum update -y” Step2:- Install bind with “ yum install bind bind-utils -y” Step3:- Will open named.conf with “nano /etc/named.conf” Replacing *.*.*.* with corresponding ip…

Steps to install latest version of mysql and php

Steps to install latest version of mysql and php

Install MYSQL5.7 follow below steps :- To install Php Go to –>Php Installation First Check the version of OS cat /etc/redhat-release CentOS release 6.9(Final) Steps:-Download and add the following MySQL Yum repository 1)On RHEL/CentOS 6 wget http://dev.mysql.com/get/mysql157-community-release-e16-7.noarch.rpm 2)Install Packages yum localinstall mysql57-community-release-e16-7.noarch.rpm 3)Verify Mysql yum enabled yum repolist enabled | grep “mysql.*-community.*” 4)Installing latest mysql…