diff options
-rw-r--r-- | fripost-docs.org | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/fripost-docs.org b/fripost-docs.org index 6d40ade..6f9bf03 100644 --- a/fripost-docs.org +++ b/fripost-docs.org @@ -70,15 +70,12 @@ openbsd-inetd portmap tasksel tasksel-data w3m wbritish ** Packages to install *** Administrative -sudo aptitude install openssh-server molly-guard ntp ntpdate rsync screen +sudo aptitude install emacs23-nox harden-servers logcheck molly-guard ntp \ +ntpdate openssh-server rsync screen syslog-summary sudo unattended-upgrades # If the system is on a dynamic IP (e.g. using DHCP): sudo aptitude install resolvconf -*** Security - -sudo aptitude install logcheck syslog-summary harden-servers - # NB: harden-clients conflicts with telnet, which as we know is very handy # during configuration. Therefore, only optionally: sudo aptitude install harden-clients @@ -87,14 +84,11 @@ sudo aptitude install harden-clients # NOTE: Emacs will be the default on all Fripost systems. If you prefer # something else, use the EDITOR environment variable. -sudo apt-get install emacs23-nox sudo update-alternatives --config editor ** Configure sudo -sudo apt-get install sudo - # If you disabled root account during installation, the default account is # already in the sudo group. Otherwise, follow these steps: @@ -174,7 +168,6 @@ sudo aptitude install logcheck syslog-summary # For the situations when unattended-upgrades fails (e.g. when there are # configuration changes), there is an e-mail sent to the administrator. # -sudo aptitude install unattended-upgrades :: /etc/apt/apt.conf |