Wednesday, February 15, 2012

Enjoy thesaurus in ubuntu

KThesaurus lists words related to a given term and offers a user interface to WordNet, a powerful lexical reference system. By default, only the English language is supported.





Tuesday, February 14, 2012

How to develop .NET applications in ubuntu ?

MonoDevelop is a GNOME IDE primarily designed for C# and other CLI (.NET) languages.It supports the following languages: C, C++, C# (1.0, 2.0 and 3.0), Vala, Boo, Java, Nemerle, ILasm, ASP.NET and VB.NET.



How to install byobu terminal in ubuntu?

Byobu Terminal is an advanced command line and text window manager which includes a set of profiles for the GNU screen window manager. These profiles are quite useful on server machines which are not running a graphical desktop.  The 'screen' command provides a number of advanced features are not necessarily exposed in the default profile.  These profiles provide features such as status bars, clocks, notifiers (reboot required, updates available), etc.  The profile-switcher allows users to quickly switch their .screenrc to any of the available profiles.

Monday, February 13, 2012

How to install a package in ubuntu?

You can directly find a package in the websites that are of debian (.deb) files,redhat package (.rpm) files, tarball (.tar) files, or .run files.The following discussions are related to installation of a package via terminal.In order to do that, you must need to have administrative previlages.


Open Terminal using Applications ---> Accessories ---> Terminal (or) Press Ctrl + Alt + t.

File Transfer Protocol in ubuntu?

FTP stands for File Transfer Protocol.Establishing the FTP connection with the specified host and launches an interactive utility that enables you to download or upload files from FTP servers.The program allows you to transfer files to and from a remote network site.The client host and an optional port number with which ftp is to communicate may be specified on the command line.If this is done, ftp will immediately attempt to establish a connection to an FTP server on that host; otherwise, ftp will enter its command interpreter and await instructions from the user.