Tagged: Ubuntu

How to add minimize button in Elementary OS

Elementary OS Loki 0.4, how to get minimize button if you would like to use it For Windows type button style on right: gsettings set org.pantheon.desktop.gala.appearance button-layout:minimize,maximize,close For Mac Style button on left: gsettings set org.pantheon.desktop.gala.appearance...

Format PenDrive using Linux Command

Here is a tutorial to Format your Pendrive or Restore it to original format or partition your pendrive in Simple Steps. There are several easy way too to format the disk like using Disk Utility but...

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