<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Linux on Notities</title><link>https://d8224bcf.backup-website.pages.dev/en/tags/linux/</link><description>Recent content in Linux on Notities</description><generator>Hugo</generator><language>en</language><lastBuildDate>Mon, 20 Jul 2026 22:38:58 +0200</lastBuildDate><atom:link href="https://d8224bcf.backup-website.pages.dev/en/tags/linux/index.xml" rel="self" type="application/rss+xml"/><item><title>Deskflow: Control multiple computers with 1 keyboard and mouse for: macOS, Windows and Linux</title><link>https://d8224bcf.backup-website.pages.dev/en/blog/2025-deskflow-bedien-meerdere-computers-met-1-keyboard-en-muis-voor-macos-windows-en-linux/</link><pubDate>Mon, 24 Mar 2025 17:57:51 +0000</pubDate><guid>https://d8224bcf.backup-website.pages.dev/en/blog/2025-deskflow-bedien-meerdere-computers-met-1-keyboard-en-muis-voor-macos-windows-en-linux/</guid><description>&lt;p&gt;With Deskflow you control multiple computers — macOS, Windows or Linux — using a single mouse and keyboard. It works as a software-based KVM switch (without video) and is sponsored by Synergy. This program is still actively maintained, with an intuitive interface that makes it easy to use. Tip: disable TLS in the settings for a smooth start.&lt;/p&gt;
&lt;p&gt;Download it via: &lt;a href="https://github.com/deskflow/deskflow/releases"&gt;https://github.com/deskflow/deskflow/releases&lt;/a&gt;. Look for the &amp;ldquo;latest&amp;rdquo; tag and check all assets for the correct version!&lt;/p&gt;</description></item><item><title>Installing Oracle VirtualBox on Ubuntu Linux</title><link>https://d8224bcf.backup-website.pages.dev/en/blog/2025-installing-oracle-virtualbox-on-ubuntu-linux/</link><pubDate>Sun, 23 Mar 2025 13:20:53 +0000</pubDate><guid>https://d8224bcf.backup-website.pages.dev/en/blog/2025-installing-oracle-virtualbox-on-ubuntu-linux/</guid><description>&lt;p&gt;T﻿ry the following steps:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;$﻿ sudo apt update&lt;br&gt;
$﻿ sudo apt upgrade&lt;br&gt;
$﻿ sudo apt install curl&lt;br&gt;
$﻿ curl -fsSL &lt;a href="https://www.virtualbox.org/download/oracle_vbox_2016.asc"&gt;https://www.virtualbox.org/download/oracle_vbox_2016.asc&lt;/a&gt; | sudo gpg &amp;ndash;dearmor -o /usr/share/keyrings/virtualbox-archive-keyring.gpg&lt;br&gt;
$﻿ echo &amp;ldquo;deb [arch=amd64 signed-by=/usr/share/keyrings/virtualbox-archive-keyring.gpg] &lt;a href="http://download.virtualbox.org/virtualbox/debian"&gt;http://download.virtualbox.org/virtualbox/debian&lt;/a&gt; noble contrib&amp;rdquo; | sudo tee /etc/apt/sources.list.d/virtualbox.list&lt;br&gt;
$﻿ sudo apt update&lt;br&gt;
$﻿ sudo search virtualbox&lt;/p&gt;
&lt;p&gt;virtualbox/noble-updates 7.0.16-dfsg-2ubuntu1.1 amd64
x86 virtualization solution - base binaries&lt;/p&gt;
&lt;p&gt;virtualbox-7.0/unknown 7.0.24-167081~Ubuntu~noble amd64
Oracle VM VirtualBox&lt;/p&gt;
&lt;p&gt;virtualbox-7.1/unknown 7.1.6-167084~Ubuntu~noble amd64
Oracle VirtualBox&lt;/p&gt;
&lt;p&gt;$﻿ sudo install virtualbox-7.1&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;D﻿ownload the Extension Pack frm the website: &lt;a href="https://www.virtualbox.org/wiki/Downloads"&gt;https://www.virtualbox.org/wiki/Downloads&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Tips for using XRDP on Ubuntu Linux</title><link>https://d8224bcf.backup-website.pages.dev/en/blog/2025-tips-for-using-xrdp-on-ubuntu-linux/</link><pubDate>Sun, 23 Mar 2025 12:51:59 +0000</pubDate><guid>https://d8224bcf.backup-website.pages.dev/en/blog/2025-tips-for-using-xrdp-on-ubuntu-linux/</guid><description>&lt;p&gt;T﻿o be able to use XRDP on Ubuntu Linux try the following instructions:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;$ s﻿udo apt update &lt;br&gt;
$ s﻿udo apt upgrade&lt;br&gt;
$ s﻿udo apt install xrdp&lt;br&gt;
$ echo &amp;ldquo;gnome-session &amp;ndash;session=ubuntu&amp;rdquo; &amp;gt; ~/.xsession&lt;br&gt;
$ echo &amp;ldquo;export DISPLAY=:10.0&amp;rdquo; &amp;gt; ~/.bash_profile&lt;br&gt;
$ echo &amp;ldquo;xhost +&amp;rdquo; &amp;gt; ~/.bash_profile&lt;br&gt;
$﻿ ip a&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;R﻿emember write down your IP address of your system and to log out of your graphical user session.&lt;/p&gt;
&lt;p&gt;N﻿ow try to login to your system with a RDP tool.&lt;/p&gt;</description></item><item><title>Install Microsoft Visual Studio Code in Linux from the repo</title><link>https://d8224bcf.backup-website.pages.dev/en/blog/2025-install-microsoft-visual-studio-code-in-linux-from-the-repo/</link><pubDate>Sat, 22 Mar 2025 22:13:54 +0000</pubDate><guid>https://d8224bcf.backup-website.pages.dev/en/blog/2025-install-microsoft-visual-studio-code-in-linux-from-the-repo/</guid><description>&lt;p&gt;F﻿ollow the below steps to install Microsoft Visual Studio Code IDE on Linux from its repository:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;sudo rpm &amp;ndash;import &lt;a href="https://packages.microsoft.com/keys/microsoft.asc"&gt;https://packages.microsoft.com/keys/microsoft.asc&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;sudo sh -c &amp;rsquo;echo -e &amp;ldquo;[code]\nname=Visual Studio Code\nbaseurl=https://packages.microsoft.com/yumrepos/vscode\nenabled=1\ngpgcheck=1\ngpgkey=https://packages.microsoft.com/keys/microsoft.asc&amp;rdquo; &amp;gt; /etc/yum.repos.d/vscode.repo'&lt;/p&gt;
&lt;p&gt;sudo dnf install code -y&lt;/p&gt;
&lt;/blockquote&gt;</description></item><item><title>LDAP/IPA - Server on Red Hat Enterprise Linux 7</title><link>https://d8224bcf.backup-website.pages.dev/en/blog/2024-ldap-ipa-server-op-red-hat-enterprise-linux-7/</link><pubDate>Thu, 15 Feb 2024 10:47:28 +0000</pubDate><guid>https://d8224bcf.backup-website.pages.dev/en/blog/2024-ldap-ipa-server-op-red-hat-enterprise-linux-7/</guid><description>&lt;p&gt;If you are using a hosts file, make sure it contains FQDNs and pay close attention to the order in which they appear.&lt;/p&gt;
&lt;p&gt;Check the hosts file and adjust it if necessary:&lt;/p&gt;
&lt;p&gt;The FQDN must come first, followed by any aliases.&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;/etc/hosts

