Category: Tips & Tricks
-
Easiest Guide To Contribute To WordPress Core
If you are just looking to start how you could contribute in WordPress Core, the possibility is after some digging you are getting a bit confused or thinking you might need a lot of CLI experiences to contribute. I am preparing this guide as anybody who could hardly code or near zero-cli experience could jump…
-
Installing WordPress On A 12 Years Old Tiny Wireless Router Costs Just $25
You could surely ask, why anybody wants to install WordPress in a 12 years old $25 tiny router. But if you are crazy enough this article is an epic one. You don’t even need MySQL, it usage SQLite in a USB Storage. This is surely one of the science project type experiment. But you could…
-
[How-To] HTTP/2 + WordPress + NGiNX + HHVM/PHP7 + MariaDB + Let’s Encrypt SSL = Free Super-Fast HTTPS Website
Here I will share how it’s super easy to get HTTPS for your WordPress website, it’s free and should not take more than few minutes to set up.
-
How To Install & Benchmark Linux Server Using GeekBench
As like any server geek, I like to benchmark whatever new recipe I am cooking. Geekbench is one of many tools I use to measure performance. Geekbench is easy, not too much resource extensive, so you could run it even in live production server, which everything keep working as it is. But I would suggest…
-
Difference Between home_url() and site_url() in WordPress
home_url() and site_url() in WordPress is very simple thing, but could be little bit confusing. Look at the image, then I described below. Also trick to remember it.
-
Weird W3 Total Cache Install Errors & Solution
I was trying wp-rocket, but did not worked out. But I run into issue when I was re-installing W3TC, here I will explain how I solved it.
-
Do you know the main trick of all real good actor?…
Do you know the main trick of all real good actor? They actually never act.
-
How To Secure Server After Heartbleed OpenSSL Vulnerability
Heartbleed is probably the worst thing ever happen to internet in whole. Its old news, all server and application should be already updated. If you are not here I will share very basic process to fix it, should not have more then 1 min. Yes, just 1 min and your server will be secured from…
-
How To Flush DNS in Windows, Mac and Linux
DNS Flush is important for webmaster when you are changing Nameserver or updating DNS. And for user when some website you visit frequently updating their DNS, you also need to flush your DNS to see the change immediately. Here I will share super simple process to flush dns cache in any Operating System.
-
Solution For PHP Split Function Deprecated Error
split() is a very common PHP function. Here I am not going to discuss its usage. But I will give a super simple solution for the error “Deprecated: Function split() is deprecated“. This error is annoying, and will happen to everyone using split() function. So, keep reading for the super easy solution.