Archive for September, 2009

Using Windows XP SP3 working on multiple wordpress blogs.

Tuesday, September 29th, 2009

You have two options:

1. Create virtual hosts and configure your server property files
2. Without creating virtual host simply remove contents of htdocs and paste wordpress files adn folders init
when you have to work another blog simply rename this htdocs to something else and create another htdocs and paste all files and folders of next wordpress blog.

Troubleshooting:

If you see blog error or database connection error makse sure to go to wp-config.php file under root and make sure following has correct value:
define(‘DB_HOST’, ‘localhost’); // 99% chance you

if you have virtual host your_domain.com and same url is in above line and if anyday you remove it from this file it’ll give you database error unless you typewrite localhost or keep that url in virtual host file.

Post to Twitter Tweet This Post

  • Share/Bookmark

How to make your iphone USB portable drive

Thursday, September 17th, 2009

1. If your phone is unlocked go to Cydia
2. In Manage tab tap Source
3. Tap Edit button
4. Tap Add button
5. It will show popup with http://
typewrite here: apt.dmytro.me
6. Go to Search and typewrite USB, install and confirm.
7. Tap USB app in iphone
8. Create a partition and connect with any pc/mac to copy data. Tested on iPhone 3G 16GB.

Enjoy!

Post to Twitter Tweet This Post

  • Share/Bookmark