<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>8.10 on Notities</title><link>https://19cc27e0.backup-website.pages.dev/en/tags/8.10/</link><description>Recent content in 8.10 on Notities</description><generator>Hugo</generator><language>en</language><lastBuildDate>Wed, 15 Jul 2026 23:50:02 +0200</lastBuildDate><atom:link href="https://19cc27e0.backup-website.pages.dev/en/tags/8.10/index.xml" rel="self" type="application/rss+xml"/><item><title>Installing GitLab on Docker in AlmaLinux 8.10</title><link>https://19cc27e0.backup-website.pages.dev/en/blog/2025-installing-gitlab-on-docker-in-almalinux-8-10/</link><pubDate>Sat, 29 Mar 2025 20:21:32 +0000</pubDate><guid>https://19cc27e0.backup-website.pages.dev/en/blog/2025-installing-gitlab-on-docker-in-almalinux-8-10/</guid><description>&lt;p&gt;Step 1: Update System&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;$ sudo dnf update
$ sudo dnf install epel-release
$ sudo /usr/bin/crb enable
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Step 2: Install Docker from AlmaLinux Repo&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;$ sudo dnf config-manager --add-repo=https://download.docker.com/linux/centos/docker-ce.repo
$ sudo dnf remove -y podman podman-docker podman-plugins
$ sudo dnf remove -y runc
$ sudo dnf clean all
$ sudo dnf install -y docker-ce docker-ce-cli containerd.io docker-compose-plugin
$ sudo systemctl enable --now docker
$ sudo systemctl status docker
$ sudo usermod -aG docker $USER
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Step 3: Logout and back in&lt;/p&gt;</description></item><item><title>Installing VirtualBox Guest Additions on AlmaLinux 8.10</title><link>https://19cc27e0.backup-website.pages.dev/en/blog/2025-installing-virtualbox-guest-additions-on-almalinux-8-10/</link><pubDate>Sat, 29 Mar 2025 20:16:41 +0000</pubDate><guid>https://19cc27e0.backup-website.pages.dev/en/blog/2025-installing-virtualbox-guest-additions-on-almalinux-8-10/</guid><description>&lt;blockquote&gt;
&lt;p&gt;$ sudo dnf update&lt;br&gt;
$ sudo reboot&lt;br&gt;
(So any new installed kernel will be loaded)&lt;br&gt;
&lt;br&gt;
$ sudo dnf install gcc kernel-devel kernel-headers make bzip2 perl&lt;br&gt;
&lt;br&gt;
Go to the VirtualBox Menu &amp;gt; Devices &amp;gt; Insert Guest Additions CD image&lt;br&gt;
&lt;br&gt;
Automated:&lt;br&gt;
Press Run&lt;br&gt;
&lt;br&gt;
Manual:&lt;br&gt;
$ cd /run/media/$USER/VBox_GAs_*/   # Adjust path if needed&lt;br&gt;
$ sudo ./VBoxLinuxAdditions.run&lt;br&gt;
&lt;br&gt;
$ sudo reboot&lt;br&gt;
&lt;br&gt;
Verification:&lt;br&gt;
$ lsmod | grep vbox&lt;br&gt;
(Check to see if vboxguest is listed)&lt;/p&gt;
&lt;/blockquote&gt;</description></item></channel></rss>