PuTTY Complete Tutorial
Register

We are the best invite forum on the internet! Here you will find free invites, free seedboxes, free bonuses, and much more. Our members know the true meaning of sharing and have created a truly global bittorent community! Our site has the most up to date information on all private trackers and our members will guide you and introduce you to this truly secretive and enlightened club. Ready to get started? Register now!


Results 1 to 7 of 7
  1. #1

    Join Date
    Feb 2010
    Posts
    30

    Default PuTTY Complete Tutorial



    • Using the Command-line (Space Check, Make a Torrent, Remove a Folder, Find Files, Find Your IP Address, Using the Unrar Command)
    You can connect to SSH (aka the Linux command-line) using PuTTY which is provided with all our plans.

    When looking at commands such as
    cat --help
    the "cat" is the program being called and "--help" is an option being passed to it. The options are dependent on the program, however there is usually concise help available for all programs with the command
    man program
    entering the "q" will exit this manual page.
    Space Check

    * To check the amount of space used in your slice, type this command:

    du ~/ -s --si

    -s is for summarize, instead of each folder size listed separately
    --si is for use powers of 1000, not 1024

    * Tip:
    You can create an alias for the above command (or any command) in your .bash_aliases file, which is located in your ~ (home) directory. Just edit the .bash_aliases file, and add this line to it:
    alias space='du ~/ -s --si'

    You can name it whatever you want - I happen to call it space, because it's easy for me to remember.
    Make a torrent

    * To make a .torrent file using command line, execute this command:

    mktorrent -v -p -a http://tracker.url -o filename.torrent folder_name

    -v is for verbose
    -p is for private, as in not DTH or PeerExchange
    -a is for tracker url follows
    -o is for output file name follows

    Important! The command needs to be all in one line, and quotes must be used around the folder name if it contains spaces.

    Example
    If I wanted to make a torrent for What.cd from the data in the VA - Summer Trance 2009 directory I already have on my server, I would go into the data folder:
    cd private/tranmission/data
    Then type the following command:
    mktorrent -v -p -a http://tracker.what.cd:34000/xxxXXXxxx/announce -o VA-Summer_Trance_2009.torrent "VA - Summer Trance 2009"


    Please note that you must use quotes if the target dir name contains spaces.
    Remove a folder

    * To remove a whole folder, with files still in it, execute this command:

    rm -rf foldername/

    -r is for recursive
    -f is for force removal

    * If the folder name has a space in it, use quotes around the folder name:

    rm -rf "some folder name"



    Find files



    * To find specific files by name in your home folder, use this command:

    find ~ -name [name_of_file]

    ~ stands for your home folder; same as $HOME or /home/username
    Example:
    find ~ -name blueray

    This will find all files with the word blueray in the name. You can use wildcards like * to search a partial name, like blue*

    * To find files by extension, use this command:

    find ~ -name "*.[given_extension]"

    Example:
    find ~ -name "*.jpg"

    This will show you all files, with the .jpg extension.


    Find your IP Address

    * To find the IP address for your server, use this command:
    ho***ame -i

    -i is for IP addresses for the host name
    Using the unrar command

    * To extract files from a rar archive on the server, use this command:
    unrar e *.rar

    -e is for Extract files to current directory
    -*.rar is for any rar file in the current directory.

    * To unrar a specific file, type in its whole name, ie.:
    unrar e SomeMovieChunkFile.rar


    * To list files inside rar archive without extracting them:
    unrar l file.rar

    -l is for list (not a number 'one')

    * To extract files with full path, type this command:
    unrar x file.rar

    -x is for extract with full path

    * To test integrity of archive file, type this command:
    unrar t file.rar

    -t is for testing integrity of archive
    This page was last edited by on Monday 2nd Nov 2009, 0:57:23.
    If you have a problem post here!
    Last edited by sergiubm; February 22nd, 2010 at 06:36 AM.


  2. To remove ads become VIP. Inquire about advertising here.
  3. #2

    Join Date
    Dec 2009
    Posts
    163

    Default

    buDDy can u change tha colour nothing is seem here..pls change tha colour i want this tut buddy...i m willing to install linux on my pc I think This tut Helped me alot..thanks..
    Last edited by marathawars; February 22nd, 2010 at 06:14 AM.

  4. #3

    Join Date
    Jul 2009
    Location
    Philadelphia, PA - USA
    Posts
    899

    Default

    Wasnt this tutorial written by and posted on the Feral Hosting website? If u are going to copy & paste tutorials, u should give credit to the original author & source.

  5. #4

    Join Date
    Jul 2008
    Posts
    33

    Default

    Yep, stolen tut.

    Feral Hosting

  6. #5

    Join Date
    Feb 2010
    Posts
    30

    Default

    i have changed the color, and yes, tutorials is from FeralHosting

  7. #6

    Join Date
    May 2009
    Location
    Behind You!
    Posts
    639

    Default

    Thought I should also so add if you want to rar a file do this.

    1. go to the directory the file is on by typing cd [directory_path] for example cd /home/user/data/familyguy.s01.e01

    2. Then type rar a -v15000k [full file location].rar [file name]
    Example
    rar a -v15000k /home/user/data/familguy.s01.e01/familyguy.s01.e01.avi.rar familyguy.s01.e01.avi

    If everything is done right the file should start raring and show you a % of progress, also note that the 15000k is the size the files will be compressed to ie 15mb rar files this can be changed however 15000k is what most trackers specify in their rules.

    Last edited by MrInternet; February 22nd, 2010 at 07:37 AM.
    Known by few but respected by all, he has no enemies as none dare to cross him. He is the only living being to strike fear into the one that possesses the all mighty roundhouse kick. He is,
    The Exalted.

    http://image.torrent-invites.com/vie...me=604mri2.png

  8. #7

    Join Date
    Jul 2008
    Posts
    33

    Default

    tbh I'd specify m0 as well, since by default rar will use m3, which takes more cpu time and will be of little use for multimedia content.

    Doing it with -m0 will use a fraction of the cpu time that m3 would. It'll pretty much go as fast as the drives will manage.

Similar Threads

  1. Moving Seedboxes tutorials to seedbox discussion
    By Choppers in forum Completed
    Replies: 9
    Last Post: April 12th, 2011, 11:12 PM
  2. I have a suggestion on the tutorial section
    By Rocco in forum Completed
    Replies: 13
    Last Post: July 5th, 2010, 12:34 PM
  3. Replies: 29
    Last Post: March 1st, 2009, 11:40 AM
  4. Beginner Sig [Tag] Tutorial..FOR BEGINNERS!
    By KlassicKool in forum Miscellaneous
    Replies: 3
    Last Post: September 11th, 2008, 04:21 AM
  5. Place tutorial board under Couch.
    By Elonoir in forum Suggestions
    Replies: 0
    Last Post: August 31st, 2008, 03:02 PM

Tags for this Thread

Posting Permissions

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