Blog

XRP to remote Gnome on Redhat Enterprise Linux 9

XRP to remote Gnome on Redhat Enterprise Linux 9

Installation of XRP and Gnome

Nathan Obert
Introduction We will be turning a Command Line Interface (CLI) Redhat 9 server hosted at Amazon on EC2 into a full Xwindows based workstation that you can use Remote Desktop Protocal (RDP) to using xRDP. Installation Install the updates on your fresh server from Amazon. sudo dnf update -y Install “Extra Packages for Enterprise Linux” (EPEL). sudo dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm sudo dnf repolist sudo dnf makecache Install “Workstation” or “Server with GUI” (not both)
Python HTTP Server

Python HTTP Server

Quick Python HTTP Server

Nathan Obert
python http server If you need a quick and easy webserver to copy files between servers, or from your server to your workstation all you need is Python, which is part of YUM and is on almost every redhat based linux server. Simple goto the directory you want to share, and a single command in the shell will start up a webserver that you can use to get your files copied over.
Kubernetes on Redhat Enterprise Linux 9

Kubernetes on Redhat Enterprise Linux 9

Installation of Kubernetes Server

Nathan Obert
Introduction We will install a Kubernetes on RHEL 9 with CRI-O, and Podman. We are using an r5.large on Amazon EC2 using Amazon’s provided Red Hat Enterprise Linux. Installation Install the updates on your fresh server from Amazon. sudo dnf update -y Setup DNS or atleast Hostname entries in your /etc/hosts file echo `/sbin/ifconfig eth0 | grep 'inet ' | awk {'print $2'}` ${HOSTNAME} | sudo tee -a /etc/hosts Set selinux to permissive