Archive by Author

subdomain name and DNS.

My colleague and I were working on a feature to apply dynamic subdomain name in one of our rails apps. Since a lot of documentation out there only focus on how to host subdomain app by configuring the /etc/hosts file. I reckon I share some insight on how to actually enable dynamic subdomain in your [...]

Comments ( 0 )

sever out of memory

lately my server always out of memory, then i do some searching, and come out some tuning. http://emergent.urbanpug.com/?p=60. and then to test up the result: – free pagecache, dentries and inodes: sudo sh -c “echo 3 > /proc/sys/vm/drop_caches” – free -m voilla!!..i got hundred ram MB left at my slice.

Comments ( 0 )