what is the “Online Certificate Status Protocol”

2011-03-09 Thread erikmccaskey64
I use privoxy. In the user.action file i have a redirect rule and a few 
websites: 


{ +redirect{s@http://@https://@} }
.twitter.com
.facebook.com


Ok! it's working great, e.g.: if i visit any *twitter.com URL it gets 
redirected to HTTPS!


But: with wireshark i can see some OCSP packets [ 
http://en.wikipedia.org/wiki/Online_Certificate_Status_Protocol ]


Question: What are these packets? Why aren't there in HTTPS?


Is my redirection method with privoxy is secure?


Thank you for any tips/opinions!

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Is it safe to run tcpdump?

2011-03-05 Thread erikmccaskey64
Is it safe to always run tcpdump on the server, e.g.: like this:


tcpdump -qn dst net 192.168.1.0/24


I need it to audit the network .. :\

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


How can I disable Internet access for programs running in Wine?

2011-02-25 Thread erikmccaskey64

I just can find any solution...

Please help!


thanks..

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: script help

2011-02-15 Thread erikmccaskey64
my little opinion: first run the changes on a backup, or a copy of the files:

this one works under linux bash fedora:
how to create a shadow of a folder [same filenames in another dir, but with 0 
Byte size]


in the original, A directory:
find . -type f gt; a.txt


B directory:
cat ../a.txt | while read file; do if [[ $file = */* ]]; then mkdir -p 
${file%/*}; fi; touch $file; done




so if something goes wrong, there would be no trouble

 Be Mon, 14 Feb 2011 15:11:19 -0800 Adam Vande More 
lt;amvandem...@gmail.comgt; írta  

On Mon, Feb 14, 2011 at 4:34 PM, Jack L. Stone 
lt;ja...@sage-american.comgt;wrote: 
 
gt; Hello folks: 
gt; 
gt; No doubt this will be easy for those with scritping abilities. 
gt; 
gt; I have a gazillion files by the same name and each contains the same line 
gt; requiring the same change. But the problem is that they are in many 
gt; different directories on a server with numerous domains. While I could 
gt; handle the change using a single directory within my abilities, I'm unsure 
gt; how to do a search and replace throughout the many domains and their 
gt; directories. Don't want to mess up. Here's what I'm trying to do: 
gt; 
gt; # find all of the same filenames (copyright.htm) and then replace the year 
gt; 2010 with 2011 in each file. Once I have a working script, I should be 
able 
gt; to add it as a cron job to run on the first day of each new year. 
gt; 
gt; Any help appreciated. 
gt; 
 
/usr/ports/misc/rpl 
 
-- 
Adam Vande More 
___ 
freebsd-questions@freebsd.org mailing list 
http://lists.freebsd.org/mailman/listinfo/freebsd-questions 
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org 
 





___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Security: gnome-screensaver VS. switch user

2011-02-13 Thread erikmccaskey64

People usually suspend their laptop, so that they can continue their work 
when they open the laptop. OK!


Two choices [GNOME]:  


1 - Menu -gt; Shut Down -gt; Suspend
in this case, the gnome-screensaver locks the PC. but the gnome-screensaver is 
just a normal process, and it could be killed e.g.: 
http://securitytube.net/USB-Autorun-attacks-against-Linux-at-Shmoocon-2011-video.aspx
or using any method [video was just an example!!].






2 - Menu -gt; Log out -gt; Switch user -gt; Suspend
in this case, the GDM [???] protects the user [i mean it locks the PC from 
other users]




Which one is more secure/safer?

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org