December 14, 2005 7:13 PM

Tweaks.


Add the following line into your .bashrc file before fi
PS1="[\u:\d \t @\w]$ "
then save and open a bash window, and you've got the date and time showing.
Atomic clock time syncing.
Add the following line to your root crontab at a time of your choice
rdate -s clock-1.cs.cmu.edu && hwclock --systohc
Spamassassin extra rules.
Add the following lines to your /etc/mail/spamassassin/local.cf file
body MMVIAGRA2 /viagra/i
describe MMVIAGRA2 mmrule
score MMVIAGRA2 5.0

body MMVICODIN2 /vicodin/i
describe MMVICODIN2 mmrule
score MMVICODIN2 5.0

body MMPRESCRIPTION /prescription/i
describe MMPRESCRIPTION mmrule
score MMPRESCRIPTION 3.0

body MMCIALIS2 /cialis/i
describe MMCIALIS2 mmrule
score MMCIALIS2 5.0

body MMROLEX2 /rolex/i
describe MMROLEX2 mmrule
score MMROLEX2 5.0

body MMLEVITRA2 /levitra/i
describe MMLEVITRA2 mmrule
score MMLEVITRA2 5.0

body MMVIOXX2 /vioxx/i
describe MMVIOXX2 mmrule
score MMVIOXX2 5.0

body MMVALIUM2 /valium/i
describe MMVALIUM2 mmrule
score MMVALIUM2 5.0

body MMPHARMACY2 /pharmacy/i
describe MMPHARMACY2 mmrule
score MMPHARMACY2 3.5



body MMMEDICINES2 /medicines/i
describe MMMEDICINES2 mmrule
score MMMEDICINES2 3.5

body MMSOFTABS2 /softabs/i
describe MMSOFTABS2 mmrule
score MMSOFTABS2 5.0

body MMMICROCAP2 /microcap/i
describe MMMICROCAP2 mmrule
score MMMICROCAP2 5.0

body MMSMALL-CAP2 /small-cap/i
describe MMSMALL-CAP2 mmrule
score MMSMALL-CAP2 5.0

body MMSMALLCAP2 /smallcap/i
describe MMSMALLCAP2 mmrule
score MMSMALLCAP2 5.0

body MMTRADERS2 /traders/i
describe MMTRADERSS2 mmrule
score MMTRADERS2 3.5

body MMEJACULATION2 /ejaculation/i
describe MMEJACULATION2 mmrule
score MMEJACULATION2 5.0



score MICROSOFT_EXECUTABLE 5.0

These are still being tested out by me, but they should work, but you do need to check for yourself.


Posted by Sharon | Permalink