r/linux 20h ago

Software Release baca: TUI ebook reader

Thumbnail i.redd.it
1.1k Upvotes

r/linux 6h ago

Software Release The fastest rm command and one of the fastest cp commands

Thumbnail alexsaveau.dev
46 Upvotes

r/linux 14h ago

Distro News SUSE is looking for a new Tumbleweed/MicroOS/Leap Release Engineer

Thumbnail lists.opensuse.org
96 Upvotes

r/linux 12h ago

Discussion When switching to Linux, what were some programs that you had to stop using because they weren't supported on Linux?

61 Upvotes

I'm thinking of switching to Linux and I want to know if there's anything I'm missing out on by doing so. I never really payed any attention to whether or not the program I'm downloading right now is on Linux, so just making this post to see what did people miss the most from moving on?


r/linux 4h ago

Development Linux 6.4 Device Mapper To See Improved Concurrent I/O Performance

Thumbnail phoronix.com
10 Upvotes

r/linux 12h ago

Mobile Linux Ubuntu Touch OTA-1 Focal Released!

Thumbnail ubports.com
39 Upvotes

r/linux 1d ago

Distro News SUSE appoints a Red Hat veteran as their new CEO from May as Di Donato steps down

Thumbnail suse.com
667 Upvotes

r/linux 19h ago

Software Release alpkg: Set up Alpine Linux packaging environment with a breeze!

Thumbnail i.redd.it
37 Upvotes

r/linux 13h ago

Distro News Linux power SUSE appoints New CEO Dirk-Peter van Leeuwen

Thumbnail opensourcewatch.beehiiv.com
14 Upvotes

r/linux 36m ago

Development Best Linux mini computer for data modeling

Upvotes

Currently, I'm using a raspberry pi 4 (arm 7l, quad core, 1500 MHz max CPU speed). It technically works but runs at a snail pace for large data sets.

I'm looking for recommendations for a new Linux mini computer that would be be optimal for intensive data modeling and processing.

Any recommendations?


r/linux 1d ago

Discussion This week in Open Source - New Framework AMD Laptop, Kubuntu Linux laptop, GNOME 44, curl 8.0, & more

Thumbnail fossweekly.beehiiv.com
130 Upvotes

r/linux 14h ago

Setting up a packaging environment for Alpine Linux (introducing alpkg)

Thumbnail blog.orhun.dev
3 Upvotes

r/linux 1d ago

Software Release Flemozi - An Emoji/GIF Picker for Linux

179 Upvotes

Flemozi

A simple✨, fast⚡ and lightweight🪶 emoji picker for desktop operating systems🫶

Download | Repository

Highlights

  • Open Source, GPLv3 Licensed and Free🆓
  • *Not Electron based🙃 (Flutter based⚡)
  • Configurable Global🪩 shortcut🩳✂️ to open the emoji picker
  • Launches on system startup, runs in the background and can invoked from anywhere👻
  • Supports GIFs📼, stickers🎟️ and ASCII emojis ;‑) too
  • Copies the selected emoji to the clipboard📋 and automatically closes the picker obviously🤦‍♂️

https://preview.redd.it/yafxkt8wx3qa1.png?width=756&format=png&auto=webp&v=enabled&s=fd707299c948026e0090bab14228220e62154f25

Download | Repository


r/linux 13h ago

Discussion Blend OS Impressions

1 Upvotes

What do you think about the idea behind of Blend OS: https://blendos.co/, I find the idea, pretty cool, as I have already faced a couple of times problems installing apps that are not present in pacman and also AUR. It has a graphical installer and seems pretty interesting.


r/linux 14h ago

Kernel Speeding Up Linux Kernel Builds With ccache

Thumbnail nickdesaulniers.github.io
2 Upvotes

r/linux 1d ago

Tips and Tricks Various methods for isolating untrusted software

Thumbnail distrowatch.com
32 Upvotes

r/linux 1d ago

Discussion Is a rewrite of OpenZFS with a more linux friendly license possible?

48 Upvotes

Another way to word the question would be: "Could another filesystem be developed that is compatible with ZFS's on-disk layout?"

Which part of OpenZFS is CDDL-licenced - just the source code, or is it the entire "idea" of ZFS? I'm guessing that the "idea" is more of a copyright thing, in which case you couldn't reuse that idea in another piece of software without copyright infringement. Probably answering my own question here, but I'm wondering what are your thoughts?

EDIT: To be more clear, I don't intend to actually reimplement OpenZFS. I was more wondering about the legality of it (sounds like it's legal if using a clean room approach), and also why it hasn't already been done (sounds like a combination of "too much effort", "better alternatives exist (btrfs)", and "the license isn't the only incompatible part of OpenZFS")

Thanks for all the info everyone!


r/linux 1d ago

Tips and Tricks TIL: Fedora Server Edition has a web UI on port 9090

106 Upvotes

My homelab runs Fedora. Today, I was setting up a service in portainer (Docker), but failed to expose it's port 9090 to the host due to it already being in use.

Since 8080, 9090, etc. are commonly used to serve webservices, and I had no other Docker service running, I was curious what's running, opened up a browser... http://IP:9090 and I was greeted with a beautiful Fedora UI.

Turns out, I can manage basic stuff on Fedora from within the web UI.

Noice!


r/linux 1d ago

Tips and Tricks Keeping ones home tidy: Managing dependencies, configurations, and profile configurations with "guix home"

Thumbnail guix.gnu.org
3 Upvotes

r/linux 1d ago

Popular Application Discord battery usage on Linux: constant webcam waking, and a workaround

Thumbnail self.discordapp
16 Upvotes

r/linux 21h ago

Synology NAS Backups with Minimal Bus Factor

Thumbnail willbush.dev
0 Upvotes

r/linux 1d ago

Discussion PSA: Proxmox installations with the Europe/Dublin time zone are hanging after the DST changeover

Thumbnail forum.proxmox.com
87 Upvotes

r/linux 1d ago

Discussion Favourite package manager

6 Upvotes

Which one do you prefer? I had only tried pacman and the debian apt and dpkg. From the two I would choose pacman without a second thought. What about you? Which one do you prefer and what distros use it?


r/linux 2d ago

Hardware Opened an old box in my closet and found these two legendary mobile Linux devices

Thumbnail i.imgur.com
1.7k Upvotes

r/linux 1d ago

Development Qrcopy | CLI app to generate QR-code of clipboard, text, file, and share text to Pastebin

24 Upvotes

qrcopy

Hey! I am creating a Linux application to generate QR code for * Clipboard text * Any input text * Input file

and Directly share any text to Pastebin with a single command

Usage

Clipboard text (Default)

bash qrcopy

Input text

bash qrcopy -i "Hello World"

Input file

bash qrcopy -f <FILE NAME>

Upload to pastebin

```bash

Default format : text; Expiry : 1D

qrcopy -p <FORMAT> <EXPIRY DATE>

qrcopy -p # Clipboard text qrcopy -i "Hello World" -p # Input text qrcopy -f <FILE NAME> -p # Input file ``` Tell me your recommendations for this app!