Skip to content

Commit f790010

Browse files
author
archerjd
committed
Grammar update & added recommendation for fail2ban
1 parent 7574e4c commit f790010

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

INSTALL_DEBIAN_LENNY.txt

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ Installation
1111
/bin/hostname
1212

1313
# it should return something like "ispconfig.example.com"
14-
# if not, then we assign hostname (for example ispconfig):
14+
# if not, then we assign a hostname (for example ispconfig):
1515

1616
echo ispconfig.example.com > /etc/hostname
1717

1818
vi /etc/hosts
1919

20-
# and add line similar but appropriate:
20+
# and add lines similar but appropriate:
2121

2222
127.0.0.1 localhost.localdomain localhost
2323
192.168.0.100 ispconfig.example.com ispconfig
@@ -30,13 +30,13 @@ opt0.1) Optionally install SSH-server to get remote shell
3030

3131
apt-get install ssh openssh-server
3232

33-
opt0.2) Optionally if you are not running in virtual machine you can set server clocksync via NTP. Virtual quests get this from host.
33+
opt0.2) Optionally if you are not running in virtual machine you can set server clocksync via NTP. Virtual quests get this from the host.
3434

3535
apt-get install ntp ntpdate
3636

3737

3838

39-
# Then into real deal
39+
# Next is the real deal
4040

4141
1) Install Postfix, Courier, Saslauthd, MySQL, phpMyAdmin, rkhunter, binutils with the following command line (on one line!):
4242

@@ -66,6 +66,7 @@ bind-address = 127.0.0.1
6666
/etc/init.d/mysql restart
6767

6868
# Set the mysql database password:
69+
# Again use your own domain name...
6970

7071
mysqladmin -u root password yourrootsqlpassword
7172
mysqladmin -h ispconfig.local -u root password yourrootsqlpassword
@@ -78,12 +79,12 @@ apt-get install amavisd-new spamassassin clamav clamav-daemon zoo unzip bzip2 ar
7879

7980

8081

81-
3) Install apache, PHP5, phpmyadmin, better fastCGI, suexec, Pear and mrypt (1 line!):
82+
3) Install apache, PHP5, phpmyadmin, better fastCGI, suexec, Pear and mcrypt (1 line!):
8283

8384
apt-get install apache2 apache2.2-common apache2-doc apache2-mpm-prefork apache2-utils libexpat1 ssl-cert libapache2-mod-php5 php5 php5-common php5-gd php5-mysql php5-imap phpmyadmin php5-cli php5-cgi libapache2-mod-fcgid apache2-suexec php-pear php-auth php5-mcrypt mcrypt
8485

8586

86-
# When myphpadmin is asking wether to configure itself automagigally, select "Apache2"
87+
# When phpMyAdmin is asking weather to configure itself automatically, select "Apache2"
8788

8889
# Then run the following to enable the Apache modules suexec, rewrite and ssl:
8990

@@ -117,7 +118,7 @@ vi /etc/phpmyadmin/apache.conf
117118
------------------------------------------------------
118119

119120

120-
opt3.1) Optionally install some imagemanipulation capabilities to make advanced webdesigners happy
121+
opt3.1) Optionally install some image manipulation capabilities to make advanced web designers happy
121122

122123
apt-get install php5-imagick imagemagick
123124

@@ -316,7 +317,8 @@ make install
316317
rm -rf jailkit-2.5*
317318
----------------------------------------------------------------------------------------------------------
318319

319-
Optional packages recommended:
320+
Optional recommended packages:
320321

321322
denyhosts - a utility to help sys admins thwart ssh crackers
323+
fail2ban - Like denyhosts but updates firewall rules to reject/drop the IP address and supports many more apps
322324
rsync - fast remote file copy program (for backup)

0 commit comments

Comments
 (0)