Therefore the laptop is the disk controller and if you gracefully shut down the OS it will take care of all the housekeeping tasks to prepare a disk for safe shutdown (flush cache to disk, park heads on spinning rust, etc) and then it will be safe to turn off the PSU.
- 0 Posts
- 21 Comments
If you shut down the computer gracefully first before you power the disks off it should be ok more often than not, but you really should try to have everything on the same system so this can all be coordinated by the OS and the hardware.
As others have said, avoid powering the disks off before the OS has had a chance to shut down or your disks will NOT be in a recoverable state when everything comes back online.
I’m not even sure the setup you are describing would benefit at all from a different storage method, even “regular” writes could be in memory or controller buffers. External drives are not meant to have their power cut.
4am@lemm.eeto Linux@lemmy.ml•Linux kernel is leaving 486 CPUs behind, only 18 years after the last one made3·3 months agoProbably not a lot of space savings, but certainly a reduction in complexity, which helps programmers keep everything together and frees their time to work on the newer stuff
4am@lemm.eeto Linux@lemmy.ml•Gnome's new video player, Showtime, gets merged into the main branch. The new video player will replace Totem on Gnome 49.14·3 months agoTrademark suit from the premium cable channel in 5…4…
A lot of what Linux lacks is design, and at least 50+% of that is just because of what we got used to using other products.
4am@lemm.eeto PC Gaming@lemmy.ca•Half-Life 3 playable 'from end to end': Valve rumored for summer reveal, winter release of HL3English0·4 months agoIt’s almost like you’ve never played a video game before.
We’ve been calling enemy logic “AI” since at least the late 1980s. It again has nothing to do with ML, and no we do not need to all change for you because you decided to allow yourself to overreact.
4am@lemm.eeto PC Gaming@lemmy.ca•Half-Life 3 playable 'from end to end': Valve rumored for summer reveal, winter release of HL3English0·4 months agoAlyx is, I believe, considered a spin-off
4am@lemm.eeto PC Gaming@lemmy.ca•EA's Skate. devs confirm the game will be always-online with no offline modeEnglish0·4 months agoAnd when they decide to shut it down, there’s no reason that the most recently downloaded map can’t just be played as-is.
If it’s a free-to-play game though I have less of a problem with this. But I still have a problem with it.
Linux doesn’t work on TV
proceeds to name 3 distros that not only work but do gaming
My brother in Christ…
4am@lemm.eeto PC Gaming@lemmy.ca•After 6 years of hype, can Hollow Knight: Silksong really live up to the sky-high expectations?English0·4 months agoIt’s already wishlistable on Steam. I think it’s going to get a Switch 2 release but they already confirmed GamePass didn’t they?
I doubt Nintendo would make them an offer that’d get them to turn down being on GamePass at release. It’s not that big of a game, despite those of us who know being really excited.
4am@lemm.eeto PC Gaming@lemmy.ca•After 6 years of hype, can Hollow Knight: Silksong really live up to the sky-high expectations?English0·4 months agoAfter six years, if the community needs to provide feedback to get the game to good condition then Silksong will be considered a failure
That being said I think it’s going to be just fine. I don’t think it’s going to revolutionize metroidvanias though, and that is unfortunately going to upset a subset of people.
I had a double NAT setup like that. Run a firewall like OPNSense as a Proxmox VM, and give it a WAN interface on the ISP router’s IP range; then run everything else on a different subnet, using OPNSense as the gateway. On the ISP router, put OPNSense’s WAN IP in the DMZ. Then, do all your hardening using OPNSense’s firewall rules. Bonus points for setting up a VLAN on a physical switch to isolate the connection.
The ISP router will send everything to OPNSense’s WAN IP, and it will basically bypass the whole double NAT situation.
4am@lemm.eeto Linux@lemmy.ml•Why disable ssh login with root on a server if I only log in with keys, not password?23·4 months agoThat is absolutely not the reason ANYONE recommends it, unless you are a complete noob and entirely unfamiliar with computer security at all, and are just pulling assumptions out of your ass. Don’t fucking do that, don’t post with confidence when you’re just making shit up because you think you know better. Because you don’t.
If there is a vulnerability in SSH (and it’s happened before), attackers could use that to get into root directly, quickly, and easily. It’s an instant own.
If root login is disabled, it’s way less likely that whatever bug it is ALSO allows them to bypass root login being disabled. Now they have to yeah, find a user account, compromise that, try to key log or session hijack or whatever they set up, be successful, and elevate to root. That’s WAY more work, way more time to detect, to install patches.
If the effort is higher, then this kind of attack isn’t going to be used to own small fry servers; it’s only be worth it for bigger targets, even if they’re more well protected.
If you leave root enabled, you’re already burnt. You’re already a bot in the DDoS network.
And why? You couldn’t be bothered to type one extra command in your terminal? One extra word at the start of each command?
Sorry bitch, eat your fucking vegetables
4am@lemm.eeto Linux@lemmy.ml•Why disable ssh login with root on a server if I only log in with keys, not password?3·4 months agoThis is terrible advice.
“Just turn off your firewall bro, please bro, everyone just paranoid please bro enable remote root login bro 😢”
4am@lemm.eeto Linux@lemmy.ml•Why disable ssh login with root on a server if I only log in with keys, not password?35·4 months agoThen you can’t gain root privileges on your server. Are you really arguing for less security because it’s inconvenient?
This is end-user behavior and it’s honestly embarrassing. You should realize your security posture is much more important than “I left my phone on the other room”
The orange menace apparently just defunded it so we’ll see
Does Caddy use certbot to do the renewal? A long time ago DNS was a pain but now it seems like a lot of providers are supported.
4am@lemm.eeto Selfhosted@lemmy.world•How do I use HTTPS on a private LAN without self-signed certs?English3·5 months agoIf you are really looking for hassle-free this is it. LetsEncrypt root certificates are already trusted by most devices so when your friends come over and wanna control the media library or whatever you don’t need to install your locally hosted CA’s self-signed certificates on their phone.
Also certbot and a cron or systemd timer is all you need; people have rolled all these fancy solutions but I say keep it simple.
4am@lemm.eeto PC Gaming@lemmy.ca•Swen Vincke says fan mods 'shouldn't be treated like commercial ventures that infringe on your property' just hours before Wizards of the Coast retracts its BG3 Stardew mod takedownEnglish0·5 months agoWhy should it matter? No, seriously, why should we give up that right? If they want to disable online features like multiplayer or leaderboards then so be it - that’s understandable. Mods drive sales and interest in the very games they’re trying to sell.
And people do mod FOSS games, wdym
I wish there was one single unifying regex standard.
(obligatory xkcd in 3…2…)