Categories
- Code (32)
- C# (4)
- emacs (4)
- Javascript (1)
- PHP (1)
- Python (6)
- Shell Script (2)
- silverlight (4)
- Blend (2)
- Sysadmin (3)
- unix (4)
- Code (32)
Meta
ad
Category Archives: Sysadmin
ashttp: vt100 screen scraping exported over HTTP
Originally wrote for logtop I just wrote a vt100 screen scraper that listen to a port and serve the screen over HTTP. Basically, you want a `top` (or logtop ;-) ) to be displayed in your website back office ? … Continue reading
Posted in Code, Python, Sysadmin, unix
3 Comments
squid: (101) Network is unreachable when DNS returns IPv6
If you have a Squid proxy configured on a machine that have no IPv6 access, and try to reach an IPv6 powered site, you squid will try to reach the site using IPv6 (I use squid 3.1.6 from Debian Squeeze) … Continue reading
Posted in Sysadmin
9 Comments
nfsmount : rpc failed: 2
For those, here on the internet, asking themselves what is this f*cking `rpc failed: 2` while mounting an NFS, i’ts possible that teh response is here : Your NFS client, trying to mount the NFS share will use RPC to … Continue reading
Posted in Code, Sysadmin, unix
6 Comments