Category Archives: Linux tutorials

Install Easy Hosting Control Panel (EHCP) in Ubuntu 12.10 Server / Debian 6

Written by SK on . Posted in Hosting, Linux distributions, Linux Mint, Linux tutorials, Linux webhosting, opensource, Software, Ubuntu

ehcp_logo2

EHCP is an open-source and powerful hosting control panel that lets you to host any websites, create email accounts, create additional (sub) domains and create FTP accounts and many more. It is only the first hosting control panel that provide the … Continue reading

Top Things to do After Installing Ubuntu 13.04 ‘Raring Ringtail’

Written by M. Zinoune on . Posted in eyecandy, Linux distributions, Linux Mint, Linux tutorials, opensource, Releases, Software, Ubuntu

ubuntu-logo

Ubuntu 13.04 Raring Ringtail final is almost out. The final release it scheduled for release on April 25. After you actually get done with the installation, there would likely exist a heap of things you still need to take care … Continue reading

How to Check Your Ubuntu Version

Written by Ambition on . Posted in linux command, Linux tutorials, Ubuntu

faq-150x120

Question: How to Check Your Ubuntu Version?

Write a TCP Server in Python – Part 2

Written by Ambition on . Posted in Linux distributions, opensource, programming, Software, Unix Tutorials

pyhton

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 network scripting. Before we can create … Continue reading

How to Install Burg Boot Loader in Ubuntu 13.04 and LinuxMint

Written by M. Zinoune on . Posted in Linux Mint, Linux tutorials, opensource, Software, Ubuntu

fortune-theme

Burg is a 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 configurable menu system which works in … Continue reading

Install Memcached PHP Extension in CentOS

Written by Mel Kham on . Posted in Hosting, linux command, Linux tutorials, Linux webhosting, Unix Tutorials

website-speed-300x168

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 dynamic database-driven websites by caching data and objects in RAM to reduce the number of times an external data … Continue reading

Write a TCP Server in Python. Introduction with Sockets – Part 1

Written by Ambition on . Posted in Linux distributions, opensource, programming, Software, Unix Tutorials

pyhton

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 the connection open and … Continue reading

How to Update Ports in FreeBSD

Written by Mel Kham on . Posted in Unix Tutorials

freebsd_300x300

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 you some information about … Continue reading

Resolve libudev0 Issue When Installing Google Chrome in Ubuntu 13.04

Written by M. Zinoune on . Posted in Linux tutorials, Ubuntu

13.04-logo

When installing chrome in Ubuntu 13.04, I got the following error:

Upgrading Slackware 13.37 to 14.0

Written by Mel Kham on . Posted in Linux distributions, Linux tutorials

large_slackware

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:  http://ftp.nluug.nl/os/Linux/distr/slackware/slackware64-14.0/ Now to sync and update the packages: # slackpkg check-updates … Continue reading