Advertisement
Guest User

Untitled

a guest
Dec 18th, 2014
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.83 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. # Essentials
  4. #
  5. apt-get install aptitude zsh rar unrar zip unzip p7zip subversion git tig mc rsync openssh-server mtr-tiny wget curl tree
  6. apt-get install multitail colordiff sysstat
  7. apt-get install mosh screen htop
  8.  
  9. # Allow to run 32bit programs
  10. #
  11. apt-get install libc6-i386
  12.  
  13. # Network utilitites
  14. #
  15. apt-get install bittorrent openvpn iftop nmap
  16.  
  17. # Network utilitites (GUI)
  18. #
  19. apt-get install putty wireshark filezilla
  20.  
  21. # Development
  22. #
  23. apt-get install build-essential eclipse-cdt autoconf gcc gcc-avr avr-libc doxygen graphviz python gnuplot gitk
  24.  
  25. # Media
  26. #
  27. apt-get install vlc mixxx alsa-oss
  28.  
  29.  
  30. # Desktop
  31. #
  32. apt-get install meld wine baobab xbase-clients libreoffice virtualbox-guest-x11
  33.  
  34.  
  35. # Electronics
  36. #
  37. apt-get install eagle
  38.  
  39.  
  40.  
  41. # Games
  42. #
  43. apt-get install steam e-uae vice scummvm sidplay ioquake3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement