Linux Tutorials on the topic “centos”
-
Linux Command Line Navigation Tips and Tricks - Part 1
Author: Himanshu Arora • Tags: centos, debian, opensuse, shell, ubuntu • Comments: 4If you've just started using the command line in Linux, then it's worth knowing that it is one of the most powerful and useful features of the OS. The learning curve may or may not be steep depending on how deep you want to dive into the topic. However, there are some Linux command line tips/tricks that'll always be helpful regardless of your level of expertise.
-
Setting Up an NFS Server and Client on CentOS 8
Author: Hitesh Jethva • Tags: centos, linux, server • Comments: 0NFS stands for "Network File System" and is a distributed file system protocol used for sharing files and folders between Linux-based operating systems. In this tutorial we will show you how to set up an NFS server and client under CentOS 8.
-
Docker Part 4: building and publishing custom docker images
Author: Bill Toulas • Tags: centos, debian, linux, suse, ubuntu, virtualization • Comments: 1
For this tutorial, we will use the Whale Docker image. The Whale is the official mascot of Docker and the Whale docker image resembles the cowsay program which generates ASCII pictures of a cow in the terminal with a message. It can also generate pictures using pre-made images of other animals, such as Tux the Penguin, the Linux mascot.
-
-
Implementing SSL Perfect Forward Secrecy in NGINX Web-Server
Author: cbj4074 • Tags: centos, debian, fedora, linux, nginx, security, suse, ubuntu • Comments: 7This HOW-TO describes the process of implementing Perfect Forward Secrecy with the NGINX web-server on Debian and Ubuntu systems. The process can readily be adapted to other GNU/Linux systems.
-
How to install Liferay Portal Portal CE 7.2 on Centos 8
Author: Amine YAHIA CHERIF • Tags: centos, linux • Comments: 0
Liferay Portal Community Edition is based on Digital Experience Plateforme DXP. In this tutorial, we will install Liferay Portal 7.2 on Centos 8 with MariaDB, Tomcat, and Elasticsearch.
-
How to Mount an NTFS Drive on CentOS / RHEL / Rocky Linux
Author: David Duarte • Tags: centos, desktop, fedora, linux, server, storage • Comments: 12This 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 Benchmark your GPU on Linux
Author: Bill Toulas • Tags: arch linux, centos, debian, desktop, fedora, suse, ubuntu • Comments: 22Linux is not famous for its gaming abilities and possibilities, and it is only natural that there aren't many GPU benchmarking tools available with which users can test their graphics hardware. There are however some benchmarking suites that can help you determine the various aspects of your GPU performance with precision. In this tutorial I will show you GLX-Gears, GL Mark 2 and the benchmarks from "Unigine Benchmark Products".
-
How to Install and Use Nginx Proxy Manager with Docker
Author: Navjot Singh • Tags: centos, debian, linux, nginx, server, ubuntu, web server • Comments: 3A reverse proxy is a web server that can sit in front of another web server or a web service. It can encrypt outgoing traffic, act as a load balancer, redirect traffic, and offer protection. This tutorial will teach you how to install the Nginx proxy manager on a Linux server using Docker. We will cover all popular Linux distributions in a single tutorial.
-
Three Tools to Scan a Linux Server for Viruses, Malware and Rootkits
Author: Till Brehm • Tags: centos, debian, fedora, linux, other, security, ubuntu • Comments: 17Servers 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: 1Terraform 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.