sudo apt update && sudo apt upgrade -y
That's how easy updating is on (Debian flavors)Linux.
Hint: :q!
Sister communities:
Community rules (click to expand)
1. Follow the site-wide rules
sudo
in Windows.Please report posts and comments that break these rules!
Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't remove France.
sudo apt update && sudo apt upgrade -y
That's how easy updating is on (Debian flavors)Linux.
Turn the fucking PSU off, dipshits. Perfectly safe to do while hibernated, and you're now in complete control of when it powers on.
STOP TALKING ABOUR WINDOWS!! STOP TALKING ABOUT WINDOWS!!!!!! IM BORED
My PC does this really annoying thing, whenever I tell it to Install and Shut Down the bloody thing restarts every time
That's because the shutdown hardly exists anymore. When you choose shutdown now it just hibernates. Reboot is the only way to get the full refresh of a shutdown unless you're using CMD.
Ugh, the updates.....my work PC is Win 11, I got an email from IT last night telling me I had to install the latest update I had been putting off. This morning after I clocked out I started the update. I have 500 down and it took almost 2 hours to download and 3 hours later the installation is only at 53%. I'm just going to go to bed and hope it's done by the time I have to clock in tonight.
And my coworkers wonder why I prefer Linux.....
I like and I do use Linux as my main OS. No dual boot BS, just pure Linux
butttttttttttttt
getting hibernate working perfectly in Linux on new hardware is PITA. I'm just happy with suspend working well, let alone hibernation.
Modern standby is the absolute shit of an invention.
This is the ONLY reason I wish I have a Mac. Forget all the memes and jokes about Apple, their laptops suspend very well. IIRC, they also have a hibernation timer built in, so if your laptop automatically hibernates after X hrs. But I dont want to be stuck in their ecosystem, so yeh...
Linux devs are not that keen to make hibernate work well either. Remember systemd dev forcefully removed the "suspend then hibernate" feature? You can still find the thread on Github lol.
this meme is really true for windows, sometimes my pc wakes up the second I put it to sleep. seems to be some random app I have open allowing it to wake up again. infuriating. With intel macs, they wasted a lot of battery asleep, but my silicon mac can sleep for weeks without losing hardly any battery. linux I still can't get sound to work properly.
this meme is especially true for students and the likes π whenever you share a one-room flat with a laptop made by clueless techbros for clueless techbros, the increased fan whirring really shines.
"My PC" was even replaced with "this PC" since Windows 11, which feels almost too symbolic...
To be fair, Linux has not been especially awesome at suspended/hibernate/resume, historically.
My linux PC used to be unable to hibernate/sleep at all, and my current laptop occasionally gets some kind of backlight burn-in from sleeping when the lid's closed
Yea, I like to suspend my machine, but rather than hit suspend and walk away I have to wait to find out what has prevented suspend from suspending. That and it trying to goto sleep when I don't want it to. Drives me nuts
π€and sometimes, if you wake your linux things go to shit and all you see is black screen and white mouse on it
Sometimes super+ctrl+alt+F8 saves me and I can restart PC from TTY, and sometimes, there is only a flashing cursor. In second case, I have to take hard measures and forcefully manually restart it
(Yes nvidia card with latest proprietary driver and kde on wayland) -> everything latest meaning from endeavour/arch/aur repos.
Not every Nvidia but always Nvidia.
Maybe it is kinda a bias since nvidia is easy to blame and is existing in most PCs π€
All my hybernation issues went away after i switched to an AMD GPU. Not evidence in itself, just an experience an opinion.
AMD had a problems with hibernation, too. amdgpu driver sometimes crashed on waking up. Problems disappeared about a year ago.
Well i switched somewhat around that time. Guess i was lucky.
I like how you corrected opinion to experience πππ»
And yes, I would call that an evidence, not a proof but clearly an evidence, especially if you did not change anything else (hardware or start from scratch setting up Linux distribution).
Another day of learning about Linux from the comments under a meme.
Nope. My Linux Mint randomly wakes up from sleep mode all the time. It's just a bug. Tried to fix it, never found solution. I guess I am fine with it. Well. Not really. Help me if you can!!11!!
Apparently you can see which devices can wake your PC with cat /proc/acpi/wakeup
. S3 should be sleep and S4 hibernation. Though I have no idea which device is which.
Lspci and lsusb will help you match up with the list
Thank you guys! Lemmy is great!
My first guess world be unplug your mouse and keyboard and see if it still happens. Your mouse or keyboard could be sending phantom inputs sometimes. If it's a laptop maybe not though or you'd have to test it another way at least. But it's the first thing I'd do.
The main thing I'm learning from this thread is that a surprising number of people don't shut their machines down when they're done using them. Which is wild to me.
I started down the Linux route over the weekend and put my computer in hibernation and couldn't figure out how to wake it up from its torpor without restarting. So I'm going with suspension for the time being
Firstly, welcome :)
Secondly, hibernation on Linux requires swap partition 2x size of the RAM. If you didn't set it big enough or did not set at all, hibernation wouldn't work. However if you set it correctly, there should be another reason to consider.
If you are not sure, you can use this command on terminal to compare your RAM and swap sizes. free -m