Install rar package for your SSH

I get problem when to download my mysql backup file. It was 137 MB. So my friend Hendra, told me for use RAR.
Simpe for use RAR

just code for extract RAR FIle:
# rar x rarfilename.rar

For check your SSH already has RAR, you can test rar command
# RAR
if command not found, it was your SSH not have rar Package.

For install RAR , you can try :
# yum install unrar

if this command failed, you must get it from rar lab
# wget http://www.rarlab.com/rar/rarlinux-3.6.0.tar.gz

After finished wget, untar the file.
# tar -zxvf rarlinux-3.6.0.tar.gz

Both unrar and rar commands are located in rar sub-directory. Just go to rar directory:
# cd rar
# ./unrar

Now, copy rar and unrar to /bin directory:
# cp rar unrar /bin

Now your SSH already has rar command. For test command :

Continue Reading

Incoming search terms for the article:

install rar ssh, ssh install rar, install rar module ssh, installing rar ssh, php install rar package, php install rar, linux rar ssh, install rar with ssh, extract rar kloxo, install rar on kloxo

create new directory at linux or ssh

sometime we must move one directory to other. For move directory/folder at SSH, we can login first at our SSH client server.

go to the folder where we want to move folder or file to new folder.

First, we must create new folder/directory. For create this, we must inside folder where new folder want to be created.

Inside folder, write command :

mkdir new_folder_name

For check new folder has been created or not, write command :

ls

We will find our new folder.

For move file or folder to our new folder, write command :

mv folder/file [space] new_folder

Ex : for move file

command :

mv contact.php contact

That command will move file “contact.php” to folder “contact”

For move folder, same command :

mv folder1 folder2

This command will move “folder1″ to “folder2″

use putty for SSH

For get SSH software, I use Putty. I download it at :

http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html

or you can search it  at google.

For use putty :

input your IP, and open

After open, you will be asked your user : usually for this : root

and for your password : it is your VPS password.