Hello world!
Welcome to Starter Templates Sites. This is your first post. Edit or delete it, then start writing!
Welcome to Starter Templates Sites. This is your first post. Edit or delete it, then start writing!
As Digital Marketing Professional I use daily the Office Applications of Microsoft. I use Outlook as my Email Client, Teams as my chat and collaboration system, SharePoint as a file storage and of course PowerPoint to create business presentations. All this applications can be installed as native apps on Windows but I’m a Linux fan…
In this video I’ll show you how to install a base system of Arch Linux. The foundation for all of your upcoming Linux experiments. It‘ll be the starting point for upcoming videos where I will cover and install several window managers and explain in detail how you can customize and configure your new Linux system….
In this video I will walk you through the latest version of the 👉 ML4W Dotfiles 2.9.1 for Arch based distributions. The ML4W Dotfiles are an advanced configuration and full desktop environment based on the dynamic tiling window manager Hyprland. The installation is for beginner friendly and will guide through all required steps to install…
Learn how to integrate your installation of Windows 11 in a KVM/QEMU & Virt-Manager based Virtual Machine into your Linux system. This video covers: USB pass through (temporarily & permanently) Shared folders Access via RDP (Remote Desktop Protocol) for seamless integration Please also watch the video about how to install Windows 11 in a KVM…
Running Windows 11 in a virtual machine on Linux provides an incredible blend of stability, security, and accessibility. Whether you need Windows-exclusive software or want to explore the latest features of Windows 11 without compromising your Linux environment, this setup offers the best of both worlds. Virtual Machine Launch Script: https://gitlab.com/stephan-raabe/dotfiles/-/blob/main/scripts/launchvm.sh Installation Script: https://gitlab.com/stephan-raabe/archinstall/-/blob/main/optional/libvirt.sh Not…
Calculating the growth rate of two numbers for digital marketing reports is required nearly daily. Growth rate calculator: https://gitlab.com/stephan-raabe/dotfiles/-/blob/main/scripts/growthrate.py That’s why I created a Python script to calculate the growth rate within my terminal. I’m using two Python libraries: Rich: https://github.com/Textualize/rich Pyperclip: https://pypi.org/project/pyperclip/