Download Youtube Videos from Terminal in Fedora Linux
This is a quick tutorial to show you how to download youtube videos using Terminal in Fedora with a single command. We will use the tool called “Youtube-dl” which will help us download the video....
View ArticleHow to install Python 3.2.3 in Linux
Most of the package managers for various Linux distro are coded in Python. Thus, Python is available as default in most of the Linux distributions. Type “python” in the terminal and the Python...
View ArticleInstall and Configure Apache2 with mod_python in Debian/Ubuntu server
Apache2 and mod_python are mostly used in the production server of Django and Python. The advantages of using mod_python are versatility and Python based applications will run many time faster than...
View ArticleEnable auto shutdown in Transmission with your own script in Linux
Transmission is a simple yet powerful torrent client. It’s available in some of the Linux distributions by default. However, one very important torrent client must have feature is missing in...
View ArticleConfigure Apache with mod_wsgi in Linux server
This tutorial provides step by step guide to configure mod_wsgi along with Apache in Linux server. I am using Debian 6 Squeeze and Apache2. mod_wsgi is fast, more actively maintained and better...
View ArticleHow to install .tar.gz and other tarball files in Linux
Tar.gz, .tgz, tar.bz2, .tbz2 are compressed tarball files which contains source code of the application. Tarball is used largely in Linux and is parts of GNU project. Most of the applications source...
View Articlelpr: Print file from command line
The lpr (line printer) command prints the file from the Linux terminal. The lpr utility places one or more files in a print queue for printing. The concept of queue allows several users of the system...
View Article