Installing Nagios-3.5.0 in CentOS 6.4 This post is updated version of post “https://sharadchhetri.com/2013/02/27/installing-nagios-3-4-4-in-centos-6-3/”. We will use the new EPEL repo rpm i.e epel-release-6-8.noarch.rpm.(Today I found that in EPEL repo the nagios 3.5 is available and I tested it in my staging machine) Rest of the steps are same Download the EPEL repo in your system […]
Linux
How to change mysql default data directory in Ubuntu
How to change mysql data directory in Ubuntu In this tutorial we will learn how to change the default path of mysql data directory. The mysql server bydefault keep the data in /var/lib/mysql . If you want to change its path follow the given below steps. Lets have an overview for changing mysql data directory […]
How to download package using apt-get command in ubuntu
How to download package using apt-get command in ubuntu To download the package in ubuntu with the help of command apt-get use the flag called download Note: download flag will download the given binary package into the current directory. apt-get download package-name eg. apt-get download apache2 This below given is the practical which I did […]
Installing owncloud in Ubuntu 13.04
Installing owncloud in Ubuntu 13.04 In this tutorial we will learn how to install owncloud in ubuntu 13.04. Step 1: Update the apt repo source list sudo echo ‘deb http://download.opensuse.org/repositories/isv:ownCloud:community/xUbuntu_13.04/ /’ >> /etc/apt/sources.list.d/owncloud.list Step 2: Now add the repository key to apt sudo wget http://download.opensuse.org/repositories/isv:ownCloud:community/xUbuntu_13.04/Release.key apt-key add – < Release.key Step 3: Update the system […]
How to install and configure vncserver in Ubuntu
How to install and configure tightvncserver in Ubuntu If you simply install vncserver in Ubuntu and do not edit xstartup file, on remotel vnc access it will not show desktop menu. In this tutorial we will learn how to install and configure vncserver in Ubuntu and also get desktop menu on remote access. The practical […]
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. […]