Linux tutorials

Howto- NumLock on by default in Linux

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

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

Question : How to disable server signature using .htaccess or by editing apache config file? Answer: Attackers can use server signature to their advantage when performing...

Newrez- A great nautilus script to change screen resolution to one...

Newrez is a great nautilus script that help you change screen resolution easily, this is not all, the great feature is that it lets...

How to Convert RHEL 6.x to Centos 6.x

Question : How to Convert your RHEL 6.x to Centos 6.x ? Answer : If you are using RHEL 6.x and you want to move...

A Quick Introduction to Rtorrent

Rtorrent is a command line BitTorrent client, which has a ncurses interface and is extremely efficient in memory and cpu usage. Setting up rtorrent Use your...

How to upgrade to Centos 6.1

Question : How  to upgrade  from  centos 6.0 to centos 6.1 ? Answer   Centos  6.1  has  been released to fix some known issues on the  affected   packages...

install development environment on openSUSE

  Question How to install development environment on openSUSE ? Answer To install a C/C++ compiler and required Development Tools; open YAST Software Management ; Change Filter to 'Patterns'...

How to install XenServer Tools on Linux VMs

Question:  How  to install  XenServer Tools on Linux VMs  ?  Answer : Select the VM in the Resources pane, right-click, and then click Install XenServer...

Installing Apache2 With PHP5 And MySQL On OpenSUSE 12.1

LAMP (Linux, Apache, MySQL and PHP) is an open source Web development platform that uses Linux as operating system, Apache as the Web server,...

Screencast-O-Matic: Make Screen Recordings Online for Free

We all know the procedure for taking the screenshots of the computer screen in the form of images, but what if we have to...

How to Mount a SMB/CIFS Share as an Automount on CentOS/Fedora/RHEL

In This  tutorial  we  will show  you  How  to automatically mount/unmount a SMB/CIFS Windows share on a CentOS/Fedora/RHEL server. You need to open terminal and...

How to upgrade to Mint 12

Question :  How  to upgrade to Mint 12 ? Answer : Please remember that  this Upgrade methoid is  not   recommended   bij  Mint  communauty , but  still ...

How to install openssh Tiny Core Linux

Qeustion : How install openssh server in Tiny Core  Linux ? Answer :  1- Open terminal and search openssh using the command: #ab ssh 2- Press  I  to...

Install Nagios in Opensuse 12.1 from source

Nagios is a popular open source computer system and network monitoring software application. It watches hosts and services, alerting users when things go wrong...

How to Install vsftpd Centos/RHEL/Fedora

  vsftpd, which stands for "Very Secure FTP Daemon", is an FTP server for Unix-like systems, including Linux. It is licensed under the GNU General...

Install nomachine in RHEL/centos/Fedora

Nomachine or NX technology is a computer program that handles remote X Window System connections, and attempts to greatly improve on the performance of...

Virtual Lan install

A virtual LAN, commonly known as a VLAN, is a group of hosts with a common set of requirements that communicate as if they...

extract any compressed file in Linux

  Use the following command to create a new file in /usr/bin directory and launch the gedit. sudo gedit /usr/bin/extract-file Copy and paste the following code...