SpamAssassin
Wednesday, May 29th, 2002$ perl -MCPAN -e shell o conf prerequisites_policy ask install Mail::SpamAssassin quit
$ perl -MCPAN -e shell o conf prerequisites_policy ask install Mail::SpamAssassin quit
Set the hostname to be something reasonable instead of
localhost.localdomain by using ‘neat’.
Also disable starting eth0 on boot — it takes a while to timeout when
I’m booting in a wireless mode.
In order to get Wellenreiter v1.3 (a wireless monitoring tool) to run,
it requires GTK.pm installed. Since I no longer trust ‘perl -MCPAN -e
shell’ not to screw up my perl installation, I downloaded
Gtk-Perl-0.7000.tar.gz and Net-Pcap-0.04 from
href="http://www.CPAN.org">CPAN and manually installed it. Note:
Net::Pcap need to be built this way: perl Makefile.PL
INC=-I/usr/include/pcap LIBS=’-L/usr/lib/pcap -lpcap’
Red Hat 7.3 ships with both LPRng and CUPS, the latter has a nice
web-based configuration tool.
Created mount points:
mkdir -p /NT /CD1, /CD2 /ExtraHomes /mnt/xx /mnt/xy /mnt/ontour /mnt/ibgzk o /mnt/after7
Added:
/dev/hda1 /NT vfat uid=500,gid=500,defaults 0 0 /dev/hdb1 /CD1 vfat uid=500,gid=500,default s 0 0 /dev/hdb2 /CD2 vfat uid=500,gid=500,default s 0 0 /dev/hdb3 /ExtraHomes ext2 defaults 0 0 //192.168.123.100/marc /mnt/mdesktop smbfs user,uid=500,gid=500,username=m arc,password=SECRET,defaults 0 0 //192.168.123.100/xx /mnt/xx smbfs user,uid=500,gid=500,username=x x,password=SECRET,defaults 0 0 //192.168.123.100/xy /mnt/xy smbfs user,uid=500,gid=500,username=x y,password=SECRET,defaults 0 0 //ontour.zko.dec.com/public /mnt/ontour smbfs uid=500,gid=500,auto,user,exec, rw,username=nozell/americas,password=SECRET 0 0 //ibgzko.zko.dec.com/nozell /mnt/ibgzko smbfs uid=500,gid=500,auto,user,exec, rw,username=nozell,password=SECRET 0 0 //16.29.96.110/sharedmedia /mnt/after7 smbfs auto,ro,username=guest,password =SECRET 0 0
DocumentRoot "/home/marc/public_html"
…
<Directory "/home/marc/public_html">
ServerAdmin marc@nozell.com
ScriptAlias /cgi-bin/ "/home/marc/cgi-bin/"
…
<Directory "/var/www/cgi-bin">
Configure NTP to get the time from systems that are available from 1)
internet, 2) inside corporate firewall, 3) inside corporate external
lab firewall and 4) timeserver of DSL provider.
To the file /etc/ntp/steptickers add the one very long line:
harbor.ecn.purdue.edu tick.mit.edu ntp01.cca.cpqcorp.net ntp02.cca.cpqcorp.net alpha1.ispworks.com shell.mv.net
Turn ntp on at boot time:
chkconfig --level 45 ntpd on
re-register with Red Hat Network.
rhn_register
And then go to http://www.redhat.com/network
and adjust the ‘entitlements’. Finally then ready to actually update
with ‘up2date’. Quite a number of updates just a week after Red Hat
7.3 was released…
visudo
and added marc to the list.