<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>installation on Notities</title><link>https://www.vandenboom.icu/en/tags/installation/</link><description>Recent content in installation on Notities</description><generator>Hugo -- gohugo.io</generator><language>en</language><lastBuildDate>Thu, 27 Jun 2024 22:27:46 +0000</lastBuildDate><atom:link href="https://www.vandenboom.icu/en/tags/installation/index.xml" rel="self" type="application/rss+xml"/><item><title>rEFIt installation to EFI partition of an iMac</title><link>https://www.vandenboom.icu/en/blog/2024-refit-installation-to-efi-partition-of-an-imac/</link><pubDate>Thu, 27 Jun 2024 22:27:46 +0000</pubDate><guid>https://www.vandenboom.icu/en/blog/2024-refit-installation-to-efi-partition-of-an-imac/</guid><description>F﻿ollow the steps below to install rEFIt to the EFI partition of an iMac
D﻿ownload rEFIt and copy the efi folder to the /efi folder as explained below
B﻿efore you do the bless command disable the SIP
Boot in recovery mode
#﻿ csrutil status
#﻿ csrutil disable
#﻿ reboot
sudo mkdir /efi sudo mount -t msdos /dev/disk0s1 /efi sudo bless --mount /efi --setBoot --file /efi/EFI/refit/refit.efi --labelfile /efi/EFI/refit/refit.vollabel</description></item><item><title>LDAP/IPA Server client installation</title><link>https://www.vandenboom.icu/en/blog/2024-ldap-ipa-server-client-installation/</link><pubDate>Sat, 09 Mar 2024 17:33:26 +0000</pubDate><guid>https://www.vandenboom.icu/en/blog/2024-ldap-ipa-server-client-installation/</guid><description>===
# yum install ipa-client
# ipa-client-install &amp;ndash;server= &amp;ndash;domain= &amp;ndash;principal=admin -W
# ipa-client-install &amp;ndash;server=&amp;lt;ipa-server.example.com&amp;gt; &amp;ndash;domain=&amp;lt;example.com&amp;gt; &amp;ndash;principal=admin -W</description></item><item><title>LDAP/IPA Server installation</title><link>https://www.vandenboom.icu/en/blog/2024-ldap-ipa-server-installation/</link><pubDate>Sat, 09 Mar 2024 17:31:40 +0000</pubDate><guid>https://www.vandenboom.icu/en/blog/2024-ldap-ipa-server-installation/</guid><description>===
# yum install ipa-server
# ipa-server-install
===
Hosts file aanpassen
De FQDN voor op, daarna pas de aliassen
/etc/hosts
&amp;lt;IP_SERVER&amp;gt; ()
Mocht er een alias voor de FQDN staan, dan kun je foutmeldingen krijgen die hier niet meteen aan te relateren zijn.</description></item><item><title>Checkmk installation on Rocky Linux 9.3</title><link>https://www.vandenboom.icu/en/blog/2024-checkmk-installation-on-rocky-linux-9-3/</link><pubDate>Tue, 16 Jan 2024 21:13:15 +0000</pubDate><guid>https://www.vandenboom.icu/en/blog/2024-checkmk-installation-on-rocky-linux-9-3/</guid><description>Checkmk installation on Rocky Linux 9.3
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/ user: cmkadmin with password: &amp;lt;given&amp;gt; omd su monitoring (For command line administration of the site.) cmk-passwd cmkadmin (After logging in, you can change the password for cmkadmin with.) (optional) omd status omd sites omd help (optional for after reboot if you get the error: Unable to connect) omd update-apache-config monitoring</description></item></channel></rss>