Linux Tutorials on the topic “centos”
-
How to Compare and Merge Text Files on Linux using Desktop Tools (part 2)
Author: Bill Toulas • Tags: arch linux, centos, debian, desktop, fedora, linux, mandriva, suse, ubuntu • Comments: 3 • Updated: Nov 03, 2022This post is a response to the overwhelming comments about Meld (and other tools) on my previous article on text files comparison and merging tools. While my intention wasn't to focus on code text only but to also present something useful to word editors and writers as well, but the coders community objected for the “shallowness” of the previous post so here we go with part 2.
-
How to search files from the Terminal on Linux
Author: Bill Toulas • Tags: centos, debian, fedora, linux, opensuse, shell, suse, ubuntu • Comments: 8 • Updated: Nov 03, 2022While there are many ways with which we can search and locate files and directories on Linux, the easiest and quickest is probably through the terminal. However, not many Linux users know about that, which leads to unneeded frustration. Here is a quick guide that will hopefully help you locate what you're looking for in your system.
-
Linux Command Line Navigation Tips and Tricks - Part 1
Author: Himanshu Arora • Tags: centos, debian, opensuse, shell, ubuntu • Comments: 4 • Updated: Nov 03, 2022If 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: 0 • Published: Oct 31, 2022NFS 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 • Updated: Oct 28, 2022
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: 7 • Updated: Oct 27, 2022This 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 change the Swappiness of your Linux system
Author: Bill Toulas • Tags: arch linux, centos, debian, fedora, kernel, linux, mandriva, opensuse, pclinuxos, raspbian, suse, ubuntu • Comments: 21 • Updated: Sep 02, 2022Swappiness is the kernel parameter that defines how much (and how often) your Linux kernel will copy RAM contents to swap. This parameter's default value is “60” and it can take anything from “0” to “100”. The higher the value of the swappiness parameter, the more aggressively your kernel will swap.
-
How to Mount an NTFS Drive on CentOS / RHEL / Rocky Linux
Author: David Duarte • Tags: centos, desktop, fedora, linux, server, storage • Comments: 12 • Updated: Aug 29, 2022This 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: 22 • Updated: Aug 04, 2022Linux 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: 3 • Published: Apr 12, 2022A 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.