27 Dec 2014 Install Packages Ziva # dpkg-reconfigure tzdata # geographic area etc # timezone UTC ######################################### 12:55 apt-get update # sync with package database apt-get upgrade # upgrade existing packages 12:56 ######################################### # ssh was installed during the initial package selection # apt-get -y install openssh-server /sbin/ifconfig eth0 eth0 Link encap:Ethernet HWaddr 00:23:5a:5e:d3:18 inet addr:192.168.9.107 Bcast:192.168.9.255 Mask:255.255.255.0 # from ziva ssh 192.168.9.106 # works ######################################### 12:57 apt-get -y install ntpdate apt-get -y install ntp vi /etc/ntp.conf add server clock.coas.oregonstate.edu 12:58 ######################################### 12:59 apt-get -y install gcc apt-get -y install rsync apt-get -y install lynx # text based browser 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 apt-get -y install libfile-remove-perl apt-get -y install exfat-utils apt-get -y install exfat-fuse # came with exfat-utils apt-get -y install dosfstools # dosfslabel - already installed apt-get -y install xfce4-goodies # already newest apt-get -y install aisleriot 13:05 ##################################### ### ### Non-GPL packages ### vi /etc/apt/sources.list replace deb http://debian.osuosl.org/debian/ wheezy main with deb http://debian.osuosl.org/debian/ wheezy main contrib apt-get update # apt-cache search flashplugin-nonfree flashplugin-nonfree - Adobe Flash Player - browser plugin flashplugin-nonfree-extrasound - Adobe Flash Player platform support library for Esound and OSS 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'. ######################################### apt-get -y install sudo visudo # /etc/sudoers add toby vi /etc/group add toby to staff