How to configure multiple mysql instance in Ubuntu
|

How to configure multiple mysql instance in Ubuntu

How to configure multiple mysql instance in Ubuntu In this tutorial we will learn,how to configure multiple mysql instance in Ubuntu.Here multiple mysql instance means we can run multiple mysql server in single machine.We expect you have already install mysql-server in your system(if not then run the command apt-get install mysql-server). To configure multiple mysql…

Install XFCE Desktop in Ubuntu through command line

Install XFCE Desktop in Ubuntu through command line

XFCE is one the lightest Desktop environment for unix like operating system.If you are looking for alternate of Unity Desktop which must be lightweight desktop environment so here XFCE is the answer. The XFCE desktop can be installed along with Unity and any other Desktop environment hence there is no requirement to remove any older…

How to configure static ip address through command line in Ubuntu

How to configure static ip address through command line in Ubuntu

In this tutorial we will learn simple steps to configure the static ip address in Ubuntu by using command line. It is always be a good practice to work on Linux or Unix system using command line.As a system admin we always prefer to work by using command line. Follow the given below steps to…

How to upgrade ubuntu 12.10 to 13.04 through command line
|

How to upgrade ubuntu 12.10 to 13.04 through command line

In this method we will learn how to upgrade ubuntu 12.10 to 13.04 through command line. We will upgrade the ubunutu online hence the good speed internet connection is required. We will stepwise use two commands to upgrade the system. Note: Upgrading the Ubuntu will take time it depends upon your internet speed as well….

How to change hostname in Ubuntu 12.04 and 12.10 without system restart
|

How to change hostname in Ubuntu 12.04 and 12.10 without system restart

In this post learn,how to change hostname in Ubuntu 12.04 and 12.10 without system restart. Here, there are few steps through which we can change the hostname of system without reboot. System OS: Ubuntu 12.04 LTS n l Follow steps to change hostname in Ubuntu 12.04 LTS and Ubuntu 12.10 Step 1: Edit the /etc/hosts…