Category

System Administration Guides and Best Practices

Learn system administration with practical guides on user management, services, monitoring, and Linux server management.

The System Administration section focuses on managing and maintaining Linux systems efficiently.

These tutorials cover essential administrative tasks required for servers and production environments.

You can also explore Linux and Networking for deeper insights.

Topics covered

  • User and group management
  • Service and process management
  • System monitoring
  • Troubleshooting

Ideal for

  • System administrators
  • DevOps engineers

105 articles

Capture ssh & sshd strace logs [Step-by-Step]

Step by Step instructions to capture SSH and SSHD strace logs with DEBUG and VERBOSE. Add timestamps to SSH and SSHD debug and strace logs

By Deepak Prasad · 12 min read · system-administration

Add timestamp to SSH verbose logs [STDOUT & Log File]

Execute SSH and add timestamp to SSH verbose logs. Store the verbose logs into a log file and add timestamp prefix to each entry of log file with while loop

By Deepak Prasad · 4 min read · system-administration

Secure OpenLDAP with TLS, MTLS, STARTTLS in Rocky Linux

Step by Step instructions to configure OpenLDAP over SSL/TLS using self signed certificates or Third party Root CA signed certificates using OpenSSL in Rocy …

By Deepak Prasad · 12 min read · system-administration

SOLVED: Run SSHD as non-root user (without sudo) in Linux

In this tutorial I will share the step by step instructions to run SSHD as non- root user in Linux platform. The same steps can be used for non privileged …

By Deepak Prasad · 12 min read · system-administration

Integrate Samba with Active Directory (Linux & Windows)

To integrate Samba share with Active Directory we can use winbind to join Linux client with domain controller and use smbclient to access the windows share

By Deepak Prasad · 8 min read · system-administration

4 ways to SSH & SCP via proxy (jump) server in Linux

You can use either ProxyCommand or ProxyJump with ssh and scp respectively to connect target host or transfer files through any jump host with examples.

By Deepak Prasad · 4 min read · system-administration

How to start systemd service after NFS mount in Linux

How to execute a script after a network file system is mounted? How to start a systemd service only after NFS share is mounted and available in Linux

By Deepak Prasad · 8 min read · system-administration