nndocs:reference
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
nndocs:reference [2013/01/20 06:21] – add dependencies for PHP naptastic | nndocs:reference [2017/08/07 02:27] (current) – None of this is necessary anymore naptastic | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ===== Remember: Victory starts with " | ||
- | === LAMP Setup for the Naptastic Network === | ||
- | |||
- | Apache with mod_fastcgi: | ||
- | |||
- | apt-get install apache2-mpm-event | ||
- | wget http:// | ||
- | tar -xvf mod_fastcgi-2.4.6.tar.gz | ||
- | cd mod_fastcgi-2.4.6/ | ||
- | make -f Makefile.AP2 top_dir=/ | ||
- | cp .libs/ | ||
- | |||
- | PHP configure line: | ||
- | |||
- | sudo apt-get install libxml2-dev libz-dev libbz2-dev libcurl4-openssl-dev libjpeg-dev libpng-dev libmcrypt-dev libaspell-dev libpspell-dev libtidy-dev libxslt-dev | ||
- | ./configure --enable-fpm --prefix=/ | ||
- | |||
- | === Default Route === | ||
- | Add a default route: | ||
- | |||
- | route add default gw <gateway ip address> dev <device name> | ||
- | |||
- | To make this route persist, add these lines to / | ||
- | |||
- | GATEWAY=< | ||
- | GATEWAYDEV=< | ||
- | |||
- | === Changing the @%$#! scrollbar color in Ubuntu!!! === | ||
- | Add these lines to ~/ | ||
- | |||
- | style " | ||
- | { | ||
- | bg[NORMAL] = "# | ||
- | bg[PRELIGHT] = "# | ||
- | bg[ACTIVE] = "# | ||
- | } | ||
- | widget_class " | ||
- | |||
- | Change the hex color values to what you like. Prelight is the color while the mouse is hovering over the scrollbar, and active is the color while it's being held down. |
nndocs/reference.1358662873.txt.gz · Last modified: 2013/01/20 06:21 by naptastic