Pages

Install Shutter Screenshot tool in Ubuntu 14.04 and 16.04

Shutter is a feature rich screen shot capturing tool. Provision for annotation also available.

Installation
 
Ubuntu 14.04
Add PPA to the system,
sudo add-apt-repository ppa:shutter/ppa
apt-get update
apt-get install shutter

Ubuntu 16.04
apt-get install shutter

Create Ubuntu Live DVD using Pinguy Builder

Remastersys was one of the best tool for live DVD creation. Remastersys project seized and not available now. Now Pinguy Builder available for this purpose. Pinguy Builder developed from Remastersys source code. So Pinguy Builder is very easy to use tool for live dvd creation.

I tried to build Live DVD from Ubuntu MATE Linux. MATE Desktop available with this Ubuntu distro. MATE desktop gives classic look, not like Unity.

Speed up your Ubuntu Linux

Ubuntu loaded with Unity desktop. Unity consume a big part of computer resources due to its graphical intensive desktop. Many ways users can make fast the Ubuntu operating system.

Install GNOME Flash back Desktop over Unity Desktop
Unity desktop of Ubuntu eat lot of computer resources. Install GNOME Flash back desktop.

Install Malayalam fonts in Ubuntu 16.04


Package ttf-malayalam-fonts replaced by  fonts-smc fonts-samyak-mlym fonts-mlym fonts-lohit-mlym in Ubuntu 16.04.


See the chillu (ചില്ല്) letter (ല്ല) before and after installation of Malayalam fonts.


Installation
Open a Terminal and apply following commands,

sudo su
apt-get install fonts-smc fonts-samyak-mlym fonts-mlym fonts-lohit-mlym

To get more Malayalam fonts, visit https://smc.org.in/fonts/

Install ADB and Fastboot on Ubuntu

Fastboot is a tool that can be used to re-flash partitions on your Android device. Useful for the installation of new custom recovery (e.g. twrp) and operating systems like Cyanogenmod on preloaded Android. 

 


Install Apache Tomcat 8 on Ubuntu 14.04

Install Java
sudo su
sudo apt-get install default-jdk
Install Tomcat
Download the and extract the Tomcat package. New versions can be download from Tomcat wesbite.

Install Canon MF220 printer in Ubuntu


Copy Linux driver pack from CD with printer or download from Canon website.
Extract the package in home folder.
Enter into the package folder using Terminal,

sudo su
cd Linux_UFRII_PrinterDriver_V320_us_EN

Make the install.sh file executable,

chmod -R 777 install.sh

Run the install file,

./install.sh

Open printer admin page in a browseer http://localhost:631/admin
Add printer and change settings. 

Edit crontab with gedit or nano


Editing crontab with vim is may feel difficult for basic Linux users. Users can open crontab with other text editor like gedit. Apply following command to open crontab with gedit.


env EDITOR=gedit crontab -e