I poweroff. I have enough time to let it turn on and can save some energy. (Electricity is getting even more expensive)
Ask Lemmy
A Fediverse community for open-ended, thought provoking questions
Rules: (interactive)
1) Be nice and; have fun
Doxxing, trolling, sealioning, racism, toxicity and dog-whistling are not welcomed in AskLemmy. Remember what your mother said: if you can't say something nice, don't say anything at all. In addition, the site-wide Lemmy.world terms of service also apply here. Please familiarize yourself with them
2) All posts must end with a '?'
This is sort of like Jeopardy. Please phrase all post titles in the form of a proper question ending with ?
3) No spam
Please do not flood the community with nonsense. Actual suspected spammers will be banned on site. No astroturfing.
4) NSFW is okay, within reason
Just remember to tag posts with either a content warning or a [NSFW] tag. Overtly sexual posts are not allowed, please direct them to either !asklemmyafterdark@lemmy.world or !asklemmynsfw@lemmynsfw.com.
NSFW comments should be restricted to posts tagged [NSFW].
5) This is not a support community.
It is not a place for 'how do I?', type questions.
If you have any questions regarding the site itself or would like to report a community, please direct them to Lemmy.world Support or email info@lemmy.world. For other questions check our partnered communities list, or use the search function.
6) No US Politics.
Please don't post about current US Politics. If you need to do this, try !politicaldiscussion@lemmy.world or !askusa@discuss.online
7) No Hit-and-Run questions.
Please don't delete your post for no apparent reason. If you plan on deleting a question later, say so in the post, or if you feel that you have a good reason to remove it, message a mod beforehand. It's not fair to the ones who took their time to answer, and it's not in the spirit of the community.
Reminder: The terms of service apply here too.
Partnered Communities:
Logo design credit goes to: tubbadu
y'all been powering down your systems?
had my servers up for like a decade or more...
Dude has that 10 year uptime
I definitely shut down my systems from time to time just to make sure my network is configured correctly and shit doesn't go haywire because I'd rather have that happen than the power go out and everything comes crashing down
I could care less about the 5 cycles from 10.000.000 total cycles (dunno the actual number) at least for my desktop.
As for my proxmox server: 5% wearout
Power off because usually when I turn my laptop off, I'm going to be keeping it off for a long enough period of time that suspend would just not be worth the battery drain.
Nearly always suspend. It just works for me and I've never had issues (Arch and Pop). I rarely, rarely have power outages so the end result is the same.
I use the hybrid: suspend to ram, then after 2 hours, automatically suspend to disk - in the final state it uses zero power. And, if you have encrypted your drive (you DO encrypt your drives, right?!) then you need to enter passphrase on resume from hibernate, so safer if device was nicked.
Power off to get the full security benefits of disk encryption.
Just chiming in to point out that powering off and then starting back up won't cause any additional SSD wear, reading from flash memory doesn't use up write cycles* (because there is no writing going on!). In fact, regularly restarting could be slightly more friendly for your SSD, because the /tmp directory, old log files, etc. get deleted on startup, freeing up the storage blocks used by the deleted files so that the SSD can use them for its internal wear balancing.
*technically, flash memory reads do very slightly degrade the data being read, but this effect is absolutely negligible compared to other forms of passive bit rot in flash memory and is basically irrelevant unless you're intentionally trying to corrupt data using reads (which won't happen because the flash controller will fix it before it becomes corrupt to the point of being illegible)
To be honest the experience over multiple laptops and multiple Linux distributions with regards to suspend or hibernate has been absolutely terrible for me. I now set my browser to remember all my tabs and simply shut down my machine when I'm not issuing it. It starts up in 30 seconds or less which is maybe 15 seconds more than waking from suspend or hibernate and it's not likely to break or require complicated set up.
🤷
Yeah, because of the same experience for the last 2 decades, I always shut my stuff down as well.
Then I gave an old laptop with Linux to my ~~neoprene~~ nephew. And without further discussion or thinking, he just pressed the power button, when he wanted it to be off - which triggered some kind of sleep mode
I was so fucking nervous during that, as I had never tested for that, and for the young generation growing up with smartphones that was the obvious move.
But surprisingly it works like a charm and goes into some kind of standby.
At least I didn't got any complains...
Isn't neoprene a synthetic material?
My husband also uses the power button to power off his PC. I didn't even know it was a thing until he asked me to do it for him at some point and I was very confused. He's on Windows. I didn't know this worked on Linux as well (though I know it's a thing on laptops). Is there a way to configure what it does (on PC) like it does on laptops?
IIRC in the UEFI (aka BIOS), there’s usually a setting to dictate what a tap of the power button does—usually sleep, hibernate, or power off.
Try tapping F10, F12, or Del during early startup to get into the UEFI setup
Thanks for the tips! I'll have a look!
I rip the plug out of the wall without warning. Gotta keep your machines on their toes or they'll get too comfortable and start plotting against you.
Else it gets the cord again
Depends.
My desktop gets powered off because I don't use it often and it sucks a lot of energy and is loud.
My Steam Deck gets suspended when I'm not using it because that's usually in the middle of a game and I don't want to hear the game sounds all the time or accidentally do something.
My laptop is running 24/7. At night I use it to listen to science videos to help me sleep. And in the day I watch stupid YouTube videos to help me cope with life.
Not to mention the steam deck has a weird bug on it that if you leave it powered off for too long, for some reason it decides to just not turn on anymore unless you hook it to power. Super annoying because it will turn on and say something like 80 or 90% power, but the button won't actually boot the system unless it has a power hookup. I've on a few occasions had to use reverse power charge from my phone to the deck to trick it into booting on the go. Once you hear the beep saying its turning on you can unplug it. Weirdest thing
whatever happens when I click shut off or the power button on my pc
Server: Not once I have used anything else than reboot.
Desktop: Whatever happens when I close the lid.
Suspend. The amount of power required to keep RAM alive is negligent.
Suspend. The amount of power required to keep RAM alive is negligent.
I believe, based on context, that you mean to use the word “negligible.” The sentence means the opposite of what you intended it to mean if you use “negligent.” As in, “It would be negligent to waste that much power.”
I agree with negligent! Using suspend to ram for extended periods, eg nightly or over weekend will kill your battery life.
You guys are turning off your computers?
I'm in the habit of powering off so that if my laptop is lost or stolen I will have the peace of mind of my data being in an encrypted state.
I hibernate for exactly that reason. Just have to ensure your swap partition is inside your crypto container.
Maybe cause I'm old but boot times are so quick if I need to move i just shutdown throw it in my backpack and go. I don't want it on in any fashion while in my bag and hibernating to disk means all my shell sessions and anything else disconnected anyhow.
hibernating to disk means all my shell sessions and anything else disconnected anyhow.
If you can run tmux on the remote system, can manually reattach when you reconnect.
If you use the UDP-based mosh instead of the TCP-based ssh
it uses ssh to bootstrap auth, then hands off to its own protocol
(a) the system can use local prediction in some cases, leaving it feeling snappier, but also (b) the thing will automatically reconnect and resume sessions. I mostly find it useful on flaky/slow links, but it is also kind of neat to just close a lid, and then pop it open again days or a week later and then just resume working without any user-visible disruption.
I normally use mosh in conjunction with tmux, since with mosh alone, there's no way for another host to reconnect to a mosh session...but another host can connect and take over a tmux session being run by a mosh session.
Finally got around to playing with mosh today and with it using ssh for auth it was so simple to setup. It actually works really well!
Thanks for the recomendation