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……
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'
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
How to beat the Dell 1320c into submission in...
http://openprinting.org/show_printer.cgi?recnum=Dell-1320c_color_laser
Move first 10 files (or X many) of a certain type...
mv — *.png(Om[1,10]) newdestination