Tutorials
This is our main category for all our tutorial based articles. You can find almost anything from server configuration to website optimization.
Slow load in prestashop
Slow load in prestashop This is my second article I’m writing about this Ecommerce script, the old article was specifically written for prestashop slow speed in version 1.5 that just launched, but I’ve seen that a lot of users are accessing the old link and still having issues. Why am I doing this? I figured
How to check your network bandwidth usage on linux
How to check your network bandwidth usage on linux Today I’m going to write about network bandwidth usage. For network provider like ISPs or datacenters, network bandwidth usage is one of the things you need to keep track from time to time. I’m saying this because while this is fairly cheap now days, if an
How to easily change your wordpress url
How to easily change your wordpress url I’ve seen a bunch of requests recently on how to change your wordpress url to a new url, probably by changing the domain or moving to a different subfolder. This information is documented on wordpress codex website. It is always there and will be for as long as
Preload not working in wp-super-cache
Preload not working in wp-super-cache I was working a few days back when I fixed my cached plugin and I mentioned the option from wp-super-cache that I noticed (yeah, just then noticed), called preload. What it actually does it generates a cached page for each of your posts, categories, tags etc. This can come in handy for
Network sniffer with tcpdump – example commands
Network sniffer with tcpdump – example commands The other day while I was inspecting my network traffic usage, I noticed a slitght increase in the incoming traffic. At first I really thought someone was just uploading something on the server using php or FTP, haven’t really put much thought since the increase it was just
How to fix eth0 network interface on centos, redhat clone VM
How to fix eth0 network interface on centos, redhat clone VM I recentely finished my master degree and I’ve used some virtualization of centos and had to clone two of the virtual machines (VM). The issue I encountered was that the eth0 network interface was not present, I found it quite strange at first, then