Linux Tutorials on the topic “centos”
-
How to Install and Use SFTP on Linux Servers
Author: Arvid L • Tags: centos, debian, linux, security, server, ubuntu • Comments: 3 • Published: Apr 04, 2022SFTP or SSH File Transfer Protocol is a method for securely transferring data between computers. In this guide, you will learn how to set up SFTP Server on a Linux system.
-
Three Tools to Scan a Linux Server for Viruses, Malware and Rootkits
Author: Till Brehm • Tags: centos, debian, fedora, linux, other, security, ubuntu • Comments: 17 • Updated: Mar 15, 2022Servers connected to the internet are seeing a constant level of attacks and scans all day. While a firewall and regular system updates are a good first defense to keep the system safe, you should also check regularly that no attacker got in. The tools described in this tutorial are made for these sanity checks, they scan for malware, viruses and rootkits.
-
How To Install Terraform On AlmaLinux 8, CentOS 8 and Rocky Linux 8
Author: t.michael • Tags: centos, linux • Comments: 1 • Published: Mar 10, 2022Terraform is a tool for building and maintaining a virtual server infrastructure; it supports multiple cloud providers in one project. Terraform achieves state management through a configured graph of states and modules which can be created, extended, and managed by users.
-
-
How to use grep to search for strings in files on the Linux shell
Author: Srijan Kishore • Tags: centos, debian, linux, opensuse, shell, ubuntu • Comments: 10 • Updated: Feb 25, 2022The grep command, which means global regular expression print, remains amongst the most versatile commands in a Linux terminal environment. It happens to be an immensely powerful program that lends users the ability to sort input based on complex rules, thus rendering it a fairly popular link across numerous command chains. The grep command is primarily used to search text or search any given file for lines containing a match to the supplied words/strings.
-
The Perfect Server CentOS 8 with Apache, PHP, Postfix, Dovecot, Pure-FTPD, BIND and ISPConfig 3.2
Author: Till Brehm • Tags: antivirus, apache, bind, centos, control panels, dns, email, ftp, ispconfig, linux, mysql, php, postfix, web server • Comments: 42 • Updated: Dec 16, 2021This tutorial shows how to install ISPConfig 3.2 on a CentOS 8 (64Bit) server. ISPConfig 3 is a web hosting control panel that allows you to configure the following services through a web browser: Apache web server, Postfix mail server, MySQL, BIND nameserver, PureFTPd, SpamAssassin, ClamAV, Mailman, and many more.
-
Install Sails.js Framework with Nginx on CentOS 8
Author: Hitesh Jethva • Tags: centos, linux, web server • Comments: 0 • Published: Oct 22, 2021Sails.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, configure and use Nessus Vulnerability Scanner on CentOS 8
Author: sohan patel • Tags: centos, security • Comments: 0 • Published: Sep 20, 2021Nessus 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 Migrate From CentOS 8 to RockyLinux 8.4
Author: Arvid L • Tags: centos, linux • Comments: 0The end of 2021 is near, which means the EOL (end of life) of CentOS 8 is near too. In this guide, you will learn how to migrate from CentOS 8 to Rocky Linux 8.4 using the migration tool provided by the Rocky Linux project.
-
How to Install Gulp.js on CentOS 8
Author: Hitesh Jethva • Tags: centos, linux • Comments: 0Gulp 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
Author: Arvid L • Tags: centos, monitoring • Comments: 1Monitoring 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.