how to capture packets with tcpdump and output to pcap for wireshark … [Read more...]
Systems Administration & Help Desk Topics
Hardware and operating systems like Windows, Unix, Linux, BSD, Apple and everything else you can think of in-between.
How to use Sendmail with FreeBSD
Using sendmail with freebsd is easy. Here we will cover … [Read more...]
How to delete all but one file in linux directory
ls *| grep -v FileName | xargs rm -rf Using this command you can delete all files except the one listed. … [Read more...]
Enable FTP FreeBSD and Allow Only Localhost
Enable FTP on your FreeBSD server and allow only your localhost (local machine) access to the ftpd server. … [Read more...]
Google Apps No Support for IE 6
Just got an email from the Google Apps team announcing that google apps will stop supporting IE 6 as well as other older browsers that are not supported by their own manufacturers. If you're still using IE6 I'm sure your computer is infected with so many different forms of malware you can barely stand to wait for the system to respond. Never the less in case you missed the … [Read more...]