Tag

CentOS7

0 views collected around this technical thread.

Raymond Ops
Raymond Ops
May 9, 2025 · Operations

How to Safely Upgrade OpenSSH and OpenSSL on CentOS 7

This step‑by‑step guide shows how to upgrade the outdated OpenSSH 7.4p1 and OpenSSL 1.0.2k on a CentOS 7 server by first installing Telnet as a fallback, removing the old packages, installing OpenSSL 1.1.1g, compiling OpenSSH 8.3p1, adjusting the configuration, and finally testing the new SSH service.

CentOS7LinuxOpenSSH
0 likes · 5 min read
How to Safely Upgrade OpenSSH and OpenSSL on CentOS 7
Raymond Ops
Raymond Ops
Feb 19, 2025 · Operations

Configure NFS Server and Auto-Mount Clients on CentOS 7

This guide walks through installing NFS utilities, creating a shared directory, configuring /etc/exports, starting the NFS service, and setting up client machines with /etc/fstab for automatic mounting on CentOS 7, including verification steps.

CentOS7ClientLinux
0 likes · 5 min read
Configure NFS Server and Auto-Mount Clients on CentOS 7
Raymond Ops
Raymond Ops
Feb 3, 2025 · Operations

Master CentOS 7 Network Configuration: ifconfig, ifup/ifdown, and Essential Commands

This guide walks through CentOS 7 network configuration, covering ifconfig parameters, using ifup/ifdown, essential configuration files, default interface settings, additional ip commands, and troubleshooting tips for virtual machine cloning issues in Linux environments.

CentOS7LinuxNetwork
0 likes · 11 min read
Master CentOS 7 Network Configuration: ifconfig, ifup/ifdown, and Essential Commands
Raymond Ops
Raymond Ops
Dec 17, 2024 · Information Security

Mastering firewalld vs iptables on CentOS 7: Zones, Rules, and Configuration

This guide explains the differences between firewalld and iptables on CentOS 7, introduces zone management, details iptables packet flow, tables, chains, and provides practical commands for installing, configuring, and managing firewall rules, including examples for SSH and ping traffic.

CentOS7FirewallLinux
0 likes · 12 min read
Mastering firewalld vs iptables on CentOS 7: Zones, Rules, and Configuration
Deepin Linux
Deepin Linux
Nov 10, 2023 · Fundamentals

Comprehensive Guide to Linux (CentOS 7) Installation, Configuration, and Basic Commands

This article provides a step‑by‑step tutorial on Linux fundamentals, covering the basic concepts of the operating system, how to obtain and install CentOS 7 in a virtual machine, configure networking, perform system installation, use essential command‑line tools, troubleshoot common issues, and apply basic optimizations.

CentOS7CommandLineInstallation
0 likes · 23 min read
Comprehensive Guide to Linux (CentOS 7) Installation, Configuration, and Basic Commands
Full-Stack Internet Architecture
Full-Stack Internet Architecture
May 21, 2021 · Operations

Resolving Firewall and VIP Migration Issues in Keepalived on CentOS 7

This guide explains how to troubleshoot firewalld command errors, enable VRRP multicast traffic, and fix VIP migration problems in a Keepalived high‑availability setup on CentOS 7, providing step‑by‑step commands, configuration file adjustments, and verification procedures.

CentOS7High AvailabilityKeepalived
0 likes · 6 min read
Resolving Firewall and VIP Migration Issues in Keepalived on CentOS 7
Practical DevOps Architecture
Practical DevOps Architecture
Nov 15, 2020 · Big Data

Step-by-Step Guide to Installing and Configuring Elasticsearch 7.6.2 on CentOS 7

This article provides a complete tutorial for installing Java, downloading Elasticsearch 7.6.2, configuring elasticsearch.yml, starting the service, setting up user passwords, and verifying the single‑node deployment on a CentOS 7 server, complete with command examples and screenshots.

CentOS7ConfigurationElasticsearch
0 likes · 4 min read
Step-by-Step Guide to Installing and Configuring Elasticsearch 7.6.2 on CentOS 7
Full-Stack Internet Architecture
Full-Stack Internet Architecture
Oct 28, 2020 · Operations

How to Install and Configure Jenkins on CentOS 7

This guide walks through installing Jenkins on CentOS 7, covering prerequisite JDK setup, repository configuration, service start‑up, troubleshooting common startup errors, firewall adjustments, and port configuration to get a functional CI/CD server.

CI/CDCentOS7DevOps
0 likes · 6 min read
How to Install and Configure Jenkins on CentOS 7
Top Architect
Top Architect
Oct 19, 2020 · Cloud Native

Step-by-Step Guide to Installing Kubernetes v1.16.0 on CentOS 7 with Docker and Flannel

This article provides a detailed, step‑by‑step tutorial for installing Kubernetes v1.16.0 on CentOS 7 virtual machines, covering Docker‑CE installation, prerequisite system configuration, master and node setup, flannel network plugin deployment, and includes all necessary command‑line snippets and the full kube‑flannel.yml manifest.

CentOS7DockerFlannel
0 likes · 20 min read
Step-by-Step Guide to Installing Kubernetes v1.16.0 on CentOS 7 with Docker and Flannel