% curl -I http://gentoo-xen-kernel.googlecode.com/files/xen-patches-2.6.31-11.tar.bz2 HTTP/1.1 404 Not Found Content-Type: text/html; charset=UTF-8 Set-Cookie: PREF=ID=913587349124edb1:TM=1267030254:LM=1267030254:S=gPkLxJgB22UJHzXo; expires=Fri, 24-Feb-2012 16:50:54 GMT; path=/; domain=gentoo-xen-kernel.googlecode.com Date: Wed, 24 Feb 2010 16:50:54 GMT Server: codesite_downloads Content-Length: 1389 X-XSS-Protection: 0 % curl http://gentoo-xen-kernel.googlecode.com/files/xen-patches-2.6.31-11.tar.bz2 2>/dev/null |file – /dev/stdin: bzip2 compressed data, block size = 900k This is really crazy sending 404 to HTTP HEAD [...]
If you started using under-documented ports-mgmt/portconf software to manage options of your ports, and looking forward to convert existing /var/db/ports/${PORTNAME}/options files to its format, then check out following script, I hacked: % cd /var/db/ports; % for i in *; do \ > name=$(echo /usr/ports/*/$i |sed -e ‘s/distfiles\/[^[:space:]]*//g’ -e s/\/usr\/ports\///g);\ > cat $i/options |gawk ‘!/#/ && [...]
Thanks to network admins at Bharti and Hurricane Electric, RTT to HE’s IPv6 tunnel server at HK PoP is reduced. Yippee!! +-(abbe@chateau:pts/0)———————————————————————————————(~)-+ +-(130:20:44:%)– traceroute -I 216.218.221.6 –(Sun,Dec06)-+ traceroute to 216.218.221.6 (216.218.221.6), 64 hops max, 72 byte packets 1 ABTS-North-Static-018.230.160.122.airtelbroadband.in (122.160.230.18) 41.593 ms 44.970 ms 52.979 ms 2 ABTS-North-Static-021.230.160.122.airtelbroadband.in (122.160.230.21) 41.596 ms 44.188 ms 45.308 ms [...]
Hi to everyone, After struggling with laziness for long time, I decided to /part it and write something. The spike that caused this is what this post is about. After struggling with apt-cacher since past 2 hours trying to figure out why the hell it fetches the same files again and again, making my apt-cacher [...]
Since I’ve heard about invention of IA-64 architecture in 2002, I was interested in everything its box comes with, be it Itanium CPU, EFI firmware, or GPT disk partioning. It was always my dream to play with those things. Itanium was too expensive and most of the humans I’ve worked with never have any need [...]
Thanks for recompiling TeX, whenever we exceeded compile-time limit… If there were no sysadmins, there won’t be any Introduction to Algorithms book, lets appreciate their efforts in keeping world going on System Administrator Appreciation Day .
This time instead of installing FreeBSD from magnetic or optical media, I’ve installed it over network with the help of the instructions. For this installation, I’ve used my Arch GNU/Linux box to become server (TFTP server, DHCP server, NFS server). I downloaded the DVD of 8.0-BETA2 version, loop mounted it on my box, and exported [...]