virtualbox fix usb Get link Facebook X Pinterest Email Other Apps September 06, 2021 sudo usermod -aG vboxusers $USERlogout 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
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