Linux Tips: Difference between revisions

442 bytes added ,  1 November 2023
no edit summary
No edit summary
No edit summary
Line 1: Line 1:
*Ubuntu無題w
<syntaxhighlight lang="bash" enclose="div">
#!/bin/sh
systemctl stop snapd.socket
systemctl stop snapd
systemctl disable snapd
systemctl disable snapd.socket
systemctl stop snapd.failure.service
systemctl disable snapd.failure.service
systemctl stop snapd.snap-repair.service
systemctl disable snapd.snap-repair.service
systemctl stop snapd.mounts-pre.target
systemctl disable snapd.mounts-pre.target
</syntaxhighlight>
*雑多なメモ
*雑多なメモ
忘れてた。久しぶりに boot してこないと console をつなげたら...fsck中...
忘れてた。久しぶりに boot してこないと console をつなげたら...fsck中...