Unix

all about unix systems (Hpux/IRIX/Solaris/BSD

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

Cross Compilation Across Several Networked Computers on Gentoo

This tutorial covers crossdev and distcc that allow users to cross compile across several networked computers on Gentoo. I used it on an Intel Celeron...

How to Compile and Install a Linux Software from Source Code

Most often we do install software from the terminal by the help of  apt-get, rpm, yum, Ubuntu Software Center (GUI) and other forms on...

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

FreeBSD10 Install Step By Step

The  FreeBSD 10  has been released last days with many  wonderful features Lets show you how you can install this OS: Screenshots: ...

Play With Directory Stack

Sometimes we work with long paths in directories and it is hard to remember all of them. What about popping them when we need...

Install office comminucator in Pidgin

Even after  installing  pidgin-sip the  office comminicator  wont  to connect and  still giving this error: READ  ERROR how to   solve  this ?   sudo apt-get install pidgin-sipe make  this ...

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

Easy Navigation Through Your Folders

Tired of typing long path names? Me too. I have a very good solution that will save you time and energy. Type less, be...

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

Issue installing Citrix client in Ubuntu 64 bit

Question : When trying installing Citrix client in Ubuntu 64 bit, i got the following error: unselected package icaclient. (Reading database ... 168913 files and...

Write a Simple Client in Python

Now that we finished writing the TCP server it is time to write a simple client which will connect to the server. It is...

GnomishBeige Theme (GTK+ 3.6.X) Under Ubuntu 12.10

GnomishBeige is a clean beige theme for GTK3, based on the Adwaita engine, plus a matching GNOME-Shell theme. Its dark variant is almost identical...

Install Moodle 3.2 on a RHEL 7 server

Introduction Moodle is a learning platform designed to provide a single, integrated system for educational institutes. It powers tens of thousands of environments all over the...

Installing HAProxy for Load Balancing on CentOS 7

Introduction to Load Balancing Before we begin the tutorial, which will cover installing HAProxy for load balancing, let's first talk about the concept of load balancing. Many high-traffic...

How to Measure Disk Performance with fio and IOPing

Whether it's a server, or a PC for work, what usually limits performances is disk speed. Even if using SSDs, their speed is not...

How to configure remote and secure connections for MySQL on CentOS...

Introduction MySQL is an open source SQL database management system developed by Oracle Corporation. SQL stands for Structured Query Language, which is a standardized language used...

Install and configure Munin master on Ubuntu 17.04

Introduction Munin is a monitoring tool that can help analyze resource trends, presenting information in graphs through a web interface. The installation come with a...