Thread Closed 
{ New Version } [Basic/Windows] How to connect to your (Linux) VPS
02-26-2012, 07:14 PM
Post: #61
RE: { New Version } [Basic/Windows] How to connect to your (Linux) VPS
You need to install unrar before you can extract .rar files.

Do "yum install unrar" for CentOS/Fedora/RedHat or "apt-get install unrar" for Debian/Ubuntu.

After that you login into your VPS via Putty and type "unrar filename.rar" and it will extract the files out of the .rar file.
User Tools


02-26-2012, 07:20 PM
Post: #62
RE: { New Version } [Basic/Windows] How to connect to your (Linux) VPS
(02-26-2012 07:14 PM)Murderwrecker Wrote:  You need to install unrar before you can extract .rar files.

Do "yum install unrar" for CentOS/Fedora/RedHat or "apt-get install unrar" for Debian/Ubuntu.

After that you login into your VPS via Putty and type "unrar filename.rar" and it will extract the files out of the .rar file.

I've tried it but instead came out "No unrar package avaible"
Do i have to install it manually? If yes how?
User Tools
02-26-2012, 07:26 PM
Post: #63
RE: { New Version } [Basic/Windows] How to connect to your (Linux) VPS
It would be useful if you could mention your OS.

I guess it's CentOS/Fedora or RedHat ones? If so then use this:

--- CentOS 5 ---
32Bit:
Code:
rpm -Uvh http://pkgs.repoforge.org/unrar/unrar-4.1.4-1.el5.rf.i386.rpm

64Bit:
Code:
rpm -Uvh http://pkgs.repoforge.org/unrar/unrar-4.1.4-1.el5.rf.x86_64.rpm


--- CentOS 6 ---
32Bit:
Code:
rpm -Uvh http://pkgs.repoforge.org/unrar/unrar-4.1.4-1.el6.rf.i686.rpm

64Bit:
Code:
rpm -Uvh http://pkgs.repoforge.org/unrar/unrar-4.1.4-1.el6.rf.x86_64.rpm

After that use this commend to extract .rar files:
Code:
unrar e -kb rarfile.rar
User Tools
02-26-2012, 07:31 PM
Post: #64
RE: { New Version } [Basic/Windows] How to connect to your (Linux) VPS
It's Work Thank's Big Grin
Sorry did not provide the information that I use OS Is..
I use RedHat..

Thanks for the information
You Will Get Reputation From Me Big Grin
User Tools
02-28-2012, 07:42 PM
Post: #65
RE: { New Version } [Basic/Windows] How to connect to your (Linux) VPS
Thanks for Tutorials.Murderwrecker.
Working,finally.I'm using CentOS 5.
User Tools
02-28-2012, 09:50 PM
Post: #66
RE: { New Version } [Basic/Windows] How to connect to your (Linux) VPS
Thanks for this guide, will save it on my computer if I need it sometime =)

Keep on making them Smile
Mconur

Posts for October:
Starting amount 98 posts.
User Tools
02-28-2012, 10:49 PM
Post: #67
RE: { New Version } [Basic/Windows] How to connect to your (Linux) VPS
You are welcome gentleman.

Although I have expected that the author of this topic would have mentioned this. But I won't blame CraHex for this small missing information. This is basicly meant for eduction for ways to connect to your VPS via putty or similar clients.

I have my experience, feel free to ask if you need a little help Smile .
User Tools
02-29-2012, 05:56 PM
Post: #68
RE: { New Version } [Basic/Windows] How to connect to your (Linux) VPS
(02-28-2012 10:49 PM)Murderwrecker Wrote:  
You are welcome gentleman.

Although I have expected that the author of this topic would have mentioned this. But I won't blame CraHex for this small missing information. This is basicly meant for eduction for ways to connect to your VPS via putty or similar clients.

I have my experience, feel free to ask if you need a little help Smile .

You are welcome too.
.I don't like using PuttY.I more prefer using Filezilla.
Btw where download the RAR extract tools for Linux VPS.
User Tools
02-29-2012, 06:06 PM
Post: #69
RE: { New Version } [Basic/Windows] How to connect to your (Linux) VPS
(02-29-2012 05:56 PM)GG.h2NO3 Wrote:  ...
.I don't like using PuttY.I more prefer using Filezilla.
Btw where download the RAR extract tools for Linux VPS.

But how do you access the command console of your server/VPS? I don't think you can send console commands thru FileZilla.

Regarding the RAR extract tools, you can just install it.

CentOS:
# yum install unrar

Debian/Ubuntu:
# apt-get install unrar

Thanks FreeVPS.us! for the free VPS and for all the knowledge that I've learned here at the forum.
User Tools
03-01-2012, 12:17 AM
Post: #70
RE: { New Version } [Basic/Windows] How to connect to your (Linux) VPS
(02-29-2012 05:56 PM)GG.h2NO3 Wrote:  
(02-28-2012 10:49 PM)Murderwrecker Wrote:  
You are welcome gentleman.

Although I have expected that the author of this topic would have mentioned this. But I won't blame CraHex for this small missing information. This is basicly meant for eduction for ways to connect to your VPS via putty or similar clients.

I have my experience, feel free to ask if you need a little help Smile .

You are welcome too.
.I don't like using PuttY.I more prefer using Filezilla.
Btw where download the RAR extract tools for Linux VPS.

How could you ignore:
(02-26-2012 07:26 PM)Murderwrecker Wrote:  It would be useful if you could mention your OS.

I guess it's CentOS/Fedora or RedHat ones? If so then use this:

--- CentOS 5 ---
32Bit:
Code:
rpm -Uvh http://pkgs.repoforge.org/unrar/unrar-4.1.4-1.el5.rf.i386.rpm

64Bit:
Code:
rpm -Uvh http://pkgs.repoforge.org/unrar/unrar-4.1.4-1.el5.rf.x86_64.rpm


--- CentOS 6 ---
32Bit:
Code:
rpm -Uvh http://pkgs.repoforge.org/unrar/unrar-4.1.4-1.el6.rf.i686.rpm

64Bit:
Code:
rpm -Uvh http://pkgs.repoforge.org/unrar/unrar-4.1.4-1.el6.rf.x86_64.rpm

After that use this commend to extract .rar files:
Code:
unrar e -kb rarfile.rar

and

(02-26-2012 07:14 PM)Murderwrecker Wrote:  You need to install unrar before you can extract .rar files.

Do "yum install unrar" for CentOS/Fedora/RedHat or "apt-get install unrar" for Debian/Ubuntu.

After that you login into your VPS via Putty and type "unrar filename.rar" and it will extract the files out of the .rar file.

There are you answers for two OS types.
User Tools
Thread Closed 


Forum Jump:



User(s) browsing this thread:
1 Guest(s)