Categories
- Android (3)
- Cloud Computing (4)
- Development (13)
- Linux (31)
- Uncategorized (31)
- WordPress (5)
Tags
Archives
-
Random Posts
Delicious Bookmarks
- Sending/receiving a Large size of message 2010/08/30
- Linux: How To Clear The Cache From Memory 2010/08/26
- Ejabberd-Cluster Database Configuration 2010/08/21
- How to: Find the inode size of an ext2 / ext3 filesystem 2010/08/21
- Ubuntu Router 2010/08/21
- HOWTO: Wireless Security - WPA1, WPA2, LEAP, etc. 2010/08/21
Google Reader Shares
Richard's GR ShareLinks
Meta
Monthly Archives: March 2009
Hotmail Enables Free POP3 Access
Guess it’s an old news already. The Hotmail’s POP3 access service, which was provided to Hotmail Plus subscribers only, is free now! Lots of people have switched or are switching to Gmail which provides many great features including free POP3 … Continue reading
Posted in Uncategorized
Leave a comment
Rocks! WordPress MU + HyperDB
Indeed it’s very easy to get WPMU installed and up, but you’ll find the number of tables in WPMU database increases every time a new blog is created. If you’re providing public blogging service, the number of tables is going … Continue reading
Posted in WordPress
27 Comments
WordPress MU Local Installation
Resovling Domain Names Locally Wanna try WPMU on local machine? If you use localhost or 127.0.0.1 as the server address directly, you always get a message similar to the following: Do not use an IP address (like 127.0.0.1) as your … Continue reading
Posted in WordPress
6 Comments
Enable OpenSSL Support for PHP on Windows
As a prerequisite, two libraries must be existing in your Windows system: libeay32.dll and ssleay32.dll. Two ways to achieve this: Install OpenSSL for Windows Or, copy these two files to C:\WINDOWS\system32 folder. They’re shipped with PHP package, you can find … Continue reading