So, if you're planning to setup NGINX to run a PHP based CMS or simply want to serve some dynamic web pages, you need to add PHP support first. This […]
Clear Cloudflare cache with command line tools
If you're searching for this, then you already know what is Cloudflare and what is does. So, straight to the point, how you can clear all the cache or cache […]
Check Cloudflare cache status easily with command line tools
Cloudflare is an integrated CDN, DNS server, Web reverse proxy Web firewall, DDoS protection service and many more, a very common name among webmasters. However Cloudflare is mostly used as […]
Easy way to make MySQL server fail safe
If not managed properly, unexpected database crash happens often on a VPS. In this short tutorial, we'll discus about how to fail-safe the MySQL, MariaDB server, or any other database […]
MySQL allow remote connections, from another server
While developing or testing PHP-MySQL based applications, we often need to allow remote connections from another external server to an existing MySQL database. By default the mysql server is configured […]
How to Download and Install Visual Studio Code for Linux
Visual Studio Code is an open source code editor for Windows, Linux and macOS, developed and maintained by Microsoft. Internally it's based on the Electron framework, runs the same Blink […]
Install Phant on Ubuntu server for IoT data logging
Sometimes we may need a specialized data logging platform for our IoT devices. So, for that Phant is here, an open source data logging platform with highly customizable data fields. […]
Install NodeJS on Ubuntu from NodeSource repository
NodeJs, no doubt that it's the popular JavaScript framework for linux, built on top of Google Chrome's v8 JavaScript engine. To install NodeJS on Ubuntu , follow the steps below […]
Simplest IPv6 web server in Python
As IPv4 is already exhausted, so many ISP is switching to a mixture of private IPv4 and public IPv6 network. So, it opened a scope for many to experiment with […]
7zip Linux - create, extract and edit 7z archives
Here's how to use the 7zip linux command to create and extract 7z files. Though it's not as widely used as zip, tar, gzip or bzip2 in Linux or other UNIX like systems. So when most […]