Misc
Jump to navigation
Jump to search
http://news.ycombinator.com/item?id=3580367 - podcasts
BFS site
Primary: #FF5E00 Secondary: #F79130 Body: #F2DC8F
Length
*1*3*5*7*9*11*14*17*20*23*26*29*32*35*38*41*44*47*50*53*56*59*62*65*68
71*74*77*80*83*86*89*92*95*98*101*105*109*113*117*121*125*129*133*137*141*145*149*153
misc
rgb(215,233, 254)
mixes
- psychill, psybient, technoid, funky dubby glitchy brakey electro etc.
- kilowatts, bluetech, kattoo, gridlock, µ-Ziq [1]Siege of Antioch, beefcake
setup.sh
add local machine entry in /etc/hosts for dnsmasq. to do; dhcp.
sudo ifconfig eth1 192.168.56.101 netmask 255.255.255.0 up sudo echo "" >> /etc/network/interfaces sudo echo "auto eth1" >> /etc/network/interfaces sudo echo "iface eth1 inet static" >> /etc/network/interfaces sudo echo "address 192.168.56.101" >> /etc/network/interfaces sudo echo "netmask 255.255.255.0" >> /etc/network/interfaces sudo echo "network 192.168.56.0" >> /etc/network/interfaces sudo echo "broadcast 192.168.56.255" >> /etc/network/interfaces sudo apt-get install zsh tmux git-core ssh-keygen -t rsa -C "milk@vm.local" cat .ssh/id_rsa.pub cp to github sudo ssh-keygen -t rsa -C "root@vm.local" sudo cat /root/.ssh/id_rsa.pub cp to github git clone git@github.com:milkmiruku/dottmux.git .tmux ln -s ~/.tmux/.tmux.conf ~/.tmux.conf git clone git@github.com:milkmiruku/dotvim.git .vim ln -s ~/.vim/vimrc ~/.vimrc sudo ln -s ~/.vim/vimrc /root/.vimrc sudo rm -rf /etc/zsh sudo git clone git@github.com:milkmiruku/zsh.git /etc/zsh sudo git submodule update /etc/zsh/git-prompt (?)
sudo su - wget http://drupalcode.org/project/barracuda.git/blob_plain/refs/heads/master:/BARRACUDA.sh.txt sed -i 's/notify@omega8.cc/milkmiruku@gmail.com/' BARRACUDA.sh.txt sed -i 's/CHV CSF/CHV CGP CSF WMN/' BARRACUDA.sh.txt sed -i 's/_AUTOPILOT=NO/_AUTOPILOT=YES/' BARRACUDA.sh.txt sed -i 's/_DEBUG_MODE=NO/_DEBUG_MODE=YES/' BARRACUDA.sh.txt sed -i 's/_SSH_PORT=22/_SSH_PORT=321/' BARRACUDA.sh.txt sed -i 's/_LOCAL_DEBIAN_MIRROR=\"\"/_LOCAL_DEBIAN_MIRROR=\"ftp.uk.debian.org\"/' BARRACUDA.sh.txt sed -i 's/_LOCAL_UBUNTU_MIRROR=""/_LOCAL_UBUNTU_MIRROR="uk.archive.ubuntu.com"/' BARRACUDA.sh.txt sed -i 's/_MY_OWNIP=""/_MY_OWNIP="192.168.56.101"/' BARRACUDA.sh.txt sed -i 's/_MY_HOSTN=""/_MY_HOSTN="pink.local"/' BARRACUDA.sh.txt sed -i 's/_MY_FRONT=""/_MY_FRONT="pink.local"/' BARRACUDA.sh.txt sed -i 's/_SMTP_RELAY_HOST=""/_SMTP_RELAY_HOST="smtp.gmail.com"/' BARRACUDA.sh.txt bash BARRACUDA.sh.txt db pass, etc.
service nginx restart
ssh-keygen -t rsa -C "aegir@vm.local" cat .ssh/id_rsa.pub cp to github