Download the Android SDK: http://developer.android.com/sdk/ Add the Path to the SDK Tools: export PATH=${PATH}:<your_sdk_dir>/tools Run ddms: # ddms Connect your Android device by USB and choose the ‘Sync’ method of [...]
Browsing all articles from February, 2011
12
Aug
2010
Aug
2010
Resetting WordPress User Password
Get to the MySQL prompt and use something like the following: UPDATE wp_users SET user_pass=MD5(‘secret’) WHERE ID=1;

