ipacialsection

joined 1 year ago
[–] ipacialsection@startrek.website 12 points 5 months ago* (last edited 5 months ago) (3 children)

I personally don't use Arch, but I think the reason so many people find it stable in practice is because they know their system well. When something breaks or needs to be changed, they know which configuration file to edit, which package to {un,re,}install, what to look for in the AUR, etc., and they can usually avoid those things in the first place, because they went through a fairly hands-on install process, not to mention having the best Linux wiki in existence at their disposal.

On top of that, I think a lot of derivatives of Debian, including Ubuntu and all its derivatives, severely undermine their stability by providing custom configurations for or changes to software that are rarely documented and completely transparent to the user... until they break and leave no indication of how to fix them. Which is one reason why I ended up using base Debian.

[–] ipacialsection@startrek.website 29 points 5 months ago* (last edited 5 months ago) (2 children)

For me, the outdated packages in stable have actually gotten better over time, as DEs get closer to a place where I don't need any major updates to enjoy using them, Flatpaks become more readily available, and on a subjective level, I get less and less invested in current Linux news. Before Debian became my "forever distro", I'd hopped to it a few times, and often found myself wishing for a newer piece of software that wasn't in backports or flathub, or simply being bored with how stable it is, but that's been happening less and less. And I feel like Debian 12 in particular left me with software that I wouldn't mind being stuck with for two years.

I've gotten warnings to upgrade my browser with Debian's Firefox ESR, but they never affected a website's usability in a way that a newer version would fix, and they do provide security updates and new ESR series when they come out; even if you must have the newest Firefox, you can use the Flatpak.

Additionally, I'm currently on testing in order to get better support for my GPU, and each time I've tried to use it, it's worked for me for a longer time than the last as I get better at resolving or avoiding broken packages. If you do experience issues like the one you described, and can replicate them, and no one else has already reported them, you should report them to Debian's bug tracker. The whole point of Testing is to find and squash all the critical bugs before the next stable releases.

[–] ipacialsection@startrek.website 7 points 5 months ago* (last edited 5 months ago)

I always keep close track of these contests, it's fun to take a look at all the different concepts. Though IIRC only Juliette Taka (who designed the themes for 8, 9, and 11) even submitted a theme last time. She's great, and Emerald is great, but I hope this post gets someone even better involved with the artwork.

[–] ipacialsection@startrek.website 2 points 5 months ago* (last edited 5 months ago) (2 children)

how do I install programs from outside the "discover store"? I can get the Plex app through the built in app store, but the Plex media server app isn't on there so I have to download it from the website, which gives me a .rpm file.

Installing from Discover (or to be more precise, your distribution's software repositories, for which Discover is a frontend) is usually best practice. Programs you find online are less likely to work on your distro (especially something as technologically unusual as Bazzite). That said, from what I could find online the command to install an RPM file on that distro is sudo rpm-ostree install <path/to/package.rpm>. I have never used boxbuddy or any kind of distro container, but I imagine it would as simple as opening the terminal for one of your distros and entering the appropriate command for that distro to install your package.

Also, outside of the built in discover store, what's the best way to install programs?

Generally, Flatpak packages are safe to install, and any Flatpak repos you enable will show up in Discover. Flathub contains the majority of Flatpak packages in existence, though it might be enabled by default on Bazzite.

What are some cool programs in general to check out? My main use case is gaming, I don't program or do any work on my PC but I'd like to explore just for the sake of exploring!

Just look around in Discover and you'll find lots of gems. As a retro gamer, I've found RetroArch indispensable, as a frontend for all my emulators and then some. Lutris is nice if you want all of your games to be centralized under one launcher. There are lots of fun time-wasting open-source games too.

Also, what's a good way to familiarize myself with using the terminal? I've used the terminal on Windows quite a bit in the past, but only for basic things like unlocking a bootloader on Android and sending a ROM to it, back when I cared enough to root my phones. How would I, for example, pull a program off of github and compile it myself if needed? There's a program on github called gHub GUI by ysph that I'd like to check out, would be nice to be able to configure my mouse since piper doesn't seem to recognize my mouse.

You can just ease into it, or read any number of Linux courses online. Following tutorials on Linux will be as easy as following tutorials on Windows. You can learn about programs with either man <command>, info <command>, or <command> --help.

Most projects include README files instructing you on how to compile and/or install them; the exact process depends on the program. But generally, if you see files named "configure" and "Makefile", the process is to install dependencies, then cd into the source code folder and run ./configure; make; sudo make install.

What are some general best practices that differ from Windows? I don't really know how to narrow this question down, apologies for it being so vague.

Discover should be the first place you go to install programs. Don't install programs from random websites unless you absolutely have to. They probably won't work.

A lot of the programs you are used to from Windows will not be available for Linux. They might be compatible with Wine or Proton, but try to find alternatives to them before you try that. There is a KDE app and a GNOME app for most of the basic uses, and https://alternativeto.net/ is a decent resource for finding Linux-friendly alternatives to just about anything.

You probably don't need an antivirus - there are viruses for Linux, but they are extremely rare, and the anti-malware programs that are available for Linux will only detect and remove Windows viruses.

Don't have any comments on your other issues, because I don't have experience with the software you're using (I rarely if ever buy "gaming" hardware).

Now I'm (tentatively) excited to see how they'll outdo a season with a novel gimmick in each and every episode, including a musical and a crossover with a parody show, in terms of gimmicky weirdness.

[–] ipacialsection@startrek.website 0 points 5 months ago (1 children)

While this new display certainly seems better (in terms of being able to use 2x scaling instead of my current 1.25x), I'd honestly prefer to have a cheaper option that's just 1920x1280, so I don't have to use scaling at all. I don't care that much how "crisp" text looks.

[–] ipacialsection@startrek.website 0 points 6 months ago (1 children)

Debian Stable, in my experience, can stay online for months, even over a year, with very little attention, and still work as well as you left it. You can also install RHEL or a rebuild, like AlmaLinux, RockyLinux, or Oracle Linux, as a workstation distro.

As for the device, my use case is fairly different so I'm not sure what to suggest. Maybe an Intel NUC, or a Framework laptop.

This really bothers me. Closed standards locked behind a licensing fee may as well not be standards at all, in my opinion.

[–] ipacialsection@startrek.website 0 points 8 months ago* (last edited 8 months ago) (3 children)

If you're using Debian stable, hopefully you fully expect and want not to get major software updates until long after they release, in exchange for a more predictable system.

I'm excited for Plasma 6 but I'm very willing to wait for it, and stick to 5.27 as a daily driver for the next year.

[–] ipacialsection@startrek.website 0 points 1 year ago (1 children)

This is nice but there are already tons of "how/why to start using Linux" websites. Not sure if we need another one.

This is weirdly common, from what I've heard. You'd think it would be obvious that a disorder (or neurotype, or whatever you call autism) requires accommodation, which requires self-advocacy, which requires being allowed to know what's going on with you.

[–] ipacialsection@startrek.website 1 points 1 year ago (4 children)

Well, Linux is 32 years old; GNU goes back to 1984, and Unix all the way back to 1970! The history of this OS is much older than Linus Torvalds's involvement; he "only" created and maintains the most popular kernel.

But yes, happy birthday to Linux. Many thousands have contributed to making this operating system what it is today and they all have my utmost thanks for it.

view more: ‹ prev next ›