<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>9.3 on Notities</title><link>https://d8224bcf.backup-website.pages.dev/tags/9.3/</link><description>Recent content in 9.3 on Notities</description><generator>Hugo</generator><language>nl</language><lastBuildDate>Mon, 20 Jul 2026 22:38:58 +0200</lastBuildDate><atom:link href="https://d8224bcf.backup-website.pages.dev/tags/9.3/index.xml" rel="self" type="application/rss+xml"/><item><title>Checkmk installatie op Rocky Linux 9.3</title><link>https://d8224bcf.backup-website.pages.dev/blog/2024-checkmk-installation-on-rocky-linux-9-3/</link><pubDate>Tue, 16 Jan 2024 21:13:15 +0000</pubDate><guid>https://d8224bcf.backup-website.pages.dev/blog/2024-checkmk-installation-on-rocky-linux-9-3/</guid><description>&lt;p&gt;Checkmk installatie op Rocky Linux 9.3&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;dnf install epel-release

setsebool -P httpd_can_network_connect 1

firewall-cmd --zone=public --add-service=http --permanent
firewall-cmd --reload

wget https://download.checkmk.com/checkmk/2.2.0p18/check-mk-raw-2.2.0p18-el9-38.x86_64.rpm
yum install check-mk-raw-2.2.0p18-el9-38.x86_64.rpm

omd version
omd create monitoring
omd start monitoring

http://localhost.localdomain/monitoring/
gebruiker: cmkadmin met wachtwoord: &amp;lt;opgegeven&amp;gt;

omd su monitoring (Voor beheer via de opdrachtregel van de site.)
cmk-passwd cmkadmin (Na het inloggen kun je het wachtwoord voor cmkadmin wijzigen met.)

(optioneel)
omd status
omd sites
omd help

(optioneel na herstart als je de foutmelding krijgt: Unable to connect)
omd update-apache-config monitoring
&lt;/code&gt;&lt;/pre&gt;</description></item><item><title>De VirtualBox Guest Additions installeren op Rocky Linux 9.3</title><link>https://d8224bcf.backup-website.pages.dev/blog/2024-installing-the-virtualbox-guest-additions-on-rocky-linux-9-3/</link><pubDate>Tue, 16 Jan 2024 21:08:26 +0000</pubDate><guid>https://d8224bcf.backup-website.pages.dev/blog/2024-installing-the-virtualbox-guest-additions-on-rocky-linux-9-3/</guid><description>&lt;p&gt;&lt;strong&gt;De VirtualBox Guest Additions installeren op Rocky Linux 9.3&lt;/strong&gt;&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;dnf install epel-release
dnf update --refresh
dnf update kernel-*
reboot (optioneel)

dnf install dkms kernel-devel kernel-headers gcc make bzip2 perl elfutils-libelf-devel

rpm -q kernel-devel
uname -r

Bovenmenu: Apparaten -&amp;gt; Gast-uitbreidingen CD-image invoegen
Uitvoeren

(optioneel)
cd /run/media/
./VBoxLinuxAdditions.run
&lt;/code&gt;&lt;/pre&gt;</description></item></channel></rss>