Monthly Archives: July 2012

Use ngrep to monitor all web requests

I can never remember the syntax to do this, so I posted it here. ngrep -d eth1 -W byline -qilw ‘get’ tcp dst port 80 -d eth1 (monitor eth1) So why would one want to do this? Monitor requests on … Continue reading

Posted in Linux, Malware | Comments Off on Use ngrep to monitor all web requests

xinetd port forwarding

I always forget how to do this. This little sample will help me next time: service my-web { type = UNLISTED socket_type = stream protocol = tcp wait = no user = root bind = 0.0.0.0 port = 80 only_from … Continue reading

Posted in Linux | Comments Off on xinetd port forwarding

locale: Cannot set LC_CTYPE to default locale: No such file or directory on Ubuntu 12.04

Some other messages you might see: perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LANG = “en_US.UTF-8” are supported and installed on your system. perl: warning: Falling back to … Continue reading

Posted in Linux | Comments Off on locale: Cannot set LC_CTYPE to default locale: No such file or directory on Ubuntu 12.04

Antivirus that won’t slow down your computer

I have been looking for a good antivirus program that will not slow down your computer. I finally found one – http://www.immunet.com. This FREE antivirus program is very lightweight and works well even on older PC’s without a lot of … Continue reading

Posted in Malware, windows | Comments Off on Antivirus that won’t slow down your computer