Install Nginx on Ubuntu 18 Linux server
Nginx is one of the most popular web servers in the world and is responsible for hosting some of the largest and highest-traffic sites on the internet. It is more resource-friendly...
Use Curl Command with Examples in Linux
Curl utility is used for transfer data from or to a server using one of the supported protocols including HTTP, HTTPS, SCP, SFTP, and FTP. It can also be used to...
wget Command Explained with Examples in Linux
What is the Wget Command?
Wget is a computer tool created by the GNU Project. You can use it to retrieve content and files from various web servers. The name is a combination...
Analyze and Optimize MySQL Queries for Better Performance
Running MySQL at optimal settings for specific resources helps handle larger server loads and prevents server slowdown.Generally, after tuning Apache to handle larger loads, it is beneficial to tune MySQL to...
How to install and configure Varnish cache on Ubuntu Linux
Varnish is an HTTP accelerator designed for content-heavy dynamic web sites. In contrast to other web accelerators, such as Squid, which began life as a client-side cache, or Apache and nginx,...
How To Change PHP Versions In Ubuntu
Change PHP Versions In Ubuntu
PHP (recursive acronym for PHP: Hypertext Preprocessor) is an open source, popular general-purpose scripting language that is widely-used and best suited for developing websites and web-based applications....