Categories
Tags
- aiglx
 - ajax
 - Apple Mail
 - ati
 - blogging
 - C
 - compiz
 - cy7c68013a
 - cypress
 - design
 - ebuild
 - emerge
 - extension
 - finance
 - fx2
 - fx2lib
 - gentoo
 - git
 - gmail
 - image upload
 - internet
 - javascript
 - linux
 - money
 - OS X
 - performance
 - plugins
 - python
 - rich text editor
 - rte
 - scalability
 - scm
 - source code
 - source control
 - sysadmin
 - turbogears
 - ui
 - upgrade
 - virtual python
 - Web
 - wordpress
 - wp-cache
 - xorg
 - yui
 
- 			
 - My Tweets
 
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 adb, Android, bash, shell				
				
				
				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
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 bash, cherrypy, gentoo, linux, process, ps-watcher, python, startup scripts, sysadmin, turbogears				
				
				
				Comments Off on Keeping a process running