Tag Archives: bash

Pulling libraries off Android phones

Well, have you ever wanted to pull a bunch of libraries off an Android phone? I bet you wish you could execute the command like this: > adb pull /system/lib/*.so Sorry. A no go. What about this then: > for … Continue reading

Posted in Programming | Tagged , , , | Comments Off on Pulling libraries off Android phones

Terminal Spelling

There are a miriad of dictionary tools on the Internet and for desktops. If you want, you can even pull out the dusty dictionary on your shelf. I find myself often wanting to use the dictionary not for a word … Continue reading

Posted in Miscellaneous | Tagged , , | Comments Off on Terminal Spelling

Keeping a process running

Have you ever had a process that dies on occasion? For me, I hate that situation and prefer to fix the software as opposed to have a monitor that restarts the process when it dies. I’ve run into a case … Continue reading

Posted in System Administration | Tagged , , , , , , , , , | Comments Off on Keeping a process running