Nope. I thought that as well at first.
Nope. I thought that as well at first.
Also the dumb system that thinks it knows what you want to search and no exact term search feature. Yeah, the search is unusable.
I hate this. There is nothing legitimate about it. It’s one of the biggest insults anyone ever gave me.
Captain Disillusion
So long waiting, but the content is absolutely top tier.
Yes, those two are the most important and shouldn’t even be that hard to push. There are many laws that were pushed “to protect the children”, we might as well finally make some that actually do protect them.
I pretty successfuly ran a combo of TP-Link with OpenWRT connected with cable to a cheap dumb Edimax, which in turn was connected through wifi to downstairs Zyxel ADSL router from O2 ISP.
Essentially the Edimax bridged the internet (there was only one place where the signal was strong enough) from downstairs, sent it to the TP-Link and that one spread wifi on the upstairs floor (so we could use phones/notebook) and my brother’s and mine desktop PCs were connected to it by cable. A bit of an overcomplicating simple problem, but it worked (otherwise we would either have no wifi or would have to buy a different router with 2 separate WiFi chips).
I tried Tumbleweed on my old main PC. When I finally got around to upgrade it, I immediately wiped it and got back to my beloved Gentoo (for which the old PC was getting a bit too slow)
Now I have Leaf on the family PC, because they pretty much only need Firefox and occasional LibreOffice and I’m lazy to try to find a different distro.
This is a dumb argument. Yes, my phone uses Linux. How many of the Android users actively come in contact with the underlying system?
Mainstream Linux means a big part of people actively choosing to install a Linux distribution or buy a computer or notebook with a real Linux distro pre installed (not that lightweight barebones distro they preinstall so they can sell it without Windows but with OS).
I use Gentoo, the family PC has OpenSUSE, only my wife’s laptop has Windows… Because guess what, she wants to use what she’s used to, what she knows.
My bet would be wine grabbing the audio device and not using Pipe wire/PulseAudio. It happened to me once, I believe I solved it by recompiling something (PipeWire, wine or the gst plugins). I would recommend trying to run Discord and the game in terminal, it might show some error to help with troubleshooting.
If by AC you mean Assetto Corsa, it works, you just have to follow a guide (it’s easy, you have to remove the Proton data for the game from Steam, then install the older Proton version, run the game with this older version until it crashes, then switch to new version of Proton and run it again. It will install required dependencies and will run fine, even my old G25 steering wheel worked without problems)
The law is done dumb. They should update it to say “the banner must always have a “reject all” button which rejects everything (including the legitimate interest) on it and it must not be hidden inside any further clicks”
I’m sick of having to search for that button under two sub menus or having to uncheck 20 check boxes. And what the hell is even “legitimate interest”? There’s nothing legitimate about any tracking at all. This phrase really offends me every time I read it.
One thing that’s actually better for all that’s worse is the Discord means one login for everything. Back then you had to register to every forum even if you only needed one file and never came back again.
To me, Terry Pratchett made me realize I could become a writer. Now I just need to convince myself to stop being lazy and start actually writing. :-D
Screen uses Ctrl-a Esc (you press Ctrl+a, release them and then tap Esc, then you can scroll with arrows or pup/pgdown)
Damn, you are so lucky that the downvotes are disabled or you would be downvoted to Oblivion.
I’m a long time Gentoo user. No systemd ever. When my old computer started failing and my Gentoo started falling apart (mostly because I made multiple mistakes when trying out testing versions of Plasma 5 and also due to me not updating for a long time and then getting into a long list of blockers) I installed OpenSUSE (Tumbleweed… Once you go rolling release, you can’t go back. :-D).
In just a few weeks, no idea why or how, it started having a weird problem. When shutting down, every time, it got stuck on some error (waiting for session something, I believe, but I don’t remember really) and it was waiting 1.5min until it continued. No explanation of what exactly it’s waiting for, no way to say “continue now without waiting”… No amount of googling got me anywhere near to finding out what the problem was.
Later I also ran into a problem where I was changing something about hard drives, I changed the fstab too, but for some reason systemd was getting stuck on trying to mount the drives that weren’t in the fstab anymore. Later I found out that it was my fault, I had a line that mounted the drive, and a few lines later I had some mount bind line operating on that first mount or something, but I still think the normal init system would just spit out that it can’t mount that and go on.
Ka is a wheel, gunslinger.
I’ve been a Windows… Let’s say a power-user, no expert but I could install it, find a way to troubleshoot most problems. Then at high school a friend lent me a bit outdated Knoppix CD. I never managed to make ppp work on that so no internet, but I loved the old KDE. Somewhat later, when we had a normal DSL line with a proper router, I got Fedora. Then Ubuntu, Kubuntu, Debian for a while…
Finally I found Gentoo. And there I am, some 10 years later, still on that. After a bit of a bumpy road of the first install (no automation, but the handbook is very helpful if you know the basic Linux and HW terms) it was almost flawless. I remember two problems, and both of them were my own fault. The first one was some testing kernel version that had a bug where small files on ext3 filesystem would get randomly corrupted. The second was when I was trying to remove some hidden files, mangled the command and ran basically rm -rf /* (seriously, don’t do that, it will delete everything on your system). I reinstalled the system (I had data on a different drive that either wasn’t mounted atm or it didn’t reach them before I Ctrl-c’d that command.) and all was well.
Finally I did last clean install when I bought new (used) Ryzen build to replace my old i5-2500k, I would’ve had to recompile world anyway and I had pretty much dependency hell of my own making at that point (I was testing tons of unstable stuff, new Plasma 5 from testing repo and so on).
Now I’m running mostly stable system with only bunch of packages unmasked from testing and there are no problems with that. I never had that with any other distro. No matter if Deb based, rpm based, sooner or later I inevitably ran into some variant of “I need a package that’s not in basic repo, and the package I found requires a version of some library that’s not available as well” or something like that. In Gentoo, the packages either compile against the version you have installed, or if not possible, you can have more versions installed at the same time in different slots. Also if you need something that’s not available in repo, you can just write a text file that downloads and compiles the version you need and it integrates in the package manager automatically, no need to create whole Deb/rpm package.