Category: Tutorial

  • Understanding IOWait

    IOWait definition & properties IOWait (usually labeled %wa in top) is a sub-category of idle (%idle is usually expressed as all idle except defined subcategories), meaning the CPU is not doing anything. Therefore, as long as there is another process that the CPU could be processing, it will do so. Additionally, idle, user, system, iowait,…

  • Diagnosing Windows – Sysinternals

    I always found it odd that there are actually quite excellent tools made by Microsoft to diagnose issues with Windows but failed to include it with Windows while offering them for free. What am I talking about you ask? I mean Windows Sysinternals. Or you can get the full package by getting Sysinternals Suite. Sysinternals…

  • Settings for Uploading Large Files in PHP.ini

    tl;dr version at bottom.   A long time ago, when I pondered of good settings to allow large file uploads for PHP, I naturally searched Google. I blindly followed at the time. How could I have known better? There were millions of bad advices! But now I know better. And so in hopes to offset…

  • Installing VNC for Centos 6 (VPS)

    How to Install VNC on Centos 6 (VPS) Well, I usually don’t make these tutorials because there are often tons out there already available. However, I found the existing ones incomplete or inadequate to complete the task. So, this is meant to start from the very very fresh starting point. First, let’s install essentials to…