how-to
Cloud firewalls for WordPress Paid Members Public
If you use WordPress, WordPress itself takes care of many security issues and keeps resolving new ones in every update. Recent update WordPress 5.5 provides features to auto-update themes and plugins to improve site security. This article will talk about some of the widespread security threats for websites and
[Fixed] How to Fix "lsb_release command not found" Error in Linux Paid Members Public
lsb_release is an important command for bash scriptwriters. It lets the user know about the currently installed Linux distribution, the specific version, and the codename. Yesterday I was trying to set up a Raspberry pi web server for my client and found out the script I was running to
How To Install Docker On Ubuntu Paid Members Public
Docker containers contain the application and all its dependencies to be run in isolation like virtual machines. But Docker containers isolate the operating system instead of the hardware. Unlike virtual machines, docker containers also use the host’s kernel, making the containers more portable and lighter. If you use Ubuntu
How To Change SSH Port In Linux Paid Members Public
We wrote a detailed article on what SSH is and how to use SSH to connect to a remote server. In this article, you will learn why and how to change the default SSH port. Why change the default SSH port? If your Linux distro does not have SSH pre-installed,
Install Laravel In Ubuntu 20.04 "LTS" Paid Members Public
Laravel is one of the best PHP frameworks for developing web applications. It has a ton of features that otherwise are time-consuming to build a PHP app from scratch. Some of the best features of Laravel are, it is easily customizable, the great authentication system, and a huge collection of
Include jQuery in web pages - Local or CDN Paid Members Public
In the last article of the learn jQuery series, we learned to create a jQuery development environment. Fortunately, it was pretty easy to create. In this article, we will learn to include jQuery on our web pages. In this article, we will fire our first jQuery code and see it
Things To Remember Before Buying Web Hosting Paid Members Public
Almost all web hosting companies claim to be the #1 in the business. When buying web hosting, there are some essential points to consider. Often somebody decides to buy a web hosting; he looks to buy a plan with everything unlimited. All companies guarantee to provide unlimited storage, unlimited bandwidth,
How To Set Up Canonical Livepatch On Ubuntu 20.04 "Focal Fossa" Paid Members Public
Canonical Livepatch was introduced in Ubuntu 16.04. The livepatch option allows you to install kernel updates without a system reboot. It is a great option, and servers must have it enabled to prevent system reboot. The upcoming Ubuntu 20.04 “Focal Fossa” supports Canonical Livepatch. Livepatch important for servers