[EMAIL PROTECTED] wrote:
Send plug mailing list submissions to [EMAIL PROTECTED]
To subscribe or unsubscribe via the World Wide Web, visit http://lists.q-linux.com/mailman/listinfo/plug or, via email, send a message with subject or body 'help' to [EMAIL PROTECTED]
You can reach the person managing the list at [EMAIL PROTECTED]
When replying, please edit your Subject line so it is more specific than "Re: Contents of plug digest..."
Today's Topics:
1. Re: Content filtering for squid (Glenn Remot) 2. RE: OT: Cheap 802.11b AP's (Orlando Andico) 3. Re: modify squid logs (fooler) 4. squid reporting tool (Ako Ito) 5. Re: squid reporting tool (Gabriel L. Briones III) 6. Re: squid reporting tool (Jimmy Lim) 7. Re: Content filtering for squid (Gabriel L. Briones III) 8. [Off-topic] For Sale: Zaurus SL5500 (Rommel P Feria) 9. Re: Backup Thru Samba (Joon) 10. Re: squid reporting tool (eric pareja) 11. Re: OT: Cheap 802.11b AP's (Hagibis Fan) 12. Re: database theory (Re: [plug] mysql & sapDB to merge code?) (Pablo Manalastas) 13. Re: Porting Linux Apps to MS Windows (Pablo Manalastas)
--__--__--
Message: 1 Date: Fri, 30 May 2003 12:13:28 +0800 From: Glenn Remot <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Re: [plug] Content filtering for squid Reply-To: [EMAIL PROTECTED]
i've used dansguardian for quite a long time and it's pretty good. try it out. GOD bless!
glenn
Jesus, Jr. C. Enerio wrote:
Anyone who can suggest a good web content filtering/blocking. I know there's dansguardian or squidguard, but is there anybody tried deploying it in production? which is better?
____________________________________________________________ Get advanced SPAM filtering on Webmail or POP Mail ... Get Lycos Mail! http://login.mail.lycos.com/r/referral?aid=27005 -- Philippine Linux Users' Group (PLUG) Mailing List [EMAIL PROTECTED] (#PLUG @ irc.free.net.ph) Official Website: http://plug.linux.org.ph Searchable Archives: http://marc.free.net.ph . To leave, go to http://lists.q-linux.com/mailman/listinfo/plug . Are you a Linux newbie? To join the newbie list, go to http://lists.q-linux.com/mailman/listinfo/ph-linux-newbie
--__--__--
Message: 2 Date: Fri, 30 May 2003 13:58:35 +0800 (PHT) From: Orlando Andico <[EMAIL PROTECTED]> To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> Subject: RE: [plug] OT: Cheap 802.11b AP's Reply-To: [EMAIL PROTECTED]
On Fri, 30 May 2003, Chaves, Jan Amcil wrote: ..
The problem is we're working on a tight budget (this is a personal project after all, something to keep me occupied during the weekends). Which is why we have to really build our equipment from scratch.
It's not doable if you're not willing to spend money. I'm sure you're familiar with the path loss equation.
Add about 40dB of path loss per 10km of distance (that's the empirical feature I've come up with).
--- Orlando Andico <[EMAIL PROTECTED]> Mosaic Communications, Inc.
--__--__--
Message: 3 From: "fooler" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Subject: Re: [plug] modify squid logs Date: Fri, 30 May 2003 14:13:32 +0800 Reply-To: [EMAIL PROTECTED]
----- Original Message ----- From: "Jesus, Jr. C. Enerio" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, May 30, 2003 10:56 AM Subject: [plug] modify squid logs
Good day, is there a way I could filter/modify squid's logs. Kasi I want sana some logs not to appear para the log file will not grow that big. Like for example logs from gatorcme.gator.com, i want them sana elimanated. How do I do it?
yes there is a way... but before i give you a trick how to do it, i would like you to consider squid's logrotate feature first...
if you really insist the trick, then, here it goes...
this trick is about inter-process communication (IPC)... IPC because there are two processes involved here... one process is squid who do the logging and the other process is your program or script which filter it out your unwanted logs... the key to this trick is FIFO file...
here is what you are going to do...
1. make a fifo file..
eg. mkfifo -m 666 /path/fifo_access.log
fifo file permission and ownership depends on you
2. modify "cache_access_log" parameter inside squid.conf
eg. cache_access_log /path/fifo_access.log
3. reload squid
4. write a program (either shell script, perl, C, whatever you like) to read that fifo_access.log file... read the incoming contents, filter it out based on your filter list and redirect to another file (eg. /path/access.log) the filtered one...
fooler.
--__--__--
Message: 4 From: "Ako Ito" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Date: Fri, 30 May 2003 15:02:55 +0800 Subject: [plug] squid reporting tool Reply-To: [EMAIL PROTECTED]
hello guys, just a follow-up on the squid inquiry.. whats the best web-based reporting tool for squid? running on solaris 8 and squid 2.5.
thanks, allan
--__--__--
Message: 5 Date: Fri, 30 May 2003 15:23:58 +0800 From: "Gabriel L. Briones III" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Re: [plug] squid reporting tool Reply-To: [EMAIL PROTECTED]
--=.EcX)97f:GB0as( Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit
I vote for sarg
noong nakaraang Fri, 30 May 2003 15:02:55 +0800 si "Ako Ito" <[EMAIL PROTECTED]> ay sumulat ng ganito:
just a follow-up on the squid inquiry.. whats the best web-based reporting tool for squid? running on solaris 8 and squid 2.5.
-- Gabriel L. Briones III <[EMAIL PROTECTED]> Network Administrator, OmniSoft Solution's Inc. Linux User # 273591 09178264717
--=.EcX)97f:GB0as( Content-Type: application/pgp-signature
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (GNU/Linux)
iD8DBQE+1wcUDGdUl1iiRBERArgPAJ0SxuJl97jXhUUAI7CUDbCXmzICGACeOJZp IBKaWR44SD92HaVInwhR65Q= =YGHg -----END PGP SIGNATURE-----
--=.EcX)97f:GB0as(--
--__--__--
Message: 6 Date: Fri, 30 May 2003 15:30:38 +0800 From: Jimmy Lim <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Re: [plug] squid reporting tool Reply-To: [EMAIL PROTECTED]
On Fri, 30 May 2003 15:02:55 +0800 "Ako Ito" <[EMAIL PROTECTED]> wrote:
hello guys, just a follow-up on the squid inquiry.. whats the best web-based reporting tool for squid? running on solaris 8 and squid 2.5.
mrtg+rrdtool+squid snmp
be sure your squid is compiled with snmp support
-- Jimmy Lim Operation & Support Team Leader Tricom
--__--__--
Message: 7 Date: Fri, 30 May 2003 15:36:47 +0800 From: "Gabriel L. Briones III" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Re: [plug] Content filtering for squid Reply-To: [EMAIL PROTECTED]
--/D_1/UcC=.NqP.)5 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit
I am using dansguardian on a production server and quite happy with it
I just have a little querries about it, I like 'sarg' as reporting tool for squid but since using dansguardian, the logs shows all access came from the squid server, there's log parser available for dansguardian at dansguardian.org but I want to use sarg, I like it's format and it's easy to read. according to dansguardian.org, you can apply patch for squid to make it log the X-Forwarded-For IP, I've done this but still no changes on squid's logs. and according also to dansguardian.org, you can convert dansguardian's log to squid log format in perl, but I haven't done any programming in perl, Is there's a way that I can use sarg for dansguardian's log? Is anyone has a perl script that can convert dansguardian's log to squid log format?
thanks and more power to PLUG
Anyone who can suggest a good web content filtering/blocking. I know there's dansguardian or squidguard, but is there anybody tried deploying it in production? which is better?
-- Gabriel L. Briones III <[EMAIL PROTECTED]> Network Administrator, OmniSoft Solution's Inc. solid.irc.free.net.ph, #plug Linux User # 273591 09178264717
--/D_1/UcC=.NqP.)5 Content-Type: application/pgp-signature
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (GNU/Linux)
iD8DBQE+1woUDGdUl1iiRBERAptrAJ9me4djqt/8X3OevAD9a1QtUqe6+gCghyNb sp6kfdqza97ix/MIdp7Pka4= =YOEg -----END PGP SIGNATURE-----
--/D_1/UcC=.NqP.)5--
--__--__--
Message: 8 Date: Fri, 30 May 2003 18:11:28 +1000 (EST) From: Rommel P Feria <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Subject: [plug] [Off-topic] For Sale: Zaurus SL5500 Reply-To: [EMAIL PROTECTED]
Hi Folks,
Selling my SL5500 with 128MB SD card, Xircom CF 56K modem card, Xircom 10Mbps Ethernet CF card, Linksys WCF12 CF card, 4AA-powered portable battery pack, USB-charger with tkcJabber, tkcPhone, tkcRotation and tkcMail for PhP36K.
Interested? Send me email please.
--o000o-- Prof. Rommel Palma Feria, MSc Director, University Computer Center University of the Philippines - Diliman Quezon City 1101 Philippines Voice: +63 2 9268837 Fax: +63 2 9204803
------------------------------------------------------------------------------------------- This message was sent using DeskNow Lite - Free mail & collaboration server http://www.desknow.com
--__--__--
Message: 9 Subject: Re: [plug] Backup Thru Samba From: Joon <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Organization: Cerulean Software Company, Inc. Date: 30 May 2003 16:36:37 +0800 Reply-To: [EMAIL PROTECTED]
On Thu, 2003-05-29 at 16:12, fooler wrote:
Just a link to a site will do. Thanks!
http://www.linux-backup.net/full_inc.gwif.html
fooler.
All done and well. Thanks fooler!
-- Joon Guillen
================================ So computers are tools of the Devil? thought Newt. He had no problem believing it. Computers had to be the tools of _somebody_, and all he knew for certain is that it definitely wasn't him.
from "Good Omens", Neil Gaiman & Terry Pratchett
--__--__--
Message: 10 Date: Fri, 30 May 2003 22:56:38 +0800 From: eric pareja <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Re: [plug] squid reporting tool Organization: Eric Conspiracy Secret Labs Reply-To: [EMAIL PROTECTED]
On Fri, May 30, 2003 at 03:23:58PM +0800, Gabriel L. Briones III wrote:
I vote for sarg
noong nakaraang Fri, 30 May 2003 15:02:55 +0800 si "Ako Ito" <[EMAIL PROTECTED]> ay sumulat ng ganito:
just a follow-up on the squid inquiry.. whats the best web-based reporting tool for squid? running on solaris 8 and squid 2.5.
SARG's homepage is at http://web.onda.com.br/orso/sarg.html
You can also try Squid Report Generator (http://sourceforge.net/projects/srg)
There's also Calamaris (http://calamaris.cord.de)
-- ___ _____________________________ eric pareja (xenos AT maharlika.upm.edu.ph) \e/ [ Philippine Linux Users' Group ] Linux User #8159 http://counter.li.org _v_ [Python Power!] [Debian Rocks!] [Ubiquitous Computing] /. #2834 Software \\\\/ Free the books! [http://www.bookcrossing.com/referral/pusakat] Freedom .\\/ http://www.livejournal.com/users/pusakat | www.upm.edu.ph/~xenos/weblog (Gratuitous campaigning: bintut for PLUG President!)
--__--__--
Message: 11 From: Hagibis Fan <[EMAIL PROTECTED]> Subject: Re: [plug] OT: Cheap 802.11b AP's To: [EMAIL PROTECTED] Date: Fri, 30 May 2003 11:51:44 -0400 (EDT) Reply-To: [EMAIL PROTECTED]
dont know, but there are too many of them on ebay: google for "Fujitsu Stylistic 1000"
jondz
"waver" <[EMAIL PROTECTED]> writes:
config a dirt cheap 486 pen tablet (linux) and ill post info here if success...(rite now x windows still crashing but tying 2 fix)
Is aforementioned dirt cheap 486 pen tablet still available anywhere in the Philippines? It might be fun to hack on one of those. -- Sacha Chua <[EMAIL PROTECTED]> - Ateneo CS faculty geekette interests: emacs, gnu/linux, wearables, teaching compsci -- Philippine Linux Users' Group (PLUG) Mailing List [EMAIL PROTECTED] (#PLUG @ irc.free.net.ph) Official Website: http://plug.linux.org.ph Searchable Archives: http://marc.free.net.ph . To leave, go to http://lists.q-linux.com/mailman/listinfo/plug . Are you a Linux newbie? To join the newbie list, go to http://lists.q-linux.com/mailman/listinfo/ph-linux-newbie
--__--__--
Message: 12 Date: Sat, 31 May 2003 05:32:58 +0800 From: Pablo Manalastas <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Re: database theory (Re: [plug] mysql & sapDB to merge code?) Reply-To: [EMAIL PROTECTED]
Quoting Miguel A Paraz <[EMAIL PROTECTED]>:
What are good courses that teach how to design tables and queries... not things you can learn in the manuals like how to start your db engine. :)
Local Oracle training comes into mind, but how about those who don't need or want Oracle? How do local CS departments teach db theory, nowadays?
There is a good book, "Design of relational databases" by Manikka (some Finnish sounding name), that you can use to teach yourself DB theory. There is some mathematics in it, so if I teach this course in ADMU no one will take it.
The Ullman book on databases is a bit more introductory, but it has more theory than the other intro books. It provides a good intro to functional dependencies and normalization.
P~Manalastas
--__--__--
Message: 13 Date: Sat, 31 May 2003 05:37:34 +0800 From: Pablo Manalastas <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Re: [plug] Porting Linux Apps to MS Windows Reply-To: [EMAIL PROTECTED]
Quoting CYWare <[EMAIL PROTECTED]>:
Try QT from trolltech. Easier than MFC/MOTIF/GTK and has a portable framework (X/MAC/Windows/Solaris) for gui..
Add Zaurus to this list please. Qt for Zaurus seems to go by the name Qtopia (Zaurus owners please correct me). Or is Qt the library name, and Qtopia the desktop name?
P~Manalastas
--__--__--
_______________________________________________ plug mailing list [EMAIL PROTECTED] http://lists.q-linux.com/mailman/listinfo/plug
End of plug Digest
.
-- Philippine Linux Users' Group (PLUG) Mailing List [EMAIL PROTECTED] (#PLUG @ irc.free.net.ph) Official Website: http://plug.linux.org.ph Searchable Archives: http://marc.free.net.ph . To leave, go to http://lists.q-linux.com/mailman/listinfo/plug . Are you a Linux newbie? To join the newbie list, go to http://lists.q-linux.com/mailman/listinfo/ph-linux-newbie
