linux

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

gnuplusmatt, in Why I'm done with Nobara Linux: A Breakup Story with a Tech Twist

I thought you were going to talk about rebasing between different OStree branches without reinstalling. Would have been more interesting than this, and a feature many people overlook of Fedoras atomic distros

savvywolf, in NixOS is better because...
@savvywolf@pawb.social avatar

I’m currently working on rebuilding a Debian web server that’s been around for 10 years and accrued configuration over that time in NixOS. It’s nice to have one single easy to understand file that fully defines the server and can be used to rebuild it if needed.

wwwgem,
@wwwgem@lemmy.ml avatar

I can see that from a server maintenance point of view. After having read so many great things about NixOS, I may have exaggerated my expectation and I may be the problem for being a user with too limited needs to get the full benefits of NixOS.

For me this single config file doesn’t save that much additional files and most of them would be files you configure only once during installation. Nonetheless I can see how “easier” it would be to save one file instead of 3 to reproduce your system and I can only imagine how much better it is from a server point of view.

cybersandwich,

You might be selling it a bit short. I am not a Nix user, but like you I’ve played around in a vm. The value proposition I see for “normal” users is when you end up tuning and configuring your system just the way you want it (everyone knows what I’m talking about–it happens over months or even years). In nix, you have to do those changes in the config so you can literally take that one file, plop it somewhere else and it’s your computer.

Likewise, I’ve been on this install of Pop for years and for several upgrade cycles. The amount of cruft; things I’ve installed and don’t use, config changes I made while following a tutorial then forgot about, manual tweaks for things that have been officially patched, etc. it would all be in a nix config for me to just… remove.

So I see that as the benefits of it.

That said, it definitely gives me vim vibes. Where the learning curve is pretty steep but once you master it, it’s close to tech Nirvana. Again, since I don’t use it I can’t say that for sure. Maybe one day I’ll have enough time to devote to it to really dive in. Right now, it’s frustrating to use because everything is harder and there aren’t many guides on how to do basic things like get dash-to-dock plugin working on popshell. Or even install and configure neovim. Ain’t nobody got time for that right now.

wwwgem, (edited )
@wwwgem@lemmy.ml avatar

Great feedback, thanks! I’ve appreciated being able to replicate my system in NixOS within only few hours. I found NixOS actually pretty easy to take a grasp on, though I still didn’t look at flakes in detail. You spot on the reason why I’m using Arch and a bunch of applications you can tweak to perfectly meet your own specific needs (neovim, neomutt, bspwm, rofi…).

I love spending time to config them and to learn new things. This is basically why I’m interested in NixOS as well. Being entirely satisfied with Arch and not being a distro hopper, the fact that I installed NixOS means a lot to me but now I need tangible reasons to fully move to it. Maybe time will help me in my decision.

All the great feedback in response to this post so far confirm how great NixOS is and I had no doubt about that. I may realize what it can bring me after some weeks of serious use. Thanks again for the time spent to write your feedback, very much appreciated

Ludrol, (edited ) in Clipboard randomly clearing
@Ludrol@szmer.info avatar

Does your second clipboard work? Select text to copy, paste with middle click.

You coud try to install widget to see your clipboard history.

UnRelatedBurner,

it does, and it haven’t cleared since. Idk what’s going on, hope it was a one off thing.

fxdave, (edited ) in Your favorite linux projects for weekend

I made a home inventory management software, because I don’t have much space in my flat, so I track every single piece of the compressed pile of boxes; with qr codes on them.

It’s a very simple app but you should have a printer to print qr codes for the boxes.

The documentation lacks some detail, so ask anything about it, if you want to try it.

github.com/fxdave/DavidHomeVentory

EDIT: yeah I didn’t update the readme. The installation may not work. So tell me if you want to give it shot.

It looks like this in action btw:

https://lemmy.ml/pictrs/image/f5eb7803-3aba-4753-968f-599082558007.jpeg

yogthos, in 13 Best Open Source ChatGPT Alternatives
@yogthos@lemmy.ml avatar

I’ve used GPT4All, and it’s one of the easier ones to get up and running I found. Everything just works out of the box.

chaorace, in NixOS is better because...
@chaorace@lemmy.sdf.org avatar

You’ll understand when you’re older, son

wwwgem, (edited )
@wwwgem@lemmy.ml avatar

