Tagged articles
14 articles
Page 1 of 1
Liangxu Linux
Liangxu Linux
Sep 27, 2025 · Operations

Quickly Identify and Release Occupied Ports on Linux

This guide explains what port occupation means on Linux, demonstrates how to use lsof and netstat to pinpoint the process holding a specific port, and shows how to safely terminate that process to free the port for your applications.

LinuxSystem Administrationkill
0 likes · 6 min read
Quickly Identify and Release Occupied Ports on Linux
Liangxu Linux
Liangxu Linux
Mar 16, 2025 · Operations

How to Change Nginx Listening Port on Linux: 3 Simple Methods

This guide walks you through verifying the Nginx process, checking its current listening port, editing the configuration file, and applying the change using systemctl restart, the nginx -s reload command, or a manual kill signal, with concrete command examples and expected outputs.

Configurationportreload
0 likes · 7 min read
How to Change Nginx Listening Port on Linux: 3 Simple Methods
IT Services Circle
IT Services Circle
Jan 17, 2024 · Operations

Common Reasons Why Cloud Server Ports Are Unreachable and How to Fix Them

This article lists the most frequent causes—such as an unstarted application, incorrect port listening, cloud security‑group settings, firewall rules, application‑level IP restrictions, network problems, and user‑side issues—and provides step‑by‑step commands and screenshots to help troubleshoot and restore access to cloud server ports.

Security Groupcloudfirewall
0 likes · 8 min read
Common Reasons Why Cloud Server Ports Are Unreachable and How to Fix Them
Liangxu Linux
Liangxu Linux
Mar 7, 2023 · Fundamentals

Why 65,535 Isn’t the Real Limit for TCP Connections on Linux

The article explains that the 65,535 TCP port limit does not bound a Linux server’s concurrent connections, detailing how TCP connections are identified, the theoretical maximum of 2⁴⁸ connections for a server, and the practical constraints imposed by memory and file‑descriptor limits.

LinuxSocketTCP
0 likes · 11 min read
Why 65,535 Isn’t the Real Limit for TCP Connections on Linux
Liangxu Linux
Liangxu Linux
Feb 21, 2023 · Operations

How to Open and Manage Linux Ports with firewalld and iptables

This guide walks through enabling the firewall, opening specific ports, and reloading rules on CentOS 7 using firewalld and on CentOS 6 using iptables, providing exact commands, optional parameters, and troubleshooting tips for successful network configuration.

CentOSLinuxfirewalld
0 likes · 4 min read
How to Open and Manage Linux Ports with firewalld and iptables
Software Development Quality
Software Development Quality
Oct 19, 2022 · Operations

Choosing the Right Developer Portal: Cortex, OpsLevel, Port, and Backstage Compared

This article examines internal developer platforms and developer portals, clarifying Gartner’s definition, and provides detailed comparisons of four popular solutions—Cortex, OpsLevel, Port, and Backstage—covering their descriptions, key features, deployment options, integration capabilities, and suitability for enterprise environments.

BackstageInternal Developer PlatformOpsLevel
0 likes · 18 min read
Choosing the Right Developer Portal: Cortex, OpsLevel, Port, and Backstage Compared
Open Source Linux
Open Source Linux
Aug 8, 2022 · Information Security

Secure Your Linux Server: 8 Essential SSH Hardening Steps

Learn how to protect your Linux server by disabling root SSH login, changing the default port, enforcing strong passwords, limiting login attempts, using SSH protocol 2, disabling forwarding, employing key‑based authentication, and restricting access by IP, with clear commands and configuration examples.

HardeningKeyAuthenticationLinux
0 likes · 7 min read
Secure Your Linux Server: 8 Essential SSH Hardening Steps
Programmer DD
Programmer DD
Jul 2, 2022 · Fundamentals

Why 65535 Is Not the Real Limit for TCP Connections

This article explains that the 65535 TCP port limit does not directly cap concurrent connections, detailing how TCP connections are identified by a four‑tuple, the theoretical maximums for client and server sides, and why actual limits depend on memory, file descriptors, and port reuse.

LinuxTCPconnection limits
0 likes · 12 min read
Why 65535 Is Not the Real Limit for TCP Connections