In this tutorial we will learn, how to setup LAMP Stack on Ubuntu 14.04 LTS Server. LAMP is the abbreviation of Linux, Apache, MySQL and PHP. To setup LAMP stack, we will install Apache HTTP Server, PHP and MySQL Database Server on Linux . In our case, for Linux we will use Ubuntu 14.04 LTS […]
Ubuntu
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. […]
NonInteractive apt-get install in Debian
In this post, we will know how to do noninteractive apt-get install in Debian Operating System. By this method you can skip the interactive query ask while doing apt-get install . For eg. on doing apt-get -y install nagios-nrpe-server , the samba and dhcp packages also install and at that time it need user manual […]