Posts

Micromax 3G usb modem on ubuntu 12.04

I am using Micromax 3G USB modem to access Internet for long time, and it was working fine with previous distribution of Ubuntu. I have recently upgraded my operating system from Ubuntu 11.10 to 12.04. After upgrading I have seen that system is not detecting my Micromax modem. Fortunately I found a very simple solution and here I am sharing it. You have to just edit the /etc/modules file. Use this code $ sudo gedit /etc/modules and then add this two line at the end of the file usbserial option This has worked for me. Hope this will also solve your problem. Cheers APaul NB: If you are using Ubuntu 12.10 probably the above method is not working. Check this post for work around. 

Installing SSH Server

Image
Secure Shell (SSH) is a network protocol to secure data communication between two computer connected via network. You can access remote shell, execute command. Also using Secure file transfer protocol (sftp) you can transfer data from one computer to another. For this you need one ssh server software and one ssh client. If you are using linux then you are probably aware about that ssh client is, by default, installed. For windows user, there are lots of ssh client software for windows, you can download them and install on your computer. For example, you can use this software link, SSH Secure Shell or PuTTY .   You can install ssh server very easily in Ubuntu. Just search for "openssh-server" or "ssh server" in your package manager and install it. Also form terminal you can run the command sudo apt-get install openssh-server . Now you can access your computer remotely and securely. Installing ssh server in windows xp is also very easy. For windows xp there is a very ...

Gmail manager extension

Gmail is now one of the most popular web base email provider. Now a days almost every one has more than one account. But from single browser we can't login to more than one Gmail account at a time. So if we want to switch between gmail account then we have to sign out from one account and then login to another. This is very tidius job. Fortunately there is an add-on which will solve this problem. In firefox I use Gmail Manager add-on to manage multiple gmail account. This add-on keep you loged in to two different account and will check for new mail on this account and notify you. You can switch btween the account by just one click. This is actually very useful add-on who have multiple account and all are importent. Fortunately there is also an extension in google chrome also to do the same kind of job. Name, Symple mail checker for gmail. You can find it here  https://chrome.google.com/webstore/detail/kdnecmelaimlfdenllncbigiljiaaimo  .  You are done. Now check multyple g...

Some essential software for Ubuntu

Image
Here is the list of software that seems to me as essential for ubntu. Out of them few are for scientific calculations and data analysis. I have given the list divided in different category. I have not included the name of software that are pree installed. Accessories: Artha: offline dictionary. Avant Windows Navigator: mac like doc Gvim: graphical vim Developer tool: IDLE Education: Mendeley desktop: A reference manager tool for research. Science and Engineering: WxMaxima: Symbolic  calculation (Mathematica like software) QtOctave: graphical front end for Octave, a matlab like software SciDavis: Data analysis and plotting software QtiPlot: Data analysis and plotting LibNitz Graph Plotter: A data plotting tools Elmer: Multyphysics simulation software Graphics: Blender: 3D animation tool Inkscape: Vector graphics editor GIMP: Image processing software Xfig: A power full software to create diagram Internet: Chromium: A power full web browser DC++: s...

Macbuntu in Ubuntu 11.04

Ubuntu is a great os. It is really user friendly and has a great usability. And there is no doubt that, if we consider the graphics and interface in concern then, MacOs X is best. It will be great if we can use both, the usability of Ubuntu and feel of Mac Os. Fortunately there is some package which can transform the look of Ubuntu to Mac Os. Macbuntu is one the best of them. By installing software and changing theme  in such a way that Ubuntu completely looks like Mac Os. But there is no particular version of Macbuntu that can transform Ubuntu 11.04. But you can use the version of Macbuntu for Ubuntu 10.10 and use it for Ubuntu 11.04. Here is the step by step instruction how to install Macbuntu in Ubuntu 11.04. Download Macbuntu for Ubuntu 10.10 form the following site, http://sourceforge.net/projects/macbuntu/ now extract the file in some folder. Now navigate to that particular folder where you have extract mackbuntu. You have to change the installation code little ...

IBus in Ubuntu 11.04

Image
Intelligent Input Bus (IBus)   is an framework for multilingual input in Unix like software. This became the default input method for Ubuntu from the version Ubuntu 9.10.  (see wikipedia entry)  This is very easy to set up and use as an input method. There are several key board in different languages including phonetic keyboard. This was working very good till now. But I have just install new version of Ubuntu (11.04 64 bit) and there it stopped working. Thank fully I got the solution from one post in the  Linux user group of Delhi IIT.   To get it working you have to install ibus-m17n using this command. sudo apt-get install ibus-m17n Now go to language support from the System menu. Install the language you want to use. Dont forget to install input methods. (it will be install automatically if you do not uncheck any option while installing language.) and select IBus as input method in language support menu. Now go to IBus preference...

Mendeley Desktop to Manage your Research Document

The people who are involve in doing research (like PhD student) have to study lots of paper. So they download lots of paper and save them in the computer. Now this is a headache for them to manage so large no paper and other document like book, thesis they have downloaded, so that they can be found easily. Again if you are using different computer in different place (suppose you have personal laptop and you have computer in lab) then it is very difficult keep track which paper we have downloaded in which computer and to sync them. The problem can be solved easily. Thanks to Mendeley, a research cataloging tool for desktop and web. You can use it to manage all your paper, book, thesis, ….. from same place. You can search them very easily. You can synchronize them with your other computer. You can import document from any folder or file from your computer. You can directly generate bibliography citation for your document from Mendeley. There is a web importer plugin, which you can use d...