diff options
-rwxr-xr-x | minimal debian install.txt | 8 | ||||
-rwxr-xr-x | set up debian droplet basics + nginx.txt | 11 |
2 files changed, 10 insertions, 9 deletions
diff --git a/minimal debian install.txt b/minimal debian install.txt index 76bfb75..0417de9 100755 --- a/minimal debian install.txt +++ b/minimal debian install.txt @@ -17,7 +17,9 @@ restart and pig google to confirm you have wifi #then install the basics -apt-get install sudo vim-gtk tmux git zsh ufw curl Xorg openbox tint2 lxrandr htop terminator conky pm-utils zip unzip dmz-cursor-theme python-pip python-dev python3 python3-dev network-manager-gnome clipit +apt-get install sudo vim-gtk tmux git ufw curl Xorg openbox tint2 lxrandr htop terminator zip unzip dmz-cursor-theme python-pip python-dev python3 python3-dev network-manager-gnome clipit vnstats mutt mpd mpc ncmpcpp htop + +apt-get -t jessie-backports install "package" visudo @@ -48,7 +50,8 @@ tar -vxf Downloads/crunchy-dark-grey.tar.gz git clone https://github.com/CBPP/cbpp-icon-theme.git #set a decent desktop: -nitrogen ~/Pictures/Desktops/ +feh --bg-center ~/pictures/desktops/? +xdg-mime default feh.desktop image/png #set up vim: mkdir -p .vim/bundle @@ -62,7 +65,6 @@ dropbox start dropbox status -xscreensaver # download some decent fonts and put them in ~/.fonts then run: fc-cache -fv diff --git a/set up debian droplet basics + nginx.txt b/set up debian droplet basics + nginx.txt index c3cd32a..ed13acc 100755 --- a/set up debian droplet basics + nginx.txt +++ b/set up debian droplet basics + nginx.txt @@ -52,7 +52,7 @@ test before you log out: Add ssh keys - cat ~/.ssh/id_rsa.pub | ssh -p 25032 lxf@108.61.215.5 "mkdir -p ~/.ssh && cat >> ~/.ssh/authorized_keys" + cat ~/.ssh/id_rsa4096.pub | ssh -p 25034 lxf@63.135.175.3 "mkdir -p ~/.ssh && cat >> ~/.ssh/authorized_keys" --- @@ -131,7 +131,7 @@ prereqs for geo and ssl: config script for nginx source (debian paths): ./configure \ - --add-module=$HOME/src/naxsi-0.54/naxsi_src \ + --add-module=$HOME/src/naxsi-0.55.3/naxsi_src \ --prefix=/usr/share/nginx \ --sbin-path=/usr/sbin/nginx \ --conf-path=/etc/nginx/nginx.conf \ @@ -151,12 +151,11 @@ config script for nginx source (debian paths): --with-pcre \ --with-file-aio \ --with-http_geoip_module \ - --add-module=$HOME/src/ngx_pagespeed-release-1.11.33.2-beta \ - --add-module=$HOME/src/headers-more-nginx-module-0.30 \ + --add-module=$HOME/src/ngx_pagespeed-1.12.34.2-beta \ + --add-module=$HOME/src/headers-more-nginx-module-0.32 \ ./configure \ ---add-module=$HOME/src/naxsi-${NAX_VERSION}/naxsi_src \ --user=nginx \ --group=nginx \ --prefix=/etc/nginx \ @@ -171,9 +170,9 @@ config script for nginx source (debian paths): --with-http_ssl_module \ --with-pcre \ --with-file-aio \ +--with-http_v2_module \ --with-http_realip_module \ --without-http_scgi_module \ ---without-http_uwsgi_module \ --without-mail_pop3_module \ --without-mail_imap_module \ --without-mail_smtp_module \ |