Install and Configure Bacula Server in CentOS 6.4 / RHEL 6.4
Bacula is an open source network based backup software, used to allow the System Administrators to manage backup, recovery and send the verification of data’s from any systems in any location across...
View ArticleInstall and Configure Rsyslog in CentOS 6.4 / RHEL 6.4
Rsyslog is an open source software used to forward the log messages on Unix/Linux systems in your network. It is an important thing to every Linux users/admins to get a log messages when...
View ArticleInstall LAMP server in CentOS 6.4 / RHEL 6.4
LAMP is a short form of Linux, Apache, MySQL and PHP. In this tutorial i will show you how to install LAMP server in CentOS 6.4. My testbox hostname and IP Address are “server.unixmen.com” and...
View ArticleAnother web hosting solution on ubuntu
As an additional open source free web hosting solution which would suit your favorite linux distribution in this case it would be ubuntu a powerful solution to start getting in the hosting business...
View ArticleInstall adobe flash player on Fedora18
Question : How to Install adobe flash player on Fedora18 ? Answer : Download and install the Adobe repo to add it to Fedora repository: [pirat9@localhost Downloads]$ sudo rpm -ivh...
View ArticleInstall nginx with PHP and MySQL in CentOS 6.4 / RHEL 6.4
nginx (pronounced as engine-x) is a lightweight, high performance http server, reverse proxy server, IMAP, SMTP and POP3 server. In this tutorial my test box hostname and ip address are...
View ArticleOpenLDAP Installation and Configuration in Ubuntu 12.10 Server / Debian 6
OpenLDAP is a free open source Light Weight Directory Access protocol developed by the OpenLDAP project. It is a platform independent protocol, so that it runs on all Linux/Unix like systems, Windows,...
View ArticleInstall 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 script to...
View ArticleSetup Mail Server in minutes using iRedMail in Ubuntu 12.10 / Debian 6
iRedMail is a full featured open source mail server solution. We can deploy mail server in less than fifteen minutes for our organization. If you have fast internet connection, then you can deploy it...
View ArticleHow to add su to FreeBSD
How to enable su in FreeBSD? This is my installed FreeBSD 9.1 $ uname -aFreeBSD FreBSD-Unixmen 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 UTC 2012...
View ArticleEasy Steps to Setup LAMP in Slackware 14.0
LAMP is a combination of free, open source software. The acronym LAMP refers to the first letters of Linux (operating system), Apache HTTP Server, MySQL (database software), and PHP, Perl or Python,...
View ArticleUpgrading Slackware 13.37 to 14.0
I have installed Slackware Linux version 13.37 and have updated it to the latest version. How did I this? First, add to /etc/slackpkg/mirrors the 14.0 repository. In performed this:...
View ArticleResolve libudev0 Issue When Installing Google Chrome in Ubuntu 13.04
When installing chrome in Ubuntu 13.04, I got the following error:Google Chrome can not be installed because we are missing the dependency libudev0To resolve this we need to install libudev0.For Ubuntu...
View ArticleHow to Update Ports in FreeBSD
Normally we are writing more about Linux here at Unixmen. But today, I will give you some tips about the FreeBSD upgrade system and packages.Question:How to update ports in FreeBSD?Answer:Let me give...
View ArticleWrite a TCP Server in Python. Introduction with Sockets – Part 1
It is late and I decided to code a simple TCP server in pure Python. But what is a server? Anything that receives connection from other computers called clients is called a server. This server keeps...
View ArticleInstall Memcached PHP Extension in CentOS
Memcached is a general-purpose distributed memory caching system that was originally developed by Danga Interactive for LiveJournal, but is now used by many other sites. It is often used to speed up...
View ArticleHow to Install Burg Boot Loader in Ubuntu 13.04 & LinuxMint
Burg is a brand-new boot loader based on GRUB. It uses a new object format which allows it to be built in a wider range of OS, including Linux/Windows/OSX/Solaris/FreeBSD etc. It also has a highly...
View ArticleWrite a TCP Server in Python – Part 2
This article is for people that have good knowledge in Python and want to learn and practise new skills and do some network basics. Information about sockets is very important when using Python for...
View ArticleCheck Your Ubuntu Version
Do you want to learn how to check your Ubuntu version? This article teaches you how. To find your Ubuntu version from a terminal console, open a new terminal window and type lsb_release -a like shown...
View ArticleTop Things to do After Installing Ubuntu 13.04 Raring Ringtail
Ubuntu 13.04 Raring Ringtail final is almost out. The final release it scheduled to be out in the 25th of April 2013. After you actually get done with the installation, there would likely exist a heap...
View Article