Fading Coder

One Final Commit for the Last Sprint

Newly Created User Cannot Log in to Linux Graphical Desktop: A Step-by-Step Fix

Creating Users in Linux and Enabling Graphical Login Many Linux beginners encounter a problem after creating a new user: they can switch to the user in a terminal but cannot log in to the graphical desktop. This usually happens because the user is created without a proper home directory or sufficien...

Creating Kubernetes User Accounts and Configuring Access with RBAC

This guide explains the process for creating a standard user account in a Kubernetes cluster using OpenSSL for certificate generation, configuring kubectl context, and assigning permissinos via RBAC. Prerequisites Prepare a directory for the certificate authority files. mkdir /etc/k8s-certs/ cp /opt...