<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>AlmaLinux &#8211; Made For Cloud</title>
	<atom:link href="https://madeforcloud.com/category/almalinux/feed/" rel="self" type="application/rss+xml" />
	<link>https://madeforcloud.com</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Sat, 18 Oct 2025 23:13:25 +0000</lastBuildDate>
	<language>en-AU</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>
	<item>
		<title>AlmaLinux 10 &#8211; Install docker-ce</title>
		<link>https://madeforcloud.com/2025/10/19/almalinux-10-install-docker-ce/</link>
					<comments>https://madeforcloud.com/2025/10/19/almalinux-10-install-docker-ce/#respond</comments>
		
		<dc:creator><![CDATA[gocallag]]></dc:creator>
		<pubDate>Sat, 18 Oct 2025 23:13:25 +0000</pubDate>
				<category><![CDATA[AlmaLinux]]></category>
		<category><![CDATA[Docker]]></category>
		<guid isPermaLink="false">https://madeforcloud.com/?p=272</guid>

					<description><![CDATA[You can read lots of blogs about this. This is the simple minimal version 🙂 Assuming you&#8217;re doing everything as root, but if you aren&#8217;t then prefix these commands with sudo as appropriate for your environment. That&#8217;s it. Done. Now if you want to allow non-root users to use docker.]]></description>
										<content:encoded><![CDATA[
<p>You can read lots of blogs about this. This is the simple minimal version <img src="https://s.w.org/images/core/emoji/16.0.1/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>



<p>Assuming you&#8217;re doing everything as root, but if you aren&#8217;t then prefix these commands with sudo as appropriate for your environment.</p>



<p></p>



<pre class="wp-block-code"><code>dnf config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
dnf install -y docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
systemctl enable --now docker</code></pre>



<p>That&#8217;s it. Done.  Now if you want to allow non-root users to use docker.</p>



<pre class="wp-block-code"><code> usermod -aG docker user   # user is the non-root user you want to be able to use docker</code></pre>



<p></p>
]]></content:encoded>
					
					<wfw:commentRss>https://madeforcloud.com/2025/10/19/almalinux-10-install-docker-ce/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>AlmaLinux 9 &#038; Centos 9 Stream builds can now be created for oVirt Nodes</title>
		<link>https://madeforcloud.com/2025/02/23/almalinux-9-centos-9-stream-builds-can-now-be-created-for-ovirt-nodes/</link>
					<comments>https://madeforcloud.com/2025/02/23/almalinux-9-centos-9-stream-builds-can-now-be-created-for-ovirt-nodes/#respond</comments>
		
		<dc:creator><![CDATA[gocallag]]></dc:creator>
		<pubDate>Sun, 23 Feb 2025 02:50:24 +0000</pubDate>
				<category><![CDATA[AlmaLinux]]></category>
		<category><![CDATA[oVirt]]></category>
		<guid isPermaLink="false">https://madeforcloud.com/?p=253</guid>

					<description><![CDATA[When PR https://github.com/oVirt/ovirt-node-ng-image/pull/146 lands you will be able to build oVirt nodes using AlmaLinux 9 (new) and Centos 9 Stream (fixed). There are still a few issues with AlmaLinux 9, not because of AlmaLinux, but because the oVirt engine force enables a bunch of Centos 9 Stream repositories breaking the system. You can get around&#8230;<p><a class="more-link" href="https://madeforcloud.com/2025/02/23/almalinux-9-centos-9-stream-builds-can-now-be-created-for-ovirt-nodes/" title="Continue reading &#8216;AlmaLinux 9 &#038; Centos 9 Stream builds can now be created for oVirt Nodes&#8217;">Continue reading <span class="meta-nav">&#8594;</span></a></p>]]></description>
										<content:encoded><![CDATA[
<p>When PR <a href="https://github.com/oVirt/ovirt-node-ng-image/pull/146" data-type="link" data-id="https://github.com/oVirt/ovirt-node-ng-image/pull/146">https://github.com/oVirt/ovirt-node-ng-image/pull/146</a> lands you will be able to build oVirt nodes using AlmaLinux 9 (new) and Centos 9 Stream (fixed).</p>



<p>There are still a few issues with AlmaLinux 9, not because of AlmaLinux, but because the oVirt engine force enables a bunch of Centos 9 Stream repositories breaking the system.  You can get around this by basically disabling those repositories in /etc/yum.repos.d/  as they appear &#8211; bugs will be filed with the engine.</p>



<p></p>



<p></p>



<p></p>
]]></content:encoded>
					
					<wfw:commentRss>https://madeforcloud.com/2025/02/23/almalinux-9-centos-9-stream-builds-can-now-be-created-for-ovirt-nodes/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>VS Code on Almalinux 9</title>
		<link>https://madeforcloud.com/2025/02/14/vs-code-on-almalinux-9/</link>
					<comments>https://madeforcloud.com/2025/02/14/vs-code-on-almalinux-9/#respond</comments>
		
		<dc:creator><![CDATA[gocallag]]></dc:creator>
		<pubDate>Fri, 14 Feb 2025 03:23:46 +0000</pubDate>
				<category><![CDATA[AlmaLinux]]></category>
		<guid isPermaLink="false">https://madeforcloud.com/?p=251</guid>

					<description><![CDATA[Step 1. Add the signing key Step 2. Add the repository Step 3. Refresh the yum meta data Step 4. Install vscode]]></description>
										<content:encoded><![CDATA[
<p>Step 1. Add the signing key</p>



<pre class="wp-block-code"><code>
sudo rpm --import https://packages.microsoft.com/keys/microsoft.asc
</code></pre>



<p></p>



<p>Step 2. Add the repository</p>



<pre class="wp-block-code"><code>
echo -e  "&#91;vscode]\nname=packages.microsoft.com\nbaseurl=https://packages.microsoft.com/yumrepos/vscode/\nenabled=1\ngpgcheck=1\nrepo_gpgcheck=1\ngpgkey=https://packages.microsoft.com/keys/microsoft.asc\nmetadata_expire=1h" | sudo tee -a /etc/yum.repos.d/vscode.repo
</code></pre>



<p></p>



<p>Step 3. Refresh the yum meta data</p>



<pre class="wp-block-code"><code>
sudo dnf update -y
</code></pre>



<p></p>



<p>Step 4. Install vscode</p>



<pre class="wp-block-code"><code>
sudo dnf install code -y
</code></pre>
]]></content:encoded>
					
					<wfw:commentRss>https://madeforcloud.com/2025/02/14/vs-code-on-almalinux-9/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Microsoft Edge on Almalinux 9</title>
		<link>https://madeforcloud.com/2025/02/14/microsoft-edge-on-almalinux-9/</link>
					<comments>https://madeforcloud.com/2025/02/14/microsoft-edge-on-almalinux-9/#respond</comments>
		
		<dc:creator><![CDATA[gocallag]]></dc:creator>
		<pubDate>Fri, 14 Feb 2025 03:18:15 +0000</pubDate>
				<category><![CDATA[AlmaLinux]]></category>
		<guid isPermaLink="false">https://madeforcloud.com/?p=249</guid>

					<description><![CDATA[Step 1. Import the key Step 2. Add the repos Step 3. Refresh the yum meta data Step 4. Install Edge Microsoft Edge should now be available for you to use either via the CLI or the Gnome Deskop]]></description>
										<content:encoded><![CDATA[
<p>Step 1. Import the key</p>



<pre class="wp-block-code"><code>
sudo rpm --import https://packages.microsoft.com/keys/microsoft.asc
</code></pre>



<p>Step 2. Add the repos</p>



<pre class="wp-block-code"><code>
sudo dnf config-manager --add-repo https://packages.microsoft.com/yumrepos/edge
</code></pre>



<p>Step 3. Refresh the yum meta data</p>



<pre class="wp-block-code"><code>
sudo dnf update --refresh
</code></pre>



<p>Step 4. Install Edge</p>



<pre class="wp-block-code"><code>
sudo dnf install microsoft-edge-stable
</code></pre>



<p>Microsoft Edge should now be available for you to use either via the CLI or the Gnome Deskop</p>
]]></content:encoded>
					
					<wfw:commentRss>https://madeforcloud.com/2025/02/14/microsoft-edge-on-almalinux-9/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Converting from CentOS 8 to AlmaLinux 8</title>
		<link>https://madeforcloud.com/2022/07/12/converting-from-centos-8-to-almalinux-8/</link>
					<comments>https://madeforcloud.com/2022/07/12/converting-from-centos-8-to-almalinux-8/#respond</comments>
		
		<dc:creator><![CDATA[gocallag]]></dc:creator>
		<pubDate>Tue, 12 Jul 2022 05:06:15 +0000</pubDate>
				<category><![CDATA[AlmaLinux]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Red Hat]]></category>
		<guid isPermaLink="false">http://168.138.6.194/?p=143</guid>

					<description><![CDATA[This is more so that I can remember. You need to get to the latest update level on the CentOS systems. If the systems have been unloved you will likely find that they can no longer access the repos servers. Change the baseurl to http://vault.centos.org/, comment out the mirrorlist as per this image. You&#8217;ll need&#8230;<p><a class="more-link" href="https://madeforcloud.com/2022/07/12/converting-from-centos-8-to-almalinux-8/" title="Continue reading &#8216;Converting from CentOS 8 to AlmaLinux 8&#8217;">Continue reading <span class="meta-nav">&#8594;</span></a></p>]]></description>
										<content:encoded><![CDATA[
<p>This is more so that I can remember.</p>



<p></p>



<p>You need to get to the latest update level on the CentOS systems.  If the systems have been unloved you will likely find that they can no longer access the repos servers.</p>



<p>Change the baseurl to http://vault.centos.org/, comment out the mirrorlist as per this image.</p>



<figure class="wp-block-image size-large"><img fetchpriority="high" decoding="async" width="1024" height="387" src="http://168.138.6.194/wp-content/uploads/2022/07/Screenshot-2022-07-12-144956-1024x387.png" alt="" class="wp-image-144" srcset="https://madeforcloud.com/wp-content/uploads/2022/07/Screenshot-2022-07-12-144956-1024x387.png 1024w, https://madeforcloud.com/wp-content/uploads/2022/07/Screenshot-2022-07-12-144956-300x113.png 300w, https://madeforcloud.com/wp-content/uploads/2022/07/Screenshot-2022-07-12-144956-768x290.png 768w, https://madeforcloud.com/wp-content/uploads/2022/07/Screenshot-2022-07-12-144956.png 1087w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p>You&#8217;ll need to do this in at least :</p>



<pre class="wp-block-code"><code>/etc/yum.repos.d/CentOS-Linux-BaseOS.repo
/etc/yum.repos.d/CentOS-Linux-AppStream.repo</code></pre>



<p>Then you can perform the required upgrade :</p>



<pre class="wp-block-code"><code>dnf update
dnf upgrade</code></pre>



<p>Then I suggest re-booting and you can then perform the AlmaLinux migration by :</p>



<pre class="wp-block-code"><code>curl -O https://raw.githubusercontent.com/AlmaLinux/almalinux-deploy/master/almalinux-deploy.sh
bash almalinux-deploy.sh
</code></pre>



<p>Then the following should show that you&#8217;ve converted OK</p>



<pre class="wp-block-code"><code>cat /etc/os-release</code></pre>



<pre class="wp-block-code"><code>cat /etc/os-release
NAME="AlmaLinux"
VERSION="8.6 (Sky Tiger)"
ID="almalinux"
ID_LIKE="rhel centos fedora"
VERSION_ID="8.6"
PLATFORM_ID="platform:el8"
PRETTY_NAME="AlmaLinux 8.6 (Sky Tiger)"
ANSI_COLOR="0;34"
LOGO="fedora-logo-icon"
CPE_NAME="cpe:/o:almalinux:almalinux:8::baseos"
HOME_URL="https://almalinux.org/"
DOCUMENTATION_URL="https://wiki.almalinux.org/"
BUG_REPORT_URL="https://bugs.almalinux.org/"

ALMALINUX_MANTISBT_PROJECT="AlmaLinux-8"
ALMALINUX_MANTISBT_PROJECT_VERSION="8.6"
REDHAT_SUPPORT_PRODUCT="AlmaLinux"
REDHAT_SUPPORT_PRODUCT_VERSION="8.6"</code></pre>
]]></content:encoded>
					
					<wfw:commentRss>https://madeforcloud.com/2022/07/12/converting-from-centos-8-to-almalinux-8/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