10.0.0.1 server1.example.com server1 application1
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;If an alias is listed before the FQDN, you may encounter error messages that are not immediately traceable to this cause.&lt;/p&gt;</description></item><item><title>Create a Zombie process in Linux using a C program</title><link>https://d8224bcf.backup-website.pages.dev/en/blog/2024-maak-een-zombie-proces-in-linux-m-b-v-een-c-programma/</link><pubDate>Wed, 31 Jan 2024 20:54:45 +0000</pubDate><guid>https://d8224bcf.backup-website.pages.dev/en/blog/2024-maak-een-zombie-proces-in-linux-m-b-v-een-c-programma/</guid><description>&lt;p&gt;Below is the source code of a C program to create a Zombie process in Linux and analyse it.&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;vim create_zombie_process.c
&lt;/code&gt;&lt;/pre&gt;&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-c" data-lang="c"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#75715e"&gt;#include&lt;/span&gt; &lt;span style="color:#75715e"&gt;&amp;lt;stdlib.h&amp;gt;&lt;/span&gt;&lt;span style="color:#75715e"&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#75715e"&gt;#include&lt;/span&gt; &lt;span style="color:#75715e"&gt;&amp;lt;sys/types.h&amp;gt;&lt;/span&gt;&lt;span style="color:#75715e"&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#75715e"&gt;#include&lt;/span&gt; &lt;span style="color:#75715e"&gt;&amp;lt;unistd.h&amp;gt;&lt;/span&gt;&lt;span style="color:#75715e"&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#66d9ef"&gt;int&lt;/span&gt; &lt;span style="color:#a6e22e"&gt;main&lt;/span&gt; ()
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;{
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#66d9ef"&gt;pid_t&lt;/span&gt; child_pid;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; child_pid &lt;span style="color:#f92672"&gt;=&lt;/span&gt; &lt;span style="color:#a6e22e"&gt;fork&lt;/span&gt; ();
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#66d9ef"&gt;if&lt;/span&gt; (child_pid &lt;span style="color:#f92672"&gt;&amp;gt;&lt;/span&gt; &lt;span style="color:#ae81ff"&gt;0&lt;/span&gt;) {
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#a6e22e"&gt;sleep&lt;/span&gt; (&lt;span style="color:#ae81ff"&gt;60&lt;/span&gt;);
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; }
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#66d9ef"&gt;else&lt;/span&gt; {
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#a6e22e"&gt;exit&lt;/span&gt; (&lt;span style="color:#ae81ff"&gt;0&lt;/span&gt;);
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; }
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#66d9ef"&gt;return&lt;/span&gt; &lt;span style="color:#ae81ff"&gt;0&lt;/span&gt;;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;}
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Compile the C source code into an executable program:&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;gcc create_zombie_process.c
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Start the program:&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;./a.out
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Open a second Terminal and view the process list. You will now see a process with STAT: Z and the text: defunct&lt;/p&gt;</description></item><item><title>Checkmk installation on Rocky Linux 9.3</title><link>https://d8224bcf.backup-website.pages.dev/en/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/en/blog/2024-checkmk-installation-on-rocky-linux-9-3/</guid><description>&lt;p&gt;Checkmk installation on 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/
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
&lt;/code&gt;&lt;/pre&gt;</description></item><item><title>Installing the VirtualBox Guest Additions on Rocky Linux 9.3</title><link>https://d8224bcf.backup-website.pages.dev/en/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/en/blog/2024-installing-the-virtualbox-guest-additions-on-rocky-linux-9-3/</guid><description>&lt;p&gt;&lt;strong&gt;Installing the VirtualBox Guest Additions on 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 (optional)

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

