Skip to content

Instantly share code, notes, and snippets.

@marcelomf
Last active August 29, 2015 14:15
Show Gist options
  • Save marcelomf/1bfd78672cb7eefcc64d to your computer and use it in GitHub Desktop.
Save marcelomf/1bfd78672cb7eefcc64d to your computer and use it in GitHub Desktop.
Post install debian like
#!/bin/bash
apt-get update && apt-get upgrade -y
apt-get -y install docker.io vim git firefox
apt-get -y install php5 ruby python3 nodejs gcc g++ clang golang make cmake build-essential python-dev exuberant-ctags sshm terminator wget lynx links curl
apt-get -y install python3-pip gem npm php-pear software-properties-common python3-software-properties
gem install bundler
apt-get -y install etherape wireshark nmap hping3 dsniff packit ettercap-common netcat tcpdump whois traceroute tcptraceroute
#apt-get -y install ffmpeg gstreamer0.10-ffmpeg
apt-get -y install flashplugin-installer openshot terminator gnupg2 tcplay vlc inkscape pencil pinta calibre thunderbird midori dia unrar conky keepass2 lm-sensors gedit cheese unrar p7zip-full libc-bin wine libav-tools freemind
apt-get -y install aspell banshee conky foremost gnupg2 imagemagick mplayer2 mtp mtpfs myspell openshot openssh pinta pidgin pngtools recordmydesktop recoverjpeg scalpel sysstat tcplay testdisk transmission tree unetbootin whois winetricks xchat xmms2 youtube-dl playonlinux sysv-rc-conf
apt-get -y install openjpeg-tools extract jpeginfo exif exiftags exiv2 jhead exifprobe
apt-get -y install kmymoney libreoffice
# abiword akonadi amarok apport apt aptitude aspell attr autotools banshee blueman brasero brltty cabextract calibre catfish cheese clementine cli conky consolekit desktop dia dmz docbook dvd+rw entangle espeak ethtool exif exo extlinux firefox fonts foremost frei0r gawk gedit gigolo gimp gir1.2 gksu gmusicbrowser gnome gnomine gnumeric gnupg gnupg2 growisofs gstreamer0.10 gtk gtk2 humanity icoutils imagemagick inkscape jhead kate katepart kde kdelibs kdelibs5 kdemultimedia kdepim kdepimlibs kdoctools keepass2 kio kmymoney kubuntu language light lightdm link links linux lm lp lynx magicrescue media melt memtest86+ menulibre midori miscfiles mongodb mono mousepad mplayer2 mtools mtp mtpfs mugshot myspell mysql nautilus ncurses nepomuk netcat netpbm nmap npm ntrack ocl odbcinst odbcinst1debian2:amd64 openshot openssh orage oxygen p11 p7zip parole pastebinit pavucontrol pencil perlmagick phonon phonon:amd64 pidgin pinentry pinta plasma plymouth pm pngtools popularity ppa projectm python python3 qapt rarian recordmydesktop recoverjpeg rhythmbox ri1.9.1 ristretto rlwrap rtmpdump ruby1.9.1 ruby1.9.3 samba scalpel session sgml shared shimmer soprano ssh sshm syslinux sysstat system tcplay tdb terminator testdisk thunar thunderbird tomahawk transfig transmission tree ttf ubuntu unetbootin unixodbc uno unrar ure vbetool virtuoso vlc wbrazilian wbritish whois winbind wine wine1.6 winetricks wireshark wodim wportuguese x11proto xbrlapi xchat xdg xfburn xfce4 xfconf xfdesktop4 xfonts xfwm4 xmms2 xorg xsel xterm xtrans xubuntu youtubei-dl
exit
apt-get -y install python-software-properties
add-apt-repository ppa:webupd8team/java
apt-get -y update
apt-get -y install oracle-java8-installer
echo "deb http://download.virtualbox.org/virtualbox/debian trusty contrib" >> /etc/apt/sources.list
wget -q https://www.virtualbox.org/download/oracle_vbox.asc -O- | sudo apt-key add -
apt-get -y update
apt-get -y install virtualbox-4.3
#skype chrome vbox
dpkg -i /home/marcelo/Downloads/*.deb
apt-get install imgcat aview eog fbi w3m fbida pqiv w3m-img xdg-open xv TTYtter feh virtualterminal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment