Skip to content
Snippets Groups Projects
Commit b163eb36 authored by fantu's avatar fantu
Browse files

Small update lenny installation docs

parent 530929b9
No related branches found
No related tags found
No related merge requests found
...@@ -262,17 +262,18 @@ update-rc.d mydns defaults ...@@ -262,17 +262,18 @@ update-rc.d mydns defaults
apt-get install vlogger webalizer apt-get install vlogger webalizer
7) Install Jailkit (optional, only needed if you want to use chrroting for SSH users) 7) Install Jailkit (optional, only needed if you want to use chrroting for SSH users)
apt-get install build-essential autoconf automake1.9 libtool flex bison debhelper apt-get install build-essential autoconf automake1.9 libtool flex bison debhelper
cd /tmp cd /tmp
wget http://olivier.sessink.nl/jailkit/jailkit-2.7.tar.gz wget http://olivier.sessink.nl/jailkit/jailkit-2.11.tar.gz
tar xvfz jailkit-2.7.tar.gz tar xvfz jailkit-2.11.tar.gz
cd jailkit-2.7 cd jailkit-2.11
./debian/rules binary ./debian/rules binary
cd .. cd ..
dpkg -i jailkit_2.7-1_*.deb dpkg -i jailkit_2.11-1_*.deb
rm -rf jailkit-2.7* rm -rf jailkit-2.11*
8) Install fail2ban (optional but recomended, because the monitor tries to show the log) 8) Install fail2ban (optional but recomended, because the monitor tries to show the log)
More info at: http://www.howtoforge.com/fail2ban_debian_etch More info at: http://www.howtoforge.com/fail2ban_debian_etch
...@@ -288,8 +289,8 @@ apt-get install fail2ban ...@@ -288,8 +289,8 @@ apt-get install fail2ban
9.1) Installation of last version from tar.gz 9.1) Installation of last version from tar.gz
cd /tmp cd /tmp
wget http://downloads.sourceforge.net/ispconfig/ISPConfig-3.0.1.6.tar.gz?use_mirror= wget http://www.ispconfig.org/downloads/ISPConfig-3.0.2.tar.gz
tar xvfz ISPConfig-3.0.1.6.tar.gz tar xvfz ISPConfig-3.0.2.tar.gz
cd ispconfig3_install/install/ cd ispconfig3_install/install/
9.2) Installation from SVN 9.2) Installation from SVN
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment