lemmyreader

joined 2 years ago
[–] lemmyreader@lemmy.ml 13 points 9 months ago* (last edited 9 months ago)

Yes, Waydroid uses lxc containers.

[–] lemmyreader@lemmy.ml 4 points 9 months ago

Did you do a sha256sum or md5sum checksum after downloading the iso file and after copying it to the Ventoy pendrive ? (Linux uses caching for copying. Taking the pendrive out before your system has done a "safe remove" can cause problems)

[–] lemmyreader@lemmy.ml 1 points 9 months ago

Indeed. GoboLinux is neat last time I tried it. Although it's not clear to me how active its development is.

[–] lemmyreader@lemmy.ml 3 points 9 months ago

👍 Interesting idea.

[–] lemmyreader@lemmy.ml 5 points 9 months ago

Take a look at the fog server project.

Thanks. https://fogproject.org

[–] lemmyreader@lemmy.ml 8 points 9 months ago

After not touching my desktop for several months, I now see that I absolutely hate Windows even more.

Welcome to the club :-)

Currently, I’m a student in Mathematics and Computer Science.

In that case I would certainly toy (but maybe not daily drive) with Nix or NixOS. Its concept is stunning. For daily driving Linux it depends on your hardware (x86 or arm). Debian is rock solid as daily driver on x86. If you need some newer software you can use Flatpak or the Nix package manager, or use distrobox or toolbox though beware of its drawbacks. Another good choice is Arch Linux. Since a while the install iso comes with an installer so that you no longer have to read documentation. The Arch Linux wiki is very often a superb source of information. But depending on your hardware there's Asahi Linux : https://asahilinux.org

[–] lemmyreader@lemmy.ml 9 points 9 months ago (1 children)

To get some more Linux good vibes watch and listen to the BDFL /j

[–] lemmyreader@lemmy.ml 13 points 9 months ago (4 children)

If you don't mind reading a little bit and "work hard" to get some things done and "have fun" then I'd suggest to try :

  • NixOS (it can do magic!)
  • Arch Linux (easiest is the Arch based EndeavourOS and the shiny colorful Garuda Linux), learn some pacman and AUR.
[–] lemmyreader@lemmy.ml 9 points 9 months ago (3 children)

Clonezilla and Rescuezilla The Clonezilla method takes a bit time to get used to (but I like it). Rescuezilla comes with a GUI.

122
submitted 10 months ago* (last edited 10 months ago) by lemmyreader@lemmy.ml to c/linux@lemmy.ml
 

https://discourse.nixos.org/t/much-ado-about-nothing/44236

Not directly related to this blog post but from NixOS discourse forum, a tl;dr from another person about the NixOS drama here :

If you’re looking for a TL;DR of the situation, here it is:

    Nix community had a governance crisis for years. While there has been progress on building explicit teams to govern the project, it continued to fundamentally rely on implicit authority and soft power

    Eelco Dolstra, as one of the biggest holders of this implicit authority and soft power, has continuously abused this authority to push his decisions, and to block decisions that he doesn’t like

    Crucially, he also used his implicit authority to block any progress on solving this governance crisis and establishing systems with explicit authority

    This has led uncountably many people to burn out over the issue, and culminated in writing an open letter to have Eelco resign from all formal positions in the project and take a 6 month break from any involvement in the community

    Eelco wrote a response that largely dismisses the issues brought up, and advertises his company’s community as a substitute for Nix community
 
661
DNA (lemmy.ml)
 

cross-posted from: https://lemmy.ml/post/14931443

More than three years have passed since the last release of ngIRCd – a free, portable and lightweight Internet Relay Chat server for small or private networks – and more than 130 individual patches have accumulated in the Git “master branch” in the meantime. Some are cosmetic, some bring new functionality, others improve the documentation or fix bugs. All in all, it’s more than time for the next “big” release of ngIRCd!

And here it is, ngIRCd release 27! 🎉 https://github.com/ngircd/ngircd/releases/tag/rel-27

 

Some tl;dr takeaways :

I was shocked that nobody had ever noticed this bug in the mainline kernel, but that’s what happened. I guess to be more accurate, the OLPC project did notice it at one point, but since they had a workaround it wasn’t a huge deal. I decided to go ahead and fix the underlying problem.

I first submitted my fix for this problem in September 2022, but I didn’t receive any responses. I ended up resubmitting it later that year and CCing the main SoC maintainers the second time, and they took care of merging my fix. It was finally released with Linux 6.2 and was also backported to several 4.x, 5.x, and 6.x kernels. Ever since I implemented this fix, I haven’t noticed any problems with CPU time reporting on my Chumby.

It was very satisfying to be able to fix the problem! The time I spent was totally worth it too. I learned all about how procfs works and how top gets its info about CPU usage. I still feel like I know almost nothing about the internals of the Linux kernel, but solving a problem like this was a fantastic way to dip my toes into it.

view more: ‹ prev next ›