rpm -q kernel-devel
uname -r

Top menu: Devices -&amp;gt; Insert Guest Additions CD-Image
Run

(optional)
cd /run/media/
./VBoxLinuxAdditions.run
&lt;/code&gt;&lt;/pre&gt;</description></item><item><title>The Linux mlocate command on macOS</title><link>https://d8224bcf.backup-website.pages.dev/en/blog/2023-the-linux-mlocate-command-under-macos/</link><pubDate>Wed, 27 Sep 2023 17:40:13 +0000</pubDate><guid>https://d8224bcf.backup-website.pages.dev/en/blog/2023-the-linux-mlocate-command-under-macos/</guid><description>&lt;p&gt;&lt;strong&gt;The Linux mlocate command under macOS&lt;/strong&gt;&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;sudo /usr/libexec/locate.updatedb

sudo ln -s /usr/libexec/locate.updatedb /usr/local/bin/updatedb
&lt;/code&gt;&lt;/pre&gt;</description></item><item><title>Linux disk space information more clearly excluding the denied and cannot messages</title><link>https://d8224bcf.backup-website.pages.dev/en/blog/2023-linux-disk-space-information-more-clearly-excluding-the-denied-and-cannot-messages/</link><pubDate>Tue, 05 Sep 2023 06:23:38 +0000</pubDate><guid>https://d8224bcf.backup-website.pages.dev/en/blog/2023-linux-disk-space-information-more-clearly-excluding-the-denied-and-cannot-messages/</guid><description>&lt;p&gt;$ du -hs * 2&amp;gt; &amp;gt;(egrep -iv &amp;lsquo;permission denied|cannot access&amp;rsquo;) | sort -n&lt;/p&gt;</description></item><item><title>Linux locate lost storage space difference between results df and du</title><link>https://d8224bcf.backup-website.pages.dev/en/blog/2023-linux-locate-lost-storage-space-difference-between-results-df-and-du/</link><pubDate>Tue, 05 Sep 2023 06:18:17 +0000</pubDate><guid>https://d8224bcf.backup-website.pages.dev/en/blog/2023-linux-locate-lost-storage-space-difference-between-results-df-and-du/</guid><description>&lt;p&gt;$ lsof | grep -E &amp;lsquo;^COM|deleted&amp;rsquo;&lt;/p&gt;</description></item><item><title>Automatically log in to a Linux server using PuTTY on Windows</title><link>https://d8224bcf.backup-website.pages.dev/en/blog/2023-authomatisch-inloggen-op-een-linux-server-m-b-v-putty-onder-windows/</link><pubDate>Fri, 17 Feb 2023 14:51:15 +0000</pubDate><guid>https://d8224bcf.backup-website.pages.dev/en/blog/2023-authomatisch-inloggen-op-een-linux-server-m-b-v-putty-onder-windows/</guid><description>&lt;p&gt;You can automatically log in to a Linux server on Windows using PuTTY by making use of a key file. Below I explain step by step how to do this.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Create a key: start: puttygen.exe&lt;/li&gt;
&lt;li&gt;Click on: Generate&lt;/li&gt;
&lt;li&gt;Click on: Save private key&lt;/li&gt;
&lt;li&gt;Go to PuTTY Configuration -&amp;gt; Session&lt;/li&gt;
&lt;li&gt;Load a previously created session or create a new one&lt;/li&gt;
&lt;li&gt;Go to: Connection -&amp;gt; SSH -&amp;gt; Auth -&amp;gt; Private key file for authentication -&amp;gt; Browse&lt;/li&gt;
&lt;li&gt;Select your file with the private key: *.ppk&lt;/li&gt;
&lt;li&gt;Go back to Session and click on: Save&lt;/li&gt;
&lt;li&gt;Log in to the Linux server using the Saved Sessions and still with your password&lt;/li&gt;
&lt;li&gt;Create a new directory in the home directory: .ssh&lt;/li&gt;
&lt;li&gt;Give this directory the correct permissions: chmod 700 ~/.ssh&lt;/li&gt;
&lt;li&gt;Create and edit the file authorized_keys: vi ~/ssh/authorized_keys&lt;/li&gt;
&lt;li&gt;Copy the Public key for pasting from the PuTTY Key Generator&lt;/li&gt;
&lt;li&gt;Paste it into the authorized_keys file on the Linux server&lt;/li&gt;
&lt;li&gt;Save the authorized_keys file (for vi type: :wq)&lt;/li&gt;
&lt;li&gt;Give this file the correct permissions: chmod 600 ~/.ssh/authorized_keys&lt;/li&gt;
&lt;li&gt;Close the logged-in PuTTY session to the Linux Server&lt;/li&gt;
&lt;li&gt;Open the session again to verify that you can now log in automatically&lt;/li&gt;
&lt;/ol&gt;</description></item><item><title>Install Python 3.9 on Ubuntu Linux</title><link>https://d8224bcf.backup-website.pages.dev/en/blog/2022-installeer-python-3-9-op-ubuntu-linux/</link><pubDate>Sun, 03 Apr 2022 18:55:18 +0000</pubDate><guid>https://d8224bcf.backup-website.pages.dev/en/blog/2022-installeer-python-3-9-op-ubuntu-linux/</guid><description>&lt;p&gt;$ sudo apt install software-properties-common&lt;/p&gt;
&lt;p&gt;$ sudo add-apt-repository ppa:deadsnakes/ppa&lt;/p&gt;
&lt;p&gt;$ sudo apt update&lt;/p&gt;
&lt;p&gt;$ sudo apt install python3.9&lt;/p&gt;
&lt;p&gt;$ python3.9 &amp;ndash;version&lt;/p&gt;</description></item><item><title>Install the editor VSCodium on Ubuntu Linux</title><link>https://d8224bcf.backup-website.pages.dev/en/blog/2022-installeer-de-editor-vscodium-op-ubuntu-linux/</link><pubDate>Sun, 03 Apr 2022 14:22:24 +0000</pubDate><guid>https://d8224bcf.backup-website.pages.dev/en/blog/2022-installeer-de-editor-vscodium-op-ubuntu-linux/</guid><description>&lt;p&gt;$ wget -qO - &lt;a href="https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/raw/master/pub.gpg"&gt;https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/raw/master/pub.gpg&lt;/a&gt; | sudo apt-key add -&lt;/p&gt;
&lt;p&gt;$ sudo echo &amp;lsquo;deb &lt;a href="https://vscodium.c7.ee/debs/"&gt;https://vscodium.c7.ee/debs/&lt;/a&gt; vscodium main&amp;rsquo; | sudo tee &amp;ndash;append /etc/apt/sources.list.d/vscodium.list&lt;/p&gt;
&lt;p&gt;$ sudo apt update&lt;/p&gt;
&lt;p&gt;$ sudo apt install codium&lt;/p&gt;</description></item><item><title>Install the Google Chrome Web Browser on Ubuntu Linux</title><link>https://d8224bcf.backup-website.pages.dev/en/blog/2022-installeer-de-google-chrome-web-browser-op-ubuntu-linux/</link><pubDate>Sun, 03 Apr 2022 11:51:54 +0000</pubDate><guid>https://d8224bcf.backup-website.pages.dev/en/blog/2022-installeer-de-google-chrome-web-browser-op-ubuntu-linux/</guid><description>&lt;p&gt;$ wget -q -O - &lt;a href="https://dl.google.com/linux/linux_signing_key.pub"&gt;https://dl.google.com/linux/linux_signing_key.pub&lt;/a&gt; | sudo apt-key add -&lt;/p&gt;
&lt;p&gt;$ sudo sh -c &amp;rsquo;echo &amp;ldquo;deb [arch=amd64] &lt;a href="http://dl.google.com/linux/chrome/deb/"&gt;http://dl.google.com/linux/chrome/deb/&lt;/a&gt; stable main&amp;rdquo; &amp;raquo; /etc/apt/sources.list.d/google-chrome.list'&lt;/p&gt;
&lt;p&gt;$ sudo apt update&lt;/p&gt;
&lt;p&gt;$ sudo apt install google-chrome-stable&lt;/p&gt;</description></item><item><title>New life in an old Apple computer (iMac, MacBook)</title><link>https://d8224bcf.backup-website.pages.dev/en/blog/2022-nieuw-leven-in-een-oude-apple-computer-imac-macbook/</link><pubDate>Fri, 25 Feb 2022 11:09:02 +0000</pubDate><guid>https://d8224bcf.backup-website.pages.dev/en/blog/2022-nieuw-leven-in-een-oude-apple-computer-imac-macbook/</guid><description>&lt;p&gt;Install the VirtualBox application and run a virtual machine inside it with the latest version of Linux or Windows. In many cases this can solve problems with browsing the internet — for example, making it possible to visit websites that no longer work in the old Apple environment.&lt;/p&gt;</description></item></channel></rss>