To list all processes which are started by your user, you can use root@freehost [/]# ps -x where ps is the command and x is the argument we are passing to it PID TTY STAT TIME COMMAND 3735 pts/0 R 0:00 bash 3775 pts/0 R+ 0:00 ps x 5032 ? Ss 1:01 wget -mbr — […]
Read MoreIf you want to the find the files or folders under a specific location or directory,ssh provides two different commands. find and grep command. to search for a file location you can use the the find command. For example if you want a search a file called abc.txt,you can use the below command find . […]
Read More1) Login into your domain control panel 2) search the Domain For which one you want to get the domain secret code 3) under the order information >>Domain Secret>>here you will get the domain secret code
Read MoreOften you will move or copy the files from different location.This can be done using ssh The two command which we going to use is mv and cp the syntax for move command is mv config-dist config Alternatively you can move whole directory and its content mv includes/* ./ This will move all files (and […]
Read More1.Log into the root via ssh 2.open your favourite editor and edit vi /etc/nameserverips file ns1.domainname=x.x.x.x ms2.domainname=x.x.x.x 3.Update the name server 4.save the file.
Read MoreIF YOU FACE THE FOLLOWING ERROR MESSAGE WE NEED TO Re Build the apache configuration If you feel you have reached this page in error, please contact the web site owner: webmaster@tweetchennai.com It may be possible to restore access to this site by following these instructions for clearing your dns cache. If you are the […]
Read More1) Log in as root in SSH. 2) Run /scripts/easyapache 3) Choose Option 6 4) Choose the Apache modules you want on screen 5)Then, scroll down to PHP modules 6)Click on it. Now on the next page, choose your PHP modules 7)Return to the main screen, and now finished.
Read MoreIn order to upgrade cPane;/WHM version from command line you need to execute the below mentioned command # /scripts/upcp –force This will upgrade the cpanel from cureent vesion to higher availabel version.
Read MoreTo restart cpanel services via ssh: 1. Login to ssh 2. Enter the command /etc/rc.d/init.d/cpanel restart This will restart cpanel services.
Read MoreCreate a new user. INSERT INTO [table name] (Host,User,Password) VALUES(‘%’,’user’,PASSWORD(‘password’)); Change a users password.(from unix shell). mysqladmin -u root -h hostname.blah.org -p password ‘new-password’ Change a users password SET PASSWORD FOR ‘user’@’hostname’ = PASSWORD(‘passwordhere’); Allow the user “karthick” to connect to the server from localhost using the password “passwd123” grant usage on *.* to karthick@localhost […]
Read More