So, I'm in need of some confirmation of how UEFI works. Apparently, I don't even need a bootloader, because my UEFI shell already has that capability to switch boot entries? So then, I'd I just need to create an /EFI/BOOT directory in the EFI system partition, (from what I see it's often mounted to /boot or /boot/efi in Linux) and make a directory for each entry, containing an .EFI executable, a kernel image (vmlinuz) and the initramfs?

If I'm not wrong so far, great. Now, how do EFI stubs work? If it's the kernel booting itself from UEFI, do I not need an .EFI executable? Do I just dump a stub-compatible vmlinuz kernel image in /EFI/BOOT ?

#FediTechSupport #FediTechHelp #LearningResources #UEFI #BIOS #LinuxTechTips

The 10 Most Beautiful Linux Distributions of 2024-2025: A Visual Showcase https://techlife.blog/posts/beautiful-linux-distros-2024/ #Linux #Ubuntu #Debian #linuxtechtips
The 10 Most Beautiful Linux Distributions of 2024-2025: A Visual Showcase

Discover the most visually stunning Linux distributions that combine aesthetic excellence with powerful functionality. From minimalist elegance to futuristic maximalism, find your perfect desktop experience.

TechLife

The solution that worked:
"security.pam.services.doas = {
u2fAuth = true;
}"
Adding this into your configuration file will ensure that doas uses u2f authentication... I'm dumb 

#NixOS #linux #LinuxTechTips #U2F #security #yubikey

💡 Calculate the number of days since a given date (e.g. 30 June 2025) on a Linux system:

echo $(( ( $(date +%s) - $(date -d "2025-06-30" +%s) ) / 86400 ))

@opensuse @fedora @debian #ZikTIPs #Linuxtips #LinuxTechTips #Linux #FOSS #Opensource

"What happens when a tech youtuber [#LinuxTechTips] builds his own #badminton centre with a 14 court hall?" 🏸
Video from the UK's (sadly newly retired) top mixed doubles pair.
https://www.youtube.com/watch?v=CiopS9IQOJ0
We’ve Never Seen Badminton Courts Like This - Linus Tech Tips Badminton Centre Tour

YouTube

💡Use iperf3 to measure the network throughput between two Linux nodes effortlessly as follows: @fedora @opensuse

On server: iperf3 -s

On client: iperf3 -c <SERVER_IP>

#ZikTIPS #Linuxtips $Networking #LinuxTechTips #Linux #Opensource

💡 Record audio from a microphone on a Linux system using gstreamer @gstreamer @fedora @opensuse @archlinux

gst-launch-1.0 alsasrc ! audioconvert ! lamemp3enc ! filesink location=recorded.mp3

#ZikTIPs #pipewire #pulseaudio #techtips #Linuxtips #LinuxTechTips #Linux #Opensource

💡 Use the following Linux command to create a file with a specific access and modification timestamp @fedora @opensuse @archlinux

touch -t [FILE]

e.g. For a file named mytalk.txt March 10, 2025 at 9AM:

touch -t 202503100900 mytalk.txt

To verify:
stat -c "%x%y" mytalk.txt.

#ZikTIPs #Linuxtips #LinuxTechTips #Linux #Opensource

Wow! I’ve been following @emilyyoung for years, and I’ve learned more about her in 20 minutes than the many hours I’ve spent watching her on #LinuxTechTips.

Perception is a wild thing: both of yourself and others.

RE: https://tech.lgbt/users/emilyyoung/statuses/113908238292705769

Emily Young (@[email protected])

Attached: 1 image NEW VIDEO: I Left Linus Media Group - What do I do now? https://youtu.be/ELnX3gEHuHI

LGBTQIA+ and Tech