Ns2 Installations and Basics Abdul Razaque. How to install Ubuntu on windows-7 & 8 Download the Ubuntu ISO file. You can get the ISO file from the Ubuntu.

Slides:



Advertisements
Similar presentations
Installation of Ubuntu on a Virtual machine. VirtualBox allows you to run an entire operating system inside another operating system. Please be aware.
Advertisements

Presentation Heading – font Arial
Linux, it's not Windows A short introduction to the sub-department's computer systems Gareth Thomas.
Novell from Home Net Storage. Novell access via NetStorage 1-Web Interface Connect to your shared drive through your web browser Windows, Mac or Linux.
David Notkin Autumn 2009 CSE303 Lecture 22 Subversion is an open source version control system. Social Implications Friday version control system.
Software installation Chapter 7. Software installation Numerous software options Usually free Open source Several sources Installation CD Websites sourceforge.net.
Background of Wireless Communication Student Presentations and Projects Wireless Communication Technology Wireless Networking and Mobile IP Wireless Local.
WORKING WITH COMMAND-LINE TOOLS Danielle Cunniff Plumer School of Information The University of Texas at Austin Summer 2014.
CS0007: Introduction to Computer Programming Setting Up Java.
DataStax Enterprise on Microsoft Azure. BrightView Analytics provides a robust Software-as-a-Service (SaaS) business solution, which delivers critical.
Image Processing on the Pi using openFrameworks. Setup Before beginning: – Install openFrameworks per these instructionsinstructions Run dependency scripts.
Integrating HADOOP with Eclipse on a Virtual Machine Moheeb Alwarsh January 26, 2012 Kent State University.
GETTING STARTED USING LINUX UBUNTU FOR A MULTI-USER SYSTEM Team 4 Lab Coordinator Manager Presentation Prep Webmaster Document Prep Faculty Facilitator.
CprE 288 – Quick intro for compiling C in Linux
One to One instructions Installing and configuring samba on Ubuntu Linux to enable Linux to share files and documents with Windows XP.
Lab 3 Department of Computer Science and Information Engineering National Taiwan University Lab3 - Cross Tools 2014/10/7/ 20 1.
Streaming Twitter. Install pycurl library Use a lab computer From the course website Download the links from pycurl and twitter streamer Extract site-packages.zip,
POS/420 Introduction to Unix Philip Robbins – March 12, 2013 (Week 1)
N ETWORKED & D ISTRIBUTED COMPUTING S YSTEMS L AB Programming Assignments EE323 Computer Networks.
Cassandra Installation Guide and Example Lecturer : Prof. Kyungbaek Kim Presenter : I Gde Dharma Nugraha.
CONNECT: Install Webinar for Code-A-Thon April 20th, 2010.
CS Tutorial 1 Getting Started with Visual Studio 2012 (Visual Studio 2010 are no longer available on MSDNAA, please choose Visual Studio 2012 which.
Utilizing SSHFS for Distributed Computing. What is SSHFS SSHFS allows you to mount data through an ssh connection. –
LING 408/508: Programming for Linguists Lecture 3 August 31 st.
ABAQUS Installation on LINUX Platform D. Hanumanthappa, A. Jérusalem May 5th, 2010.
How to Install and Run Prepared by: Shubhra Kanti Karmaker Santu Lecturer CSE Department BUET.
baltrad node installation for beginners On Ubuntu Jesper Ellerbæk Nielsen Aalborg University, DK.
ATG Environment Setup In this session you will learn – Setting Up ATG environment – Creating new ATG application – Configuring Data Source – Configuring.
Computing Fundamenatls CMSC 201 Computer Science I Penny Rheingans University of Maryland Baltimore County (with inspiration from previous 201 instructors.
Linux in a Virtual Environment Nagarajan Prabakar School of Computing and Information Sciences Florida International University.
| nectar.org.au NECTAR TRAINING Module 10 Beyond the Dashboard.
BEL Framework Exercise August 2012 This work is licensed under the Creative Commons Attribution 3.0 Unported License. To view a copy of this license, visit.
Android x86 Build Environments Update 1.Update System $sudo apt-get install git-core gnupg flex bison gperf build-essential \ zip curl zlib1g-dev libc6-dev.
Drexel University Software Engineering Research Group Git for SE101 1.
CIS3931 – Intro to JAVA 26-May-05 Using JAVA in a Windows environment.
Conventions Department of Computer Science and Information Engineering National Taiwan University Conventions 2014/9/16/ 3 1.
Installing MDT 2010 on Windows Server 2008 R2 This guide assumes you are installing MDT 2010 on a Windows Server 2008 R2 server with the Windows Deployment.
C programming and compilers. At least 3 ways to compile C Using gcc in UNIX environment via chaos.cs.auckland.ac.nz Using gcc in Cygwin in Windows Using.
Run your first C program.  Bring your computers to class  No prior programming experience is needed  Hours spent  Sakai  TAs.
Cole David Ronnie Julio Sam Littlefield. Let’s Begin  Globus Toolkit runs on Unix platform only  Install Ubuntu  download all updates for Ubuntu.
1 Network Simulator 2 Install Chao-Ying Chiu. 2 Outline n Install Cygwin n Install NS2 n Test NS2 Example.
| nectar.org.au NECTAR TRAINING Module 10 Beyond the Dashboard.
SQOOP INSTALLATION GUIDE Lecturer : Prof. Kyungbaek Kim Presenter : Zubair Amjad.
Install CB 1.8 on Ubuntu. Steps Followed Install Ubuntu (Ubuntu LTS) on Virtual machine – (VMware Workstation) (
TP: Grid site installation BEINGRID site installation.
Installing CUDA, PyCUDA on Ubuntu
 Prepared by: Eng. Maryam Adel Abdel-Hady
CS 120 Extra: The CS1 Server Tarik Booker CS 120.
Installing git In Linux: sudo apt-get install git In Windows: download it from run the setuphttp://git-scm.com/download/win.
Stony Brook Integrative Structural Biology Organization
Copy from Windows to Ubuntu
Computer System Laboratory
Computer System Laboratory
Install external command line softwares
SEEM4570 Tutorial 1:Software Installation
How to change the LOGO on PecStarWeb V3.6
SMALL HOME NETWORK Local Network Area.
Computing Fundamenatls CMSC 201 Computer Science I Penny Rheingans University of Maryland Baltimore County (with inspiration from previous 201 instructors.
AES on GPU using CUDA Choi dae soon.
Using Clam Anti-Virus with Ubuntu
Perl A simple test.
Fractals help.
INSTALLING AND SETTING UP APACHE2 IN A LINUX ENVIRONMENT
IOTA HOW TO START BUILDING.
Installing and configuring MDT 2013 and WDS
Run Java file with Window cmd
Different types of Linux installation
Setting up home folders and roaming profiles
Department of Engineering Science EE 465 (CES 440) - Intro
Macs without binding to Active Directory
Presentation transcript:

Ns2 Installations and Basics Abdul Razaque

How to install Ubuntu on windows-7 & 8 Download the Ubuntu ISO file. You can get the ISO file from the Ubuntu website. An ISO file is a CD image file that will need to be burned before you can use it.

How to install Ubuntu on windows-7 & 8

You should download image-burn from following website.

How to install Ubuntu on windows-7 & 8

Installation of n2 STEP1: Make it sure that internet connectivity is good. Download NS2.35 from Step 2: make a new folder [ns] in /home Extracts downloaded files in above folder. Step 3 : copy downloaded ns-allinone-2.35.tar.gz in /home/ns Step 4 : open terminal Step 5: Run following commands cd ns-allinone-2.35 sudo apt-get update sudo apt-get install build-essential autoconf automake libxmu-dev Step 6 :Run following command./install Step7: Run following command to install X – graph $ sudo apt-get install xgraph Step 8. Set environment variables run this command gedit ~/.bashrc

Installation of n2 Add the following lines to the end of the file. Remember replace "/your/path" by the folder where you have stored extracted the ns-2 file (For example, if your Linux account name is purple, and you have extracted the file to your home directory, you have to change /your path to /home/ns) CONTINUED.. # LD_LIBRARY_PATH OTCL_LIB=/your/path/ns-allinone-2.35/otcl-1.13 NS2_LIB=/your/path/ns-allinone-2.35/lib X11_LIB=/usr/X11R6/lib USR_LOCAL_LIB=/usr/local/lib export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$OTCL_LIB:$NS2_LIB:$X11_LIB:$USR_LOCAL_LIB # TCL_LIBRARY TCL_LIB=/your/path/ns-allinone-2.35/tcl8.4.18/library USR_LIB=/usr/lib export TCL_LIBRARY=$TCL_LIB:$USR_LIB

Installation of ns2 # PATH XGRAPH=/your/path/ns-allinone-2.35/bin:/your/path/ns-allinone- 2.35/tcl8.4.18/unix:/your/path/ ns-allinone- 2.35/tk8.4.18/unix NS=/your/path/ns-allinone-2.35/ns-2.35/ NAM=/your/path/ns-allinone-2.35/nam-1.14/ PATH=$PATH:$XGRAPH:$NS:$NAM

Simple way to install ns2 Sudo apt-get install ns2 Sudo apt-get install nam Sudo apt-get install xgraph

Simple way to install ns2

Ns node creation