Friday, February 10, 2012

How to find difference between three files in ubuntu?

 Diff3 is the command used to find the compare three text files specified by filename1,filename 2 and filename3.It is also possible to compare three directories in ubuntu.This can be done when you specify three directories instead of files.The command diff3 compares only those files with same names.


How to find difference between two files in ubuntu?

Diff is the command used to find the difference between two text files specified by filename1 and filename2.It is also possible to compare two directories in ubuntu.This can be done when you specify two directories instead of files.The command diff compares only those files with same names.


How to install onscreen keyboard in ubuntu?

The languages are - Assamese, Bengali, Gujarati, Hindi, Kannada, Marathi, Malayalam, Punjabi, Oriya, Sindhi, Tamil, Telugu. Using drop down menu you can select any of above supported Indian language.Drop down menu listing depends on available inscript keymaps at location /usr/share/m17n/. You can then start directly clicking on keys appearing in iok graphical interface.It will not only show you keyvalues(characters) for English keys on your QWERTY keyboard from selected inscript keymap but also allows you to send those characters to currently active window.

How to have multiple terminals in one window?

Terminator is a little project to produce an efficient way of filling a large area of screen space with terminals.The user can have multiple terminals in one window and use key bindings to switch between them.


How to decrypt a file in ubuntu?


An decryption is the conversion of cipher data into plain data.It is not easily understood by unauthorized users.It is most important in wireless communications because wireless circuits are easier to tap than their hard-wired counterparts.An decryption algorithm uses key such as public key and private key to secure the data.