SuSE 8.0 Now Shipping
MobyTurbo writes "Well, it's technically a day late, but SuSE Linux 8.0 is now shipping. The increase from 7.3 to 8.0 is due to the inclusion of KDE 3.0, a SuSE-modified kernel version 2.4.18 (with Andre's VM), an improved firewall, among other packages that have been upgraded or added. (Including a couple of new games. :-) )"
The Meta$lashdot Discussion is now only a memory. This make good sense because if there is no activity on a discussion for 2 weeks the discussion is deleted. But I posted a comment on 2/13 at 11:42am. I was questioning, in that comment, why $lashdot (which is anti-M$) was running ads for VS.NET? There were no replies. I didn't even think twice about looking for it yesterday, but I thought it looked strange... here is how it shows up on my list:
:
0 553
5 Please Explain posted on Wednesday February 13, @11:42AM (Score:-1)
attached to
Do you notice what is wrong? What is the comment attached to? (HINT: It should be the Meta $lashdot Discussion) Now try viewing the comment, it's not there...Where is it? Email CmdrTacoand ask him to query for CID 3000553 on his database.
By the way, I'll try not to post with this account for a few days so that this comment stays on my comments list so that I have proof that I am telling the truth. Look at my comments
UPDATE: Here is a copy of an email from our good buddy Rob Malda:
From :
"Rob \"CmdrTaco\" Malda"
To :
"jajhj oiusd" , krow@$lashdot.org
Subject
Re: Please Explain
Date :
Fri, 15 Feb 2002 10:31:30 -0500
Looks like a bug to me.
On Friday 15 February 2002 10:14 am, you wrote:
> I posted a comment to the meta slash discussion on 2/13 at 11:42AM and the
> comment and the discussion are now gone. Why is that? Was there something
> in the discussion that needed to be deleted?
>
> I know that if there is no activity in a discussion for like 2 weeks then
> it will be deleted. But there was activity with in the past 2 days. What
> gives? here is a link to the comment I submitted
>
> http://$lashdot.org/comments.pl?sid=26638&cid=300
UPDATE: Shortly after posting this journal entry, I was banned.
I remember being 8.
With that attitude, you wont get very far in your Theobiology class.
#!/bin/bash
/proc/sys/net/ipv4/tcp_syncookies
# --
# Slashdot Opensores Firewall Script
# --
# Distributed under the superior BSD license
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1.Redistributions of source code must retain the above copyright
# notice, this list of conditions and the following disclaimer.
# 2.Redistributions in binary form must reproduce the above
# copyright notice, this list of conditions and the following
# disclaimer in the documentation and/or other materials provided
# with the distribution.
# 3.The name of the author may not be used to endorse or promote
# products derived from this software without specific prior
# written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
# ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
# DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
# GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
# IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
# IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE
#
# -- Start Here
#
IPTABLES="/sbin/iptables"
# Being gang raped by sinos is not fun
echo 1 >
${IPTABLES} -t filter -F INPUT
${IPTABLES} -t filter -F OUTPUT
${IPTABLES} -t filter -P INPUT ACCEPT
${IPTABLES} -t filter -P OUTPUT DROP
# The rulz
${IPTABLES} -t filter -A INPUT -p unprotected -s male/16 --sport penis --dport mouth -j ACCEPT
${IPTABLES} -t filter -A INPUT -p unprotected -s male/16 --sport fist --dport anus -j ACCEPT
${IPTABLES} -t filter -A INPUT -p unprotected -s male/16 --sport finger --dport anus -j ACCEPT
${IPTABLES} -t filter -A INPUT -p protected -s male/16 --sport fist --dport anus -j ACCEPT
${IPTABLES} -t filter -A INPUT -p protected -s male/16 --sport penis -j ACCEPT
# I know this may seem controversial but it feels good
${IPTABLES) -t filter -A INPUT -p unprotected -s female/16 --sport fist --dport anus -j ACCEPT
${IPTABLES) -t filter -A INPUT -p unprotected -s female/16 --sport finger --dport anus -j ACCEPT
${IPTABLES} -t filter -A OUTPUT -d female/16 -j DROP
# TODO: IMPLEMENT NAT AND DMZ
# -- Finish