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
- 96 Comments
f00f/eris@startrek.websiteto Firefox@lemmy.world•Google is now legally a monopoly. Will Mozilla now stop taking their hush money?English5·10 months agoI hope whatever remedies the court decides upon to weaken Google’s monopoly end up helping Firefox, otherwise it’s just making Google a bigger monopoly. But this case was mostly about search, and I don’t really trust the Justice Department or the courts to be this keenly aware of the state of web browsers.
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. A surprising amount of the software required for classes has been open-source, too.
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 DeGoogle Yourself@lemmy.ml•What still requires stock Android and has no alternative way to access?English11·10 months agoYeah, only thing I can think of is the few banking apps that don’t have web versions.
I was lucky enough to have all my banking and 2FA apps work perfectly on GrapheneOS. The only app that gave me a significant amount of trouble was iClicker, which my school uses for attendance. That was fixed by enabling Google Play location services, and there was a (fairly expensive) alternative anyway.
I did have to buy a new phone to use Graphene, because I got my previous one as part of a carrier’s cell plan, and it had a locked BIOS. Though I think the purchase was worth it, and just moving my SIM card from one device to another was enough to get it working.
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 Enshittification@lemmy.world•Logitech has an idea for a “forever mouse” that requires a subscription27·10 months agoNormal, plug and play mice last a long time, with or without firmware updates, which are typically free. I guarantee that nobody will buy this mouse, and if it does release it will stop receiving updates within six months.
f00f/eris@startrek.websiteto Linux Gaming@lemmy.ml•Anyone using Linux-libre for gaming?English14·10 months agoFor a while I daily drove a Purism Librem 14 with Debian’s fully free kernel, and installed as few non-free packages as possible, including firmware blobs (which I didn’t install any of until I decided I needed Bluetooth). My experience with gaming was generally fine.
With linux-libre you really have to buy your hardware specifically with support in mind. You’re limited to Intel and non-bleeding-edge AMD graphics cards, a very small range of wifi cards, and no Bluetooth. Otherwise, video games should work as well as they would on any other computers with the same specs. Especially if you’re also limiting yourself to games with free engines - I’m not aware of a single libre game that demands more than a modern Intel integrated graphics card can provide, even on high settings.
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 Open Source@lemmy.ml•What's holding you back from trying Codeberg?English1·10 months agoI’ll probably use Codeberg or another Forgejo server for my next programming project, if/when I have one that is far enough along to publish (motivating myself to get that far is a tall task). Until then, everything I’d consider contributing to is either on GitHub, or is self-hosting some other software, so I don’t have a reason to create an account yet.
f00f/eris@startrek.websiteto Firefox@lemmy.world•Privacy-Preserving Attribution | Firefox HelpEnglish16·10 months agoThis article seems to assume that advertisers don’t want our identifying information, and are clamoring for an alternative to tracking that lets them measure ad performance anonymously, which is just not true. Being able to uniquely identify users and target them is a feature, and getting more data points from the browser just helps add to their profiles.
f00f/eris@startrek.websiteto Linux@lemmy.ml•How can I go about using the tty only on my systemEnglish5·10 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).
f00f/eris@startrek.websiteto Linux Gaming@lemmy.ml•Can I launch modern games thru RetroArch?English8·10 months agoNo modern AAA games have been released this way, but there is at least one game made specifically for libretro (Dinothawr) and a few other games that have been converted into “contentless” libretro cores (Cave Story, Mr. Boom, Rick Dangerous).
The games (or their engines/emulators) would have to be modified to use the libretro API for things like input, rendering, and sound. Though it doesn’t look terribly hard to program for, it does tie the game to RetroArch (or another libretro frontend) and possibly limit what the program can do.
I thought I’d also bring up Lutris, which is not only a libretro frontend but also a frontend for numerous other game platforms. It may not have the game console-like UI of RetroArch, but I think if you must have all games under one launcher, it’s the best you could hope for.
I’m currently on the RHCSA path myself, and I can tell you that the courses are not worth the thousands that Red Hat charges. There are plenty of unofficial video courses on YouTube and Udemy and study guides and practice tests on GitHub that are free or cheap, and other resources for every individual study topic, which will be good enough.
However, though I can’t speak from experience, it seems like the cert itself will look good enough on a resume to justify the investment of $500 and a month of studying.
Assuming you mean the Beelink S12 (which is the first thing that comes up in a search for “n100 mini pc”), that’s quite similar to my own computer specs, which can run just about any distro, with enough resources to spare for a VM or two. I don’t think it’s necessary to go really lightweight or pick something special. If there’s a distro you’re already familiar with and know you can do all of those things on, install that.
If you like Garuda, you could always try a different Arch spin which is lighter out of the box, like CachyOS or EndeavourOS.
f00f/eris@startrek.websiteto Open Source@lemmy.ml•NewPipe v0.27.0 No longer Working? [Update]English30·11 months agoI’ve switched to FreeTube for now, it still works using the Invidious API. This is happening because YouTube is testing forced login to watch videos or use the API. There is a workaround it seems, but we’ll have to wait for all the major clients to roll it out.
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.