Lateo.net - Flux RSS en pagaille (pour en ajouter : @ moi)

🔒
❌ À propos de FreshRSS
Il y a de nouveaux articles disponibles, cliquez pour rafraîchir la page.
À partir d’avant-hierHowtoforge

How to Rename Network Interfaces to eth0 on CentOS

In this article, we will learn about the Linux interface naming. You will learn how the network interface on Linux named eth(X), ens(X), eno(X), etc.

How to Install and Configure Nginx with PHP-FPM on CentOS 8

Nginx is a free, open-source, and one of the most powerful web servers worldwide. This tutorial will teach us how to install Nginx with PHP-FPM support in CentOS 8.

How to Install InfluxDB on CentOS 8

InfluxDB is an open-source and time series database developed by InfluxData. It is written in Go and designed to handle high write and query loads. This tutorial will explain how to install InfluxDB on CentOS 8.

How to Install Apache Kafka with CMAK on CentOS

Apache Kafka is a free and open-source streaming platform used for streaming analytics, data integration, and mission-critical applications. Compared to ActiveMQ and RabbitMQ, Kafka has better throughput, built-in partitioning, replication, and fault-tolerance.

How to Install and Configure Squid Proxy Server on Rocky Linux/Alma Linux 9

In this tutorial, you will learn how to install and configure Squid Proxy on a Rocky / Alma Linux 9 server. Squid is used as a distributed caching mechanism, by saving data obtained from different requests, increasing the traffic speed when similar requests are done.

How to Mount an NTFS Drive on CentOS / RHEL / Rocky Linux

This tutorial will show you how to mount an NTFS drive in read/write mode on CentOS and other RHEL based Linux operating systems. NTFS-3G is a stable Open Source NTFS driver that supports reading and writing to NTFS drives on Linux and other operating systems.

How to Install and Configure Fail2ban on Alma Linux 8

Fail2ban is a free and open-source Intrusion Prevention System written in Python. It is used to protect your system against brute-force attacks. In this tutorial, I will show you how to install Fail2Ban firewall on Alma Linux 8.

Install Sails.js Framework with Nginx on CentOS 8

Sails.js is a Javascript framework for Node.js. It is used for developing real-time applications very quickly. It allows you to resemble the MVC architecture from frameworks like Ruby on Rails. In this post, we will show you how to install Sails.js with Nginx on CentOS 8

How to Install AngularJS on AlmaLinux 8

AngularJS is a JavaScript-based open-source front-end web application framework primarily maintained by Google that assists with running single-page applications. It allows developers to use HTML as their template language and lets them create robust, interactive websites without having to reload the browser for every new page view. 

How to install, configure and use Nessus Vulnerability Scanner on CentOS 8

Nessus is one of the most popular remote vulnerability assessments trusted by more than 30,000 organizations worldwide. Nessus scans the system and raises an alert if it discovers any vulnerabilities that malicious hackers could use to gain access.

How To Install and Configure Nagios on CentOS 8

Nagios is a popular and one of the most powerful open-source computer monitoring systems. It keeps track of your IT infrastructure and ensures that your networks, servers, applications, and processes are running smoothly. In this tutorial, you will learn how to install and configure Nagios on a CentOS 8 based server.

How to Install Gulp.js on CentOS 8

Gulp is a free, open-source, and cross-platform JavaScript toolkit that allows you to automate many development tasks. In this post, we will show you how to install Gulp on CentOS 8.

How to Install Icinga 2 Monitoring Tool on CentOS 8

Monitoring is one of the most important components of the server infrastructure in a data center. In this tutorial, we will show you step-by-step how to install and configure Icinga2 with Apache2 and MariaDB on CentOS 8 server.

How to Install WordPress with LAMP and free Let's Encrypt SSL on Rocky Linux

WordPress is one of the most popular Content Management Systems (CMS) right now, it's used by millions of people. In this guide, you will learn how to install WordPress CMS on the Rocky Linux 8.4. You will be installing WordPress under the LAMP Stack (Linux, Apache2/httpd, MySQL/MariaDB, and PHP).

How to Install and Configure Caddy Web Server with PHP on Fedora 34 / CentOS 8

