Skip to main content

Posts

Showing posts with the label Linux Mint

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...

NS3 installation in Linux Mint 17 (64 bit)

This post tells you how to install the ns3 version in Linux Mint 17 (64bit)- Long Term Support till 2019. Preliminaries The following development libraries are to be installed before trying ns3 $prompt] sudo apt-get update  $prompt] sudo apt-get install build-essential autoconf automake libxmu-dev $prompt] sudo apt-get install ia32-libs  (the above software ia32-libs is needed only when you want to run the 32 bit applications inside a 64bit OS) Now download the ns3 software from the website http://www.nsnam.org I downloaded the version 3.20 ( ns-allinone-3.20.tar.bz2 ). Please do understand that ns2 is different from ns3 and they are not having any link between them (however, some network models were used in ns3 were adopted from ns2). Also ns3 will run using the main() of C++ and also it has python bindings. Here is the installation steps of ns3 1. copy the ns-allinone-3.20.tar.bz2 in the home directory(Ex: /home/pradeepkumar) 2. Set the following path infor...