TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: What does your shutdown and boot up process looks like?

7 点作者 zuj超过 3 年前

9 条评论

Jaruzel超过 3 年前
On main personal PC:<p>It won&#x27;t do Modern Standby properly, so it always kinda hibernates, ergo: Press Power button, make a coffee, wiggle mouse and click things once desktop appears so I know it&#x27;s finally responsive. To shut down I just ignore it like the naughty boy it is until it sulks, tries to sleep, and finally falls into hibernation.<p>Gaming&#x2F;VR PC:<p>Modern Standby works perfectly. Press power button, instantly awake, ready to go. Also leave it to sleep when I&#x27;m done.<p>Work PC:<p>It&#x27;s a Surface Pro 7, as such it has a mind of its own. I approach it cautiously so as not to startle it, and treat it gently so it doesn&#x27;t reboot when I click on stuff too fast.<p>In case it&#x27;s not brutally obvious, these are Windows 10 PCs
usrbinbash超过 3 年前
Shutdown:<p><pre><code> sudo shutdown now </code></pre> Shutdown if I&#x27;m feeling generous:<p><pre><code> sudo shutdown -r now </code></pre> Boot process:<p><pre><code> *press power button* *sip coffee* *start working*</code></pre>
sarusso超过 3 年前
I manually close every window on the various workspaces. This helps me to clean my mind. Then clean the Desktop, which has now become visible, Then, shutdown. Now go to drink water, usually. Then, power on and enjoy a fresh session. If mad at the world, sudo halt.
liveware超过 3 年前
For work it&#x27;s 1. press power button 2. Ctrl + Alt + T, to open a terminal 3. . .&#x2F;start_{project_name}, to execute a script setting environment variables and starting programs<p>Each day it saves me a few seconds and the start scripts also serve as documentation.
foxdie99超过 3 年前
Shutdown: echo 1 &gt; &#x2F;proc&#x2F;sys&#x2F;kernel&#x2F;sysrq; echo o &gt; &#x2F;proc&#x2F;sysrq-trigger<p>Boot:<p>Wake on lan via Phone
t-3超过 3 年前
Shutdown: Press power button, or apm -Z. Bootup: Press power button.<p>What in specific are you looking for?
zauberberg超过 3 年前
Shutdown: Schedule Shut Down, Complete! (attributable to Cal Newport)
manx超过 3 年前
Boot: Power button.<p>Shutdown: ctrl+alt+shift+q
leathersoft超过 3 年前
Simply ‘sudo reboot’ really.
评论 #30283846 未加载