Flush is a simple and easy to use no-nonsense bittorrent client. Here’s how to install and use this Flush in Linux Mint / Ubuntu: 1. Issue the following command at the terminal – sudo apt-get install flush 2. After the installation is complete, click on ‘Applications>Internet>Flush’ to start the application. 3. Click tray icon for [...]
FatRat is a feature rich download manager for Linux Mint / Ubuntu. Few of it’s numerous features are limiting of bandwidth for individual downloads, scheduling downloads and bit-torrent protocol too. Here’s how to install this cool download manager in Linux Mint / Ubuntu: 1. Issue the following command at the terminal – sudo apt-get install [...]
Here’s how to quickly transfer files from one Linux system to another using netcat: 1. Issue the following command in terminal on the source Linux system – cat <file name> | nc -l <port number> For example, to transfer a file ‘About.txt’ using port 5000, we need to issue the following command in terminal on [...]
One of the earlier posts described how to quickly switch to home directory when using Linux Terminal. What if one needs to go back to the previous directory when using the Terminal? Here is a simple way to do that : Open Terminal and type : cd – The below example shows the initial directory [...]
Here’s how to install TeamViewer 7 in Linux Mint / Ubuntu: 1. Go to teamviewer.com/en/download/index.aspx and click on ‘Linux’ and select the package appropriate to your distribution. 2. Select ‘Open with GDebi Package Installer (default)’ and click ‘OK’. 3. Wait while the package file is downloaded. Click on ‘Install Package’ when prompted. 4. Click ‘Close’ [...]