disable the boot splash screen, and only show kernel and boot text instead Get link Facebook X Pinterest Email Other Apps January 13, 2021 Edit /etc/default/grubGRUB_CMDLINE_LINUX_DEFAULT=""sudo update-grub2 Get link Facebook X Pinterest Email Other Apps Comments
Copy bunch of small files between terminals April 21, 2022 In source dir: $ tar -cz * | base64 copy output In target dir: $ base64 --decode | tar -xz paste, ENTER and CTRL-D Read more
NFS mount problem at boot December 15, 2023 Mount on demand instead: nfs-share:/path /path nfs rw, x-systemd.automount,nofail 0 0 Read more
Comments
Post a Comment