Sunday, October 25, 2009

NS install

While installing NS you can get few problem, so to fix those problem follow this link....


http://caia.swin.edu.au/cv/kstoeckigt/ns2-install.html

Thursday, September 10, 2009

HOW TO OPEN .chm FILE IN LINUX

Chm file is a Microsoft Compressed HTML Help file in a proprietary format for online help files. Under Linux/FreeBSD or UNIX you can open .chm file using following three different programs which makes it possible to browse native Windows CHM files:

Install chm viewer

Use apt-get or yum command to install chm viewer:
# apt-get install gnochm
OR
# apt-get install kchmviewer

Gnome Desktop User

Use gnochm program as follows
$ gnochm file.chm

KDE Desktop User

Use kchmviewer (very nice and highly recommended) program as follows
$ kchmviewer file.chm

Thursday, August 20, 2009

Default Values in ns2

All the default values in ns2 are located in a file name
"ns-default.tcl"
You can fine this file in directory
"/home/uesrname/ns-allinone-2.xx/ns-2.xx/tcl/lib"

This file actually set up all the default paramters. Each default parameter is stored in the OTcl class template and copied from the class into the instance when the object is created.

Tuesday, August 18, 2009

How to set MTU value in NS2

Default value of MTU(MaximumTransmission Unit) in ns2 is generally 1500.Now to change this value according to your research, just go to file "mac-802.3.h" and change the value of "IEEE_8023_MAXFRAME" and compile it once again. You can find this file in

/home/username/ns-allinone-2.xx/ns-2.xx/mac

TO know more about MTU and to know what it actually is just visit the following link.

http://www.pointless.net/~jasper/consume/docs/my-docs/mtu.html

Thursday, August 13, 2009

Find Whether Processor is 32 bit or 64 bit in LINUX

You can find the configuration of system in which you are working and can find whether the processor is 32 bit or 64 bit. Just open terminal and type

$ getconf LONG_BIT
or one can try
$ uname -a
or
$
grep flags /proc/cpuinfo

Wednesday, August 12, 2009

GATE admission, Books Problems For computer science

All those who want any help regarding the procedure of admission, books, or any other thing related to GATE can leave comment in this . I will try to help you.

Saturday, August 8, 2009

Disable or Enable Firewall In UBUNTU 9.04

U can visit this site for any firewall problem in ubuntu.



https://wiki.ubuntu.com/UbuntuFirewall

https://help.ubuntu.com/9.04/serverguide/C/firewall.html