December 2008
5 posts
iptables for FTP
On Redhat like systems - edit /etc/sysconfig/iptables-config IPTABLES_MODULES=”ip_nat_ftp” this will save your sanity……
Dec 21st
Command Line Recursive Find an Replace
so you’ve decided to completely rebrand your website on launch day….. excellent… no matter: find ./ -type f | xargs sed -i 's/myoldsite.com/mynewsite.com/gI'
Dec 17th
“Microsoft lists web sites broken by IE8, beats Google at indexing the internet”
– http://uncov.com/microsoft-lists-web-sites-broken-ie8-beats-google-indexing-internet
Dec 14th
How to beat the Dell 1320c into submission in...
http://openprinting.org/show_printer.cgi?recnum=Dell-1320c_color_laser
Dec 8th
Move first 10 files (or X many) of a certain type...
mv — *.png(Om[1,10]) newdestination
Dec 3rd