this post was submitted on 14 Jan 2025
90 points (98.9% liked)

Linux

49004 readers
1033 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

Just wondering since I know a lot of people quietly use a screen-area-select -> tesseract OCR -> clipboard shortcut.

  • I separate subjects of interest into different Firefox windows, in different workspaces -- so I have an extension title them and a startup script parse text to ask the compositor to put them in the correct workspace (lets me restart more conveniently).
  • I have automatically-set different-orientation wallpapers for using my 2-in-1 depending on whether I use it in portrait or landscape (kind of just for looks, but I don't think if anyone else adds a wallpaper change to their screen rotation keybind).
you are viewing a single comment's thread
view the rest of the comments
[–] faercol@lemmy.blahaj.zone 6 points 10 hours ago (1 children)

I boot on a custom EFI app to control my dualboot (instead of systemd-boot or grub) that asks a service on my proxmox server which OS I'm supposed to boot.

Overkill, but it allows me to control my dual-boot without a keyboard in my computer (because it's a Bluetooth keyboard so I can't really use it in grub anyway)

[–] fool@discuss.tchncs.de 2 points 10 hours ago (1 children)

A custom EFI app? Is that like a handrolled Unified Kernel Image with some Proxmox-specific addons in it? How'd you make it?

[–] faercol@lemmy.blahaj.zone 4 points 9 hours ago (1 children)

No, it's a EFI app I developed in Rust that does a query over multicast UDP and uses the result to select which EFI app (Windows bootloaded (yeah I know...) Or systemd-boot to start Arch)

There's nothing related to proxmox itself, it's just there that I host my LXC with the service that responds to the quey.

[–] ThemboMcBembo@beehaw.org 3 points 4 hours ago (1 children)

That's so cool! I just started studying uefi-rs yesterday but haven't been able to think of good use cases. Thanks for sharing!

[–] faercol@lemmy.blahaj.zone 1 points 3 hours ago

Wow, thanks! It was really fun to build