How to: Reset the Auto Increment value for a MySQL table
How to: Reset the Auto Increment value for a MySQL table Although this is something most people won’t need to do, there are some scenarios where you want to reset the ID value you...
A site dedicated to Exchanging Knowledge (reviews, q&a, help, support)
How to: Reset the Auto Increment value for a MySQL table Although this is something most people won’t need to do, there are some scenarios where you want to reset the ID value you...
How to: Secure a site using Apache If I had to, I would probably say that most people who use Apache do it to publish sites that are publicly accessible and/or have built-in security...
Memcache vs Azure Cache Memcache is a distributed, in-memory caching solution used to help speed up large scale web applications by taking pressure off the database. Memcache is used by many of the internet’s...
How to: Install Memcache for php and WordPress In what seems the eternal quest of having a good performing hosting server one of the tools that are generally referred to is Memcache. What Memcache...
Which Web Server to use: Apache vs NGINX If you are looking around there are a lot of people using NGINX over Apache nowadays. NGINX for what I have read provides a lot of...
How to: Prevent Jetpack’s mobile theme or WPtouch to get cached by W3 Total Cache Honestly the problem statement is more like: “How to prevent W3 Total Cache from serving the mobile theme to...
How to solve: Apache error .htaccess: RewriteEngine not allowed here, referrer: http://Technology.Bauzas.com/… I turned on some .htaccess rules in order for the cache to perform faster but unfortunately it came with some unintended consequences:...
How to solve: Apache error .htaccess: ForceType not allowed here I turned on some .htaccess rules in order for the cache to perform faster but unfortunately it came with some unintended consequences: A bunch...
Changing file permissions and recommendations for WordPress in a Linux system In order to harden your WordPress installation, having the recommended set of file permissions is important. Below are a few recommendations on...
How to: Deploy WordPress in Ubuntu Text goes here I. Enable Apache Modules that are commonly used by plugins: To enable a module: sudo a2enmod module_name To disable a module: sudo a2dismod module_name...