I have ping disabled on our system for machines outside of my subnet. It is something I don't need. It might be something someone else needs, but I don't care.
#ICMP traffic
einfo "Creating icmp chain"
$IPTABLES -N icmp_allowed
$IPTABLES -F icmp_allowed
$IPTABLES -A icmp_allowed -p icmp -s $NETWORK -j ACCEPT
$IPTABLES -A icmp_allowed -p icmp -s 127.0.0.1 -j ACCEPT
$IPTABLES -A icmp_allowed -m state --state ESTABLISHED,RELATED -p icmp --icmp-type echo-reply -j ACCEPT
$IPTABLES -A icmp_allowed -m state --state NEW -p icmp --icmp-type echo-reply -j ACCEPT
$IPTABLES -A icmp_allowed -m state --state NEW -p icmp --icmp-type time-exceeded -j ACCEPT
$IPTABLES -A icmp_allowed -m state --state NEW -p icmp --icmp-type destination-unreachable -j ACCEPT
$IPTABLES -A icmp_allowed -p icmp -j LOG --log-prefix "Bad ICMP traffic:"
$IPTABLES -A icmp_allowed -p icmp -j DROP
All *NIX users need a spell checker after having to use commands like "awk", "grep", "sed", "ls", and "chgrp" all day. Heck, the *NIX type environment is based on miss-spelled words.
That will throw all emails with a web bug right in the spam pile. I don't just delete my spam. I normally go through and check to see if any valid emails got tossed in my spam folder.
#2 Privoxy
In my user.action added...
{ +block } .didtheyreadit.com
That should block any web page that links to that site. I could have just put 127.0.0.1 for didtheyreadit.com in my hosts file, but if they start putting subdomains in from of their domain name, it won't work anymore.
They now can do a 5 Doctors type thing... except you really need another captain to hold out on the whole movie and be stuck in some hyperspace transport and replaced with stock footage.
>That crack you're on is really, really good. Where can I get one?
Hold a mirror behind your back, you've got "one" there and I'm sure it's big.
Congratulations on your Window install success rate, however I can say I've installed Linux on numerous systems with the installs ending up as I expected. I have also installed Windows on a good number of systems and the same can be said for them. Both perfectly working installs.
However, like you and Linux, I've run into problems with Window installs. The problem being hardware not being recognized during the install, like SCSI cards. If you miss the "press F6" at the beginning, you're screwed. Which brings up the original post, if you're a child, old person, non-techy computer user... are you going to know to press F6 at that point of the Windows install? Probably not.
BTW: Since RH 7.0 (maybe 6.0), it will partition the drives for you.
Actually, it is easy. The difference is Windows comes pre-installed on the system people buy, so they don't have to install and set it up. If people (children, old people, and those without a lot of computer experience) had to install Linux or Windows by themselves, they'd find it equally hard.
Beyond that, Windows has a clear advantage since you can buy a box with the software in it from your local Walmart. That's a lot easier than going using the Internet and finding it yourself, to people with little computer experience.
Linux needs software Kiosks that will burn people a CD with Mozilla, OpenOffice, KDE, etc since you won't find that software in a box on a self at a local Walmart.
Re:Thousands per year
on
Paid To Spam
·
· Score: 1
Imagine your provider shutting down your service after the first week.
If I move to IndiA, and take a job, does my HMO cover marauding monkey bites?
Just when I was looking for a tracker for my proprietary, binary-only distribution of Linux.
was about coming to term with Gentoo, guess not.
Can I vote for the judges who will decide this election instead?
I've had my TiVo for 3 years. Never had any problems, works the way it should. Never had any problems with the service or billing.
... it does what it is suppose to do without me having to ticker with it.
The most important thing is
The only thing I regret is not buying the one time service fee.
emerge distcc :)
distcc-config --set-hosts "192.168.1.1 192.168.0.2 192.168.0.n"
USE='distcc' MAKEOPTS='-j254' emerge x11-base/xorg-x11
(yeah, it's missing little steps )
Also in Wisconsin, if you are a homeless person with two items as proof of residency, you can be coerced to vote Democratic for a pack of smokes.
2 00 0/stories/election2000-20001105-222208.html: //www.freerepublic.com/forum/a3a35afc35a3e.ht m
http://html.themilwaukeechannel.com/sh/election
http
Works for me with KDE 3.2. The page does check out as 4.01 Strict, however the CSS has an error and warning.
:)
For fun validate Microsoft web pages
I have ping disabled on our system for machines outside of my subnet. It is something I don't need. It might be something someone else needs, but I don't care.
#ICMP traffic
einfo "Creating icmp chain"
$IPTABLES -N icmp_allowed
$IPTABLES -F icmp_allowed
$IPTABLES -A icmp_allowed -p icmp -s $NETWORK -j ACCEPT
$IPTABLES -A icmp_allowed -p icmp -s 127.0.0.1 -j ACCEPT
$IPTABLES -A icmp_allowed -m state --state ESTABLISHED,RELATED -p icmp --icmp-type echo-reply -j ACCEPT
$IPTABLES -A icmp_allowed -m state --state NEW -p icmp --icmp-type echo-reply -j ACCEPT
$IPTABLES -A icmp_allowed -m state --state NEW -p icmp --icmp-type time-exceeded -j ACCEPT
$IPTABLES -A icmp_allowed -m state --state NEW -p icmp --icmp-type destination-unreachable -j ACCEPT
$IPTABLES -A icmp_allowed -p icmp -j LOG --log-prefix "Bad ICMP traffic:"
$IPTABLES -A icmp_allowed -p icmp -j DROP
End of Evangelion
A great (second) ending to the Neon Genesis Evangelion series.
All *NIX users need a spell checker after having to use commands like "awk", "grep", "sed", "ls", and "chgrp" all day. Heck, the *NIX type environment is based on miss-spelled words.
Do it on a sunday.
A great picture
It did change. It's pronounced 'FireFox', but it spelt 'FireFixqqq'. The three q's are silent.
(little Monty Python)
#1 SpamAssassin
.spamassassin/user_prefs added ...
...
.didtheyreadit.com
In my
score HTML_WEB_BUGS 20
That will throw all emails with a web bug right in the spam pile. I don't just delete my spam. I normally go through and check to see if any valid emails got tossed in my spam folder.
#2 Privoxy
In my user.action added
{ +block }
That should block any web page that links to that site. I could have just put 127.0.0.1 for didtheyreadit.com in my hosts file, but if they start putting subdomains in from of their domain name, it won't work anymore.
They now can do a 5 Doctors type thing ... except you really need another captain to hold out on the whole movie and be stuck in some hyperspace transport and replaced with stock footage.
>That crack you're on is really, really good. Where can I get one?
... are you going to know to press F6 at that point of the Windows install? Probably not.
Hold a mirror behind your back, you've got "one" there and I'm sure it's big.
Congratulations on your Window install success rate, however I can say I've installed Linux on numerous systems with the installs ending up as I expected. I have also installed Windows on a good number of systems and the same can be said for them. Both perfectly working installs.
However, like you and Linux, I've run into problems with Window installs. The problem being hardware not being recognized during the install, like SCSI cards. If you miss the "press F6" at the beginning, you're screwed. Which brings up the original post, if you're a child, old person, non-techy computer user
BTW: Since RH 7.0 (maybe 6.0), it will partition the drives for you.
Actually, it is easy. The difference is Windows comes pre-installed on the system people buy, so they don't have to install and set it up. If people (children, old people, and those without a lot of computer experience) had to install Linux or Windows by themselves, they'd find it equally hard.
Beyond that, Windows has a clear advantage since you can buy a box with the software in it from your local Walmart. That's a lot easier than going using the Internet and finding it yourself, to people with little computer experience.
Linux needs software Kiosks that will burn people a CD with Mozilla, OpenOffice, KDE, etc since you won't find that software in a box on a self at a local Walmart.
Imagine your provider shutting down your service after the first week.
http://linuxtoday.com/news_story.php3?ltsn=2003-01 -07-022-26-OS-KE-SW
Thanks for playing.
maybe about electric sheep.
I'll enjoy a healthy pot of java while I enjoy my healthy bucket of KFC!
emerge -C "Anonymous Coward"
UT2004 has the feel of RoAR Assault for UT2003 with the goals now being highlighted in the HUD.
>I dont think you can pull people out of their vehicles like in GTA3 though...
It's just one mutator away.