Sometimes people ask others instead of googling things because it offers an opportunity to socialize. We all know google is an option. I get what you’re saying, but it’s sad to see this described as a burden.
- 0 Posts
- 32 Comments
sneaky@r.nfto
Linux@lemmy.ml•Mom's Linux mint install keeps going to a black screenEnglish
3·4 months agoNot typically what you’d think of when somebody says “mom’s computer,” but this is exactly what happens when my GPU overheats. Monitors stay on with black screen and no response from keyboard input.
This happens to me once in a while with Fedora KDE. Usually right after a kernel update and I can resolve by going back to the previous kernel for a few days. Always guessed it was the AMD GPU driver.
I came here to say this also. First bad update and then both would be broken and pretty stressful for your friend…
Pile in if I’m wrong, but I dual boot win11 and linux it works fine. The only condition is it has to be separate physical disk. I wasn’t able to use the same hard drive with just partitions had to be completely different drives.
I tried, but could never find anything that would work as a VOIP subsititute. So now I have a pixel that does everyrhing except phone calls. Getting close to just giving up and slamming a sim in it because at least it’s a little better than stock android.
I was over here thinking what if somebody didn’t even know that was what she was doing or that they were supposed to say thank you. Now that poor person will be left wondering what even happened because her resolution (picking it up and putting it back) provides no opportunity to learn.
sneaky@r.nfto
Linux@lemmy.ml•Recommendations for after installing Linux (Mint) coming from Windows for best practices for a casual user ?English
2·5 months agoDid you try dual boot with one drive? Windows will fuck that up.
I didn’t have any intention of arguing…I was curious what you didn’t like about it. You’re entitled to your opinion.
What did Fedora do to hurt you so much?
sneaky@r.nfto
Technology@beehaw.org•[Popular Tech YouTube Channel "Gamers Nexus" was] Contacted by the US Secret Service | The AI Surveillance Center DystopiaEnglish
3·6 months agoGN went offensive on a company critical to US national security interests and were contacted by the secret service. Makes sense.
If you have free internet in the area, like public wifi from the city, The shopping centre probably have an agreement with the provider to help extend the range. They put the dish up to connect to the existing network and then pump it out with repeaters around the shopping centre.
sneaky@r.nfto
Linux@lemmy.ml•KDE's start menu bugs make it feel 100x slower than it isEnglish
5·6 months agoThat’s wild, I’m on Fedora KDE and haven’t noticed any of these issues so far… Opens pretty fast, finds what I’m looking for. I didn’t see the UI bug he’s talking about with items being misaligned. I must just be lucky.
sneaky@r.nfto
Linux@lemmy.ml•Weird WiFi connection problems that I can't explainEnglish
1·7 months agoKernel 6.16.4 had a bug that caused packet loss. Patched in 6.16.5. Looks like Bazzite just updated (today?) from 6.16.4 to 6.17.5.
EDIT: Adding link talking about the bug
https://discussion.fedoraproject.org/t/talk-kernel-6-16-3-causes-intermittent-network-issues/163344
How on earth does somebody try to commit gun theft during open hours at a major outdoor retail chain? My local Bass Pro has all the guns behind a counter and like 4-6 employees working that counter and the stock room behind it at all times.
Location could just be from when the account was made right? I’m sure it would be very difficult to create a new account while utilizing a VPN considering how active reddit has become in blocking connections from known VPN providers.
sneaky@r.nfto
Privacy@lemmy.ml•ELI5: Is browsing on 4g/5g networks less secure than on your own wifi?English
1·7 months agoBut what if I VPN into my home network and redirect that traffic through a provider’s VPN…
In KDE if you furiously move the mouse pointer in frustration, as one would when they can’t find it, the pointer will grow in size. Brighter minds than mine might be able to port that into Cinnamon.
sneaky@r.nfto
Linux@lemmy.ml•Baffled at PC freezing on Linux, but not on Windows for the same workloadEnglish
7·8 months agoNot sure this is the answer, but going to throw my two cents. If you try and it works let us know.
When I got back into linux a couple years ago I hopped through all of the distros you mentioned. The last one being KDE Neon. When I first found it I absolutely loved it. Decided that was going to be my main distro and started migrating all my systems which is a couple laptops, gaming desktop, and mini PC.
Over time I found that I was having minor, but consistent hardware issues. Similar to yours, freezing, and other gpu issues. It was most apparent on systems that had newer hardware. Looking at the specs for your mini PC it seems a bit older than what I have so again, not sure this applies to you, but I found my saving grace in Fedora. My issue specifically was the older kernel Neon uses not interacting well with my newer hardware and in some cases not having access to some hardware features. Fedora had a KDE spin otherwise I wouldn’t have done it. It has been my daily driver on all systems since.
TL;DR: Try Feodra KDE Spin or any distro that ships with a more up to date kernel
You’ll see when you get older. This problem comes for us all.

I did something similar. Everybody is different so maybe not the best option for you, but who knows.
I have a single mini PC that handles my stack of virtual machines hosting various things. For the main OS I went with Fedora KDE. I chose something with a GUI for two reasons, the primary being that sometimes… Maybe not as often as you get more familiar, but sometimes there is an easier way to accomplish something in the GUI than in the CLI. Things like system settings. You can save a lot of time looking up commands and syntax by flipping a switch in the settings application.
Second and most important reason for the GUI, I watch TV on this thing. Which I would not recommend if you are hosting anything that can’t handle a little downtime. Once in a while a web browser may hang, bluetooth could fail, and you end up having to restart. Nothing I host is critical to anybody so this isn’t a big deal to me. I also find a little inner peace knowing that I am interacting with the main system controlling these hosts on a daily basis. If it does get compromised in some way this makes it just a little more likely I will notice quickly.
So that’s the hardware system and I’m running Libvirt as the hypervisor. It’s pretty bare bones, but easy to use and gets the job done. Hardest step to me was generating SSH certificates/keys. Not that it was hard moreso just new to me. Libvirt will not allow you to connect remotely with plain text. So regardless of your threat model this is a required step if you want remote access to the hypervisor remotely.
If you make it that far you can start really getting into the weeds with networking. I’m not going to go into the topology of my network, but I will say if you are hosting anything public you should do as much as possible to isolate that from your home network. You can create a VM to act as a firewall/router for other VMs.