• 5 Posts
  • 112 Comments
Joined 27 days ago
cake
Cake day: March 19th, 2025

help-circle



  • How do you not configure the network stack? If you have an Intel NIC on the motherboard/any PCIE lanes in theory it should be able to connect.

    What worries me is that someone could perform a reverse shell on my system with/in addition to a magic packet and get full ring 0 access to my system. I’m investigating network monitoring tools that can help me find traces of ME on my network.









  • I work on Linux and use Linux at home. I’ll try to go through the problems you mentioned:

    1. Just run the update command again in the GUI or terminal. If it doesn’t work, we’ll have to dig into apt with verbose logs but I haven’t had apt break on me for over a decade unless I deleted something I shouldn’t have.
    2. Is Firefox installed as a snap/flatpak? That only happens with me occasionally when I installed flatpaks, they’re just slower. Canonical can be a real arse about this stuff, they might switch packages to snaps without telling you and you might only come to know about it once you dig deeper.
    3. All of these issues seem to related to your storage medium. Is the SSD OK? Open up the process monitor, sort by ascending order of disk writes/reads and open your applications one by one to see which one of them is the culprit.
    4. Rebooting suddenly is not normal. Unfortunately, you’ll have to go through logs for this one. Simple ones are dmesg and journalctl, we can dig deeper into them if you want to.

    If I had my hands on your laptop I’d be running a vulnerability scan by now but I don’t think the problem is serious enough to warrant it.