Tuesday, February 8, 2011

Installing NS2 in Ubuntu gets easy

Hi friends, the following is one of the easy procedures to get ns2 (Network Simulator) running on Ubuntu:
1.Download the .rar file form here.
2. Now extract it (u need unrar programme for that).
3. You would find some .deb packages. Just right click on each and choose "Open with Package Installer".
4. Open the terminal and type: ns . If you see a % sign then you have successfully installed ns2
5. Now to test the simulator, type in terminal : ns example.tcl and a simulator should pop up.(You need to write a sample tcl for this or you may donwload the example tcl file from here).
That's it , congratulations,you have installed ns2 without much hasstles i suppose. :)

P.S:
1. While installing the packages with the package manager, some error messages may come , so leave those packages, and proceed with next and then come back to it.

2. A tutorial on ns and tcl can be accessed here.
3. Through the above method one won't be able to edit the source code of ns , so for that one can downlaod the ns-allinone RC7 from here . Extract it and do ./install . Then one needs to add some path variables in ~/.bashrc file (you will be told after the install process) and then run ./validate inside the ns folder

Monday, February 7, 2011

The Beginnning of Another End

It gives me immense pleasure to say that Mukti 11.2 ended in great spirits- The spirit of Openness and collaboration, contribution and encouragement.
Sadly it was my last Mukti as a co-ordinator but indeed the journey's been memorable.
Day 1:
Mukti 11.2 started with speeches from our Director and teachers who promoted foss. We had some wonderful speakers like Rahul Sundaram who started the day with workshop on RPM packaging .There was a great turn out and the workshop was very informative.
This was followed by some events. Later in the evening we had the workshop on Python programming(basics) by Kushal Das
Day 2:
The second day there were talks on Python Programming(advanced)by Kushal and then later Shilip Gupta gave some tips on Fundamentals of Programming.
Late in the evening i had the prelims of my event ,InCanity. Thanks to all for the great response. Only 1 of the qualifying team -"Madmen"( which ultimately were the winners) could correctly answer the question : "Importance of keyword volatile in C " . It left me wondering was it that uncommon??
Day 3:
At 10:00 am we started off with the finals of InCanity which was quiet interesting especially with teams competing to get the shortest code in a question.
Meanwhile we had workshop on System Programming in Python by Kushal.
In the afternoon we had talk on QML by Shantanu Tushar Jha following by Shreyank's workshop on Ruby on Rails.
After this we started off with closing ceremony by giving away the prizes for various events, with the best moments coming with Shreyank, DJing. Oh! take away his phone and he's helpless :)
Overall it was a great success, thank you all for being part of it.
Looking forward for Mukti 12.2

Wednesday, February 2, 2011

Mukti 11.02

Hi friends,
Each year Open Source enthusiasts from all over the country rise to it in unison. When Mukti comes calling.... MUKTI is the Annual National Level Technical Symposium on GNU/Linux and Free Software conducted by the GNU/Linux Users' Group of NIT Durgapur. Our sole goal is to promote the awareness of Free and Open Source Software (FOSS) in and beyond the student community of India. We have had the opportunity to play host to a number of eminent FOSS contributors at the international level during MUKTI. We preach the holy teachings of Open Source and practice it at the hallowed portals of the numerous workshops dedicated to it.We have also always had the good fortune of being associated with an enthusiastic and knowledge audience. So if you want to breath the fresh air of freedom – freedom from copyrights, licenses and registration codes - it is time to wake up. To the call of MUKTI...
So come on and register youself.

Tuesday, February 1, 2011

Solution to .jnlp file not launching in ubuntu

Hi, i was having this problem of not being able to launch a .jnlp file , i thought that it might be some problem with the java installed in my system and was almost ready to reinstall it when luckly i realised that Sun java was requiered for it and the default i was using was OpenJDK.
So i corrected it and now it's working perfectly :)
Here's how you can do it to prevent any hasstles.
Type in the terminal:
sudo update-alternatives --config java
This command will present you the java options in your system and the default one . Just follow the instruction and choose Sun Java as the default.
That's it . Enjoy :)