Seriously, every time I gotta be out the door. Just let me shut you down.

21 days ago by cannedtuna to c/linuxmemes

bjoern_tantau 111 points 21 days ago
A stop job is running
path: 0 25041149, hotness: undefined, score: 111, children: 15
TwilightKiddy 46 points 21 days ago

At least it tells you how long it'll take before it decides to SIGKILL whatever is holding the shutdown sequence.

path: 0 25041149 25041367, hotness: undefined, score: 46, children: 7
Thorry 20 points 21 days ago

Well you say that, but I've seen the countdown go past and then reset to a higher number often.

path: 0 25041149 25041367 25041483, hotness: undefined, score: 20, children: 4
TwilightKiddy 15 points 20 days ago

I entrust you with this horror, go figure out what to blame. ::: spoiler shutdown-analyze.sh

#! /usr/bin/env bash
shutdown_start=$(journalctl -b -1 -u systemd-logind --grep="System is (powering down|rebooting)" --output=cat --no-pager --output-fields=_SOURCE_REALTIME_TIMESTAMP)
shutdown_start=$((shutdown_start / 1000000))
units=$(journalctl -b -1 --since=@$shutdown_start --output=cat --no-pager --output-fields=UNIT JOB_TYPE=stop CODE_FUNC=job_emit_start_message)

for u in $units; do
    stopping_start=$(journalctl -b -1 --since=@$shutdown_start -u "$u" --output=cat --no-pager --output-fields=_SOURCE_REALTIME_TIMESTAMP JOB_TYPE=stop CODE_FUNC=job_emit_start_message _SYSTEMD_UNIT=init.scope)
    stopping_end=$(journalctl -b -1 --since=@$shutdown_start -u "$u" --output=cat --no-pager --output-fields=_SOURCE_REALTIME_TIMESTAMP JOB_TYPE=stop CODE_FUNC=job_emit_done_message _SYSTEMD_UNIT=init.scope)
    duration_human=$(systemd-analyze timespan $((stopping_end - stopping_start))us | tail -1 | sed 's/.*: //')
    printf "%s\t%10s %s\n" $((stopping_end - stopping_start)) "$duration_human" "$u"
done | sort -rn | cut -f 2

:::

path: 0 25041149 25041367 25041483 25043280, hotness: undefined, score: 15, children: 2
Thorry 4 points 20 days ago

Thanks, I usually know what it is tho. Most often it's VMs I was using for testing stuff, which I forgot to shutdown. It takes a while for them to cleanly shutdown, which is what the wait is for. I have a shortcut on my desktop to a script that checks for any running VMs still and shuts them down. But I forget to click it sometimes and then I have to wait. No big deal, except I like to switch off the power bar that powers the computer and everything attached to it. An old habit from when such a thing mattered, these days standby power is probably nothing to worry about. But still I wait patiently for the computer to shut down till I switch off the power strip.

path: 0 25041149 25041367 25041483 25043280 25043760, hotness: undefined, score: 4, children: 1
Successful_Try543 3 points 21 days ago

Similar to angry parents.

path: 0 25041149 25041367 25041483 25042607, hotness: undefined, score: 3, children: 0
realitaetsverlust 10 points 20 days ago

I think that depends on the setting, I had situations where one of my docker containers took ages to shutdown and it would just say 00/02 00s but when it reached that limit, it would just go up.

path: 0 25041149 25041367 25042983, hotness: undefined, score: 10, children: 1
TwilightKiddy 6 points 20 days ago

Individual services can override the default 90 seconds timeout. But then you can override their override if you think you are smarter, of course.

path: 0 25041149 25041367 25042983 25043383, hotness: undefined, score: 6, children: 0
Gyroplast 24 points 21 days ago

Alt-SysRq-i, u, o

I don't have time for this shit.

path: 0 25041149 25041290, hotness: undefined, score: 24, children: 1
picklerick 10 points 21 days ago

have i learned a new magic combo?!

path: 0 25041149 25041290 25041334, hotness: undefined, score: 10, children: 0
LodeMike 19 points 21 days ago

(X time / 1:30) but the second time will be extended indefinitely for some fucking reason.

path: 0 25041149 25042102, hotness: undefined, score: 19, children: 0
anon5621 6 points 21 days ago

Yes but no, u can in config file of systemd change timeout to 5,10 second or other number of seconds which u wish before it will kill it

path: 0 25041149 25042169, hotness: undefined, score: 6, children: 0
RustyNova 6 points 21 days ago

My always plugged in HDD with bees on it does that. 1 minute to shutdown at least because there's always some kind of extend read or dedupe that need a sync.

... I brought this upon myself so I don't have to complain.

path: 0 25041149 25042382, hotness: undefined, score: 6, children: 0
UnH1ng3d 3 points 20 days ago

Why can't it say what the job is 🧐🧐🧐

path: 0 25041149 25048915, hotness: undefined, score: 3, children: 1
bjoern_tantau 3 points 20 days ago

Actually, it usually does. I was just too lazy to think of one.

path: 0 25041149 25048915 25052233, hotness: undefined, score: 3, children: 0
orlyowl 70 points 21 days ago

Reminds me of one of the truest comics I ever read.

DsmoxSmOInIZlnj.jpg

path: 0 25042627, hotness: undefined, score: 70, children: 4
Digit 6 points 20 days ago

It is weird isn't it.

Why do they make it so bad?

I imagine half of linux users could make better automated update rules in their cron.

So many better ways.

So why are they making it intentionally bad?

... Sabotage from Microsoft employees who hate Microsoft?

... Part of a larger Embrace Extent Extinguish tactic, where they've already embraced the Linux Foundation etc enough, they're ready to extinguish Windows, already having sufficient monopolistic total-control hooks in Linux???

What are they up to? There has to be a reason it's so bad. There has to be a reason they go out of their way to make it so bad.

