Free Web Proxy Server To Bypass Access Filter
Some countries or ISPs have their access rules for their people to access the internet. Like China’s government that blocks Facebook in their country for whatever…
// CATEGORY · 173 POSTS · TOOLING
Editor setup, CLI scripts, CI tricks, things that compound.
Some countries or ISPs have their access rules for their people to access the internet. Like China’s government that blocks Facebook in their country for whatever…
Sometimes your MySQL database data is corrupted. Usually it is not properly closed when querying the database, because of high server load or the MySQL server…
Windows native file management is not fast, especially when you are copying thousands of small to medium size files. And when it encounters broken files, the…
Nginx is a simple yet powerful web server. It is widely known for being a stable web server. If it is well configured, Nginx rarely has…
Debugging PHP code or PHP web applications is not as easy as debugging ASP.NET web applications using Visual Studio .NET. But still, we can. From my…
The most common issue when we are developing web applications using PHP is the debugger. Debugging our web application is very important when we are developing…
You can control your Windows machine from far away with remote desktop, this is known as virtual network computing (VNC). “Virtual Network Computing (VNC) is a…
Nginx’s default maximum accepted body size for client requests, or maximum file size that you can upload to a server running Nginx, is 1M. And when…
Sometimes when you are upgrading your blog or website, it’s wise and highly recommended that you block all your visitors and redirect them to a maintenance…