diff options
-rw-r--r-- | fripost-docs.org | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/fripost-docs.org b/fripost-docs.org index e7e2f01..50fafe7 100644 --- a/fripost-docs.org +++ b/fripost-docs.org @@ -155,6 +155,7 @@ sudo aptitude install logcheck syslog-summary ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ ddclient\[[0-9]+\]: WARNING: cannot connect to dns.loopia.se:443 socket: IO::Socket::SSL: Timeout IO::Socket::INET configuration failederror:00000000:lib(0):func(0):reason(0)$ ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ ddclient\[[0-9]+\]: WARNING: file /var/cache/ddclient/ddclient.cache, line [0-9]+: Invalid Value for keyword 'ip' = ''$ ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ ddclient\[[0-9]+\]: WARNING: updating [._[:alnum:]-]+: nochg: No update required; unnecessary attempts to change to the current address are considered abusive$ +^\w{3} [ :0-9]{11} [._[:alnum:]-]+ ntpd\[[0-9]+\]: [.0-9]{7,15} interface [.0-9]{7,15} -> [.0-9]{7,15}$ ** Configuring aptitude and friends @@ -786,8 +787,12 @@ sudo a2enmod ssl rewrite **** Installing roundcube -Add the backports repository first, to make sure we're running a somewhat more -current version than the one in stable. +# Add the backports repository first, to make sure we're running a somewhat more +# current version than the one currently in stable. + +:: /etc/apt/sources.list + + deb http://backports.debian.org/debian-backports squeeze-backports main sudo apt-get install roundcube @@ -996,9 +1001,9 @@ sudo rkhunter -c --nomow --rwo MAIL-ON-WARNING=admin@fripost.org - ALLOWHIDDENDIR=/etc/.git ALLOWHIDDENDIR=/dev/.udev ALLOWHIDDENDIR=/dev/.initramfs + ALLOWHIDDENDIR=/etc/.git ALLOWHIDDENFILE=/etc/.gitignore ALLOWHIDDENFILE=/etc/.etckeeper |