I’m not a classic Linuxer (I switched in 2015) but I did once try Mandrake out of historical curiosity. From what I hear it was the recommended “beginner-friendly” distro before Ubuntu came out. And based on how hard it was to get working on a VM, I now understand why classic Linuxers talk about Ubuntu like it was this huge sea change.
f00f/eris
Here to follow content related to Star Trek, Linux, open-source software, and anything else I like that happens to have a substantial Lemmy community for it.
Main fediverse account: @f00fc7c8@woem.space
- 0 Posts
- 14 Comments
f00f/eris@startrek.websiteto Linux@programming.dev•[Answered] Most customizable desktop environment?English3·3 months agoI’d say they all offer different types of customization. It’s less a matter of how much you can do, and more a matter of what you want to do and how much time you’re willing to spend working on it. KDE is for people who want to customize their desktop, and want it to be easy to do so. GNOME is for people who just want something that works, but it still offers a lot of customization, it’s just not as well-supported (their philosophy is “if theming breaks an app, it’s not our fault”).
KDE doesn’t support full CSS customization on its own, but there are theming engines like Kvantum and QtCurve that address the limitations that arise from this. I’d say it’s on almost equal footing with GNOME in that regard, since both GTK4+libadwaita and Qt6+KF6 are designed for color scheme customization, but require various workarounds and obscure settings for anything more than that. If anything the workarounds are easier in KDE.
Similarly, KDE supports layout customization through widgets and graphical menus. GNOME also supports layout customization, but through extensions instead.
And then you can do all of the above and more if you use a window manager, or an LXDE/LXQt-style desktop that lets you disable or replace all its components in settings - just mix and match components like panels, file managers, display managers, polkit agents, etc. You can basically build your own DE that way, and it doesn’t get much more customizable than that. But maybe you don’t want to spend your time choosing every component of your custom DE. That’s what something like KDE is for.
f00f/eris@startrek.websiteto Linux@lemmy.ml•Are We Too Dependent on Microsoft?English32·10 months agoIt’s nice that major news outlets are saying what we nerds have been screaming for the past two decades. Microsoft only shares a small portion of the blame for the recent outage (they could have built their OS better so software vendors don’t feel the need to use kernel modules, but the rest is on CrowdStrike) but we are too depenent on them.
f00f/eris@startrek.websiteto Linux@lemmy.ml•How was your experience using Linux in college?English2·10 months agoIf my American university has a system in place for students that don’t own Windows, I would not be surprised if yours has a better one :)
f00f/eris@startrek.websiteto Linux@lemmy.ml•How was your experience using Linux in college?English39·10 months agoLibreOffice has opened every DOC(X) the school has sent me, albeit imperfectly, and all assignments are turned in as PDFs, which I usually make using Markdown and LaTeX. I have had to use Office 365 for collaboration, but only about twice a year, and that runs very smoothly in Firefox. On one occasion I tried to collaborate with CryptPad, but it didn’t work as well as I hoped.
Most computer labs at my uni run Windows 10, rarely 11, but a lot of the science labs run Linux.
The most frustrating thing has been the lockdown browser used for some exams. My university library has computers I can borrow for exams, but yours might not, and they detect VMs, so you might have to dual boot for that.
f00f/eris@startrek.websiteto Linux@lemmy.ml•Linux Gaming PC 2024 (with Coreboot-Support)?English4·10 months agoI don’t have much PC building experience, but these specs seem sufficient. Only comment is that you might need to use a distro with a new-ish kernel and graphics stack, given the very recent CPU and GPU. So not Debian stable, but Fedora, Ubuntu, or any rolling release distro will be fine.
f00f/eris@startrek.websiteto Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ@lemmy.dbzer0.com•How to rip copy-protected DVDs on Linux in 2024English5·10 months agoHandbrake will probably still work if you compile it from source, but it seems like upstream isn’t paying much attention to libdvdcss support.
The version in Debian’s repo still works for me, anyway.
f00f/eris@startrek.websiteto Linux@lemmy.ml•How can I go about using the tty only on my systemEnglish0·11 months agoIf you haven’t set up this laptop yet, then I’d suggest installing a server-oriented distro like Debian, AlmaLinux, or Ubuntu Server. Those have minimal install options that come without a desktop environment installed, as most servers do not need one. If you’d like to make the install harder for yourself, this might be a good excuse to give Arch Linux or Gentoo a try, as those have the option of a fully manual install. If you’d like, you can install a desktop environment afterwards using the package manager.
If you already have a Linux with a graphical desktop installed, you can configure the system not to automatically start it with
sudo systemctl set-default multi-user.target
. (Do not do this on your main device!) You can re-enable it withsudo systemctl set-default graphical.target
.Regardless, you can then start a graphical session using
startx
, or whatever command is more appropriate for your desktop environment (gnome-session
to start GNOME on Wayland,startplasma-wayland
to start KDE Plasma), or bysudo systemctl start
ing your login screen manager (sddm, gdm, lightdm, etc).
I have the same problem at my school, but thankfully, the school library has laptops I can borrow with the lockdown browser installed. It isn’t ideal, but is there a similar arrangement you could make?
Unlikely. While in theory someone could create a compatibility layer, it would be quite a challenge, as obviously, kernel modules are very closely tied to the specific kernel. I did some web searches, and only found the same few dead projects (that didn’t completely solve this issue anyway) that you found, and other forum posts that offer little encouragement.
Make sure you have the latest version of Windows 10 or 11, and the latest drivers for your network hardware. If you do, then there’s probably not much you can do about this.
f00f/eris@startrek.websiteto Linux@lemmy.ml•Stable, consistent workstation recommendations?English0·1 year agoDebian 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.
f00f/eris@startrek.websiteto Linux@lemmy.ml•What would you change about your favorite Linux distribution?English0·1 year agoDebian needs a better installer. It’d be awesome if it had something more akin to Fedora/RHEL’s Anaconda, or even just made Calamares the default (so long as it didn’t install every single locale available like their live inages currently do).
Going by their Mastodon account, seems they were erroneously detected as “from a US-sanctioned region” and it took too long for said error to be resolved, so they just made the switch.