Related Posts
Quick N Dirty way to Map Commands to remote servers via ssh
You may be running several independent but similar servers at the same time and wasting time by executing commands in all of them one by one. Wouldn’t it be nice to send a command to all of them at once? or to monitor all of them at once. The following script can be used as […]
[SOLVED] Kindle Fire HD not being detected by adb
OSX Setup Modify your adb_usb.ini Open the ~/.android/adb_usb.ini file for editing and add 0x1949 0x0006 Save the file. Note: Make sure there is only one entry per line. If the file does not exist, create the file and make sure you have the required Android SDK prerequisites configured. Restart the ADB server and confirm your […]
Think you’re in a big project?
Recently I became curious on how many lines of code a huge open source project I contribute to has on what languages. I found a tool called “cloc” on sourceforge, check out the results and I dare you to think again if you think you’re in a big project.