Or maybe I’m already too old for so much tech. But thanks for letting me think that I’m still a young boy ^^ Not helping with my question but pretty self satisfactory.

fleet, in Your favorite linux projects for weekend

I have an old mini PC that I’m going to use with proxmox to share some of the load from my nas. Today I setup tailscale and for it working with unbound DNS so I can use my domain when connected.

It’s endless!

SuperSpruce, in Your favorite linux projects for weekend

Using Ubuntu as a daily driver, due to a class requiring some kind of Linux software (options were WSL, which gave me a weird error, VM, or full install).

Never have I tried to actually use desktop Linux as my primary work computer for more than a couple days.

pelya, in Call For Tegra U-Boot Testers

Are there any new phones or tablets using Tegra SoC? It seems like they are only used in car electronics

adamnejm, in Clipboard randomly clearing
@adamnejm@programming.dev avatar

Clipboard in Linux is weird. Can you replicate this:

  1. Copy text
  2. Close the application you copied from
  3. Paste into a different application
  4. Nothing appears

If so, that means you don’t have a clipboard manager running, default for KDE is Klipper I believe.

UnRelatedBurner,

step 4 didn’t happen. AKA it works now. I have a guess as of why a random app wouldn’t be running. And it makes sense that closing would clear it, as screenshotting opens a fullscreen app. But I don’t get it, how can closing an application delete my clipboard?

somethingsomethingidk,

This explains it. Especially the section about selections. A program “owns” the “clipboard” and if it stops it is released. Aka bye bye copied data

UnRelatedBurner,

Got around to reading it, good to know. Thanks!

Ramin_HAL9001, (edited ) in NixOS is better because...

What is good about NixOS (and GuixOS) is that they apply to package management the same principles that Git applies to managing source code. The Nix store is basically an append-only database (you might even call it a “blockchain”) of inter-dependent packages.

So from an individual computer user’s point of view, it is much safer to install and roll-back software with Nix than with an ordinary package manager that might allow you to accidentally delete package dependencies and break your system. With Nix, you can install packages that actually do break your system, but because of the append-only nature, you can actually roll-back the install automatically right from the Grub boot menu, no need to re-install anything.

Another advantage of NixOS, though this is more from a system operator’s point of view, is that you can guarantee reproducible builds. If the package you have installed has the same hash on all of your computers, that is a simple, human-verifiable proof that all of those systems are running the exact same build of the software. You can probably see that this is very useful for people running servers, like compute clusters, or doing things like A-B testing.

sebsch, (edited ) in The last few weeks in KDE: It’s coming… it’s coming… it’s coming

I already installed it at my private workstation and it’s bonkers.

Some bugs left, but all in all it is working super already.

Kudos to the people from kde. This one will clearly be a superb product

UnaSolaEstrellaLibre, in Wayland/X11 problems with 4K HDMI TV

NVIDIA driver version?

minimalfootprint,

545.29.06 I had the problems for quite some time with different driver versions

kionite231, in NixOS is better because...

for me personally I like to be able to install software temporarily using nix-shell command it’s awesome. the installed program will be gone once you leave the nix-shell. It’s just awesome for me.

zygo_histo_morpheus,

I agree, but you don’t need nixos if that’s all you want since you can get nix-shell on most linux distros

neosheo,
@neosheo@discuss.tchncs.de avatar

Don’t forget to run nix-collect-garbage tho. The program is actually still installed, the symlimk to $PATH is just deleted after exiting the nix-shell

wwwgem,
@wwwgem@lemmy.ml avatar

That’s indeed pretty neat.

bananaw, (edited ) in Wayland/X11 problems with 4K HDMI TV

I’m on mobile so formatting might not look the best, but here it goes!

X11 scaling - does this link help? wiki.archlinux.org/title/HiDPISpecifically under either xorg or KDE plasma I think you might be able to find some settings that help

For Wayland - would wdisplays help you out? I’ve had good results using that along with kanshi.

As for system freezing, I’m just taking a shot in the dark but this might be a KDE thing based on a quick search. Wayland is new and sexy, but apparently all the bugs aren’t worked out for KDE. This answer isn’t great, and is very hand-wavey, but without more details outside of you’re on KDE I can’t really help much. Unfortunately for you, I switched over to Sway which apparently has better Wayland support out of the box.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • linux@lemmy.ml
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #