System Administration

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
Vesta control panel

Vesta Control Panel - Simple Yet Powerful Control Panel For Linux Members Public

cPanel web hosting is easier to set up and manage. Users unfamiliar with Linux servers can easily maintain servers using cPanel, a GUI control panel for web servers. Buying shared hosting or managed web hosting can provide users a control panel. But both types of hostings have their own advantages

sohail
sohail
Linux cPanels
aaPanel free open source control panel

aaPanel - An Open Source Alternative For cPanel Members Public

cPanel is the control panel for web hosting built by cPanel LTD. In the last article of the Linux cPanel series, I reviewed Virtualmin, a popular, free, and open-source control panel. aaPanel is also a free and open-source control panel for Linux. It’s easy to install & all the

sohail
sohail
Linux cPanels
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
grep command

grep Command - Linux Commands Guide Members Public

grep stands for Global Regular Expression Print. grep command is available in Unix/Linux-based operating systems. The full form of the tool suggests that it is used to search any text or expression in the given file(s). It is useful when you are searching for a line in a

sohail
sohail
linux command guide
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
setting up jquery development environment

Set up jQuery development environment - Learn jQuery Members Public

Welcome to the second article in the series, Learn jQuery. Using jQuery in web pages is extremely simple, but we should have proper tools for debugging our code. Fortunately, we only require a web browser that is good for development and a code editor. We will be using Firefox Developer

sohail
sohail
Learn jQuery
portainer manage docker containers

Portainer Docker: Simplifying Container Management Members Public

Our previous article discussed Docker. If you are not familiar with Docker containers, you should learn about them. Docker containers can be useful for developers. Docker packages are widely available and simple to install in almost all distribution repositories. However, managing them can be difficult, especially for those who dislike

sohail
sohail
Docker