Linux

4928 readers
492 users here now

A community for everything relating to the linux operating system

Also check out [email protected]

Original icon base courtesy of [email protected] and The GIMP

founded 1 year ago
MODERATORS
1
2
3
4
5
 
 

The Linux Mint project has at times forked various open-source projects to evolve them on their own such as the Cinnamon desktop starting out as forks of several GNOME 3 components. While their software forks and focus has mostly been at the desktop-level, they are going a bit further down the stack now to develop forks of several APT components that power package management on Debian/Ubuntu systems.

6
 
 

linked from: https://programming.dev/post/19267200

In its current plan, the EU commission intends to cut €27 million in funding for Free Software. The article has a link to a questionnaire that you can fill out and express your opinion about the plan. I believe non-EU citizens can participate as well.

7
 
 

Radicle is an open source, peer-to-peer code collaboration stack built on Git. Unlike centralized code hosting platforms, there is no single entity controlling the network. Repositories are replicated across peers in a decentralized manner, and users are in full control of their data and workflow.

8
 
 

Linux maintainers are unwilling to get rust into the kernel, so some rust folks decided to start writing a new kernel with same ABI. This allows them to make new architectural decisions. An example being their "frame kernel" (something between a monolithic kernel and a microkernel).

If I may say, it's more legible and the tooling is way better, right off the bat.

9
 
 

Awesome talk by Jay Lacroix:

about his life from a poor boy walking to a payphone in the rain, to call Microsoft to unlock his Laptop - to a Linux sysadmin who uses the time frame for all his certificates as a motivator, because he has ADHD!

10
11
1
submitted 1 week ago* (last edited 1 week ago) by [email protected] to c/[email protected]
12
13
14
15
16
17
18
 
 
19
33
submitted 1 week ago* (last edited 1 week ago) by [email protected] to c/[email protected]
 
 

Putting together a new Linux HTPC build and looking for a 10ft UI WM/DE to use with it. Essentially, it would be a launcher for a few PWAs (Emby, Netflix, etc) as well as Steam and maybe some emulators. Navigation would likely be a wireless keyboard and, if absolutely necessary, mouse (goal is to get a bluetooth remote working and use that, but that's the next phase).

I haven't used Kodi since it was still Xbox Media Center (running on an actual Xbox lol), but would it be a good choice? I used it forever ago as the dashboard for my modded Xbox, and it was great. However, for this, I'd rather not run Kodi, if possible, since Emby already covers those use-cases.

If there's no "dedicated" one, any recommendations for which regular DE might be best modifiable/extendable to work for that purpose?

20
 
 

cross-posted from: https://programming.dev/post/19007507

For context:
I've encrypted the swap partition with:

cryptsetup -v luksFormat /dev/${DEVICE}
cryptsetup luksOpen /dev/${DEVICE} swap

And what I want is for the user to be able to enter their password only once to decrypt their root partition which would contain a keyfile to then decrypt their swap partition.

Does anyone know if this is possible?
Just thought I'd ask to see if anyone's done this already

Links:

21
 
 

cross-posted from: https://slrpnk.net/post/13008257

SUSE just open-sourced a typeface :)

22
23
 
 

I've tried every tutorial I could find. From symlinking the desired terminal to gnome-terminal, or using the update-alternatives command to using the gsettings command to set the default terminal. Nothing works.

What is the definitive way to set the default terminal for this GUI action? And why is this so hard to do?!

I'm on Fedora if it's relevant.

24
 
 

H1_SD is the name of a MicroSD card I'm connecting, it does connect a second later, but it's annoying to keep dismissing this error every time. I am also getting it with regular SD cards and USB Drives regardless on which USB Port I've connected it to, and which format it's been partitioned too. NTFS, exfat, fat all respond similarly.

EDIT Welp, I was able to brute force a "fix". There appeared to be an issue with the Nemo configuration between 21 and 22. Not sure what the issue was specifically, but deleting the users ~/.config/nemo and a reboot fixed it for me.

25
view more: next ›