Skip to content

Instantly share code, notes, and snippets.

@haio
haio / gist:7349776
Created November 7, 2013 06:05
Cargo cult
http://en.wikipedia.org/wiki/Cargo_cult_programming
@haio
haio / gist:7348822
Created November 7, 2013 04:08
Change time immediately
"All use sudo"
cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
hwclock --hctosys
Life is sample, you make choice and you don't look back.
----- Han
update-alternatives: error: alternative /etc/X11/xinit/xinput.d/scim for xinput-all_ALL not registered, not setting.
Solve:
sudo update-alternatives --install /etc/X11/xinit/xinput.d/all_ALL xinput-all_ALL /etc/X11/xinit/xinput.d/scim 30
http://www.redbubble.com/
@haio
haio / gist:6385732
Created August 30, 2013 02:26
致亲爱的你
漫漫人生路行行复行行今日吾亦往重走此间路
@haio
haio / gist:6289650
Created August 21, 2013 02:08
git diff patch
git diff master > patch
git apply patch
@haio
haio / gist:6227977
Created August 14, 2013 04:20
python
python partial|map|tuple
@haio
haio / gist:6137877
Created August 2, 2013 06:30
kill multiple process
ps -aux | grep nobody | awk '{print $2}'| sudo xargs -n 1 kill -9
@haio
haio / gist:6067554
Created July 24, 2013 01:50
sublime sftp
http://wbond.net/sublime_packages/sftp
http://sublimerepl.readthedocs.org/en/latest/
http://whiletruecode.com/post/get-a-transparent-quake-style-windows-console-with-conemu