Skip to content

Instantly share code, notes, and snippets.

View elsonwu's full-sized avatar
🎯
Focusing

Elson Wu elsonwu

🎯
Focusing
View GitHub Profile
@elsonwu
elsonwu / gist:be7a2628d4bc5b9d6603
Created May 9, 2014 09:04
resize the hard disk after restored from snapshot
sudo resize2fs /dev/xvdb
@elsonwu
elsonwu / gist:deadd86191796ed80d13
Created May 9, 2014 09:02
update ubuntu's ulimit
[ulimit]
edit /etc/security/limits.conf add:
* soft nofile 20000
* hard nofile 20000