Linux Command “find” 101
It’s been a month since I moved back to Ubuntu as my primary OS. I would like to write about one of the most used commands…
// TAG · 35 POSTS · TIPS
It’s been a month since I moved back to Ubuntu as my primary OS. I would like to write about one of the most used commands…
The WordPress dashboard is the WordPress backend to manage your blog. As WordPress is easily customizable, you can add your custom logo and favicon in your…
“cp” is one of the most frequently used commands to copy files or directories in a Linux environment. “cp” is short for “copy”. This Linux command…
If you need a free operating system to install on your PC or laptop, perhaps you can go for Ubuntu. Yes, this operating system is free…
It’s been two years since I’ve been blogging with WordPress. All the knowledge and articles I wrote in this blog come from many sources and experiences.…
Mozilla Firefox is one of the most widely used web browsers. 80% of my visitors use Mozilla Firefox. Many web browsers are also derived from Mozilla…
Sometimes your code produces large numbers that are hard for users to read. For example, 17753392783 bytes or 18293753038 units. For human eyes, it’s easier to…
When debugging a PHP application, print_r() or var_dump() is often used to display the data inside a variable, usually an array that stores many values. print_r()…
Linux comes with many built-in commands to monitor the system. You can check your system performance with these tools — from CPU load, memory usage, network…