Thursday 7 February 2013

Converting multiple images into one PDF on Linux

The most simple way to do this is to use the command line
convert *.png result.pdf
This will create a single pdf and append all the png imges in the directory to the file.

Sunday 3 February 2013

Add ‘Open in Terminal’ in Nautilus

This simple and brief tutorial is going to show you how to add “Open in Terminal” option on Ubuntu Nautilus’ context menu so that you can quickly open up a terminal window and automatically navigate to the selected directory.
Hit Ctrl+Alt+T to open up a terminal window, copy and paste this command and hit enter to install nautilus-open-terminal package:
sudo apt-get install nautilus-open-terminal
or click on this link


then restart or run this command
nautilus -q