Skip to content

Instantly share code, notes, and snippets.

@abcarroll
Created June 15, 2015 01:20
Show Gist options
  • Save abcarroll/5a0494ce929d9732c37c to your computer and use it in GitHub Desktop.
Save abcarroll/5a0494ce929d9732c37c to your computer and use it in GitHub Desktop.
# Beginnger
sudo apt-get install vim netselect-apt
# Basics
sudo apache2-utils autossh bc beep btrfs-tools cryptsetup curl dnsutils dos2unix e2fsprogs file ftp git hexedit hfsprogs htop iftop iotop iptraf less links lrzsz lvm2 md5deep mercurial nmap ntp parted patch pax putty-tools pv rsync screen sudo sysstat tmux tree vim wget whois xz-utils
# Paritioning, File System & FS Encryption
sudo apt-get install lvm2 cryptsetup e2fsprogs hfsprogs btrfs-tools
# Monitoring
sudo apt-get install htop sysstat iptraf tcpdump smartmontools
# XFCE4 / Desktop
sudo apt-get install lightdm xfce4 xfce4-goodies xfce4-weather-plugin gksu
# - Audio
sudo apt-get install alsa pulseaudio
# - Software
sudo apt-get install guake
sudo apt-get install iceweasel
sudo apt-get install openjdk-7-jre libreoffice
sudo apt-get install xchat
sudo apt-get install gedit
sudo apt-get install vlc
sudo apt-get install gparted
sudo apt-get install rdesktop
sudo apt-get install brasero
sudo apt-get install electrum
# Image viewer
sudo apt-get install ristretto
# - Imgur Screenshot Utility
apt-get install scrot xclip libnotify-bin
# - Fonts
sudo apt-get install ttf-mscorefonts-installer fonts-freefont-otf
# Webserver / Developer
sudo apt-get install dnsutils apache2-utils
sudo apt-get install nginx php5-fpm php5-cli php5-curl php5-mysql php5-sqlite php5-mcrypt php5-gd php5-tidy
sudo apt-get install mysql-server mysql-client redis-server
# For Imgtamp
sudo apt-get install imagemagick pngcrush optipng gifsicle
sudo apt-get install redis-server
sudo apt-get install squidclient squid3
sudo apt-get install pdns-server
sudo apt-get install pdns-recursor
sudo apt-get install
# Node
sudo apt-get install nodejs
sudo apt-get install npm
# Wireless-Tools
sudo apt-get install wireless-tools macchanger wavemon aircrack-ng
# ----------------------------
# Install Skype
sudo dpkg -i skype-debian_4.3.0.37-1_i386.deb
sudo dpkg --add-architecture i386
sudo apt-get update
sudo dpkg -i skype-debian_4.3.0.37-1_i386.deb
sudo apt-get install -f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment