I’ve been dailying the same Mint install since I gave up on Windows a few years ago. When I was choosing a distro, a lot of people were saying that I should start with Mint and “move on to something else” once I got comfortable with the OS....
I’ve spent some time searching this question, but I have yet to find a satisfying answer. The majority of answers that I have seen state something along the lines of the following:...
I do think it’s important to emphasize the difference between installing software in user environments and system wide, which is why the tool is named nix-env. System packages must be installed via the nixos configuration file and a rebuild.
To me the biggest missing piece for new users is a tool to help manage your system configuration and reduce the frustration of having to constantly look up nix syntax or nixpkgs quirks. Maybe thinking of it as a nixos/nix IDE? Also a polished distribution built on nixos would be a good starting point (and easy to do, I didn’t realize I could just copy someone else’s configuration until well after I had my system working well enough)
The other thing that got me starting out is the need to garbage collect old packages. It’s not strictly necessary if you have a large enough disk, but it took me several iterations of filling my root partition before I figured out how to properly clean up old generations.
Is my go-to command. For a while I was looking at generations manually, but now I just wait a while (days, a few reboots, or until I need more space) to run this after changing things in case the new stuff is broken.
I think running this as my normal user cleans out old env generations… But I’m not 100% sure.
Context: Even though Chromium has native support for AVIF, a very nice image format, Microsoft goes out of their way to remove it from Edge, which is a chromium fork. Jpeg XL (JXL) (not to be confused with Jpeg (JPG) or Jpeg 2000 (jpg2k) ) is another nice image format, which, IIRC, is only supported in Firefox.
My main music machine is a Mac and my main everything else system is a Lenovo laptop with Pop!_OS. I would like to have the option to play with ideas on my Linux machine instead of having to switch systems when I feel inspired....
I know that a lot of what Nix does is working around its break from FHS, but I can imagine there are still things that seep through. Are there any unsolvable problems due to this?...
Nothing unsolvable, but it can be a pain when you want to run something not in nixpkgs. My solution is to have Ubuntu on a separate partition, and I was using docker to solve this problem for a while but have moved away from it.
Any advice on where to go from here? This console was running dmesg -w to try and catch an intermittent crash… And this is what I got. I am using an el cheapo USB wifi adapter that I’m suspicious of....
I’m currently watching the progress of a 4tB rsync file transfer, and i’m curious why the speeds are less than the theoretical read/write maximum speeds of the drives involved with the transfer. I know there’s a lot that can effect transfer speeds, so I guess i’m not asking why my transfer itself isn’t going faster....
Hello! I have a free account at hide.me and would like to try to use it with my docker compose containers. The free plan does not give me the keys for openVPN of Wireguard configuration, but only through the official client. I’d like then to create a docker container that runs the official hide.me client inside, and exposes it...
Idk anything about those softwares, but I would bet if you set up the hide.me client in a container you could add it to the same network in compose then configure all the other containers to use it as their gateway… I’m probably missing some details and you may need to rebuild all of your containers, or maybe just change the network settings in your compose yaml?
AMA (sh.itjust.works)
despite all my rage IT keeps me trapped like a rat in a cage. (mander.xyz)
I feel like I'm missing out by not distro-hopping
I’ve been dailying the same Mint install since I gave up on Windows a few years ago. When I was choosing a distro, a lot of people were saying that I should start with Mint and “move on to something else” once I got comfortable with the OS....
When do I actually need a firewall?
I’ve spent some time searching this question, but I have yet to find a satisfying answer. The majority of answers that I have seen state something along the lines of the following:...
Good Nix OS series: five articles for new users. (feddit.it)
I found these interesting Nix OS articles series for users that want to try it and learn first things, have a good reading!...
But hey, at least everyone supports webp now. (lemmy.world)
Context: Even though Chromium has native support for AVIF, a very nice image format, Microsoft goes out of their way to remove it from Edge, which is a chromium fork. Jpeg XL (JXL) (not to be confused with Jpeg (JPG) or Jpeg 2000 (jpg2k) ) is another nice image format, which, IIRC, is only supported in Firefox.
What are some must have Linux compatible VSTs? (lemmy.ml)
My main music machine is a Mac and my main everything else system is a Lenovo laptop with Pop!_OS. I would like to have the option to play with ideas on my Linux machine instead of having to switch systems when I feel inspired....
We're totally screwed (lemmy.world)
Does Nix's break from FHS cause problems?
I know that a lot of what Nix does is working around its break from FHS, but I can imagine there are still things that seep through. Are there any unsolvable problems due to this?...
Thanks for my free therapist session
A story telling to save me from a therapist consultation....
[Solved] Had a power outage while updating my fedora system, and now dnf has file conflicts. Is it recoverable?
The system booted normally after the energy was cut, but if I try to run a dnf update again, I get this error:...
Help w/ crash (lemmy.world)
Any advice on where to go from here? This console was running dmesg -w to try and catch an intermittent crash… And this is what I got. I am using an el cheapo USB wifi adapter that I’m suspicious of....
Problems on problems - Mint can't see my wifi card.
I check the spec and it has a wifi chip but the os can’t see it....
Everything I hate in one pic (lemmy.sdf.org)
Earth and the Moon behind Saturn’s rings (Cassini 2017)
Linux file transfer speed bottlenecks?
I’m currently watching the progress of a 4tB rsync file transfer, and i’m curious why the speeds are less than the theoretical read/write maximum speeds of the drives involved with the transfer. I know there’s a lot that can effect transfer speeds, so I guess i’m not asking why my transfer itself isn’t going faster....
How do I create a docker container with custom programs inside?
Hello! I have a free account at hide.me and would like to try to use it with my docker compose containers. The free plan does not give me the keys for openVPN of Wireguard configuration, but only through the official client. I’d like then to create a docker container that runs the official hide.me client inside, and exposes it...
xkcd #2886: Fast Radio Bursts (imgs.xkcd.com)
cross-posted from: lemmy.world/post/11240598...
Alzheimer’s can pass between humans in rare medical accidents, suggests study (www.theguardian.com)
What is going on with /sys/kernel/notes ?
Any thoughts on why cat /sys/kernel/notes gives me:...
Zed - A code editor written in rust by Atom's Developer. (zed.dev)
It become open source just last week. Currently don’t have Linux version but soon it will have. Linux Roadmap issue