summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2018-04-12 08:41:34 -0400
committerluxagraf <sng@luxagraf.net>2018-04-12 08:41:34 -0400
commitf91e7ac438da0e7c232f828e9b667030efd1a519 (patch)
tree07b04c144ebc153869fb3ab358ebe3a87e0e6095
parent31dd2ce442be73b007c2491efc3c1bf80f5bce17 (diff)
updated notes
-rwxr-xr-xdaily.txt5
-rwxr-xr-xminimal debian install.txt7
-rwxr-xr-xset up debian droplet basics + nginx.txt10
3 files changed, 3 insertions, 19 deletions
diff --git a/daily.txt b/daily.txt
deleted file mode 100755
index eed5559..0000000
--- a/daily.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-daily
-
-#2014-01-25
-
-Spent the morning with the girls and then took them down to Pulaski heights barbeque for lunch. We haven't been out in a month and Joe told me the other day that rumor has it Chuck is shutting down so we thought, just to be safe, we should grab a last plate of ribs. I don't actually think they're closing down though. And the new rueben sandwich is probably better than the ribs. It was nice to eat out. The girls seems to enjoy it too. Lilah started off with her hand in her mouth, which I think is some kind of anxiety thing for her, but I put her in my lap for few minutes and then she seems to loosen up and do just fine. They're both sick though, endless stream of mostly clear, but sometimes yellow snot coming out of them right now. This afternoon I spent some time with them alone, but they weren't feeling well so there was a lot of crying and complaining. They did though sit for quite a while and just stare out the window with me, listening to music and looking at the world outside. It was nice. \ No newline at end of file
diff --git a/minimal debian install.txt b/minimal debian install.txt
index f2ec990..b63c215 100755
--- a/minimal debian install.txt
+++ b/minimal debian install.txt
@@ -31,13 +31,6 @@ visudo
if necessary, use lxrandr to change screen res
-# switch to zsh:
-
-chsh -s $(which zsh)
-sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
-
-Then pull down dotfiles and start symlinking
-
# browsers
apt-get install chromium
vim /etc/apt/sources.list # add: deb http://packages.linuxmint.com debian import
diff --git a/set up debian droplet basics + nginx.txt b/set up debian droplet basics + nginx.txt
index ed13acc..6643f99 100755
--- a/set up debian droplet basics + nginx.txt
+++ b/set up debian droplet basics + nginx.txt
@@ -131,7 +131,6 @@ prereqs for geo and ssl:
config script for nginx source (debian paths):
./configure \
- --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 \
@@ -150,14 +149,11 @@ config script for nginx source (debian paths):
--with-http_gzip_static_module \
--with-pcre \
--with-file-aio \
- --with-http_geoip_module \
- --add-module=$HOME/src/ngx_pagespeed-1.12.34.2-beta \
- --add-module=$HOME/src/headers-more-nginx-module-0.32 \
./configure \
---user=nginx \
---group=nginx \
+--user=http \
+--group=http \
--prefix=/etc/nginx \
--sbin-path=/usr/sbin/nginx \
--conf-path=/etc/nginx/nginx.conf \
@@ -176,7 +172,7 @@ config script for nginx source (debian paths):
--without-mail_pop3_module \
--without-mail_imap_module \
--without-mail_smtp_module \
---add-module=$HOME/src/ngx_pagespeed-${NPS_VERSION}-beta
+--add-module=$HOME/ngx_pagespeed-${NPS_VERSION} ${PS_NGX_EXTRA_FLAGS}
make
sudo make install