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

10 practical examples to export NFS shares in Linux

This tutorial contains a list of nfs exports options in Linux with examples to create NFS share using /etc/exports. You can share with multiple hosts, single or …

By Deepak Prasad · 8 min read · system-administration

How to restrict IP Address to use postfix smtp relay

How can I restrict my postfix smtp relay server to be used by only certain IP Address, How to block or allow postfix relay access using mynetworks example

By Deepak Prasad · 6 min read · system-administration

3 easy steps to configure gmail smtp relay with postfix

Step by step tutorial to configure postfix using third party gmail smtp relay to send mails to external network. Use SASL with Google 2-Step Authentication

By Deepak Prasad · 7 min read · system-administration

8 simple steps to configure ldap client RHEL/CentOS 8

Steps to install and configure ldap client using SSSD on RHEL and CentOS 8 Linux. The configuration using SSSD over TLS and SSL encryption for ldap client

By Deepak Prasad · 5 min read · system-administration

3 simple and useful tools to grep multiple strings in Linux

How to grep multiple strings and patterns in single line from a file in Linux or Unix? Is it possible to grep multiple strings using single command from a file? …

By Deepak Prasad · 10 min read · system-administration

[Solved] Found a swap file by the name .XXX.swp

What is .swp file? Why this file is created? How to get rid of Found a swap file by the name warning? Another program may be editing the same file. An edit …

By Deepak Prasad · 8 min read · system-administration

SOLVED: SSH fails with postponed publickey error

[Solved} Steps to debug and fix postponed publickey error leading to SSH connection failure. You may also get ROOT LOGIN REFUSED, Failed pubkey, permission …

By Deepak Prasad · 7 min read · system-administration

5 simple methods to test ssh connection in Linux & Unix

Multiple commands to test ssh connection in Linux and Unix. How to test and check SSH connections with and without shell script examples. Check 22 port status.

By Deepak Prasad · 7 min read · system-administration

Create KVM virtual machine | virt-manager | RHEL CentOS 8

Step-by-Step Guide to create KVM Virtual Machine using Virtual Manager in RHEL and CentOS 8 Linux. Create VM, Take Snapshot, Assign Networks using Virtual …

By Deepak Prasad · 6 min read · system-administration

Kickstart %pre script examples in RHEL CentOS 7 8

Use kickstart %pre script examples to perform tasks before installing the system. Use --interpreter, --log, chroot and nochroot options with %pre script …

By Deepak Prasad · 5 min read · system-administration