Advertisement
Guest User

ubuntu scripts in general

a guest
Sep 19th, 2017
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.44 KB | None | 0 0
  1. #install scripts
  2. $mydir = "~/github"
  3. curl -L http://bit.ly/glances | /bin/bash  #https://nicolargo.github.io/glances/
  4. ##  htop ##
  5. cd mydir
  6. git clone https://github.com/hishamhm/htop.git
  7. cd htop
  8. sudo apt install -y libncursesw5-dev
  9. ./autogen
  10. ./configure && make && sudo make install
  11. ## gwan ##
  12. # http://gwan.com  
  13.  wget http://gwan.com/archives/gwan_linux64-bit.tar.bz2
  14.  tar -xjf gwan_linux64-bit.tar.bz2; cd gwan_linux64-bit
  15.  sudo ./gwan
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement