How to control process using ssh?

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

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

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

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 […]
Procedure to change whm panel theme

Procedure to change whm panel theme Steps to change WHM theme: 1. Login to whm panel 2. Search for themes 3. Select change theme >> change the theme here.