Caddy is an open-source web server written in the Go language. It provides HTTP/3 support, TLS v1.3, automatic SSL configuration with Let's Encrypt, reverse proxy, and supports multiple plugins to extend its functionality.

How to Migrate Centos 8 to AlmaLinux 8.3

CentOS 8 will reach end-of-life on December 31, 2021, there will be no CentOS 9, therefore it is recommended to upgrade it to centos alternative distribution like Alma Linux. In this guide, we will show you how to migrate CentOS 8 to AlmaLinux 8.3.

How to Install Damn Vulnerable Web Application on CentOS 8

DVWA also called "Damn Vulnerable Web App" is a free and open-source vulnerable web application. It is designed for security professionals to test their skills and understand web application security processes.

How to Install Asterisk 18 VoIP Server on CentOS 8

Asterisk is a powerful digital PBX and VoIP server released under an open-source license. In this post, we will explain how to install Asterisk on CentOS 8 server.

How to Install Chrony NTP Server on CentOS 8

Chrony is the default Network Time Protocol (NTP) server in CentOS 8 operating system. It is a replacement for the old Ntpd. In this tutorial, I will show you how to install and use Chrony on CentOS 8 server.

How to Install WebERP On CentOS 8

webERP is a free, open-source, and complete web-based accounting and business management system. This tutorial will show you how to install webERP with Apache and Let's Encrypt SSL on CentOS 8.

How to Install Memcached on CentOS 8

Memcached is an open-source and high-performance memory caching system. It stores data in memory and is being used for optimizing dynamic websites. In this guide, I will explain how to install Memcached on CentOS 8 operating system.

How to Setup Highly Available NGINX with KeepAlived on CentOS 8

Nginx is a free, open-source and one of the most popular webserver around the world. It can also be used as a reverse proxy, load balancer and HTTP cache. In this tutorial, I will show you how to set up a highly available Nginx web server with KeepAlived on CentOS 8.

How to Install PrestaShop with Apache and Let's Encrypt SSL on CentOS 8

PrestaShop is an open-source shopping cart written in the PHP used to create and manage your online business. In this post, we will show you how to install PrestaShop with Apache and Let's Encrypt SSL on CentOS 8.

How to Install Angular CLI on CentOS 8

Angular is a popular open-source application development framework. It is highly extensible and used for developing mobile and web applications using TypeScript/JavaScript.

Install Varnish Cache 6 for Apache/Nginx on CentOS 8

Varnish Cache is a powerful reverse HTTP proxy used to speed up web applications that is available as Open-Source software. In this post, we will show you how to install Varnish cache with Apache and Nginx on CentOS 8.

How to install ReactJS with Nginx proxy on CentOS 8

React is a free and open-source JavaScript library developed by Facebook. It is used for creating web frontend and UI components. In this post, we will show you how to install React JS on CentOS 8

How Install and Configure a Docker Swarm Cluster on CentOS 8

In this post, we will show you how to set up a Docker Swarm cluster on CentOS 8. Docker is an open-source tool that can be used to create, deploy and run applications using a container.

Install and Use NoMachine Remote Desktop on CentOS 8

NoMachine is a free and open-source remote desktop software used for remote access, desktop sharing, virtual desktop, and file transfer between computers. In this tutorial, we will show you how to install and use NoMachine on CentOS 8.

Install and Use Guacamole Remote Desktop on CentOS 8

Apache Guacamole is a free, open-source, web-based and clientless remote desktop application that supports standard protocols like VNC, RDP, and SSH. In this tutorial, we will show you how to install the Guacamole server on CentOS 8.

How to Install Shopware 6 with NGINX and Let's Encrypt on CentOS 8

Shopware is a free and open-source platform that helps you to start your own e-commerce website to power your online business. In this tutorial, we will show you how to install Shopware with Nginx and Let's Encrypt SSL on CentOS 8.

How to Install PostGIS PostgreSQL database extender on CentOS 8

PostGIS is a free and open-source database extender for the PostgreSQL Database Management System. It helps you to add some extra functions such as, area, union, intersection, distance, data types, and allow location queries to be run in SQL.

How to Install Kanboard Project Management Software on CentOS 8

Kanboard is an open-source project management software that helps you to manage your projects and visualize your workflow. It uses Kanban methodology and is specially designed for small teams that focus on minimalism and simplicity.

