File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed
Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -262,17 +262,18 @@ update-rc.d mydns defaults
262262
263263apt-get install vlogger webalizer
264264
265+
2652667) Install Jailkit (optional , only needed if you want to use chrroting for SSH users)
266267
267268apt-get install build-essential autoconf automake1.9 libtool flex bison debhelper
268269cd /tmp
269- wget http://olivier.sessink.nl/jailkit/jailkit-2.7 .tar.gz
270- tar xvfz jailkit-2.7 .tar.gz
271- cd jailkit-2.7
270+ wget http://olivier.sessink.nl/jailkit/jailkit-2.11 .tar.gz
271+ tar xvfz jailkit-2.11 .tar.gz
272+ cd jailkit-2.11
272273./debian/rules binary
273274cd ..
274- dpkg -i jailkit_2.7 -1_*.deb
275- rm -rf jailkit-2.7 *
275+ dpkg -i jailkit_2.11 -1_*.deb
276+ rm -rf jailkit-2.11 *
276277
2772788) Install fail2ban (optional but recomended , because the monitor tries to show the log)
278279More info at: http://www.howtoforge.com/fail2ban_debian_etch
@@ -288,8 +289,8 @@ apt-get install fail2ban
2882899.1) Installation of last version from tar.gz
289290
290291 cd /tmp
291- wget http://downloads.sourceforge.net/ispconfig /ISPConfig-3.0.1.6. tar.gz?use_mirror=
292- tar xvfz ISPConfig-3.0.1.6 .tar.gz
292+ wget http://www.ispconfig.org/downloads /ISPConfig-3.0.2. tar.gz
293+ tar xvfz ISPConfig-3.0.2 .tar.gz
293294 cd ispconfig3_install/install/
294295
2952969.2) Installation from SVN
You can’t perform that action at this time.
0 commit comments