Attention: All pages of this wiki depend on the pages that come before it, in order as they are listed on the Main Page. Please check for Dependencies.
Please also look at What You Need to Know Before Using This Wiki

Install Operating Systems

From COCNM
Jump to navigation Jump to search

SSH Client

  • generate an ssh key (ssh-keygen -b 2048 -t rsa)

Firewall - porchlian.computerisms.com

  • install debian (current stable version wheezy)
  • configure external eth0 interface as 192.168.25.15
  • configure internal eth1 interface as 192.168.26.1
  • create the file /root/.ssh/authorized_keys and put your public ssh key in it.
  • cp /etc/vim/vimrc /root/.vimrc
    • edit /root/.vimrc and find the line 'set compatible'; uncomment it and change it to 'set nocompatible'
  • edit /root/.bashrc, enable colours and any other personal preferences
  • apt-get install ntp rysnc

Server - houselian.computerisms.com

  • install debian (current stable version wheezy)
  • configure external eth0 interface as 192.168.25.10
  • create the file /root/.ssh/authorized_keys and put your public ssh key in it.
  • cp /etc/vim/vimrc /root/.vimrc
    • edit /root/.vimrc and find the line 'set compatible'; uncomment it and change it to 'set nocompatible'
  • edit /root/.bashrc, enable colours and any other personal preferences
  • apt-get install ntp rysnc build-essential

Backups - shedlian.computerisms.com

  • install debian (current stable version wheezy)
  • configure external eth0 interface as 192.168.25.11
  • create the file /root/.ssh/authorized_keys and put your public ssh key in it.
  • cp /etc/vim/vimrc /root/.vimrc
    • edit /root/.vimrc and find the line 'set compatible'; uncomment it and change it to 'set nocompatible'
  • edit /root/.bashrc, enable colours and any other personal preferences
  • apt-get install ntp