Category Archives: Linux tutorials

How to install uTorrent client on Ubuntu / Debian / Linux Mint

Written by SK on . Posted in Frequently Asked Questions, Linux distributions, Linux Mint, Linux tutorials, Software, Ubuntu

Utorrent_logo

uTorrent is a lightweight and efficient BitTorrent client for Linux, Windows and Mac. The installation of uTorrent in Linux is different from windows and Mac. In linux, the uTorrent runs as a web server. You will access uTorrent from your … Continue reading

Lists in Python

Written by Ambition on . Posted in Frequently Asked Questions, linux command, Linux tutorials, opensource, programming, Unix Tutorials

python-logo-master-v3-icon

What are lists in Python? Lists are one of the six built-in types of sequences in Python programming language. A sequence is the most basic data structure in Python programming language and each element of a sequence has its own … Continue reading

Argument Handling in Python

Written by Ambition on . Posted in Frequently Asked Questions, linux command, Linux tutorials, opensource, programming, Unix Tutorials

python-logo-master-v3-icon

Argument handling gives user the chance to interact with the script and use it for different tasks. Two ways to do this in Python are with ARGV and optparse. The optparse module offers more options for argument handling, but we … Continue reading

Setup your own Wikipedia like website using MediaWiki

Written by SK on . Posted in CentOS, Fedora, Hosting, Linux tutorials, opensource, Software

mediawiki

MediaWiki is a free, open source wiki software developed by Wikimedia Fountation. It is the same software used by Wikipedia. You can build a Wikipedia like website using MediaWiki in minutes or you can add this website along with your … Continue reading

Administer your Server using Ajenti Server Manager

Written by SK on . Posted in Arch Linux, CentOS, Fedora, Linux Mint, Linux tutorials, opensource, Software, Ubuntu

images

Ajenti is a simple, fast and small web based administration tool for managing your servers. It is similar to Webmin. It is very useful for those who are not that much good at command line interface. It is available for … Continue reading

Setup Your Own YouTube Like Website Using ClipBucket

Written by SK on . Posted in CentOS, Fedora, Hosting, linux command, Linux distributions, Linux tutorials, Linux webhosting, opensource, Software

clipbucket-logo

ClipBucket is an open-source and free Multimedia Management Script used to build your own media sharing site like YouTube, Metacafe, Veoh and Hulu etc. Whether you are a small fan club or a big Multi Tier Network operator, Clipbucket will … Continue reading

Retroshare: A Next Generation Secure Communication and File Sharing Platform

Written by SK on . Posted in CentOS, Fedora, Frequently Asked Questions, Hosting, Linux distributions, Linux Mint, Linux tutorials, Linux webhosting, News, opensource, Security, Software, Suse, Ubuntu

retrosharelogo2

Retroshare is the next generation of peer to peer sharing networks. Unlike classic peer to peer software, it only connects to trusted friends and not just anyone.

How to Block Ads on Your Web Browsers Using Privoxy

Written by SK on . Posted in CentOS, Fedora, Frequently Asked Questions, Linux distributions, Linux Mint, Linux tutorials, Software, Ubuntu

block-ads

There are many browser specific plug-ins (eg. Adblock Plus) available to block ads while browsing. If you want a tool compatible for all browsers, then you should try Privoxy.

Basic mplayer Usage from Command-Line

Written by Chris Jones on . Posted in Fedora, Frequently Asked Questions, linux command, Linux distributions, Linux Mint, Linux tutorials, Software, Suse, Ubuntu, Unix Tutorials

icon

There are many ways to play media files from the command-line. In fact, in recent weeks past, here at Unixmen we’ve shown you how do it with a couple of different methods.

Command-Line Downloading Using aria2

Written by Chris Jones on . Posted in Hosting, linux command, Linux distributions, Linux Mint, Linux tutorials, Linux webhosting, opensource, programming, Software, Ubuntu

terminal_logo

All Linux distributions come with wget pre-packaged by default. Sure, wget does do the job, but there is an alternative which I believe does a much better job at downloading from the command-line. aria2 is available in the repositories from … Continue reading