If a Hadoop Streaming Python job cannot import a third-party library, pass PYTHONPATH through -cmdenv.
C Code for Reproducing a Segmentation Fault
A tiny shared library that crashes on purpose, useful for testing how Python behaves when a ctypes-loaded C library segfaults.
insecure_pssh: Parallel SSH with Per-Host Passwords
A modified version of pssh that supports storing a different password for each host in the host list file.
Fix GPG Encryption Failures in Crontab
When GPG works in a shell but fails in cron, adding --no-tty and --homedir usually fixes it.
How to Replace IN and NOT IN in Hive
Hive does not handle IN and NOT IN the same way as MySQL or PostgreSQL, so these patterns can be rewritten with joins.
A Simple Shell Script to Measure Linux Network Traffic
A small shell script that estimates inbound traffic on a Linux network interface over a configurable time window.
Common Reasons Why Crontab Jobs Stop Working
A quick checklist for troubleshooting broken crontab jobs, including syntax issues, service status, file format, and permissions.
Hello Hexo!
A short note about moving the blog and rebuilding it with GitHub Pages and Hexo.
Hello World
The default first post generated by Hexo.