today's howtos
-
Yordi Verkroost ☛ Step-by-Step Guide to Show Webmention Interactions on Bear Blog | Yordi
You’ll need two things to make this work:
1. Your website must be set up to use the Webmention.io service.
2. You’ll need a bit of custom JavaScript to show the interactions below each blog post. -
University of Toronto ☛ A rough equivalent to "return to last power state" for libvirt virtual machines
Physical machines can generally be set in their BIOS so that if power is lost and then comes back, the machine returns to its previous state (either powered on or powered off). The actual mechanics of this are complicated (also), but the idealized version is easily understood and convenient. These days I have a revolving collection of libvirt based virtual machines running on a virtualization host that I periodically reboot due to things like kernel updates, and for a while I have quietly wished for some sort of similar libvirt setting for its virtual machines.
-
idroot
-
ID Root ☛ How To Install LXQt Desktop on Ubuntu 24.04 LTS
In the world of Linux, desktop environments play a crucial role in shaping user experience. Among various options available, LXQt stands out as a lightweight and efficient choice, particularly for users seeking to optimize performance on older hardware or simply preferring a minimalist interface.
-
ID Root ☛ How To Install Docker Desktop on Fedora 41
Docker has revolutionized the way developers build, ship, and run applications by enabling containerization. With Docker Desktop, developers can easily manage containers through a user-friendly graphical interface while still leveraging the powerful features of Docker Engine.
-
ID Root ☛ How To Install Erlang on Ubuntu 24.04 LTS
Erlang, a functional programming language designed for building scalable and fault-tolerant systems, has become increasingly popular in the world of modern software development. Whether you’re developing distributed systems, real-time applications, or telecommunications software, Erlang provides a robust platform for creating efficient and reliable solutions.
-
ID Root ☛ How To Install Odoo on AlmaLinux 9
Odoo is a powerful open-source ERP (Enterprise Resource Planning) software that provides a suite of business applications to help companies manage their operations efficiently. With its modular architecture, Odoo offers features ranging from CRM and project management to e-commerce and inventory management.
-
ID Root ☛ How To Install Glances on Ubuntu 24.04 LTS
In the world of GNU/Linux system administration, having a reliable and efficient monitoring tool is crucial for maintaining optimal performance and identifying potential issues before they escalate. Glances, a cross-platform system monitoring tool, has gained popularity among Ubuntu users for its versatility and user-friendly interface.
-
-
Linux Handbook ☛ Check if Array is Empty in Bash
Here are two methods to check if an array is empty in bash. You check if array size is zero or you check if all the elements of the array form an empty string.
-
Setting Up OpenVPN for Secure Access to Data Rooms on AWS [Ed: VPN on Amazon AWS is like veganism in a bullfighting arena]
This tutorial will explain...