Free Hosting Tutorials

How to Move Accounts From One cPanel Server To Another

Free Hosting Tutorials

How to Move Accounts From One cPanel Server To Another 1.Log into the whm of new account and create a folder called new.Remember the ftp username password and name which you need later to transfer the accounts. 2.Log into the cPanel account you are wanting to transfer on the old server. 3.Click on Backup >> […]

How to control process using ssh?

Free Hosting Tutorials

The process can be listed using the command “PS” To list all processes which are started by your user, you can use ps x where ps is the command and x is argument. The same process can be seen by another command using TOP. The Top command is used to edit or kill the process […]

How to enable ssh through cpanel

Free Hosting Tutorials

How to enable ssh through cpanel To enable ssh/shell aceess  go to cpanel ->security-> ssh Once the widows opens you can generate a pair of ssh keys to connect with the server and local machine. Enter your first name,last name,and the email account.In the Allow ip section enter the IP from which you need to […]

How to change permissions for files/folders using chmod command in ssh

Free Hosting Tutorials

How to change permissions for files/folders using chmod command in ssh  To list all processes which are started by your user, you can use Procedure to change permissions of files/folders using chmod command: SYNTAX:  chmod OPTION FILE NAME CHMOD can also to attributed by using Numeric Permissions:400 read by owner040 read by group004 read by […]

How To Increase The Max Upload Size In Cpanel

Free Hosting Tutorials

How To Increase The Max Upload Size In Cpanel </h2 > 1) Create a .htaccess file in the root folder of web server. 2) Put the following code in side the .htaccess file and save it. php_value upload_max_filesize 10M php_value post_max_size 10M php_value max_execution_time 200 php_value max_input_time 200 ——————— Now you can upload the file-size […]