Byobu has more user-friendly interface and accessible features - but you can do the same things in tmux. I should probably have worded that better and supplied it as an alternative.
There is a niffty Boot manager called Refined. This is what I use even though I installed Windows after Linux and had many kernel panics, but it does the job well since it scans your boot drive every time you Power on your machine. Here is a link. Just download the CD-ROM version, put it in ventoy, boot from it, and the rest is easy. You already are a linux user, you can figure it out.
I also advise you to disable Windows updates if you can, and I mean all updates, because they can mess the boot order. If you use Windows to play games and games only.
Edit: You can also install it from your distro package manager if you can access your system.
I’ve had issues like this (but with Bluetooth) resolved by unplugging the computer from the wall, and holding the power button for a few seconds to clear out the capacitors.
If it’s a laptop that’s a bit harder to do, but might be worth a consider.
I haven’t gone so far as to figure out why this fix works, but it’s happened a few times now and i can’t deny results
I tried and failed to install it on my laptop last year. Couldn’t figure out the problem and went back to pop. I’m messing around with it in a vm, though, and liking it a lot. I may try again when I have some more time to troubleshoot.
it may be because you were using the default libre kernel, which is missing lots of microcode for your drivers. You need to add a substitute binary server that points to non-guix, which you can then use to supplant the libre kernel with the mainline one.
I thought that, but I had identical results using the stock install media and the modified nonguix one from systemcrafters.
The weird thing was that the initial install went fine, even after the first reboot. The problem was the next boot after my first system reconfigure.
Not only could I not boot my system after that, but I couldn’t boot the install media either. The only thing that would work was the installer for the most recent pop os.
That sounds like a BIOS issue. I sometimes get these on my laptop where I installed an EFI partition but my laptop was in some legacy mode, and I need to fiddle with my boot options and disable various features until the system “sees” the boot partition in the same way the OS “saw” it
I was thinking something to do with nonvolitile memory.
The real problem was that the guided install - guix pull - system reconfigure - reboot process took about three to four hours each time, so I gave up after a few iterations.
I did try playing around with bios settings a little, but I’m sure I missed some possibilities.
I’m pretty sure I was set up for substitutes, but this was a while ago.
I did end up replacing my router a few months after that, so it may have just been that my connection was very slow.
Also, every time I tried it and it didn’t work, I had to do a full Pop Os install in order for myguix install media to start working again, which added a few minutes to the process.
I firmly believe this will be the year of the Wayland Desktop. Everything is shaping up to finishing off the transition for regular people and further stabilisation of the Wayland desktop space.
A unified, bug-free, performant and featureful display stack to ensure people can use things like Variable refresh rate, which, iirc, is an impossibility on X11.
This won’t be the year of the Wayland desktop for me unless I can afford to replace my Nvidia card this year. I’ll never buy one again, but I’ve still gotta suffer with the one I have a bit longer.
By the time you’re ready to buy a new card, Nvidia might be working well under wayland. They’ve already made significant changes in the past couple of years, like implementing GBM and hardware accelerated XWayland. To my understanding, this MR will also fix some remaining issues in the future. I don’t know how much more work needs to be done after that, but just the fact they are cooperating with the free software ecosystem is a good sign.
Perhaps more importantly, the free nouveau driver can now experimentally reclock nvidia gpus from the 2000 series and newer. With this breakthrough it is possible that nouveau + nvk will be able to compete with the proprietary driver in the near future. If/when we have a well-supported free driver, we will probably have proper wayland support as well.
I’m not really in a hurry to switch to Nvidia. I’ve been quite happy with my AMD cards so far. But it’s definitely a good thing to have the option to buy from any vendor.
Oh yeah, I’m also keeping a eye on that. Every time I see nvidia pop up in my updates, I try logging into Wayland and doing my usual tasks. If it starts working, that’ll just let me extend the life of this card. I’ll probably still strongly consider switching flavors with my next card.
As someone using Wayland on a HiDPI screen it’s not a great experience with legacy apps. You can’t completely rely on application-controlled scaling since not all apps support it and if you switch to system-wide scaling everything looks like crap.
Just last time it was free:ac; I had to change to system scaling because it would be unreadable otherwise, and that in turn fucked up Steam that I had managed to configure properly before.
nobody would say that one year ago far as my memory goes, and it’s reasonable thing to say now. Personally I expected some break-throughs that have happened in 2023 to take much longer.
We have been hearing about “The Year of the Linux Desktop” for 20 years I think and Linux has less than 5% share.
In contrast, I do not remember hearing “The Year of the Wayland Desktop” until recently. I have been hearing “Wayland is the future” forever but it has been correct the whole time.
By the time we enter 2025, I am not sure there will be a major desktop environment that does not support Wayland and many distros and DEs will be Wayland by default or even Wayland only. That is already happening. Valve may have ditched X by then and it feels like that is where most new Linux users are going to come from. It seems quite unlikely that Wayland market share on the Linux Desktop will be less than 75%.
I am not saying this is “The Year of the Wayland Desktop” but I would feel foolish publicly betting against it.
I don’t understand this fetish. Every day I read about problems people have with Wayland, while I’ve been using X for the past 15 years without any issues.
If that was true, we would be on Wayland for years. But in reality, it proves minor improvements versus heavy investments to migrate from X. And that’s why it’s still a fetish and not a standard.
Wayland is better at segmenting each app. On X any app could potentially see/record what happen on the entire screen while on Wayland that requires you do manually grant the rights. Similar to how macOS is requesting you to give each app the possibility to record your screen or not.
That’s an improvement. But risk = impact * probability. Realistically, the probability of installing such an app from repos is virtually non-existent. My point is that Wayland comes with some improvements, but I’ve been seeing comments like the one I replied to for almost 15 years, as if Wayland will revolutionize Linux desktop. It won’t. Probably most users won’t see any difference, except for bugs caused by the migration.
The probability of abuse is much higher with closed-source applications though. Almost all popular games are closed-source, and many are riddled with ads and spyware.
I actually really like Chrome OS myself. For the people around me who are less tech literate, Chrome OS is actually great. It’s quite easy to support. It’s fast, and it’s got a really good ecosystem now thanks to all the integrations.
Which had me wondering for the first time I hearing about “The Year of the Linux Desktop”, what percentage do we have to hit for this to be the year?
Imo it’s more of a list of things that need to happen, like some mainstream games, apps and devices getting 1st-party Linux support. I suspect this to start happening around the 20% mark, but ofc that’s just a guess.
I think the 1st-party device support is a little trickier on Linux than on Windows, which IMHO hampers the widespread adoption of Linux on the desktop.
The reason it’s trickier is that the Linux kernel has no stable API or ABI — which is ultimately a good thing ( www.kernel.org/doc/…/stable-api-nonsense.rst ), but for closed source drivers presents a problem.
From the last, there is a non guix project including packages for guix, which are not officially supported given hey are not free software. I recommend taking a look at the last post at least, since it comes from someone who used Arch, and made the move to Guix, not just opinions from people like me, who haven’t ever used Guix.
That said, Guix is in my TODO list. The thing is that I want to learn a bit more than minimal Guile, so I can write packages myself (there are always missing packages, even on Arch/Artix + AUR, I always have the need to whether tweak something at some point, or create a package still not in there), and also deal with my own services to run with shepherd. So I don’t want to blindly try things out…
It shares with Nix the reproducible build of everything, but the language it uses is Guile, which has some history. Nix has its own language. To me that’s a plus on Guix. But the most important part, is that the official repos are all for free software, and then on the non guix project one can look for non free software pieces, which to me this is also a plus. I guest most might differ.
But again, if you want to try it, even if it’s just because of curiosity, why not doing it so? I hope those prior posts from someone who migrated there might be helpful.
Yes, that’s a great review! Having one language for everything also sounds pretty great. A hard line on nonfree software is pretty tough, but I’m glad to hear you can “downgrade” back to the Linux kernel if you need to deal with a GPU or something.
This might depend on where you’re uploading/how you’re playing this file, but you could add a thumbnail to the audio file? I know that vlc and mpv will play your audio file and show the thumbnail, but I’m not sure if YouTube would take that. Not sure if this is exactly what you’re looking for but it is pretty efficient.
Guix is almost like nix but with scheme, right? Any other differences?
I do like scheme. Nix is quite impressive. But my unpopular opinion is I am not convinced it’s philosophy is necessary. Nix feels like a workaround to legacy baggage in POSIX to allow for all its features of full reproducibility of packages and the overall system. Although Gentoo is not exactly reproducible, I feel like the level of control is sufficient to give me the benefits I want.
Nix works for maybe 95% of cases, but the 5% where its workarounds do not work sre annoying to deal with. Gentoo on the other hand doesn’t break so much from the traditional unix way of doing things, but still grants the user a great load of freedom and choice.
The biggest difference between Nix and Guix is that Guix doesn’t support non-foss software, meaning you can’t use it as a package manager on other operating systems. I originally wanted to use Guix but use a Mac for work, so that became a deal breaker.
Nix is pretty awesome as a package manager, I’ve been happy with it after the truly unnecessary learning curve brutality. I do not imagine I would ever use the full OS though.
Based on what I’ve heard so far: GNU Shepard instead of systemd, a package manager that compiles things from source and allows user-defined compiler options, a totally different way of arranging system files, and Guile-Scheme is used for everything; it sounds like there’s no other kind of configuration anywhere.
It also uses Linux-libre by default, although you can go back to plain Linux, and they’re working on Hurd.
Lol … DNS is one of the pillars upon which the internets tands, a crumbling mess of a pillar but I’m sure glad we don’t have a name system built on hosts files 😹
linux
Oldest
This magazine is from a federated server and may be incomplete. Browse more on the original instance.