Spell check is a common operation on all text files. All the editors come with built in spell checkers. But if we want to run a spell chec...Read more »

The Magician Of Linux
Spell check is a common operation on all text files. All the editors come with built in spell checkers. But if we want to run a spell chec...Read more »
At times we need to run certain commands repeatedly and watch the output. It could be as simple as looking into the log files, to running so...Read more »
pdfseperate: A tool than can be used to split a pdf document into individual pages or can be used to extract a set of pages as individual pa...Read more »
While running certain scripts we might need to create temporary files. To ease the creation of temporary files we can make use of the comman...Read more »
In the post " QR code: Encode and Decode QR code on linux command line " we saw usage of a command based tool to create QR codes i...Read more »
QR(Quick response) code as defined by google is A machine-readable code consisting of an array of black and white squares, typically us...Read more »
We can add a designer frame to any photo using gimp by using following steps. Open gimp and open the photo for which we need to add a frame...Read more »
Here are two ways of finding out,using linux, whether a processor on a system is 32bit or 64 bit. 1. Using proc entry. Run the command ...Read more »
Here is how we can create a binary clock on the Linux terminal. We will need to install the package binclock which can be done in the debian...Read more »
While creating text files using the "vi" editor we can make the files secure by encrypting the files with our own encryption key. ...Read more »
While using latex in debian 6.0 we might come across the following error. 10pt loadable: Metric (TFM) file not found This is because the ...Read more »
Just as we use grep to search for patterns in a text file we can use pdfgrep to search for strings in a pdf file. In debian based systems we...Read more »
djpeg(Decompress jpeg) command can be used to convert the jpg or jpeg format images into .bmp ,.gif and other formats. For example let us...Read more »
As CPUs operate they always generate heat but for every cpu the temprature at which it operates is very important, and all cpus have an upp...Read more »
Screensavers are used to cover the desktop with some images or graphics while we are away from the system. Here is how we can enable the s...Read more »
We can use the cal command in the linux terminal to display the calendar of the month in the terminal itself. Example : $ cal We can se...Read more »
The contents of a pdf file can be converted to a simple text file using the tool "pdftotext". The format of using pdftotext is $ ...Read more »
if we want to extract only the images from a pdf file, we can use the command line tool pdfimages. pdfimages extracts the images from the g...Read more »
We can user pdftk tool to create a password locked pdf file i.e. to open the pdf file we need to open the supply a password. The options t...Read more »
The pdftk tool can be used to split a given pdf document into separate individual pdf pages. The option to be used with pdftk to achieve thi...Read more »