DigitalDilemma

  • 0 Posts
  • 68 Comments
Joined 2 years ago
cake
Cake day: July 22nd, 2023

help-circle
  • I moved my wife’s laptop to Debian with Cinnamon as a desktop. She loves it and is as technophobic a person as I know…

    Auto login, automated-updates set up, remote backups. She just has to open the lid and firefox is there, which is 95% of what she wants. Libre office is around for the remaining 5%.

    This is someone who used to get angry at Windows forced updates and reboots, so not having any of that improved her quality of life.


  • No one said ‘different bad’,

    Plenty of people did. “What’s the point of change?” “I’m happy with Sys-V” “I don’t like Poettering”, “Lennart is too powerfull” and a lot more irrelevant and personal attacks.

    Please don’t accuse me of gaslighting whilst gaslighting me in return. I was there, I lived through the worst of the Debian wars and saw some great people leave the project, and a side of some friends that I really didn’t like. But that war is done and I have zero interest in continuing it so I’ll leave this here.









  • I work four days a week on a remote windows vm. It has everything I need, and I remote from /that/ onto whatever other vm I might need. I connect over a vpn using, well, anything. As you’ve pointed out, the local machine doesn’t need much in the way of specs, although in my case I have three monitors - all given over to the remote, and it’s a clean way to separate work’s environment and network from my own and it’s a very common work pattern. The hypervisor there is vmware, but that doesn’t matter.

    But… Gaming is a different. There is latency over the conn, and audio/graphic lag would make FPS and gpu-heavy games particularly poor. I don’t know of a way to totally overcome that, although game-streaming services exist, so presumably it is possible.








  • I’m guessing you’ve already turned it off and on again. If not, seriously, do that. It works more time than it doesn’t for random weirdness.

    Run ‘htop’ and sort by CPU (it’s a friendlier and better version of ‘top’. That’ll show you what processes are using the most CPU

    Whilst you’re in there, check the free memory. If that’s low, or swap usage is high, then use htop to sort by memory usage to find what’s using the most.

    If you see processes you don’t recognise, hit google and find out why. It’s very unlikely they’re malicious, but it’s far less common on linux than Windows to have random processes doing unknown stuff. If it’s using a lot of cpu or memory, there’ll be a reason. It might be a dumb reason, but you will be able to find it out.

    And then when you know what the guilty process is, if it is that, and it’s not critical - you can stop it with systemctl and narrow down what’s afoot.