Install Packages 26 July 2013 14:32:29 PDT # dpkg-reconfigure tzdata # geographic area etc # timezone UTC ######################################### 14:38 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 Watchstander ssh 192.168.21.4 # works ######################################### 15:05 apt-get -y install ntpdate apt-get -y install ntp vi /etc/ntp.conf add server clock.coas.oregonstate.edu server 10.128.240.4 ######################################### 15:08 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 apt-get -y install libfile-remove-perl 17 Jan 2014 09:42 apt-get -y install exfat-utils apt-get -y install exfat-fuse 07 July 2015 15:24 apt-get -y install mercurial 15:25 ##################################### ### ### 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 11 June 2015 vi /etc/apt/sources.list add deb http://midas.psi.ch/elog/download/debian/ ./ deb-src http://midas.psi.ch/elog/download/debian/ ./ apt-get update apt-cache search elog elog - Logbook system to manage notes through a Web interface apt-get -y install elog WARNING: The following packages cannot be authenticated! elog E: There are problems and -y was used without --force-yes apt-get install elog WARNING: The following packages cannot be authenticated! elog Install these packages without verification [y/N]? y Get:1 http://midas.psi.ch/elog/download/debian/ ./ elog 2.5.2-1 [461 kB] Fetched 461 kB in 4s (109 kB/s) Selecting previously unselected package elog. (Reading database ... 107217 files and directories currently installed.) Unpacking elog (from .../archives/elog_2.5.2-1_i386.deb) ... Processing triggers for man-db ... Setting up elog (2.5.2-1) ... Creating user/group 'elog'. Creating logbook directory '/var/lib/elog/logbooks' insserv: warning: script 'elog' missing LSB tags and overrides insserv: warning: script 'suckudp' missing LSB tags and overrides Starting ELOG daemon: elogd. Submitting a test message ... Message successfully transmitted, ID=1 ELOG is configured to reach from 'http://localhost:8080' http://localhost:8080 # elog web interface ##################################### ### ### 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 ######################################### ### ftp not installed on 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 ######################################### 13 Nov 2014 17:10 apt-get update # sync with package database apt-get upgrade # upgrade existing packages