Notities

Notities

ing. M.A.C.M. (Martijn) van den Boom

Computer Infrastructure Engineer
ingenieur, docent en mentor

ing. M.A.C.M. (Martijn) van den Boom

1-Minute Read

$ sudo dnf update $ sudo reboot (So any new installed kernel will be loaded) $ sudo dnf install gcc kernel-devel kernel-headers make bzip2 perl Go to the VirtualBox Menu > Devices > Insert Guest Additions CD image Automated: Press Run Manual: $ cd /run/media/$USER/VBox_GAs_*/ # Adjust path if needed $ sudo ./VBoxLinuxAdditions.run $ sudo reboot Verification: $ lsmod | grep vbox (Check to see if vboxguest is listed)

ing. M.A.C.M. (Martijn) van den Boom

1-Minute Read

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. Download it via: https://github.com/deskflow/deskflow/releases. Look for the “latest” tag and check all assets for the correct version!

ing. M.A.C.M. (Martijn) van den Boom

1-Minute Read

Try the following steps: $ sudo apt update $ sudo apt upgrade $ sudo apt install curl $ curl -fsSL https://www.virtualbox.org/download/oracle_vbox_2016.asc | sudo gpg –dearmor -o /usr/share/keyrings/virtualbox-archive-keyring.gpg $ echo “deb [arch=amd64 signed-by=/usr/share/keyrings/virtualbox-archive-keyring.gpg] http://download.virtualbox.org/virtualbox/debian noble contrib” | sudo tee /etc/apt/sources.list.d/virtualbox.list $ sudo apt update $ sudo search virtualbox...

ing. M.A.C.M. (Martijn) van den Boom

1-Minute Read

To be able to use XRDP on Ubuntu Linux try the following instructions: $ sudo apt update $ sudo apt upgrade $ sudo apt install xrdp $ echo “gnome-session –session=ubuntu” > ~/.xsession $ echo “export DISPLAY=:10.0” > ~/.bash_profile $ echo “xhost +” > ~/.bash_profile $ ip a Remember write down your IP address of your system and to log out of your graphical user session. Now try to login to your system with a RDP tool.

ing. M.A.C.M. (Martijn) van den Boom

1-Minute Read

Follow the below steps to install Microsoft Visual Studio Code IDE on Linux from its repository: sudo rpm –import https://packages.microsoft.com/keys/microsoft.asc sudo sh -c 'echo -e “[code]\nname=Visual Studio Code\nbaseurl=https://packages.microsoft.com/yumrepos/vscode\nenabled=1\ngpgcheck=1\ngpgkey=https://packages.microsoft.com/keys/microsoft.asc” > /etc/yum.repos.d/vscode.repo' sudo dnf install code -y

ing. M.A.C.M. (Martijn) van den Boom

1-Minute Read

For real-time applications, Go and Rust are the top choices due to their lightweight concurrency and memory efficiency. Combine them for a balanced approach: Go for high-level logic and Rust for performance-critical tasks. Use C/C++ for legacy systems and Java for enterprise-level applications where real-time performance is less critical. When using Go, the chance of classic concurrency errors like race conditions, deadlocks, and resource leaks is significantly reduced. This is thanks to...

Recent Posts:

Categories

About

Sponsor me link:
ko-fi.com/martijnvandenboom
paypal.me/ingmacmvandenboom
buymeacoffee.com/ingvdboom