How to Install and Configure APCu for WordPress (Speed Boost Guide)?

Install-and-Configure-APCu-for-WordPress

Caching is the most important part in WordPress. Most of the WordPress users use various paid and free wordpress plugins to boost their website’s performance. What many don’t know is that there are many other free options available that they can try. PHP-APCu is an extension that speed-boost your WordPress website. I am using APCu along with fastcgi cache which … Read More »

How to Install AnyDesk on Ubuntu?

How-to-Install-AnyDesk-on-Ubuntu

AnyDesk is a cross-platform remote desktop application used to gain or provide access to other devices. It is free, very convenient, and most popular among people who work in desktop support profiles. With AnyDesk, you can even send or receive files from any location. The best part about AnyDesk is that it works smoothly even on low-bandwidth connections. In this … Read More »

How to Install Rust on Ubuntu?

How-to-Install-Rust-on-Linux

Rust is a general purpose programming language that is somewhat similar to C++. Rust is used in the development of many softwares which includes gaming engines, browsers and Operating Systems. In this tutorial, we will see how to install Rust on Ubuntu. Prerequisites Step 1 – Installing Rust on Ubuntu using rustup tool There are many ways to install Rust … Read More »

How to Change SSH Port?

How-to-change-ssh-port

SSH is a network protocol that allows connecting to remote computers or servers remotely. SSH is used primarily for connection because it offers strong password and public key based authentication. Since it encrypts the data between two devices, it is the most secure protocol. Here in this tutorial we will see how to change SSH port. By default, SSH use … Read More »

How to Check Open Ports in Linux?

How-to-Check-Open-Ports-in-Linux

All the incoming requests need a port to listen to the requests simultaneously. When it comes to checking open ports, it becomes quite unmanageable because there are 65535 ports. In this tutorial, we will see how to check open ports in Linux. What are listening ports? Listening ports are the ones, that listen to the incoming network requests. Every port … Read More »

How to Install and Configure HAProxy on Ubuntu?

How-to-Install-and-Configure-HAProxy-on-Ubuntu

HAProxy is an open-source solution with many benefits. As the name says, it offers a proxy server with a high-performance load balancer for TCP and HTTP-based applications. HAProxy is used on many web-based setups to enhance the performance and reliability of web-based applications by distributing the load among multiple servers. In this tutorial, let’s see how to install and configure … Read More »