Category Archives: linux command

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 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

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

How to Backup and Restore MySQL Database’s Using MySQL Workbench

Written by SK on . Posted in CentOS, Fedora, Frequently Asked Questions, Hosting, linux command, Linux Mint, Linux tutorials, Linux webhosting, opensource, programming, Software, Suse, Ubuntu

MySQL(128x128)

MySQL Workbench is a graphical design tool for MySQL databases. It is used for database server administration, database design, creation, security management and server as well as database maintenance. Install MySQL Workbench on Ubuntu: sk@sk:~$ sudo apt-get install mysql-workbench Add … Continue reading

Networking in Python, Sockets

Written by Ambition on . Posted in Hosting, linux command, Linux tutorials, Linux webhosting, opensource, programming, Software

python-logo-master-v3-icon

The key to networking in Python is the socket module, which provides a library for making network connections using Python. The socket module is used for low level networking and it provides the standard BSD Sockets API. Unix programmers are … Continue reading

Exception Handling in Python

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

python-logo-master-v3-icon

You know you get serious with Python programming language when you start to learn about exception handling. But why do we need exception handling? The best way to understand exception handling in Python and why do we need it is … Continue reading

Ubuntu: How to Determine Your Architecture

Written by Ambition on . Posted in Frequently Asked Questions, linux command, Linux Mint, Ubuntu

20100716_ubuntu_logo

It is time to learn some extra Ubuntu skills. The only way to be good at something is to read and practice everyday, all the time-day and night. There are many geeks that say Ubuntu sucks, but I like to explore and … Continue reading

How to Install and Configure Subversion Server on Ubuntu 13.04 Server

Written by SK on . Posted in Hosting, linux command, Linux distributions, Linux Mint, Linux tutorials, opensource, Software, Ubuntu, Unix Tutorials

logoSVN

Subversion is a free and open-source version control system (VCS). It manages files and directories, and the changes made to them over time. This allows you to recover older versions of your data or examine the history of how your … Continue reading