Lists in Python
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...
Argument Handling in Python
Argument handling gives user the chance to interact with the script and use it for different tasks. Two ways to do this in Python...
Basic mplayer Usage from Command-Line
There are many ways to play media files from the command-line. In fact, in recent weeks past, here at Unixmen...
Exception Handling in Python
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...
How to Install and Configure Subversion Server on Ubuntu 13.04 Server
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...
How to Convert Your Google Drive Files Using DriveConverter
DriveConverter is fast and powerful file online converter for Google Drive. It can convert your documents, images and audios that you saved in Google...
Use Terminal as a Web Browser
Web browsers are software used to access and view the internet and webpages. We all know about some of the popular web browsers such...
How to Install Telnet in CentOS / RHEL / Scientific Linux...
Telnet is a network protocol which is used to connect to remote computers over TCP/IP network. You can make a connection to a remote...
Useful Commands for Linux Users – Episode 5
The Command-line is more powerful because you can do lots with them. Yyou can tell your computer exactly what you want and get the...
Secure Your Network Using IPFire Firewall Distribution
One of the core component of network of all organizations is security. Many large companies will have hardware firewalls to protect their network. Those...
Setup Samba Domain Controller with LDAP Backend in Ubuntu 13.04
We have already shown you how to install and configure a basic Samba server in our previous article. Today I am going to show...
Secure File from Removal in Linux and Unix
Protecting files from unwanted deletion is very important security on the tasklist of Unix Administrators. On Linux boxes you can use the chattr command and...
How to Install Nginx on FreeBSD 9.x
nginx (pronounced "engine x") is an open-source web server and a reverse proxy server for HTTP, SMTP, POP3, and IMAP protocols, with a strong focus on high concurrency, performance and low memory usage. It is licensed under a BSD-like...
Unix/Linux File Recognition. Did You Know?
Did you know that Unix and Linux has no concept of a file extension? What is a file name extension?
A .txt extension tells us...
Migrate from MySQL to MariaDB in FreeBSD
The usage of MySQL for development is free. As you are not giving away that product (MySQL), no GPL restrictions apply. If you want...
Seafile – Yet another alternative for Dropbox and OwnCloud
Seafile is an Open Source file synchronization and collaboration tool. If you are looking an alternative for OwnCloud or Dropbox, this is the tool...
Audit the security of your Unix/Linux systems using lynis
Lynis is an auditing tool for unix/linux like systems which is used to scan the entire unix/linux systems for security issues, installed software informations,...