how-to

Cloud firewalls for WordPress

Cloud firewalls for WordPress 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

sohail
sohail
cloud firewalls
lsb release command not found debian

[Fixed] How to Fix "lsb_release command not found" Error in Linux 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

sohail
sohail
Linux Tutorials
how to install docker container on ubuntu

How To Install Docker On Ubuntu 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

sohail
sohail
Docker
how to change default ssh port

How To Change SSH Port In Linux 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,

sohail
sohail
Linux Tutorials
install laravel in ubuntu 1

Install Laravel In Ubuntu 20.04 "LTS" 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

sohail
sohail
Laravel
Learn jquery include jquery in web pages

Include jQuery in web pages - Local or CDN 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

sohail
sohail
Learn jQuery
things to consider before buying web hosting

Things To Remember Before Buying Web Hosting 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,

sohail
sohail
System Administration
Set up livepatch on Ubuntu .

How To Set Up Canonical Livepatch On Ubuntu 20.04 "Focal Fossa" 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

sohail
sohail
Linux Tutorials