diff options
author | Guilhem Moulin <guilhem.moulin@ens-lyon.org> | 2012-03-29 01:19:38 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem.moulin@ens-lyon.org> | 2012-03-29 01:19:38 +0200 |
commit | 55791d0b254a7a597f3b8123e619bda0fe9d255f (patch) | |
tree | 54093ef3cb5adc54a824085fdf7ed465b7068e82 | |
parent | 1ed63b6d8d13edb37e4910c4ed8bd6130bad5a4f (diff) | |
parent | be63ca19c74891e08ae2aa7ea958dd2378a68932 (diff) |
Merge branch 'master' of git.fripost.org:fripost-docs
-rw-r--r-- | fripost-docs.org | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/fripost-docs.org b/fripost-docs.org index 6f7cab5..38e3a27 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 @@ -964,8 +957,11 @@ in *** ikiwiki -sudo apt-get install ikiwiki +- sudo apt-get install ikiwiki + +- Add separate ikiwiki user +[[http://rtime.felk.cvut.cz/~sojka/blog/using-ikiwiki-with-gitolite/][Link: Integration with ikiwiki]] *** gitolite and gitweb |