Installing RAR On A Linux Server

Status
Not open for further replies.
"sudo apt-get install rar" is what i used to do. Way faster. :D

PS: Forgot also you must: sudo apt-get install unrar
 
And how, can i add more files to one rar and split it to parts?
ex.
file1 - 700mb (cd1)
file2 - 700mb (cd1)
i want both in one rar -
100 parts = 14 parts.. well how can i do it?
thx
 
And how, can i add more files to one rar and split it to parts?
ex.
file1 - 700mb (cd1)
file2 - 700mb (cd1)
i want both in one rar -
100 parts = 14 parts.. well how can i do it?
thx
Put both files into a folder.

Then use:

Code:
rar a -v100m rarfile.rar 'New Folder 1'
 
i use like this

ftp
xxx.net/wp-content/xxxx/xxxx/files/V

(V is a folder..i can put site url,txt file.or whatever i want but the important thing is that .avi file)

putty

for 200mb parts
rar a -v209716 -m0 Push.2009.DVDSCR.XviD-iLG.rar

or

100mb parts
rar a -v104860 -m0 Crossing.Over.LiMiTED.DVDSCR-ARROW.rar

then do remote upload..

ppl will like your upload if u do a single extraction and no need a password

but as uploader at many forums i only put txt files uploaded by me..not put others site url..

lol..i don't promote my site too..:'(
 
i am using rar a -m0 -v209716 mydvd.rar mydvd.exe

where mydvd.exe is the file added to mydvd.rar . but i want another file site.url to archive. i mean there are other files in folder, but i dont want to add them or create a separte folder for these two files.

i just need the command to do that
 
i am using rar a -m0 -v209716 mydvd.rar mydvd.exe

where mydvd.exe is the file added to mydvd.rar . but i want another file site.url to archive. i mean there are other files in folder, but i dont want to add them or create a separte folder for these two files.

i just need the command to do that

RAR 200MB - rar a -v206400 -m0 Monsters.vs.Aliens.TS.XviD-mVs.rar

RAR 205MB - rar a -v209716 -m0 The.Telling.UNRATED.DVDRip.XviD-MoH.rar

RAR 100MB - rar a -v102400 -m0 Five.Minutes.Of.Heaven.2009.DVDRip.XviD-NOGrP.rar

RAR 105MB - rar a -v104860 -m0 The.Telling.UNRATED.DVDRip.XviD-MoH.rar
 
Nice tut but you should give the original writer some credit :P (Nixcraft)

RARing and UnRARing has an original writer? :O

How to make a new thread in vBulletin:
- Open any forum, then click on the "New Thread" button and type the subject and message you want, after that click on "Submit".

Who wrote that one ^?

Basic system (OS, script, dev...etc) tutorials has no original writer, except the maker of the system I guess, even if the tutorial posted here was copied, that doesn't mean he took credit from anyone.
 
Let me rephrase my post, Nice tutorial but you should give some credit to the site you copied it from, Nixcraft spent some time writing it (or who knows she/he may have copied it too lol) :)

Who wrote that one ^?
Hmm you just wrote that. :) lol jk, Jelsoft did.
 
No actually, I wrote that, but I took the concept from using Jelsoft's script, hence the idea of no one is the original writer of basic systems functions, except the maker of the system.

I see your point though, no biggie.
 
Status
Not open for further replies.
Back
Top