September 2012
M T W T F S S
 12
3456789
10111213141516
17181920212223
24252627282930

Categories

September 2012
M T W T F S S
 12
3456789
10111213141516
17181920212223
24252627282930

IPTABLES TO BLOCK FACEBOOK

-A FORWARD -s 192.168.0.232 -m string –string “facebook.com” –algo kmp –to 65535 -j ACCEPTA FORWARD -m string –string “youtube.com” –algo kmp –to 65535 -j DROP-A FORWARD -m string –string “facebook.com” –algo kmp –to 65535 -j DROP-A FORWARD -m string –string “meebo.com” –algo kmp –to 65535 -j DROP

Apache Httpd Server root privileges other than permission to start

Error message

Will output the following message when you run with the privileges other than root privileges when starting Apache HTTPD Server. 1 Permission denied: make_sock: could not bind to address 0.0.0.0:80

Cause

Smaller than the 1024 port enables the user to access only the root level of the port. Resolution […]