[prev in list] [next in list] [prev in thread] [next in thread] 

List:       linux-announce
Subject:    Linux-Announce Digest #967
From:       Digestifier <Linux-Announce-Request () senator-bedfellow ! mit ! edu>
Date:       2004-12-01 1:13:02
Message-ID: 20041201061302.13188.qmail () senator-bedfellow ! mit ! edu
[Download RAW message or body]

Linux-Announce Digest #967, Volume #4           Wed, 1 Dec 2004 01:13:02 EST

Contents:
  ANNOUNCE: Rope 20041121b - IpTables match module scripting language (Chris Lowth)
  [SLUG] Suncoast LUG Meetings (paulf)
  RE COMMERCIAL: Holiday's Lowest 1U Server $385 (sales)

----------------------------------------------------------------------------

Date: Tue, 30 Nov 2004 10:48:17 CST
From: Chris Lowth <chris@lowth.com>
Subject: ANNOUNCE: Rope 20041121b - IpTables match module scripting language

ROPE is a match module for Linux iptables / Netfilter. It allows packet 
matching  criteria to be written using a simple scripting language which 
is executed in and by the Linux kernel.

It is available under the GPL from http://www.lowth.com/rope. The 
current version should be considered experimental; dont deploy on 
mission-critical systems, but please feel free to download, explore and 
feedback.

An example :- a rule that limits the size of pages downloaded over HTTP 
based on the Content-Length header could prevent long downloads before 
they even start. Here's a simple ROPE script to provide this logic...

   $tcp_source 80 eq assert            # check it's HTTP
   expecti_to( "Content-Length: " )    # find the header
   expect_while({isdigit}) put($n)     # lift the length value
   if( atoi($n) 1000000 gt { yes } )   # match: if too long
   no                                  # dont match: if not

If this script is stored as "contlen.rope", then it is installed into an 
Iptables chain using a command like.

   iptables -A FORWARD -m rope --script contlen -j DROP

For more information (including a more thorough version of the example 
script), please refer to:

    http://www.lowth.com/rope

##########################################################################
# Send submissions for comp.os.linux.announce to: cola@stump.algebra.com #
# PLEASE remember a short description of the software and the LOCATION.  #
# This group is archived at http://stump.algebra.com/~cola/              #
##########################################################################


------------------------------

Date: Tue, 30 Nov 2004 11:18:10 CST
Subject: [SLUG] Suncoast LUG Meetings
From: paulf@quillandmouse.com (paulf)

                     *************************************
                     * Suncoast Linux Users Group (SLUG) *
                     *        Meeting Schedule           *
                     *************************************

BRANDON **************************************************

     2 December 20:00-22:00 Brandon
     (first Thursday of each month)

**** SPECIAL GUEST/PRESENTATION ********************************

     Robin Miller and his new book:
     Point and Click Linux: Your Guide to Hassle-Free Computing

     Book signing and raffle.

****************************************************************
     
     Brandon Barnes & Noble
     Brandon Town Center
     Brandon, FL

     See http://www.suncoastlug.org/meetings.html#Brandon for directions.

NEW PORT RICHEY ******************************************

     4 December 13:00-15:00 New Port Richey
     (first Saturday of each month)
     
     New Port Richey Public Library
     (second level meeting rooms)
     5939 Main St.
     New Port Richey, FL

     See http://www.suncoastlug.org/meetings.html#npr for directions.

TAMPA ****************************************************

     7 December 19:00-21:00 Tampa
     (second TUESDAY of each month)

     Hillsborough Community College
     Dale Mabry Campus
     Student Services Bldg, Room 108
     4001 Tampa Bay Blvd
     Tampa, FL

     See http://www.hccfl.edu/pollock/Docs/DM-Map.htm for directions.

SARASOTA/BRADENTON ***************************************

     15 December 18:00-21:00 Sarasota
     (third Wednesday of each month)

     Honeywell
     8323 Lindbergh Court
     Sarasota, FL

     See http://www.bish.net/directions/

DUNEDIN **************************************************
  
     18 December 10:00-12:00 Dunedin
     (usually fourth Saturday of each month)
     
     Dunedin Public Library
     Community Room A or B (see notice on site)
     Dunedin, FL

     See http://www.suncoastlug.org/meetings.html#dunedin for directions.

ST PETERSBURG ********************************************

     27 December 19:00-21:00 St Petersburg
     (usually last Monday of each month)

     St Petersburg Public Library, Main Branch
     Auditorium
     3745 Ninth Ave North
     St Petersburg, FL 33713
     727-893-7724

     See http://www.suncoastlug.org/meetings.html#stpete for directions.

***********************************************************

ACTIVITIES:

     Meetings include:

     1) Presentation: As indicated.

     2) Question & Answer Session.

     3) Raffle and free stuff!

     Bring your boxes, questions, problems, and plenty of good cheer!
     (And don't forget to start your installs early!)


##########################################################################
# Send submissions for comp.os.linux.announce to: cola@stump.algebra.com #
# PLEASE remember a short description of the software and the LOCATION.  #
# This group is archived at http://stump.algebra.com/~cola/              #
##########################################################################


------------------------------

Date: Tue, 30 Nov 2004 16:13:18 CST
From: sales <sales@storeanywhere.com>
Subject: RE COMMERCIAL: Holiday's Lowest 1U Server $385

The following is found in StoreAnywhere.com Inc. website:
http://www.storeanywhere.com
Intel Celeron 1.3Ghz CPU

MSI 6368L or equivalent motherboard
128mb PC-133 SDRAM
40G Hard disk
Integrated vedio card
Integrated Sound card
Lan card built on motherboard
52X CD-Rom, 1.44Floppy drive
Keyboard,Mouse(3 button)
1U black rackmount chassis
Second ethernet card optional(add $25)

Pre-installed with
Redhat Linux 9.x
debian linux 3.x
FreeBSD 4.x
OpenBSD 3.x

For the price of $385.

You can find a variety of more Holiday Seasons' promotions in the same
website. Tell us what you need by e-mail or phone at:
sales@storeanywhere.com
(718) 934-7313
Or you can just place the order directly on the website.


##########################################################################
# Send submissions for comp.os.linux.announce to: cola@stump.algebra.com #
# PLEASE remember a short description of the software and the LOCATION.  #
# This group is archived at http://stump.algebra.com/~cola/              #
##########################################################################


------------------------------


** FOR YOUR REFERENCE **

The service address, to which questions about the list itself and requests
to be added to or deleted from it should be directed, is:

    Internet: Linux-Announce-Request@NEWS-DIGESTS.MIT.EDU

You can submit announcements to be moderated via:

    Internet: linux-announce@NEWS.ORNL.GOV

Linux may be obtained via one of these FTP sites:
    ftp.funet.fi				pub/Linux
    tsx-11.mit.edu				pub/linux
    sunsite.unc.edu				pub/Linux

End of Linux-Announce Digest
******************************
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic