Techobia

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...

Kill or Terminate a process in Linux

Sometimes we open so many tasks but these tasks are not shown as simple in taskmanger like Windows operating system but still we need to end that process or kill that process on our Linux machines...

Mount nfs partition in Linux (NTFS) CentOS

Is your Pendrive formatted with NTFS format and its not detecting in your Linux Machine, or you are trying to mount your External HDD which has HPFS/NTFS or NFS filesytem and not mouting manually or automatically...

Desktop Screen Recorder Linux with audio

Desktop screen recording is in demand from a long and is proven a best method to explain the stuff in an interactive manners. Tis work like a charm whe you have to present a presentation but...

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...

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