Author: admin

  • Using NFS on CentOS Stream 9 to Share Files with Remote Systems

    CentOS Stream 9 provides two mechanisms for sharing files and folders with other systems on a network. One approach is to use a technology called Samba. Samba is based on Microsoft Windows Folder Sharing and allows Linux systems to make folders accessible to Windows systems and access Windows-based folder shares from Linux. This approach can…

  • Displaying CentOS Stream 9 Applications Remotely (X11 Forwarding)

    In the previous chapter, we looked at how to display the entire CentOS Stream 9 desktop on a remote computer. While this works well if you need to display the entire desktop remotely, it could be considered overkill if you only want to display a single application. Therefore, this chapter will look at displaying individual…

  • CentOS Stream 9 Remote Desktop Access with VNC

    CentOS Stream 9 can be configured to provide remote access to the graphical desktop environment over a network or internet connection. Although not enabled by default, displaying and accessing a CentOS 9 desktop from a system anywhere else on a network or the internet is relatively straightforward. This can be achieved regardless of whether that…

  • Configuring SSH Key-based Authentication on CentOS Stream 9

    When a CentOS Stream 9 system is first installed, it is configured by default to allow remote command-line access via Secure Shell (SSH) connections. SSH provides password-protected and encrypted access to the system for the root account and any other users added during the installation phase. However, this level of security is inadequate and should…

  • CentOS Stream 9 Firewall Configuration with firewalld

    A firewall is vital in protecting a computer system or network of computers from external attacks (typically from an external source via an internet connection). For example, any computer connected directly to an internet connection must run a firewall to protect against malicious activity. Similarly, any internal network must have some form of firewall between…

  • CentOS Stream 9 Firewall Basics

    A firewall is a vital component in protecting an individual computer system or network of computers from external attacks (typically from an internet connection). Any computer connected directly to an internet connection should ideally run a firewall to protect against malicious activity. Similarly, any internal network must have some form of firewall between it and…

  • CentOS Stream 9 Network Management

    It is difficult to envisage a CentOS Stream 9 system that does not have at least one network connection, and harder still to imagine how such an isolated system could be of much practical use. However, the simple fact is that CentOS 9 is designed to provide enterprise-level services over network and internet connections. Therefore,…

  • Managing CentOS Stream 9 systemd Units

    To gain proficiency in CentOS Stream 9 system administration, it is essential to understand the concepts of systemd units with a particular emphasis on two specific types known as targets and services. This chapter aims to provide a basic overview of the different systemd units supported by CentOS Stream 9 combined with an overview of…

  • CentOS Stream 9 Software Installation and AppStreams

    It is doubtful that a newly installed CentOS Stream 9 system will contain all the software packages to perform the tasks for which it is intended. Even once all the required software has been installed, it is almost certain that newer versions of many of those packages will be released during the system’s lifespan. In…

  • Managing CentOS Stream 9 Users and Groups

    During the installation of CentOS Stream 9, the installer created a root or superuser account and required that a password be configured. The installer also provided the opportunity to create a user account for the system. We should remember that CentOS 9 is an enterprise-class, multiuser, and multi-tasking operating system. To use the full power…