Tag

Server Administration

1 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.

CentOS7OpenSSHOpenSSL
0 likes · 5 min read
How to Safely Upgrade OpenSSH and OpenSSL on CentOS 7
Architecture Digest
Architecture Digest
Jan 11, 2024 · Databases

MySQL Performance Tuning Tools: mysqltuner.pl, tuning-primer.sh, and Percona Toolkit

This article introduces several MySQL performance‑tuning utilities—including mysqltuner.pl, tuning-primer.sh, and Percona Toolkit’s pt-variable-advisor and pt-query-digest—explaining how to download, run, and interpret their reports to optimize database configuration, memory usage, and query efficiency.

Database ToolsMySQLPercona Toolkit
0 likes · 7 min read
MySQL Performance Tuning Tools: mysqltuner.pl, tuning-primer.sh, and Percona Toolkit
Selected Java Interview Questions
Selected Java Interview Questions
Oct 28, 2021 · Operations

Common Nginx Configuration Snippets Cheat Sheet

This article provides a concise collection of frequently used Nginx configuration snippets—including listening ports, access logs, server names, static assets, redirects, reverse proxy, load balancing, and SSL settings—along with a brief introduction to an online visual configuration tool.

NginxServer AdministrationWeb Server
0 likes · 5 min read
Common Nginx Configuration Snippets Cheat Sheet
Tencent Cloud Developer
Tencent Cloud Developer
Sep 9, 2021 · Operations

Linux Performance Analysis in the First 60 Seconds: Essential Commands

The article outlines a rapid, one‑minute health check for Linux servers using ten common command‑line tools—uptime, dmesg, vmstat, mpstat, pidstat, iostat, free, sar, and top—to quickly reveal CPU, memory, I/O, network saturation and error conditions before deeper analysis.

Command-lineServer Administrationlinux
0 likes · 19 min read
Linux Performance Analysis in the First 60 Seconds: Essential Commands
Top Architect
Top Architect
Dec 26, 2020 · Operations

Understanding the Shift from CentOS Linux to CentOS Stream and the Rise of Rocky Linux

The article explains how Red Hat's strategic move to replace CentOS Linux with the rolling‑release CentOS Stream has upset the community, outlines the background of RHEL, Fedora and CentOS, and introduces Rocky Linux as a community‑driven alternative for stable server deployments.

CentOSCentOS StreamRed Hat
0 likes · 8 min read
Understanding the Shift from CentOS Linux to CentOS Stream and the Rise of Rocky Linux
Efficient Ops
Efficient Ops
Jun 17, 2019 · Operations

How to Set Up a Private BIND DNS Server on CentOS 7 (Step‑by‑Step Guide)

Learn how to install, configure, and maintain a private BIND DNS service on CentOS 7, covering server roles, ACLs, forward and reverse zones, zone files, firewall settings, testing with nslookup, and ongoing DNS record management for a secure internal network.

BINDCentOSDNS
0 likes · 17 min read
How to Set Up a Private BIND DNS Server on CentOS 7 (Step‑by‑Step Guide)
Practical DevOps Architecture
Practical DevOps Architecture
Mar 19, 2018 · Operations

Common Linux Server Administration Tasks: Redis Password Setup, MySQL Replication Recovery, Nginx HTTPS Redirection, Security Measures, Zabbix Monitoring, and Configuration Tips

This guide provides step‑by‑step instructions for securing Redis with a password, recovering MySQL master‑slave replication, redirecting HTTP to HTTPS in Nginx, defending Linux servers against attacks, configuring Zabbix monitoring for MySQL, and various Nginx and MySQL configuration tricks.

MySQLNginxRedis
0 likes · 8 min read
Common Linux Server Administration Tasks: Redis Password Setup, MySQL Replication Recovery, Nginx HTTPS Redirection, Security Measures, Zabbix Monitoring, and Configuration Tips