How to? Install Firewall in CentOS…
Firewall can be easily installed using yum install command in CentOS
yum install firewalld -y
What is Apache Server Apache Server provides secure, efficient and extensible server that provides HTTP services. Apache Server is available in Cent OS repository. Once packages are up-to date Once apache is installed, it is time to open the port 80 to allow apache server request over HTTP. To allow apache server request over HTTPS…
The default port to access using SSH is port 22. This default port can be changed in Linux to any custom port not used by other applications. Open SSH configuration file using the above command and locate the line where port is updated as #Port 22 Uncomment the line by removing “#” from the beginning…
Nginx on a VPS: A Beginner’s Installation Guide If you’re looking to host your website or application with speed and efficiency, Nginx is one of the best web servers to consider. This guide will walk you through the process of installing Nginx on a Virtual Private Server (VPS), making it easy even for beginners. Let’s…
Why You Should Update Your PHP Version (& How to Do It) In the world of website management, keeping your website’s technology up to date is crucial for performance, security, and overall functionality. One of the most important updates you can make is to your PHP version. PHP (Hypertext Preprocessor) is a server-side scripting language…
PHP is the most important part of LAMP. By default, PHP version 5.4 is available in CentOS 7 repositories. Steps to install PHP 7.1, 7.2, 7.3 & 7.4 on CentOS 7 Connect using putty to log in to Server and use below command to install epel and utils repositories Now download and install remirepo repository…
Webmin is a web-based system administration tool for Unix-like servers, and services with about 1,000,000 yearly installations worldwide. Using it, it is possible to configure operating system internals, such as users, disk quotas, services or configuration files, as well as modify, and control open-source apps, such as BIND DNS Server, Apache HTTP Server, PHP, MySQL, and many more. Webmin is a…