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
Increase LVM partition June 17, 2021 example: sudo lvextend -r -L +2G /dev/sysvg/root -r : resize filesystem -L +2G : add 2 more GB /dev/sysvg/root : LV Path Read more
Comments
Post a Comment