sysadmin

Manage Linux, macOS, and Windows servers with diagnostic commands and security hardening.

1|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/0xMerl99/FangAI --skill sysadmin-0xmerl99
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sysadmin
Source: https://github.com/0xMerl99/FangAI/tree/main/crates/openfang-skills/bundled/sysadmin
Command: npx skills add https://github.com/0xMerl99/FangAI --skill sysadmin-0xmerl99

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill empowers users to efficiently manage, troubleshoot, and secure their server infrastructure across various operating systems.

Core Features & Use Cases

  • Cross-Platform Management: Provides commands and guidance for Linux, macOS, and Windows systems.
  • Service & Process Control: Assists in starting, stopping, monitoring, and debugging system services and processes.
  • Security Hardening: Offers best practices for securing systems against common threats.
  • Use Case: A user needs to diagnose why a web server is unresponsive on a Linux machine. This Skill can guide them through checking service status, examining logs, and analyzing network connections.

Quick Start

Use the sysadmin skill to check the status of the 'nginx' service on a Linux system.

Frequently Asked Questions about sysadmin

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I troubleshoot an unresponsive web server on Linux?

Troubleshoot server management issues by checking the service status via systemd or launchd, examining system logs, and analyzing active network connections to identify the root cause of the unresponsiveness.

What is the best way to harden server security across different operating systems?

Server security hardening across Linux, macOS, and Windows involves configuring host-based firewalls, enforcing strict access control policies, and applying system-level best practices to protect infrastructure from common external and internal threats.

Can I use systemd and launchd commands for service management on both Linux and macOS?

Yes, server management across platforms utilizes systemd for Linux service control and launchd for macOS, allowing you to start, stop, monitor, and debug system services effectively within their respective operating system environments.

How do I diagnose high CPU and memory usage on a production server?

Diagnose CPU and memory bottlenecks by running diagnostic commands to monitor process resource consumption, inspecting system metrics, and reviewing service logs to isolate problematic processes or memory leaks on the server.

Does this approach to system administration work for Windows environments?

Yes, cross-platform system administration provides specific commands and guidance for Windows environments, supporting server management, service configuration, and infrastructure security hardening directly within Windows operating systems.

Why is my network connection failing after applying new firewall configuration rules?

Network connection failures after firewall configuration often stem from overly restrictive access control rules blocking required ports, which you can identify by analyzing network connections and verifying active security policies.