×


Category: ModSecurity


Install Microsoft SQL Server on CentOS 8 - A step by step guide ?

This article covers the process of installing Microsoft SQL Server (MS SQL) on your CentOS 8 system. In fact, SQL Server is Microsoft's proprietary relational database management software. It supports various operating systems and installation methods, including Linux distributions like Ubuntu, Red Hat, and CentOS.

For additional help or useful information, we recommend you to check the official Microsoft SQL Server website.


Install Vtiger CRM on CentOS 8 - A step by step guide ?

This article covers how to install and configure Vtiger CRM on a CentOS 8 system. In fact, vTiger CRM is a web-based, modular and complete Open Source full-fledged customer relationship management system for sales force automation, customer support & service, marketing automation, procurement & fulfillment effectively. It is basically a native thin-client, browser-based application built on the LAMP/WAMP (Linux/Windows, Apache, MySQL and PHP) stack.


Install PHP Composer on CentOS 8 - Step by step Process ?

This article covers the installation procedure of PHP composer on your CentOS 8 system. In fact, Composer is a dependency manager for PHP, it like npm for Node.js or pip to Python. So, it allows you to declare the libraries your project depends on and it will manage (installing/updating) them for you. It is used in all modern PHP frameworks and platforms such as Laravel, Symfony, Drupal, and Magento 2.


Install PHP 7.4 on CentOS 8

This article covers how to install PHP on CentOS 8. You will also see how to change the default PHP version to the latest available version. After installing the PHP on your system, you can configure it with an Apache webserver or Nginx. 

PHP (PHP: Hypertext Preprocessor) is a server-side scripting language designed for web development but also used as a general-purpose programming language. PHP code is interpreted by a web server with a PHP processor module, which generates the resulting web page: PHP commands can be embedded directly into an HTML source document rather than calling an external file to process data.


Install Jenkins on CentOS 8

This article covers how to install Jenkins on CentOS system. In fact, Jenkins is an open-source software written in Java and Scala which allows users the ability to automate almost any task and, it saves significant time that can be better utilized addressing other issues. When automating tasks with Jenkins, users can optimize their workflow by quickly automating the jobs that servers cannot do themselves.

Also, you will learn how to manage Jenkins services, allow them in firewall, and access Jenkins using the web browser.


Install Anaconda on CentOS 8

This article covers how you install Anaconda on your CentOS system. In fact, Anaconda manages many pre installed packages and that packages are helpful for data science, Machine Learning and Artificial intelligence applications. Once installed on your system, you can now start building your machine learning projects.