Skip to main content

Posts

Showing posts from December, 2014

VLAN implementation using NS2

Installing ns-2.35 in Fedora 21

This post will tell you how to install ns-2.35 in Fedora 21 64 bit OS..... Step 1: Install all the necessary packages $] sudo yum update $] sudo yum install tcl tk gcc-c++ libX11-devel libXt-devel libXmu-devel Step 2: unzip the software ns-xx.tar.gz $] tar zxvf ns-allinone-2.35.tar.gz $] cd ns-allinone-2.35/ Open the file $] gedit ns-2.35/linkstate/ls.h in line number 137 change erase to this->erase as shown above..... Save the file and give this command $] ./install This will install all the packages as you see in the video. This process may be take upto 5 minutes. Once installation is over now.... Setting the PATH The following line is pasted in the PATH variable as shown in the video $] gedit /home/pradeepkumar/.bash_profile :/home/pradeepkumar/ns-allinone-2.35/bin:/home/pradeepkumar/ns-allinone-2.35/tcl8.5.10/unix:/home/pradeepkumar/ns-allinone-2.35/tk8.5.10/unix Once the PATH is set, source the .bash_profile file as the new PATH will be reflected within the cur

Installing Windows, Linux and Yosemite inside Mac

This post tells you how to install Windows and Linux within Macintosh Machine (Yosemite) Base OS: Yosemite Other OS: Windows 8.1, Fedora 21 (Linux Mint 17.1 also) Machine used: Mac Mini (Mid 2013) Installing Yosemite Step 1: Install Yosemite (If you have mavericks, download it from the Store and install it) Installing Windows 8.1  To Install Windows 8.1, get a 8GB Pen Drive and use Windows USB/DVD tool to make the USB bootable or you faster method by clicking this link. http://www.pradeepkumar.org/installing-windows-7-from-usb/ Open Boot Camp and select "Install Windows 7 or later" and also select "Download the support Softwares for Windows 7 or later", You need to provide a FAT partitioned Pen Drive (This wil be another pendrive other than the Windows 8 Boot Pen Drive, if you dont have any other pendrive, leave this step, after installing Windows you may come back and download the support softwares) and Click Next. Now Mac will ask for partitio

Graphics.h in Linux Mint or Ubuntu

This post tells you how to install graphics.h in either Ubuntu or Linux Mint Parameters: OS : Linux Mint 17.1 - 64 bit OS Usually graphics.h will not be available in Linux Mint and if you want to include that in Ubuntu or Mint, here are the steps and a sample program $ sudo apt-get update $ sudo apt-get install build-essential autoconf automake libxmu-dev  The above line is needed to get all the developmental libraries for ubuntu or mint.  $ sudo apt-get install libsdl-image1.2 libsdl-image1.2-dev guile-1.8 guile-1.8-dev libsdl1.2debian libart-2.0-dev libaudiofile-dev libesd0-dev libdirectfb-dev libdirectfb-extra libfreetype6-dev libxext-dev x11proto-xext-dev libfreetype6 libaa1 libaa1-dev libslang2-dev libasound2 libasound2-dev The above line is needed to download the complete graphics with sound libraries Download this file libgraph http://download.savannah.gnu.org/releases/libgraph/libgraph-1.0.2.tar.gz Go the download location and unzip it $ tar zxvf libgraph-1.