Last active
August 29, 2015 14:01
-
-
Save sushant-hiray/d2acc84db3789445159f to your computer and use it in GitHub Desktop.
Revisions
-
sushant-hiray revised this gist
May 25, 2014 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -15,3 +15,5 @@ pip install cython; sudo apt-get install ruby; sudo apt-get install ruby-dev; sudo gem install jekyll; sudo gem install therubyracer; sudo gem install execjs; -
sushant-hiray revised this gist
May 25, 2014 . 1 changed file with 3 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -12,3 +12,6 @@ sudo apt-get install python-pip; sudo apt-get install python-dev libxml2-dev libxslt-dev; //needed else gives pip gives some error that pyconfig.h is not present sudo pip install virtual-env; pip install cython; sudo apt-get install ruby; sudo apt-get install ruby-dev; sudo gem install jekyll; -
sushant-hiray revised this gist
May 21, 2014 . 1 changed file with 6 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -6,4 +6,9 @@ sudo apt-get install nautilus-dropbox; sudo apt-get install vlc; // linuxdcpp from software center sudo apt-get install git; sudo apt-get install vim; sudo apt-get install python-pip; sudo apt-get install python-dev libxml2-dev libxslt-dev; //needed else gives pip gives some error that pyconfig.h is not present sudo pip install virtual-env; pip install cython; -
sushant-hiray created this gist
May 6, 2014 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,9 @@ sudo apt-get update && sudo apt-get upgrade; sudo apt-get install ubuntu-restricted-extras; sudo apt-get install terminator; sudo apt-get install flashplugin-installer; sudo apt-get install nautilus-dropbox; sudo apt-get install vlc; // linuxdcpp from software center sudo apt-get install git; sudo apt-get install vim;