Yeah that seems like a mainboard issue.
- 0 Posts
- 12 Comments
truthfultemporarily@feddit.orgto Technology@lemmy.world•Samsung teams up with Glance to use your face in AI-generated lock screen adsEnglish13·7 days agoWhat the fuck.
truthfultemporarily@feddit.orgto Selfhosted@lemmy.world•New server for the family, Proxmox or TrueNAS, LXC or Docker?English23·7 days agoTrueNAS will remove VMs the next release. It still supports containers directly.
Edit: apparently I misremembered that and its untrue.
truthfultemporarily@feddit.orgto Selfhosted@lemmy.world•Do you actually audit open source projects you download?English12·13 days agoIt’s not feasible. A project can have 10s or 100s of thousand lines of code and it takes months to really understand what’s going on. Sometimes you need domain specific knowledge.
I read through those installers that do a
curl gitbub... | bash
. Otherwise I do what amounts to a “vibe check”. How many forks and stars does it have? How many contributors? What is the release cycle like?
truthfultemporarily@feddit.orgto Linux@lemmy.ml•is there any way to automatically edit several mkv files to get rid of the file title on debian 12.11?4·13 days agoSeems like it has a CLI. You can figure out how to do this action with a CLI command, then do something like
find -name *mkv -exec ...
to execute that command for all the files.
truthfultemporarily@feddit.orgto Technology@lemmy.world•Is it OK to leave device chargers plugged in all the time? An expert explainsEnglish3·16 days agoThe capacitors have a limited lifetime.
truthfultemporarily@feddit.orgto Technology@lemmy.world•Prototype of RTX 5090 Appears With Four 16-Pin Power Connectors, Capable of Delivering 2,400WEnglish10·16 days agoPCI bus bar on top.
truthfultemporarily@feddit.orgto Technology@lemmy.world•Prototype of RTX 5090 Appears With Four 16-Pin Power Connectors, Capable of Delivering 2,400WEnglish6·16 days ago3600W is the maximum a power socket is rated for and the fuse triggers at 3800W. So, cutting it pretty close.
truthfultemporarily@feddit.orgto Linux@lemmy.ml•[Solved] move files older than 30 days from one computer to another using rsync14·28 days agoUse the hostname of your phone instead.
truthfultemporarily@feddit.orgto Linux@lemmy.ml•Why disable ssh login with root on a server if I only log in with keys, not password?1·2 months agoIts a concept called defense in depth. Without root login now you require the key AND sudo password.
Also, outside of self hosted you will have multiple people logging in. You want them to log in with their own users for logging and permission management.
truthfultemporarily@feddit.orgto Linux@lemmy.ml•How to have a boring and low-maintenance system?0·3 months agoGet a big mainstream distro and stop tinkering with it.
Because you tried two different OSes and the point where it hangs is the point where the OS sends an APM/ACPI command to reboot / power off. This is the last thing the OS does. So if that’s not happening something is wrong with the hardware, BIOS, or BIOS settings.
You could try the syslog (journalctl), but logging is probably already off at that point.