Copy bunch of small files between terminals Get link Facebook X Pinterest Email Other Apps April 21, 2022 In source dir:$ tar -cz * | base64copy outputIn target dir:$ base64 --decode | tar -xzpaste, ENTER and CTRL-D Get link Facebook X Pinterest Email Other Apps Comments
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