It surely can't just be the effects of The Corporation, the hierarchies and compartmentalisations and bureaucracy of the structure where they don't understand (or even perhaps do understand [and maybe have seen Kevlin Henney's excellent talk on clean code vs enterprise programming] but) can't do anything about it, can it?

What are they building in there? We don't get to see, we don't get to know, just trust them, they know best when and how, and so you are not allowed to change it.

We are not doing that any more.

path: 0 25042627 25050859, hotness: undefined, score: 6, children: 3
Rothe 4 points 20 days ago

Having a monopoly makes you arrogant. That is probably the only reason why they do it.

path: 0 25042627 25050859 25051108, hotness: undefined, score: 4, children: 0
bufalo1973 3 points 20 days ago

Windows has had always a problem: unlike Unix, where files are referenced by an inode where the name points to, Windows has the names directly linked to the files. When Windows needs to update a system file that is in use it has to stop being used. And for some system files there only one way to do it: reboot. On Unix, the name of the file can change the inode where it points to and the system goes on. The old file exists until every process stops using it and then is erased while new processes access the new file. So no reboot is needed.

That leads to not having to update everything on reboot. Only the kernel and little more.

path: 0 25042627 25050859 25055715, hotness: undefined, score: 3, children: 0
Samsy 3 points 20 days ago

Maybe train you into avoiding shutdowns, never shutdown, stay on Microsoft windows for ever, forget about other things like sleep or eating.

path: 0 25042627 25050859 25053607, hotness: undefined, score: 3, children: 0
waldfee 56 points 20 days ago

[**    ] A stop job is running for Session c1 of User gdm (49s / 1min 30s)

path: 0 25045093, hotness: undefined, score: 56, children: 2
Telodzrum 12 points 20 days ago

`[**    ] A stop job is running for Session c1 of User gdm (4min 19s / 1min 30s)`

path: 0 25045093 25046319, hotness: undefined, score: 12, children: 0
xianjam 2 points 20 days ago

You read my mind

path: 0 25045093 25047556, hotness: undefined, score: 2, children: 0
Valmond 34 points 21 days ago

Windows cannot shut down because there is a folder open.

path: 0 25042118, hotness: undefined, score: 34, children: 2
Digit 5 points 20 days ago

Windows cannot shut down because Bill still wants to keep watching you to see what you're doing.

path: 0 25042118 25051140, hotness: undefined, score: 5, children: 0
Untamed_Star 5 points 20 days ago

Windows cannot shutdown because there's a Windows open.

path: 0 25042118 25045047, hotness: undefined, score: 5, children: 0
Eat_Your_Paisley 18 points 21 days ago

I've never used systemd to shut down

Sudo shutdown -h now works on the Mac

path: 0 25041516, hotness: undefined, score: 18, children: 8
kevincox 27 points 21 days ago

In most distros shutdown is a symlink to systemctl.

path: 0 25041516 25042041, hotness: undefined, score: 27, children: 4
tyler 6 points 21 days ago

Oh interesting

path: 0 25041516 25042041 25042117, hotness: undefined, score: 6, children: 0
msage 1 point 20 days ago

Gentoo baby!

path: 0 25041516 25042041 25051251, hotness: undefined, score: 1, children: 0
a_non_monotonic_function 0 points 20 days ago

Huh.

path: 0 25041516 25042041 25049685, hotness: undefined, score: 0, children: 0
Digit 0 points 20 days ago path: 0 25041516 25042041 25051162, hotness: undefined, score: 0, children: 0
Sheldan 6 points 20 days ago

I just use poweroff.

path: 0 25041516 25043272, hotness: undefined, score: 6, children: 0
Untamed_Star 3 points 20 days ago

i dunno I just normally do sudo poweroff.

path: 0 25041516 25045077, hotness: undefined, score: 3, children: 1
Untamed_Star 1 point 20 days ago

I would delete this because it's repeated but it's too late.

path: 0 25041516 25045077 25045086, hotness: undefined, score: 1, children: 0
pelya 15 points 21 days ago

Just poweroff is fine. Why lose extra 2.5 seconds typing two words when one word will suffice?

path: 0 25041404, hotness: undefined, score: 15, children: 18
AnUnusualRelic 15 points 21 days ago

What?

sync ; sync ; sync ; shutdown -h now

Or nothing!

path: 0 25041404 25041461, hotness: undefined, score: 15, children: 9
dadarobot 5 points 21 days ago

why?

path: 0 25041404 25041461 25041894, hotness: undefined, score: 5, children: 6
AnUnusualRelic 10 points 21 days ago

It's traditional, it used to be done that way on old systems. It was done for extra luck I suppose.

Nowadays, shutdown syncs as a matter of fact, and filesystems are much less brittle.

path: 0 25041404 25041461 25041894 25042252, hotness: undefined, score: 10, children: 1
TrippaSnippa 1 point 20 days ago

The machine spirit gets upset if you don't perform the correct shutdown rites. Praise the Omnissiah.

path: 0 25041404 25041461 25041894 25042252 25049919, hotness: undefined, score: 1, children: 0
Sonotsugipaa 6 points 21 days ago

Gotta make sure the FS cache syncs.

Not too sure, hence the use of semicolons instead of double ampersands, but a moderately high level of sure.

path: 0 25041404 25041461 25041894 25042014, hotness: undefined, score: 6, children: 0
BartyDeCanter 3 points 20 days ago

Before Linux had a shutdown command, you’d run “sync && sync && sync” then hit the power button.

path: 0 25041404 25041461 25041894 25043008, hotness: undefined, score: 3, children: 2
Digit 1 point 20 days ago

How long ago was that?? Like 30 years ago?

path: 0 25041404 25041461 25041894 25043008 25051451, hotness: undefined, score: 1, children: 0
dadarobot 1 point 20 days ago

is that true? i guess it makes sense. you dont "shutdown" DOS

path: 0 25041404 25041461 25041894 25043008 25044364, hotness: undefined, score: 1, children: 0
BenM2023 3 points 21 days ago

3 syncs? Sun Microsystems trainers told me 2!

path: 0 25041404 25041461 25042686, hotness: undefined, score: 3, children: 1
AnUnusualRelic 2 points 21 days ago

Seems risky to me...

path: 0 25041404 25041461 25042686 25042801, hotness: undefined, score: 2, children: 0
mushroommunk 3 points 21 days ago

Just alias whatever to "off"

path: 0 25041404 25041467, hotness: undefined, score: 3, children: 0
ShinkanTrain 3 points 20 days ago

why use many word when few word do trick

path: 0 25041404 25044150, hotness: undefined, score: 3, children: 1
Digit 1 point 20 days ago

few words do.

cat spk les yet.

path: 0 25041404 25044150 25051466, hotness: undefined, score: 1, children: 0
huquad 2 points 20 days ago

I just pull the power cord and let it figure it out

path: 0 25041404 25045103, hotness: undefined, score: 2, children: 1
LincolnsDogFido 2 points 20 days ago

I'm not nearly as into Linux as everyone here. I just hobby manage docker containers for a home server. That was my first foray into Linux like 2 years ago. For whatever reason, this broke me for a few seconds lol

path: 0 25041404 25045103 25056223, hotness: undefined, score: 2, children: 0
dotslashme 1 point 21 days ago

I think doing just a poweroff might leave some services in an unclean state. I think systemctl poweroff make sure the services are shutdown cleanly before powering down.

path: 0 25041404 25042598, hotness: undefined, score: 1, children: 2
Anafabula 4 points 20 days ago

poweroff is just an alias to systemctl poweroff on distros with systemd

path: 0 25041404 25042598 25045788, hotness: undefined, score: 4, children: 0
rumschlumpel 2 points 20 days ago

Unless you're running a non-systemd-distro, poweroff and systemctl poweroff are literally the same ...

path: 0 25041404 25042598 25045766, hotness: undefined, score: 2, children: 0
Zeddex 15 points 20 days ago

force-shutdown

path: 0 25045409, hotness: undefined, score: 15, children: 2
Digit 3 points 20 days ago

Reminds of a couple [(brilliantly delivered, poignant)] lines from the movie Sphere.

"I hope it doesn't have any feelings."

"What happens when he gets upset?"

path: 0 25045409 25050730, hotness: undefined, score: 3, children: 1
Digit 1 point 20 days ago

[Thanks LLM on a websearch for helping remember it was from the Sphere, not 2001, lol... different similar(ish) lines in that. ~ Wait, why am I thanking the LLM? ... Does this speak to how gratitude's good... Or in expressing this gratitude, does it suggest I suspect, on some level, perhaps subconsciously, that the LLM has feelings!?!! Oh well at least we're not putting LLMs into our local computers that we shutdown. ....]

path: 0 25045409 25050730 25050750, hotness: undefined, score: 1, children: 0
Noobnarski 13 points 20 days ago

It's even worse, when I tell my work Windows 11 computer to shut down and I have to choose update and shutdown because it decided to do updates, sometimes it reboots a few times but then it doesn't turn off afterwards.

I'm never going to install Windows 11 on any of my devices, it's so bad.

path: 0 25052653, hotness: undefined, score: 13, children: 6
AndyMFK 12 points 20 days ago

I bought a new mini PC the other day that shipped with windows 11. Before installing Linux I thought "I'll just boot into windows to make sure the hardware is all correct".

I got as far as the windows welcome screen and thought "it's actually just going to be faster and easier to install Debian instead of going through all this windows bullshit"

path: 0 25052653 25055358, hotness: undefined, score: 12, children: 1
Bluewing 9 points 20 days ago

I got a new Mini a month ago. Before I even powered it up, I stabbed a USB stick into it, hit escape on boot, and killed that bitch with Kinonite.

There are two things a person needs to do when starting up a fresh new computer: First, you must bathe in the purifying waters of Lake Minnetonka, and never, ever let Windows have even a single chance to live.

path: 0 25052653 25055358 25055639, hotness: undefined, score: 9, children: 0
Buddahriffic 8 points 20 days ago

Or my old windows 10 machine would wake itself up in the middle of the night to run updates that the group policy wouldn't even allow it to download without my permission and then just sit there. If I hadn't fallen asleep yet, I'd notice the monitor light up the next room and get up swearing at Microsoft until I tracked down where the wakeup timer was set and disabled it. Only to find it re-enabled after some updates.

Fuck Microsoft.

path: 0 25052653 25056225, hotness: undefined, score: 8, children: 3
GamingChairModel 9 points 20 days ago

It's fun when your laptop decides to do this kind of nonsense from inside your laptop bag, smothering itself in its own heat.

path: 0 25052653 25056225 25057760, hotness: undefined, score: 9, children: 1
Buddahriffic 2 points 19 days ago

Makes me wonder how many laptops seemed to randomly get bricked because it tried to update but then ran out of battery in the middle of it but the user just sees that their laptop had no battery left and then won't boot properly after that, never realizing it decided to update itself.

path: 0 25052653 25056225 25057760 25063638, hotness: undefined, score: 2, children: 0
muusemuuse 3 points 19 days ago

I have a solution for this inside on my work computer. I put it on a Shelly plug. I tell homeassistant to power that on before my shift starts. When I shut down the computer at the end of my shift, the plug sees the drop in current draw and powers off that outlet.

The windows pc doesn’t even get power unless I want it to. It can starve.

path: 0 25052653 25056225 25076243, hotness: undefined, score: 3, children: 0
Sxan 11 points 20 days ago

systemctl invariably hangs on waitimg for some job to finish. systemd-shutdown-inhibitor is hideous.

poweroff -ff

path: 0 25044408, hotness: undefined, score: 11, children: 0
Rhaedas 11 points 21 days ago

Five seconds? What's hogging that system? Mine is about two, at most, from the WM shutdown selection.

path: 0 25041222, hotness: undefined, score: 11, children: 0
Flax_vert 10 points 21 days ago

Everyone arguing about the amount of keypresses to type a shutdown command and time it takes to shutdown... I just power it off at the wall. One button press, shutdown is near instantaneous

path: 0 25042419, hotness: undefined, score: 10, children: 4
cRazi_man 3 points 21 days ago

Big brain move

path: 0 25042419 25042556, hotness: undefined, score: 3, children: 0
lattrommi 2 points 20 days ago

I trained my cat to flip the breakers.

path: 0 25042419 25047565, hotness: undefined, score: 2, children: 1
Flax_vert 1 point 20 days ago path: 0 25042419 25047565 25047692, hotness: undefined, score: 1, children: 0
Digit 1 point 20 days ago

Reminds, in my crunchbang days,

I had set up keybinds to reboot and shutdown

(in similar style to my keybinds to close window, kill window, restart window manager, kill window manager, kill X server).

path: 0 25042419 25051433, hotness: undefined, score: 1, children: 0
Siegfried 8 points 19 days ago

Powers on

Immediately starts shut down

Refuses to close because the following programs are still running

The list is empty

path: 0 25063376, hotness: undefined, score: 8, children: 0
Honytawk 8 points 20 days ago

Are you guys really using a command to shut down a computer?

Because you can do the same with Windows, but nobody uses it because it is just not convenient to use commands for that.

shutdown /s

path: 0 25051516, hotness: undefined, score: 8, children: 6
Haaveilija 7 points 20 days ago

"please shut down (this is sarcasm)"

path: 0 25051516 25053729, hotness: undefined, score: 7, children: 0
LePoisson 4 points 20 days ago

Yeah, you can even throw a /f in there to force close all apps so it will kill everything and go nighty night. I used to use it with /t command if I wanted to download something while I was out but not have the PC run all day.

That's not the best way to turn your PC off but hell half the time I just murder mine by holding down the power button anyways. As long as you're not being crazy shutting her down in the middle of some data operations you'll be fine.

path: 0 25051516 25055610, hotness: undefined, score: 4, children: 2
lemming741 2 points 20 days ago

I have an old laptop with a w7 partition for running some old cracked software. It has never seen a shitdown, only battery pulls. Not even the warning of a long press

path: 0 25051516 25055610 25059451, hotness: undefined, score: 2, children: 1
LePoisson 1 point 20 days ago

My god that poor machine

path: 0 25051516 25055610 25059451 25059531, hotness: undefined, score: 1, children: 0
Croquette 4 points 20 days ago

I used it when I was watching movies to fall asleep to but did not want to use the battery. You can specify a time with /t before the shutdown occurs.

path: 0 25051516 25051573, hotness: undefined, score: 4, children: 1
nautevenkidding 2 points 20 days ago

I always did a sleep 1h && systemctl suspend

path: 0 25051516 25051573 25052695, hotness: undefined, score: 2, children: 0
1984 8 points 20 days ago

You can just type "shutdown now" and it does.

path: 0 25050061, hotness: undefined, score: 8, children: 3
sudoer777 2 points 20 days ago

Or just poweroff, one word not two

path: 0 25050061 25051940, hotness: undefined, score: 2, children: 2
andho 3 points 20 days ago

How about halt

path: 0 25050061 25051940 25054866, hotness: undefined, score: 3, children: 1
sudoer777 1 point 19 days ago

I just tried it but it gave me an error

path: 0 25050061 25051940 25054866 25064493, hotness: undefined, score: 1, children: 0
hactar42 7 points 20 days ago

Not to be that guy but...

shutdown /s /f /t 0

path: 0 25044588, hotness: undefined, score: 7, children: 2
kbobabob 4 points 20 days ago

No, you have to use the GUI in Windows.

path: 0 25044588 25044920, hotness: undefined, score: 4, children: 0
TrickDacy 2 points 20 days ago

🤮

path: 0 25044588 25045511, hotness: undefined, score: 2, children: 0
cupcakezealot 7 points 20 days ago

it's now safe to turn off your computer

path: 0 25058605, hotness: undefined, score: 7, children: 1
muusemuuse 1 point 19 days ago

It was never safe to turn it on in the first place

path: 0 25058605 25076196, hotness: undefined, score: 1, children: 0
Unleaded8163 6 points 21 days ago

Apparently there are a lot of ways to shutdown. halt is my preference from the command line.

path: 0 25041669, hotness: undefined, score: 6, children: 3
YoSoySnekBoi 29 points 21 days ago

I like shutdown now because it feels like I'm reprimanding my PC

path: 0 25041669 25041713, hotness: undefined, score: 29, children: 2
Untamed_Star 3 points 20 days ago

poor pc :[

path: 0 25041669 25041713 25045112, hotness: undefined, score: 3, children: 0
BladeFederation 3 points 20 days ago

But your PC has been such a good girl :(

path: 0 25041669 25041713 25046305, hotness: undefined, score: 3, children: 0
LiarAmongAll 5 points 20 days ago

Windows update set my PC back almost 3 years for some unknown reason, lost so much shit. That was my final fuck it this shit moment, I installed Mint last week. A little bit of a learning curve, but I'm enjoying it and not worried about everything getting ruined unless I do something dumb. I can live with my own stupid.

path: 0 25050905, hotness: undefined, score: 5, children: 0
Dvixen 5 points 20 days ago

I was always particularly fond of windows turning my laptop on, running updates, and then going into hibernation, which then caused a blue screen trying to come out of it.

The laptop had sleep and hibernation disabled, all of the wake-on-events and automatic updates were disabled as well. (It was an older cranky thing and deserved rest - or to be taken out back and shot.)

Yet, somehow it always turned on for update day, even after I blocked it from the internet via the router.

path: 0 25048510, hotness: undefined, score: 5, children: 4
chiliedogg 3 points 20 days ago

I enjoy the backpack detection mode they have on laptops to make sure it turns on, overheats, and drains the battery anytime you take it somewhere you'll want to use it unplugged.

path: 0 25048510 25055633, hotness: undefined, score: 3, children: 0
Digit 2 points 20 days ago

(It was an older cranky thing and deserved rest - or to be taken out back and shot.)

Or gifted something like GNU+Linux, BSD, OpenSolaris, 9base, GNU+Ironclad, GNU(+Hurd), KolibriOS, etc, and given a new lease of life for another decade or two, and unlikely to ever suffer like it suffered under windows ever again..

path: 0 25048510 25050505, hotness: undefined, score: 2, children: 2
Dvixen 1 point 20 days ago

Oh absolutely. It's running Ubuntu for a couple years now and it's so much better.

path: 0 25048510 25050505 25051491, hotness: undefined, score: 1, children: 0
boonhet 0 points 20 days ago

No operating system will change your ancient laptop's CPU to a more powerful and efficient one though. It'll feel snappier to use because there are fewer background processes, but it won't really be fast. Browsers will still be slow, so will code compilation, etc.

path: 0 25048510 25050505 25051605, hotness: undefined, score: 0, children: 0
HotsauceHurricane 5 points 20 days ago

Systemctl? Bro just poweroff

path: 0 25044168, hotness: undefined, score: 5, children: 0
titanicx 5 points 20 days ago

You know I'm okay with Windows running updates I shut down or anything else like that. It's incredibly annoying when people don't run updates and then wonder why their system gets fucked up. It's just like on Linux when people just absolutely refuse to acknowledge the fact that they need to run updates. And many times I need to run the updates manually through the command line. There are quite a few gooey applications and things like that that will allow you to run updates but many times you still have to run them manually. And then something breaks and people wonder why I broke when they didn't run any updates. So in the end really who gives a fuck if it's running updates on shutdown you hit the button says run updates you tell it to run updates and you either close the lid on your laptop and walk away or you carry it till it shuts down within a few minutes and then you shut it down. Or you just let your desktop run until it's done. It's really not that big of a deal that people here seem to make it out to be and seem to make 10 different memes a day about the shutdown process on whatever OS they want to shut down.

path: 0 25046689, hotness: undefined, score: 5, children: 8
KmlSlmk64 7 points 20 days ago

For most people, especially work computer/laptop users, making the update happen by default on restart or during sleep hours does a lot to keep the pc updated, because they would otherwise never do it themselves. There is a somewhat large minority of users who complain about such behaviour, but these are mostly people into computers anyways and can update their stuff anyways.

But the biggest gripe is the horrid implementation of the start menu power buttons in windows:

  • update and restart: mostly works as you would expect - updates and boots the pc
  • update and shutdown: updates the pc, and instead of leaving the pc in shutdown state, many times it just boots the pc again, working like update and restart
  • restart/shutdown without updating: non-insignificant chance of it doing the update anyways
path: 0 25046689 25047643, hotness: undefined, score: 7, children: 1
lobut 4 points 20 days ago

Thank you for mentioning the horrible implementation of the power button options.

Update and shutdown? Nah, I don't feel like it. I'm gonna restart five times also and then I'm boot into Windows.

path: 0 25046689 25047643 25049577, hotness: undefined, score: 4, children: 0
absentbird 1 point 20 days ago

But you don't need to restart Linux for updates most of the time, basically just kernel updates, and those aren't often done more than once a month or so, less for fixed point release distros

path: 0 25046689 25048757, hotness: undefined, score: 1, children: 2
Digit 2 points 20 days ago

And even then, there's the hot patching potential for a running kernel to upgrade without reboot.

path: 0 25046689 25048757 25050660, hotness: undefined, score: 2, children: 0
titanicx 1 point 20 days ago

And you don't necessarily need to reboot Windows for all of their updates either if you keep it updated. But there's quite a few updates I've run on Linux especially servers that have been neglected when I've gone into companies because people are like herder I don't need to patch or update anything on linux that do require reboots.

path: 0 25046689 25048757 25054838, hotness: undefined, score: 1, children: 0
Digit 1 point 20 days ago

It's nice to have the choice.

One of my systems [that is actually in use], I've not run an update for near as long again as how long it's been since I rebooted it, and have not even hot-patched it, nor upgraded anything, ... uptime says: "08:07:28 up 2687 days, 29 min, 1 user, load average: 0.00, 0.00, 0.00"

(And it's a gentoo... And I love upgrading long neglected gentoos... ... though that's maybe an order too far, that long. A couple years, fine, fun, but less than a year away from 3000 days (plus another grand or two). LOL. But still, the freedom to choose to do that... is nice.)

... Just before clicking Reply, I hear Richard Stallman's [paraphrased(?)] words echoing around in my mind... Either the user controls the software, or the software controls the user at the behest of someone else.

path: 0 25046689 25050650, hotness: undefined, score: 1, children: 0
Wispy2891 0 points 20 days ago

The problem is how they install the fucking updates.

"OMG IT'S PATCH TUESDAY!!!!11111!! NEEED TO REBOOT IMMEDIATELY RIGHT NOW I MUST FORCE CLOSE ALL THE OPEN APPLICATIONS WITHOUT SAVING ANY WORK, THE USER GONNA APPRECIATE THAT"

path: 0 25046689 25049989, hotness: undefined, score: 0, children: 1
titanicx 0 points 20 days ago

I mean it's not really horrible it's actually a pretty good idea for people that either a are not computer savvy or b wouldn't normally update without being reminded to do stuff like that. Which unfortunately for people like you and I is the vast majority of people in you know the world. Actual computer users who understand and can do it on their own are very few and far between. Think about an average company of say 5,000 people and that's a small fish company. There's an it department of what maybe 10 to 15 if that. And in that case you may be have another 20 users maybe 30 users total that have any knowledge of computers at all. That's a huge amount of people right there in a huge amount of computers that would never have any updates for patches and become vulnerable to everything from crashing to getting hacked. Without those automatic upd

path: 0 25046689 25049989 25054828, hotness: undefined, score: 0, children: 0
BeUnique 4 points 20 days ago

*Holds power button on windows device

path: 0 25049467, hotness: undefined, score: 4, children: 7
Doomsider 2 points 20 days ago

Isn't it crazy that you need a physical workaround for your operating system?

path: 0 25049467 25049900, hotness: undefined, score: 2, children: 6
Lemmert 7 points 20 days ago

To to honest my Fedora install used to hang indefinitely 20% of the time I tried to shut it down. So I also became well acquainted with that solution

path: 0 25049467 25049900 25050232, hotness: undefined, score: 7, children: 2
Doomsider 3 points 20 days ago

It is a last ditch effort in Linux instead of the first reaction for me in Windows.

Maybe I don't just don't respect Windows. It probably goes back to things like it deciding to do an unskippable update right before I did a presentation or trying to find some obscure .dll file for hours trying to make a program work.

I get your point though.

path: 0 25049467 25049900 25050232 25050316, hotness: undefined, score: 3, children: 1
Lemmert 2 points 20 days ago

Fair enough considering Windows also doesn't respect you. My worst experiences were the times I accidentally clicked on "update and restart" so I just had to wait there after a long night of getting a presentation or homework done. That happened a few too many times in high school.

But I barely handle updates myself these days. I have set it to automatically* apply them live for my year on Silverblue. I have something similar for my phone updating every weekend at night considering I sleep in anyway. This post did remind me how nice it is to not have to worry (or even think) about updates.

*I do manually update between major Fedora releases. But those happen twice per year so yeah.

path: 0 25049467 25049900 25050232 25050316 25050984, hotness: undefined, score: 2, children: 0
BeUnique 4 points 20 days ago

Sure I guess. There's plenty of things better about Linux so why lie? This meme misses the mark is all I'm saying.

path: 0 25049467 25049900 25049922, hotness: undefined, score: 4, children: 2
Doomsider 1 point 20 days ago

I was just pointing out the irony of your statement. I think this is a low effort meme for sure

path: 0 25049467 25049900 25049922 25050131, hotness: undefined, score: 1, children: 0
rtxn 1 point 20 days ago

Who needs their files closed and disks synced, anyway?

path: 0 25049467 25049900 25049922 25050423, hotness: undefined, score: 1, children: 0
JoeBigelow 4 points 20 days ago

Is there a "How to Linux" somewhere? I'd really like to get beyond using my CachyOS system as gui user, hell even some of the gui stuff is so alien. Felt like a lesser god when I found the repo... But terminal commands are just beyond me

path: 0 25045690, hotness: undefined, score: 4, children: 6
lattrommi 3 points 20 days ago

This helped me quite a lot. You don't have to use arcolinux either, it's simply a guide.

https://www.arcolinux.info/learning-path/

edit i haven't used that link in awhile and i'm not sure it's the same experience anymore, some things appear to be missing. if unsure about any step, you can skip it usually. it's more of a list of things to learn.

path: 0 25045690 25047382, hotness: undefined, score: 3, children: 0
BladeFederation 3 points 20 days ago

Nothing wrong with GUI but yeah there are a lot of resources. I don't know if I can point you to any because I usually just web search the command for the thing I want to do and add it to a long running note of Linux commands

path: 0 25045690 25046230, hotness: undefined, score: 3, children: 0
gajahmada 3 points 20 days ago

No starch press has many such books.

"How Linux Works", "The Linux Command Line" is the one I've (partially) read.

There's also Linux From Scratch or maybe just try Arch without the install script if you have spare ssd to boot.

I've found that just selhosting shit will hit some inevitable roadblock, so it tend to end up making you read a whole bunch of documentation and at many points you will encounter new incantations which you also need the docs if you curious enough

path: 0 25045690 25051713, hotness: undefined, score: 3, children: 0
LandBasedDaveyJones 2 points 20 days ago

Check out "Linux survival" if you're old school, LabEx if you like experiential learning more, and less explanation. Both offer exercises, both are free, but Labex has a few restrictions for free accounts, and offers a paid tier at like 9 bucks a month. And ofc you don't have to use the terminal irl, it's just easier after getting used to it. Most things have a GUI program equivalent, you just have to seek it out. Most of the time.

Edit: And also, Linux Mint and a few others are often recommended to new users for being both similarish to windows and approachable with GUI.

path: 0 25045690 25046022, hotness: undefined, score: 2, children: 1
JoeBigelow 1 point 20 days ago

Thank you! I've used mint, liked it, tried PopOS, had some trouble with it I can't remember and instead of solving it moved to CachyOS which promised to solve the issue, and it did. I think it was Bluetooth

path: 0 25045690 25046022 25046325, hotness: undefined, score: 1, children: 0
Digit 1 point 20 days ago

Many such efforts exist out there. [1]

Rather than link to any of those (~ in part because I don't know which one will be best for you, with each our different learning styles and needs),

I'll instead (because I know what's best for you ~ /s) offer this whimsical short path to a path of expedience, that may look a longer harder road at first, but is actually, in the longer run, the shorter road that bump-starts you from a stalled zero to a [*cringe* ~ oh am I really going to say this...?] ... linux hero. [LOL, dear goodness, what have I done? LOL. Well, you get the gist at least.] The [2nd[2]] shortest path: https://www.youtube.com/watch?v=t09IbcxAJlU <- follow the instructions in this 40s video.

It will take you to "the jump program" of learning Linux. ... and just like in the movie, The Matrix, "Everybody fails the first time." "Yeah, but what if he doesn't?"

[1: websearching for lists of basic/"essential" linux commands is one way to trickle in some learning [with a little wax-on wax-off practice]. man man can help. IDK, maybe some familiarisation with the FHS (Filesystem Hierarchy Standard), some lectures on free software philosophy, unix philosophy, and following the curiosities from there, then the "how to linux" just sort of emerges organically from the awareness. ... Things really start to take off, once you know about A: documentation (e.g. man pages (for a start)), and B: pipes (and other redirects). [Oh, and C: your package manager basic commands to install, search, remove, update list of available packages, and upgrade all packages.]]

[2: first's not relevant here... higher shelf, needs more breadth of basics before going deeper. No point learning about poly-distros if don't yet even know 1 distro. And so the 1st shortest is only shortest once already~ ... never mind. We're not supposed to talk about it. ;D]

path: 0 25045690 25051124, hotness: undefined, score: 1, children: 0
Hiro8811 4 points 20 days ago

I usually map the power button to shut down, although on laptop if I close the screen after shutdown it'll go to sleep mid shutdown

path: 0 25043659, hotness: undefined, score: 4, children: 0
arc99 4 points 20 days ago

This boils down to a Linux using a file system which allows files to be deleted or replaced in the inode table while something has the old file open. So it's easier (although not simple) to replace packages while other stuff is running. Whereas Windows has to shut everything else down so nothing has the file open to replace it and also fix stragglers during the next reboot.

path: 0 25055931, hotness: undefined, score: 4, children: 3
WhyJiffie 5 points 20 days ago

its more to do with the fact that until recently linux distros did not have a desktop pc centered idea on how to do updates. but distros started to support offline updates, so you can install updates in a safer way, while the system is not running.

a major difference is that linux offline updates allows you to just shut down, without taking time with updates.

path: 0 25055931 25056075, hotness: undefined, score: 5, children: 2
quadrant5835 1 point 20 days ago

My phone and Linux PC's now all do this. Primary partition in use. Updates apply to secondary partition. At next reboot, load the updated partition.

It's so much better that the alternative, I can't wait for Windows 14 to adopt it.

path: 0 25055931 25056075 25059831, hotness: undefined, score: 1, children: 1
WhyJiffie 4 points 19 days ago

only atomic distros do that, and it has its downsides. most distros still only keep a single system partition, but if it does snapshots before update then it's not a big deal if something goes wrong

path: 0 25055931 25056075 25059831 25061269, hotness: undefined, score: 4, children: 0
m3t00 4 points 20 days ago

script on desktop; shutdown -h now, or hit button

path: 0 25055441, hotness: undefined, score: 4, children: 0
Tiempo 4 points 20 days ago

Shutdown NOW

Yes sir!

path: 0 25046940, hotness: undefined, score: 4, children: 1
absentbird 1 point 20 days ago

Y-

path: 0 25046940 25048721, hotness: undefined, score: 1, children: 0
rozodru 4 points 21 days ago

meanwhile on KDE: A stop job is running

path: 0 25041770, hotness: undefined, score: 4, children: 0
HugeNerd 3 points 20 days ago

"shutdown" is a noun. I was on vacation because the company was in shutdown.

"shut down" is the compound verb you wanted.

path: 0 25056239, hotness: undefined, score: 3, children: 5
funkajunk 12 points 20 days ago

Grammar checking a wojack meme?

Username checks out.

path: 0 25056239 25058496, hotness: undefined, score: 12, children: 1
HugeNerd 7 points 20 days ago

Username checks out.

must... not... bite...

path: 0 25056239 25058496 25059100, hotness: undefined, score: 7, children: 0
Sasquatch 7 points 19 days ago

I would argue executables can be verbified.

I can grep a file. Why can't i shutdown?

path: 0 25056239 25061423, hotness: undefined, score: 7, children: 2
HugeNerd 0 points 19 days ago

Because grep isn't a word? And since when do machines set the tone for human activity? Lights turn on, do you turn on in the morning?

path: 0 25056239 25061423 25070548, hotness: undefined, score: 0, children: 1
Sasquatch 4 points 19 days ago

🥴 I would 4 u bb

path: 0 25056239 25061423 25070548 25070801, hotness: undefined, score: 4, children: 0
muusemuuse 3 points 19 days ago

path: 0 25076184, hotness: undefined, score: 3, children: 0
umbraroze 3 points 20 days ago

Well, there's a reason why I shut down my Windows laptop at least 30 minutes before I have to actually leave somewhere.

My biggest annoyance isn't even Windows as such, but random applications that have auto-updaters that run when the app is closed. "Okay, time to go now." "NO! I must update this app!! Do not stop this update or hideously evil data corruption will happen!!!" ...there's no excuse for this stuff. Just do it when starting the application.

path: 0 25050889, hotness: undefined, score: 3, children: 1
WhyJiffie 1 point 20 days ago

Just do it when starting the application.

then the other half of the userbase will complain

path: 0 25050889 25056998, hotness: undefined, score: 1, children: 0
9tr6gyp3 3 points 21 days ago

Poor storage drives adding on power cycles

path: 0 25041491, hotness: undefined, score: 3, children: 0
MonkderVierte 3 points 20 days ago

Systemd waiting for to terminate on shutdown is one of the reasons i've ditched it.

path: 0 25052521, hotness: undefined, score: 3, children: 9
kadotux 6 points 20 days ago

"A stop job is running for user manager for UID 1000" is such a pain :D

path: 0 25052521 25054879, hotness: undefined, score: 6, children: 1
wilmo 3 points 20 days ago

You can change the default wait from 90 seconds to something like 5 seconds.

/etc/systemd/system.conf.d/system.conf

[Manager] DefaultTimeoutStopSec=2s

path: 0 25052521 25054879 25055164, hotness: undefined, score: 3, children: 0
luciferofastora 3 points 20 days ago

I don't think I've ever had that issue. My PC shuts down within a few seconds. What kind of things would refuse to terminate?

path: 0 25052521 25055953, hotness: undefined, score: 3, children: 3
WhyJiffie 8 points 20 days ago

a bad configuration, mostly. people love to bash systemd but this is sensible, that it does not outright kill services that aren't ready for that. if your computer shuts diwn slowly because of that, that is a configuration issue, that either a service or a mount does not stop cleanly.

path: 0 25052521 25055953 25056133, hotness: undefined, score: 8, children: 0
MonkderVierte 1 point 20 days ago

Udev i think. Also, that's a thing Systemd is (more or less) infamous for. Which is, why this joke weirded me out a bit.

path: 0 25052521 25055953 25059318, hotness: undefined, score: 1, children: 1
luciferofastora 1 point 19 days ago

Also, that's a thing Systemd is (more or less) infamous for.

I've never heard of it before. I don't know where it is infamous, I've never had that issue and of all the criticism I've seen levelled at Linux in general or systemd in particular, that has never been one. Maybe there was some configuration stuff, as the other reply mentioned?

path: 0 25052521 25055953 25059318 25063434, hotness: undefined, score: 1, children: 0
wilmo 1 point 20 days ago

You could just configure the default timeout.

path: 0 25052521 25055202, hotness: undefined, score: 1, children: 1
MonkderVierte 1 point 20 days ago

2 min is still a bit much for a default. Make it 10 seconds.

path: 0 25052521 25055202 25059358, hotness: undefined, score: 1, children: 0
kuerbiskernoel 1 point 20 days ago

I solve that by holding my power button, not worth the hassle of ditching systemd for me

path: 0 25052521 25055072, hotness: undefined, score: 1, children: 0
Jankatarch 3 points 20 days ago

It's amazing that my pc is set to shut down when I press power button.

Not even "press and hold for a sec." No I just press the power and by the time I lift my finger it's already shutting down.

path: 0 25047761, hotness: undefined, score: 3, children: 0
AlphaOmega 3 points 20 days ago

Windows 10 has had a bug for about 3 years now. Where if you choose "install update and shutdown" and instead it reboots.

path: 0 25046042, hotness: undefined, score: 3, children: 3
f4f4f4f4f4f4f4f4 5 points 20 days ago

Windows 11. We installed a printer driver and unchecked "Restart my computer now". It attempted to restart anyway, with Windows offering to either close all programs and restart, or cancel. I clicked cancel. It restarted anyway. Nothing was lost, but still... 🤦

path: 0 25046042 25047202, hotness: undefined, score: 5, children: 0
Armok_the_bunny 2 points 20 days ago

I thought I'd seen news that that had finally been acknowledged and fixed, or did they only fix it for 11 or something?

path: 0 25046042 25046252, hotness: undefined, score: 2, children: 1
AlphaOmega 2 points 20 days ago

Just updated last week and didn't shut down. I also read somewhere it was fixed months ago

path: 0 25046042 25046252 25047080, hotness: undefined, score: 2, children: 0
OR3X 3 points 20 days ago

This might sound crazy, but you don't have to shutdown your computer every time you're done using it. You can just lock the screen and walk away.

path: 0 25044902, hotness: undefined, score: 3, children: 10
lattrommi 2 points 20 days ago

Lock the screen? Pshh... I set mine up where after 15 minutes of inactivity the screen shuts off. that's it. i'll restart if the update tells me to.

path: 0 25044902 25047553, hotness: undefined, score: 2, children: 2
Digit 1 point 20 days ago

Screen off after 15 mins? Pshh... I ride xset s off ; xset -dpms ; xset s noblank. I'll restart if things get crashy from me not restarting after an upgrade upgrades any of my currently running singletons (e.g. kernel, init, x11).

path: 0 25044902 25047553 25051525, hotness: undefined, score: 1, children: 1
Digit 1 point 20 days ago

[hopefully [others reply with taking it even further and] this cascades all the way to butterflies.]

path: 0 25044902 25047553 25051525 25051534, hotness: undefined, score: 1, children: 0
TrickDacy 1 point 20 days ago

No way!!!

path: 0 25044902 25045514, hotness: undefined, score: 1, children: 0
rumschlumpel 1 point 20 days ago

If you're on a laptop, you often can't do that and those updates waste precious battery life.

path: 0 25044902 25045698, hotness: undefined, score: 1, children: 5
OR3X 1 point 20 days ago

Fair point

path: 0 25044902 25045698 25045948, hotness: undefined, score: 1, children: 0
testaccount789 1 point 20 days ago

There's sleep.
Last time I did update on my laptop, I had 40 days of uptime.

path: 0 25044902 25045698 25046263, hotness: undefined, score: 1, children: 1
rumschlumpel 1 point 20 days ago

Sleep doesn't cut the power though, which is especially problematic on a laptop, and AFAIK if you use full disk encryption your drive remains readable (also especially problematic on a laptop).

Hibernate works, though it's kinda slow, too.

path: 0 25044902 25045698 25046263 25052221, hotness: undefined, score: 1, children: 0
BladeFederation 1 point 20 days ago

Has anyone found a way to finagle better battery life on Linux laptops? One of my few Linux complaints is that...

path: 0 25044902 25045698 25046307, hotness: undefined, score: 1, children: 1
rumschlumpel 2 points 20 days ago

There's powertop, but last time I've seriously tried using it was years ago. My laptop is >10 years old anyway (I've owned it for about half of that) and I almost always use it at home on AC power, the battery is probably geriatric anyway ...

path: 0 25044902 25045698 25046307 25052250, hotness: undefined, score: 2, children: 0
LilB0kChoy 3 points 20 days ago

Windows + R cmd [enter] Shutdown -r -s -t 0 [enter]

path: 0 25045893, hotness: undefined, score: 3, children: 0
lambisio 2 points 19 days ago path: 0 25074317, hotness: undefined, score: 2, children: 1
CrypticCoffee 1 point 17 days ago

Lol, never happened to me in almost a decade of using systemd. Windows update was a constant blocker.

path: 0 25074317 25098328, hotness: undefined, score: 1, children: 0
Digit 2 points 20 days ago

I just push the button.

Muhahahahaha.

Okay, sometimes on a whim I'll do something like a "sudo shutdown -t 0 now". (... Muahahaha.)

Rarely shutdown my main computers though. Last time, years ago.

Better to have, and not need, than to need, and not have, right windows users?

path: 0 25050445, hotness: undefined, score: 2, children: 4
MonkderVierte 3 points 20 days ago

halt 0

path: 0 25050445 25052549, hotness: undefined, score: 3, children: 0
boonhet 2 points 20 days ago

Don't the -t 0 and now do the same thing?

path: 0 25050445 25051566, hotness: undefined, score: 2, children: 1
Digit 2 points 20 days ago

I've stumbled into various quirks across many systems over the decades, and, iirc, it was actually something like sudo shutdown -t secs now [(?! wat)] that resulted in reliable shutdown, contrary to all logic and presumed would-be redundancy. But, yeah, you'd think so. I don't know what the current state of shutdown's like. That was from like over 15 years ago, back when I had a X60T thinkpad I'd actually shutdown.

path: 0 25050445 25051566 25051625, hotness: undefined, score: 2, children: 0
Ricaz 1 point 20 days ago

My button does the same as poweroff though, it will still give everything a couple seconds to kill itself

path: 0 25050445 25051452, hotness: undefined, score: 1, children: 0
tuckerm 2 points 21 days ago

People give Windows a lot of flak for this, but at least it usually does turn off after finishing its updates.

MacOS is the one that will just literally ignore the fact that you told it to shut down. Or it takes forever to tell you that a program has unsaved changes. At least Windows will tell you that right away, so that you see the "something is preventing shutdown" message before you walk away from the computer. Your Mac will wait 15 minutes, and then be like, "by the way, the browser doesn't want to close."

path: 0 25042619, hotness: undefined, score: 2, children: 2
drcobaltjedi 6 points 20 days ago

"Update and Shutdown" still acts as "Update and Restart" on windows. They added a whole new feature that is indistinguishable from the previous feature.

Though I agree macos has the problem of "well Firefox was open so I was stuck here over night"

path: 0 25042619 25043543, hotness: undefined, score: 6, children: 1
kbobabob 2 points 20 days ago

They fixed that behavior recently.

path: 0 25042619 25043543 25044896, hotness: undefined, score: 2, children: 0
DarrinBrunner 2 points 20 days ago

You guys turn off your computers?

path: 0 25044151, hotness: undefined, score: 2, children: 1
Digit 1 point 20 days ago

NEVAAAAAR!

10:00:46 up 2687 days, 2:22, 1 user, load average: 0.01, 0.02, 0.00

path: 0 25044151 25051560, hotness: undefined, score: 1, children: 0
abominable_panda 2 points 20 days ago

Last time this happened to me (read: yesterday) i ended up holding down the power button.

You dont want to shut down when i ask i will make you.

path: 0 25045421, hotness: undefined, score: 2, children: 0
Switorik 2 points 20 days ago

If that one thumb could read, this might make him mad

path: 0 25043474, hotness: undefined, score: 2, children: 0
HuntressHimbo 2 points 20 days ago

I get annoyed when a stop job shows up and I have to wait a minute. On my windows machines, that minute is the baseline and I half expect it to have decided to update and reboot itself again after. The difference is night and day

path: 0 25043995, hotness: undefined, score: 2, children: 0
Agent641 2 points 20 days ago

Rip the power cord out of the wall

path: 0 25050804, hotness: undefined, score: 2, children: 0
myszka 2 points 20 days ago

I don't know how but a windows 7 machine I've recently had to use still got an update before shutting down...

path: 0 25044854, hotness: undefined, score: 2, children: 0
Racoonwithbenefits 1 point 20 days ago
path: 0 25044729, hotness: undefined, score: 1, children: 0
AceFuzzLord 1 point 20 days ago

Forgot this command! Gotta see if it'll work on my system and not start a restart when I ask for a shutdown!

Edit:

I hope to high heaven it's just an OS bug! Tried running this and the poweroff -ff commands and it just reboots my system! Now I am paranoid I somehow got a virus on my system!

path: 0 25048541, hotness: undefined, score: 1, children: 0
ikidd 1 point 20 days ago

One-finger salute takes 10 seconds.

path: 0 25046952, hotness: undefined, score: 1, children: 0
rumschlumpel 1 point 20 days ago

Big fan of hibernate (systemctl hibernate on systemd systems, and you need a swap file that's at least as big as your RAM). Sure I wait some time until it's shut down and booting takes longer, too, but not having to reopen all those terminal and editor windows I'm accumulating while working is worth it.

path: 0 25045801, hotness: undefined, score: 1, children: 1
StellarExtract 1 point 20 days ago

Yeah, I always set up my laptops to not sleep upon closing the screen, and I use hibernate instead of sleep when I need to leave and come back later. Makes moving an active system much better since I can close it without disrupting things, and hibernate uses zero battery, so it lasts indefinitely while inactive. Plus, none of that "modern standby" BS trying to connect to wifi or start the system back up while packed in a bag. That might be more an issue with my Windows work machines though.

path: 0 25045801 25047039, hotness: undefined, score: 1, children: 0
apftwb 1 point 19 days ago
path: 0 25061776, hotness: undefined, score: 1, children: 0
foofiepie 1 point 20 days ago

Ok fine I can live with that.

But .

Windows: No! That file is open! You cannot.

What.

path: 0 25046266, hotness: undefined, score: 1, children: 0
anomnom 1 point 20 days ago

Mac users: you guys shut it down?

path: 0 25046002, hotness: undefined, score: 1, children: 0
ILikeBoobies 1 point 14 days ago

You can get around the updates by shutting down from CLI on Windows.

path: 0 25161202, hotness: undefined, score: 1, children: 0
linuxmemes
linuxmemes

@lemmy.world

login for more options
32537
2322
8246

Hint: :q!


Sister communities:

Community rules (click to expand)

1. Follow the site-wide rules
2. Be civil
  • Understand the difference between a joke and an insult.
  • Do not harrass or attack users for any reason. This includes using blanket terms, like "every user of thing".
  • Don't get baited into back-and-forth insults. We are not animals.
  • Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
  • Bigotry of any kind will not be tolerated. This is an LGBTQ+-friendly community -- if that is a problem for you, you should leave.
3. Post Linux-related content
  • Including Unix and BSD.
  • Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of sudo in Windows.
  • No porn, no politics, no trolling or ragebaiting.
  • Don't come looking for advice, this is not the right community.
4. No recent reposts
  • Everybody uses Arch btw, can't quit Vim, <loves / tolerates / hates> systemd, and wants to interject for a moment. You can stop now.
5. 🇬🇧 Language/язык/Sprache
  • This is primarily an English-speaking community. 🇬🇧🇦🇺🇺🇸
  • Comments written in other languages are allowed.
  • The substance of a post should be comprehensible for people who only speak English.
  • Titles and post bodies written in other languages will be allowed, but only as long as the above rule is observed.
6. (NEW!) Regarding public figures

We all have our opinions, and certain public figures can be divisive. Keep in mind that this is a community for memes and light-hearted fun, not for airing grievances or leveling accusations.

  • Keep discussions polite and free of disparagement.
  • We are never in possession of all of the facts. Defamatory comments will not be tolerated.
  • Discussions that get too heated will be locked and offending comments removed.

 

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.

go to feed...