Monthly Archive: June 2015

Libra Office

Install LibreOffice centos 6.5 linux using Yum

You can Download and Install LibreOffice centos 6.5 Linux using yum. You can download file directly or using yum. Here I am going to do isntallation for 64 bit machines and here are the commands need...

vnc viewer linux

Setup and configure VNC Server on Ubuntu

How to setup Vnc4Server in just 3 steps on your Ubuntu 14.04 LTS Desktop or Server. Step 1 – Install gnome so you will get GNOME GUI for VNC Server while accessing Desktop # sudo apt-get...

Setting up LAMP on Linux

sudo apt-get update sudo apt-get install apache2 sudo apt-get install mysql-server php5-mysql sudo mysql_install_db sudo mysql_secure_installation sudo apt-get install php5 libapache2-mod-php5 php5-mcrypt