Sometimes you need to move to the new host for whatever reasons. And when you moving to the new host you are also need to repoint your domain nameserver to the new host name server. When repoint your nameserver it's not instantly change to all dns server, this process called dns propagation. DNS propagation need maximum 48 hours for it to fully propagated.While in propagation time, you may still access to your old server as well as your other visitors. So while in propagation time i suggest … Read more...

Setup Your Google App Engine Application To Use Your Own Domain
Google App Engine is cloud computing technology for developing and hosting web applications in Google-managed data centers. You can use Google Powered server to host your web applications. Beside web applications, you can host your static files to act like a CDN (Content Delivery Network). Read more about [HowTo] Host Your Static Files Using Google App Engine For Free from my previous article.Google App Engine url use appspot.com with format like this http://[your-app-id].appspot.com as … Read more...

Free Web Proxy Server To Bypass Access Filter
Some countries or ISP have their access rules for their people to access the internet. Like China's government that block Facebook in their country for any reasons. Then some website only accessible from some country, but mostly allowed US. But you need the information from that website, so to bypass all that filters or access rules, you can use web proxy.What is web proxy? Web proxy (proxy server that focus on WWW request only), is a server (a computer system or an application program) that … Read more...

Guide To Improve Your WordPress Blog Performance For Free
WordPress is a free and open source CMS for blogging (which is suitable, via add-ons, for e-commerce use). And besides blogging, WordPress has the advantage of being already SEO-friendly, as it is easily crawled by search engines. What’s more, WordPress has already done 80% of the SEO for you.So what can you do to increase your SEO points? One thing you can do is improve your blog performance. Visitors and search engines love fast-loading blogs. So how can you improve your WordPress blog … Read more...

How to Check And Repair MySQL Database
Sometimes your MySQL database data is corrupted. Usually it is not properly close when querying to the database, because of high server load or MySQL server suddenly down. This will make your database files or tables corrupted. And your web application won’t run normal or even show Internal server error or cannot connect to the mysql database server.There are many ways to to fix this error: 1. Use MySQL check and repair function2. Use mysqlcheck to check and repair database3. Use … Read more...

Clean Up And Tweak Your Windows For Better Performance
It is not a secret anymore if your Windows is getting slower if you use it more than 6 months. Things that causing the issue is junk fles, temporary files, orphan registry, bloated startup programs, etc. You need to clean all of those things regularly to keep your Windows performance. And one of the best and free tools to do that is ccleaner.CCleaner is a freeware system optimization, privacy and cleaning tool. It removes unused files from your system – allowing Windows to run faster and … Read more...

Copy Files Faster On Windows
Windows native file management is not fast especially when you copying thousands of small to medium size files. And when it have broken files, the copy process will stop and cannot continue. And the other thing when you copying files, you cannot pause it if you need your computer resources to do other processes.The alternative to move and copy files on Windows is TeraCopy. TeraCopy from Code Sector is a free file-copying utility that offers more speed and security than Windows. It’s a … Read more...

Install And Configure Nginx, PHP, MySQL On Ubuntu
Nginx is simple webserver yet powerful. It is widely know for stable webserver. If it is well configured, nginx rarely have spike in the cpu load and have low memory consumption. Nginx is known for its stability, rich feature set, simple configuration, and low resource consumption.In this article i want to share how to install and configure your Ubuntu server to use Nginx as web server, PHP5 support (using fastcgi) and MySQL support.Open your ssh terminal. Install … Read more...

