CouchPotato Apache reverse proxy

Couchpotato Apache Reverse Proxy

CouchPotato is a wonderful set and forget python script to automatically download and pass movie torrent files to torrent downloaders (eg. Transmission) or NZB files to NZB downloaders (eg. SABNzbd+). In this post I will explain how to setup CouchPotato Apache reverse proxy. How It works through a feature-full CouchPotato … read more

Transmission Apache proxy setup

Transmission Apache Proxy

Transmission bittorrent is probably the most common bittorent client for Linux platforms. Transmission web interface is like a thin client yet feature-rich and aesthetically pleasing. Bittorrent client for Windows and Linux are both available. In this post, I will explain how to setup server running Ubuntu 12.04 with Transmission Apache … read more

.bashrc file not found?

Write For Us | Smarthomebeginner

Sometimes when you install Ubuntu, the .bashrc file is missing. The problem comes when you want to start using aliases as described in this post. Here is how to fix it. Make sure that your .bashrc file is missing. Check to see if you have a .bashrc file. If you … read more

How to create shortcut / aliases to commands in Ubuntu using .bash_aliases?

Write For Us | Smarthomebeginner

Working in commandline offers speed and convenience. The downside is you will have to remember all the commands and some of them are long and can affect your productivity. Fortunately, we can create shortcuts to commands that can significantly speedup the work. In Ubuntu, a user can create a “.bash_aliases” … read more