Category Archives: Linux tutorials

How to Backup and Restore MySQL Database on Fedora16, Centos and Redhat

Written by Mel Kham on . Posted in CentOS, Fedora, Linux tutorials

The mysqldump client is a backup program originally written by Igor Romanenko. It can be used to dump a database or a collection of databases for backup or transfer to another SQL server (not necessarily a MySQL server). The dump … Continue reading

Build Your Own Linux Based Graphics Workstation

Written by Chris Jones on . Posted in Linux distributions, Linux tutorials, Ubuntu

Workstation. It’s a term in the IT industry that either gets you very excited because of the sheer performance of such systems due to the hardware associated with a workstation. Or on the other hand, the term may scare the … Continue reading

Useful commands for Linux normal users and administrators

Written by M. Zinoune on . Posted in linux command

Recently, CLI is mostly used by Linux/Unix administrators since most popular linux distros come with a complete set of GUI applications that make the user use less and less the command line. In our previous post, we saw 11 useful commands … Continue reading

Common Linux log files name and usage

Written by M. Zinoune on . Posted in Frequently Asked Questions, linux command

Log files are very valuable files for Linux system security. In Linux, almost all log files are stored in ‘/var/log‘ directory.

VLC 2.0 "Twoflower" has been released! PPA Ubuntu11.10 and LinuxMint12

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

VLC 2.0 “Twoflower” has been released, this  is a major release of VLC that comes with faster decoding on multi-core, GPU, and mobile hardware, ability to open more formats, notably professional, HD and 10bits codecs.

Howto- Install Cinnamon on Fedora, LinuxMint, Ubuntu(ppa) and opensuse

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

Cinnamon is the new desktop environment created around the Gnome 3.2, to give power Gnome Shell users a Gnome 2 like layout and experience. It is develloped and maintened by LinuxMint team. The latest release is Cinnamon1.3.

Howto- NumLock on by default in Linux

Written by Mel Kham on . Posted in Frequently Asked Questions, Linux tutorials

If you prefer that the NumLock is activated automatically when you turn on your computer, then follow the instructions in this post.

How to install Nagios from repo Fedora/Centos/SL

Written by Mel Kham on . Posted in CentOS, Fedora, Linux tutorials

Nagios  is  one of  the most  powerful  open source  monitoring tool,  its  giving  the opportunity for monitoring  all OS and  devices ,   in our previous posts, we did show you how to install Nagios from source in Fedora and … Continue reading

Libreoffice 3.5 has been released!| Install in Ubuntu10.04 and 11.10, fedora, debian, LinuxMint | PPA

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

LibreOffice 3.5 has been released, this is a major release that comes with many new features and improvements, in this release for the first time will be enabled the online update checker which informs users when a new version of … Continue reading

How to disable server signature using .htaccess or by editing Apache?

Written by M. Zinoune on . Posted in Frequently Asked Questions, Linux tutorials

Question : How to disable server signature using .htaccess or by editing apache config file?