Downloading a torrent file using the transmission-cli utility over SSH.

The transmission-cli command allows a user to download a torrent file or magnet link using the command line. This is good for downloading a torrent on your home machine over SSH. Type sudo apt-get install transmission-cli to install this useful addon to Transmission. [1]homer@deusexmachina ~ $ transmission-cli http://torcache.net/torrent/B798B2EFF12458D23B53E2110E861411DB44517A.torrent?title=[kickass.to]dawn.of.the.planet.of.the.apes.2014.untouched.hindi.dubbed.scamrip.sumoman transmission-cli 2.81…

Read More

A good guide to creating SSH keys and disabling the password for an SSH login.

This guide I just used used allows a Linux user to disable the password and enable SSH keys to manage logins to an SSH server. http://lani78.com/2008/08/08/generate-a-ssh-key-and-disable-password-authentication-on-ubuntu-server/. This is very useful, you can access your machine remotely and without requiring the user to remember a complex password. if you are on…

Read More