Results 1 to 3 of 3

Thread: Torrentflux and RAR?

  1. #1
    OK I have seen a few topics now about rar'ing files and so on but I'm just stuck.

    I would like to rar and unrar. (I would like to pack multiple files into rar aswell as single files...)

    I tried to install this

    Code:
    http://www.torrentflux.com/forum/index.php/topic,1485.0.html


    But when I click on the rar button all I get is a blank page :<

    Any help or script would be very much appreciated :>

    I'm running a Lunix server.
    Last edited by medion; 05-28-2008 at 06:24 PM. Reason: None

  2. BitTorrent   -   #2
    Ok any help on rar'ing I would be happy with :> I just have no idea lol.

  3. BitTorrent   -   #3
    TidusBlade's Avatar Watermelon Knight BT Rep: +3
    Join Date
    Mar 2008
    Location
    Melon Island
    Age
    30
    Posts
    227
    Well if you have SSH acces you just need to do the following:
    Firstly install rar and unrar
    Code:
    # For Debian based ones like Ubuntu
    apt-get install rar unrar
    # For Gentoo and Portage using systems
    emerge -av rar unrar
    # The Manual Method
    wget http://www.rarlab.com/rar/rarlinux-3.7.1.tar.gz
    tar xvf rarlinux-3.7.1.tar.gz
    cd rar
    cp rar unrar /usr/bin/
    Then you just use it like this to RAR stuff up:
    Code:
    # Example were compressing the folder 'lawl' into pieces of 50MB each with max compression
    rar a -r -m5 -v50m /home/melon/lawl/
    And to unrar:
    Code:
    # In this example were unraring a file called lawl-eir.r00 which will extract it from all parts.
    rar x /home/melon/lawl/lawl-eir.r00
    Hope that helps
    And sorry, but I don't really know how to do so if you don't have SSH access

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •