Install Packages Vortex 05 Mar 2012 # dpkg-reconfigure tzdata # geographic area etc # timezone UTC ######################################### apt-get update # sync with package database apt-get upgrade # upgrade existing packages ######################################### # ssh is now an install time option # apt-get -y install openssh-server from vortex ssh 10.128.240.180 # works ######################################### apt-get -y install ntpdate apt-get -y install ntp vi /etc/ntp.conf add server 10.128.240.4 ### HERE ######################################### 16:04 apt-get -y install gcc apt-get -y install rsync apt-get -y install lynx # text based browser apt-get -y install uucp apt-get -y install gnuplot apt-get -y install minicom # serial user interface apt-get -y install expat # xml parsing apt-get -y install nmap # network monitoring apt-get -y install make apt-get -y install perl-doc i23 May 2013 apt-get -y install unrar-free apt-get -y install sredird # RFC 2217 serial port redirector apt-get -y install iceweasel iceweasel is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 16:08 14 Mar 2012 vi /etc/apt/sources.list add deb http://debian.oregonstate.edu/debian squeeze main contrib apt-get update apt-cache search flashplugin-nonfree apt-get -y install flashplugin-nonfree ##################################### ### ### default editor ### ### controls behaviour or visudo, and crontab update-alternatives --config editor There are 3 alternatives which provide `editor'. Selection Alternative ----------------------------------------------- * 0 /bin/ed 1 /bin/nano 2 /usr/bin/vim.tiny Press enter to keep the default[*], or type selection number: 2 Using `/usr/bin/vim.tiny' to provide `editor'. ######################################### 13:00 apt-get -y install sudo visudo # /etc/sudoers add toby ######################################### ### ftp not installed Morgana ### This section left in as a place holder. apt-get install ftpd from peacock ftp 10.128.239.202 ftp: connect: Connection refused /sbin/reboot Connected to 10.128.239.202. vi /etc/inittab add -ll option for verbose logging vi /etc/hosts add 10.185.184.40 cr1000 # for reverse DNS lookup ######################################### 17 Sept 2012 apt-get update 18:10 apt-get upgrade