[nylug-talk] profanity filter in python
Ronny Abraham
Wed Aug 16 13:05:43 EDT 2006
Hi guys,
I just got a job, and one of the things they asked me to do was dig up a
profanity filter in python that I can plug in to their code. Does anyone
know of a module in python that already does this?
Thanks,
-ron
On 8/16/06, nylug-talk-request at nylug.org <nylug-talk-request at nylug.org>
wrote:
>
> Send nylug-talk mailing list submissions to
> nylug-talk at nylug.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://nylug.org/mailman/listinfo/nylug-talk
> or, via email, send a message with subject or body 'help' to
> nylug-talk-request at nylug.org
>
> You can reach the person managing the list at
> nylug-talk-owner at nylug.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of nylug-talk digest..."
>
>
> Today's Topics:
>
> 1. Re: bypassing .profile (Scott Robbins)
> 2. Re: iwconfig can't find ath0 (Ken Gosier)
> 3. Re: iwconfig can't find ath0 (jh)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Tue, 15 Aug 2006 12:02:47 -0400
> From: Scott Robbins <scottro at nyc.rr.com>
> Subject: Re: [nylug-talk] bypassing .profile
> To: NYLUG Technical Discussion <nylug-talk at nylug.org>
> Message-ID: <20060815160247.GA7799 at uws1.starlofashions.com>
> Content-Type: text/plain; charset=us-ascii
>
> On Tue, Aug 15, 2006 at 11:44:56AM -0400, Peter Jay Salzman wrote:
> > On Tue 15 Aug 06, 11:37 AM, Paul Robbins <robbins.paul at gmail.com> said:
> > > I know that with ssh, there is the ability to execute a command and
> > > therefore bypass the .profile of the user. Is this also possible with
> > > telnet? We have an old server that is running a menu based on a telnet
> > > connection. The menu is a shell script that is launched from the
> .profile.
> > > However, I am trying to lock it down a bit and I am worried that a
> user
> > > could use a telnet switch to run /bin/sh or whatever and skip the
> menu, thus
> > > getting shell access.
>
>
> I remember having to do something like this once. The user was supposed
> to have a login that went right to the menu and get knocked out
> otherwise. (err, from the system, one assumes their boss didn't walk
> around with a bat, but it was in CA, so who knows?)
>
> I'm not sure if this is what you're looking for, but anyway...
>
> Say the script is called menu.sh. Add it to the server's /etc/shells,
> then make it the user's default shell.
>
> You could also add a trap in the script, something like
> stty eof "" should prevent Ctl+D
>
> and adding
>
> trap 'echo "For shame you foul fiend" ' 2 3
>
> (You can change that foul fiend part as you wish, of course.)
>
> None of this is foolproof as I remember back when I researched it (but
> that was a long time ago, and the people knew that the users weren't
> that minded to experiment.) Also, this script was run from an ssh login
> rather a telnet login, and IIRC, there were a few other limitations
> placed on logins.
>
>
> HTH but not sure it will,
>
>
> --
>
> Scott Robbins
>
> GPG KeyID EB3467D6
> ( 1B848 077D 66F6 9DB0 FDC2 A409 FA54 D575 EB34 67D6)
> gpg --keyserver pgp.mit.edu --recv-keys EB3467D6
>
> Willow: The only solution is the final solution.
> Xander: Nuke the school? I like that.
> Willow: Not quite. Exorcism.
> Cordelia: Are you crazy? I saw that movie. Even the priest died.
>
>
> ------------------------------
>
> Message: 2
> Date: Tue, 15 Aug 2006 20:55:20 -0400 (EDT)
> From: "Ken Gosier" <ken at kg293.net>
> Subject: Re: [nylug-talk] iwconfig can't find ath0
> To: "NYLUG Technical Discussion" <nylug-talk at nylug.org>
> Message-ID: <3102.69.120.67.97.1155689720.squirrel at webmail1.pair.com>
> Content-Type: text/plain;charset=iso-8859-1
>
> I did modprobe ath_pci, and got back FATAL: Module ath_pci not found. How
> can I get this module?
>
>
> Eric wrote:
> > You most likely need to modprobe ath_pci. After you do that your ath0
> > device should be there.
> >
> > -Eric
> >
> > Ken Gosier wrote:
> >> Hi, I've recently moved to the area, and also recently put SuSe 10.1
> >> onto
> >> my laptop, dual-boot with Windows ME.
> >>
> >> I'd like to get wireless networking going. I have a PCMCIA card,
> Netgear
> >> WG511T, which all the articles say should be supported under Linux. I
> >> have
> >> it up and running fine on the Windows partition.
> >>
> >> Under SuSe, though, when I do 'iwconfig ath0' I get back 'ath0: no such
> >> device'. I've configured the card using YaST.
> >>
> >> Many thanks for any help with this problem,
> >>
> >
> >
> _____________________________________________________________________________
> > Hire expert Linux talent by posting jobs here :: http://jobs.nylug.org
> > The nylug-talk mailing list is at nylug-talk at nylug.org
> > The list archive is at http://nylug.org/pipermail/nylug-talk
> > To subscribe or unsubscribe:
> http://nylug.org/mailman/listinfo/nylug-talk
> >
>
>
> --
> Ken Gosier
> ken at kg293.net
> ken_gosier at yahoo.com
>
>
> ------------------------------
>
> Message: 3
> Date: Tue, 15 Aug 2006 21:12:01 -0400
> From: jh <jhlists at hirschman.net>
> Subject: Re: [nylug-talk] iwconfig can't find ath0
> To: NYLUG Technical Discussion <nylug-talk at nylug.org>
> Message-ID: <44E270E1.5060804 at hirschman.net>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Ken Gosier wrote:
> > I did modprobe ath_pci, and got back FATAL: Module ath_pci not found.
> How
> > can I get this module?
>
> Go here: http://madwifi.org/
>
> This may also be of help: http://madwifi.org/wiki/UserDocs/Distro/SuSE
>
> Good luck. I don't use SuSE, so this is all the help that I can provide.
>
> jh
>
> >
> > Eric wrote:
> >> You most likely need to modprobe ath_pci. After you do that your ath0
> >> device should be there.
> >>
> >> -Eric
> >>
> >> Ken Gosier wrote:
>
>
> ------------------------------
>
>
> _____________________________________________________________________________
> Hire expert Linux talent by posting jobs here :: http://jobs.nylug.org
> The nylug-talk mailing list is at nylug-talk at nylug.org
> The list archive is at http://nylug.org/pipermail/nylug-talk
> To subscribe or unsubscribe: http://nylug.org/mailman/listinfo/nylug-talk
>
> End of nylug-talk Digest, Vol 37, Issue 15
> ******************************************
>
More information about the nylug-talk
mailing list