today's howtos
-
2 ways to Install LibreCAD on Ubuntu 24.04 or 22.04 LTS Linux
Tutorial to learn the commands for installing LibreCAD on Ubuntu 24.04 Noble or 22.04 LTS using the command terminal and GUI. With the free CAD software “LibreCAD,” you can create precise technical drawings, design plans or sections, and view components.
-
Ubuntu Handbook ☛ How to Set Your Video as Animated Wallpaper in Ubuntu 24.04
This tutorial shows how to easily set your video playback as animated desktop wallpaper in Ubuntu and other Linux! I’ve written about how to do the job in Ubuntu using Komorebi and Gpu Video Wallpaper. However, both seems no longer being actively development.
-
TecAdmin ☛ How to Install Oracle Java 23 on Ubuntu 24.04 & 22.04
Oracle Java 23 has been released for the Java SE platform. Since this is a long-term support (LTS) version, it will be supported until March 2025. It includes many improvements and bug fixes. If you are using a workstation, you should consider upgrading to this version.
-
Colin Walters: Why bootc doesn’t require “/usr merge”
The systemd docs talk about UsrMerge, and while bootc works nicely with this, it does not require it and never will. In this blog we’ll touch on the rationale for that a bit.
The first stumbling block is pretty simple: For many people shipping “/usr merge” systems, a a lot of backwards compatibility symlinks are required, like
/bin
→/usr/bin
etc. Those symbolic links are pretty load bearing, and we really want them to also not just be sitting there as random mutable state. -
Linux Handbook ☛ Using Terraform Merge Lists
Terraform provides a way to manage the structure code with the merge lists. Learn more about it with some practical examples.
-
Adam Young: What Processor do I have?
dmidecode -t processor | grep Version Version: Ampere(R) Altra(R) Processor
-
Linux Journal ☛ Crafting a Custom Linux Kernel for Your Embedded Projects
Embedded systems have become a cornerstone of modern technology, powering everything from IoT devices to automotive control systems. These specialized systems rely on software that is lightweight, efficient, and highly optimized for specific hardware configurations. At the heart of this software stack lies the Linux kernel, which is widely used in embedded devices due to its flexibility, robustness, and open-source nature.
However, the generic Linux kernel is often bloated with unnecessary drivers, modules, and features that are irrelevant for embedded applications. For developers working on embedded systems, building a custom Linux kernel is not only a means to optimize performance but also a way to reduce the system's resource consumption, improve security, and enhance hardware compatibility.
-
LinuxStans ☛ What is SASE and How to Use It on Linux
Enhancing GNU/Linux Network Security with SASE: A Guide for Businesses In the digital age, securing your network infrastructure is more critical than ever. Businesses using GNU/Linux systems must be proactive in implementing robust security measures. This guide explores how Secure Access Service Edge (SASE) can enhance your GNU/Linux network’s defenses.