CCheck

/etc/apt/sources.list

https://wiki.debian.org/SourcesList

deb http://httpredir.debian.org/debian jessie main
deb-src http://httpredir.debian.org/debian jessie main

deb http://httpredir.debian.org/debian jessie-updates main
deb-src http://httpredir.debian.org/debian jessie-updates main

deb http://security.debian.org/ jessie/updates main
deb-src http://security.debian.org/ jessie/updates main
    

software.sh

apt-get update
apt-get upgrade

apt-get install build-essential
apt-get install mc htop p7zip-full
apt-get install wget curl lynx links2
apt-get install vim vim-gtk emacs
apt-get install firefox-esr chromium transmission-gtk transmission-cli
apt-get install vlc x264 mplayer mplayer2 gnome-mplayer audacious youtube-dl
apt-get install apache2 perl php5 python ruby
apt-get install mysql-server mysql-client php5-mysql sqlite sqlite3

apt-get autoclean
apt-get autoremove