Technical notes, my online memory
Monday, October 4, 2010
HOWTO do a DNS zone transfer
›
Use dig to get a list of nameservers and then perform a DNS zone transfer: dig -t NS transfer.me.com dig -t AXFR transfer.me.com @ns1.tran...
Monday, September 27, 2010
World meeting time planner
›
Planning a meeting or phonecall across multiple timezones can be tough. I've used a few online tools , but my current favourite is a g...
Sunday, September 19, 2010
HOWTO list windows shares from a linux box using smbclient
›
To get a list of all SMB shares exposed by a windows box, use smbclient: smbclient -L my.windows.host --user=myfirst.mylast
Friday, September 17, 2010
jQuery: host locally or use googleapis.com CDN?
›
There are two main ways to host your blob of jQuery minimised javascript: on your own webserver or, on Google's . Which is better? A l...
Using the django-admin time and date widgets in your own django app: too hard, use jQuery
›
The django doco encourages you to use the django admin widgets (such as the time and date picker) in your own apps. Unfortunately actually...
Tuesday, September 14, 2010
Taking a disk image and creating a hash of the data with one read of the source disk
›
I have previously blogged about how to take a disk image over the network . The more common case is you want to make a forensic copy of a l...
Monday, September 13, 2010
Chrome (chromium) browser makes random 10 character HEAD requests on startup
›
I recently saw this in a proxy log: http://yyvssjupua/ 192.168.20.1/- - HEAD - from squid. http://mskwuzkkpu/ 192.168.20.1/- - HEAD - from ...
1 comment:
‹
›
Home
View web version