Search found 2996 matches

by lambda
Wed May 19, 2010 12:50 pm
Forum: Administration
Topic: log scrip
Replies: 10
Views: 9253

by lambda
Sat May 15, 2010 12:00 pm
Forum: Events
Topic: Redhat Certified Security Sepecialist(RHCSS) Training in LHR
Replies: 16
Views: 24510

that's not a threat.
by lambda
Sat May 15, 2010 8:01 am
Forum: Programming
Topic: find string script!
Replies: 7
Views: 11327

do you remember sets, and set operations? there's a nice operation called 'intersection'...

Code: Select all

A  = { 1, 2, 3, a, b, c }
B = { 1, 3, c, f, g }

A intersect B = { 1, 3, c }
think about how you can solve the problem with sets.
by lambda
Fri May 14, 2010 11:36 pm
Forum: Security
Topic: Squid User Auth Encrypt?
Replies: 7
Views: 13271

your digest or basic auth settings in squid have nothing to do with how you authenticate users. all digest auth does is protect the communication between the client browser and squid.
by lambda
Fri May 14, 2010 7:00 pm
Forum: Programming
Topic: find string script!
Replies: 7
Views: 11327

I need to create a script which...
it sounds more like you need someone else to create it for you...
by lambda
Sun May 09, 2010 8:57 pm
Forum: General
Topic: TurnKey Linux
Replies: 1
Views: 2997

ever wanted to make it easy for people to break into your server? install various php applications that have a history of security holes.
by lambda
Sun May 09, 2010 8:56 pm
Forum: Security
Topic: Squid User Auth Encrypt?
Replies: 7
Views: 13271

the user and pass is still being sent in clear text between the user browser and proxy server . if your concern was the communication between the browser and squid, why didn't you mention this in your original post? by mentioning squid and ldap, it sounds exactly as if you're trying to prevent squi...
by lambda
Fri May 07, 2010 8:32 pm
Forum: Security
Topic: Gmail Attachments??
Replies: 1
Views: 7057

1. watch the squid logs for your ip address
2. go to gmail and attach a file to a message
3. look at the entries you see in the log file
4. you'll either be able to write an acl rule to block the uploads or find out that you can't block them.

seems pretty simple to me.
by lambda
Fri May 07, 2010 8:31 pm
Forum: Security
Topic: Squid User Auth Encrypt?
Replies: 7
Views: 13271

if your ldap server supports tls, add a '-Z' parameter to squid_ldap_auth. read its man page.
by lambda
Fri May 07, 2010 8:24 pm
Forum: Administration
Topic: Bonding 2 ADSL Broadband Lines
Replies: 2
Views: 5226

http://wiki.mikrotik.com/wiki/Manual:Interface/Bonding

why can't you read the manual for the software you use? i googled for mikrotik routeros, clicked on the manual link, and then clicked on the bonding link.
by lambda
Wed Apr 28, 2010 9:19 am
Forum: Administration
Topic: Transparent proxy setup
Replies: 2
Views: 3927

you need nat for that, not squid. although, most of the chat systems you listed will work over squid -- just look at their proxy settings.
by lambda
Sat Apr 24, 2010 1:55 am
Forum: Administration
Topic: sendmail wont send out emails
Replies: 14
Views: 11674

you've been stuck on this for at least two weeks now. i don't think you're serious about solving the problem; i think you're wasting everyone's time here. you have two choices right now: 1. go away. 2. provide the full log entries. it's odd that your mailq shows a date of april 26; today's april 24.
by lambda
Wed Apr 14, 2010 6:08 pm
Forum: Administration
Topic: sendmail wont send out emails
Replies: 14
Views: 11674

do you see o3ECIarD014082 anywhere else in the logs? do you see an attempt to connect to xxxx.com? you should see additional lines after that.