Skip to content

Instantly share code, notes, and snippets.

@egaviriarestrepo
egaviriarestrepo / ns2-olsr-ubuntu-xenial.md
Created March 13, 2019 03:31 — forked from slashsbin/ns2-olsr-ubuntu-xenial.md
Install & Setup NS2(w/ UM-OLSR Patch) on Ubuntu 16.04

Upgrade Ubuntu

sudo apt update
sudo apt upgrade -Vy

Download NS2

Download NS2 & OLSR:

@egaviriarestrepo
egaviriarestrepo / git-bash-in-webstorm.md
Created March 11, 2019 11:12 — forked from sadikaya/git-bash-in-webstorm.md
git bash inside Webstorm terminal

Go to File -> Settings -> Tools -> Terminal and change Shell path based on the the installed git version.

for 64bit:

"C:\Program Files\Git\bin\sh.exe" --login -i

for 32bit:

"C:\Program Files (x86)\Git\bin\sh.exe" --login -i