Posts mit dem Label unrar werden angezeigt. Alle Posts anzeigen
Posts mit dem Label unrar werden angezeigt. Alle Posts anzeigen

Sonntag, 4. Oktober 2015

Compile unrar from Source In Linux

First see whats the most recent version:
ftp://ftp.rarlab.com/rar/ 
look for unrarsrc-*.tar.gz
 
 
wget http://www.rarlab.com/rar/unrarsrc-4.1.4.tar.gz
tar xzvf unrarsrc-4.1.4.tar.gz # replace Version 
cd unrar
make
sudo make install

Samstag, 25. Januar 2014

unrar all files in a directory

Ohne Passwort
  nohup find . -regex \.\*part[0]?[0]?1.rar -exec unrar x -inul {} \; & 

Mit Passwort
  nohup find . -regex \.\*part[0]?[0]?1.rar -exec unrar x -inul -pPASSWORD {} \; &


Mittwoch, 22. Januar 2014

pyLoad@nas doesn't unpack after download

be shure that you have installed unrar and unzip

then go into /bin

cd /bin

find the location of unrar an unzip:

find / -iname unrar
find / -iname unzip

now create two symlink:

ln -s /opt/bin/unrar
ln -s /opt/bin/unzip

Now pyLoad should extract after finish downloading a package