How to Convert CentOS 8 to CentOS Stream

Red Hat and CentOS recently announced that CentOS 8 will be converted to CentOS Stream. In this tutorial, we will show you how to migrate from CentOS 8 to CentOS Stream.

How to Configure Nginx as a Web Server and Reverse Proxy for Apache on CentOS 8

In this tutorial, we will show you how to use the Nginx as a web server and reverse proxy for Apache web server on CentOS 8.

How to Install Discourse Forum with Docker on CentOS 8

Discourse is a free and open-source platform built for the next decade of the Internet. In this tutorial, we will show you how to install Discourse forum using Docker on CentOS 8 server.

How to Install Matomo (Piwik) Web Analytics on CentOS 8

Matomo formerly known as Piwik is an open-source analytics application for the Linux operating system. It is very similar to Google Analytics that helps you to tracks and display the location of user visits.

How to Install OCS Inventory Asset Management Software CentOS 8

OCS "Open Computers and Software Inventory Next Generation" is an open-source assets management solution that allows you to inventory IT assets. In this tutorial, we will explain how to install OCS inventory on CentOS 8 server.

How to Install Cerb Collaboration and Email Automation on CentOS 8

Cerb is a free, open-souce and web-based collaboration and automation tool used for sending high volumes of emails. In this tutorial, we will learn how to install and configure Cerb on CentOS 8 server.

How to Install OpenNMS Network Monitoring Tool in CentOS 8

OpenNMS is a free and open-source network monitoring and network management platform used for managing enterprise networks around the world. It is based on Java and is designed to manage thousands of devices from a central location.

How to Install ElkArte Forum with Apache and Let's Encrypt SSL on CentOS 8

ElkArte is a free and open-source forum software based on Simple Machine Forum. In this tutorial, we will show you howto install ElkArte with Let's Encrypt SSL on CentOS 8.

How to set up Wireguard VPN on CentOS 8

Wireguard is an open-source cross-platform VPN implementation that uses state of the art cryptography. It is faster, simpler and more functional than IPSec and OpenVPN.

How to Install and Configure Fail2Ban on CentOS 8 and Fedora 33

Fail2Ban is a log parsing utility that scans log files of various processes and bans IP addresses that make too many password failures. This tutorial shows the installation and configuration of Fail2Ban on CentOS 8 and Fedora 33.

How to Install Cacti Monitoring Server on CentOS 8

Cacti is a free, open-source and powerful web-based network monitoring and graphing tool. It is used to monitor system performance, CPU load, and network bandwidth utilization.

How to Install YOURLS self-hosted URL shortener on CentOS 8

YOURLS is a free, open-source and self-hosted URL shortener written in PHP. It is very similar to TinyURL or Bitly and allows you to run your own URL shortening service.

Install Apache Solr search platform on CentOS 8

Apache Solr is an open-source search platform written on Java, it is based on Apache Lucene. In this tutorial, we will show you how to install Apache Solr 8.6.3 on CentOS 8.

How to install and use AWStats Web Analytics on CentOS 8

AWStats is an open-source advanced web analytics tool that generates advanced web, streaming, FTP, or mail server statistics graphically. This tutorial shows how to install AWstats on CentOS 8.

Install and Configure FreeIPA Server on CentOS 8

FreeIPA is an open-source integrated Identity and Authentication solution for Linux and Unix based systems. In this tutorial, we will show you how to install FreeIPA server on CentOS 8.

How to Install Redis Server on CentOS 8

Redis is a free, open-source in-memory key-value store that supports different kinds of data structures. You can use it as a database, cache, message broker, and queue. In this tutorial, we will explain how to install Redis on CentOS 8 server.

How to Install and Use Traefik as a Reverse Proxy with Docker on CentOS 8

Traefik is an open-source HTTP reverse proxy and load balancer that helps you to deploy microservices easily. In this tutorial, we will show you how to install and configure Traefik as a reverse proxy on CentOS 8.

How to Install Mantis Bug Tracker on CentOS 8

MantisBT is a free, open-source and web-based bug tracking software written in PHP. It is simple, easy to use, user-friendly, and comes with a lot of tools that help you collaborate with teams to resolve bugs and issues quickly.
❌