R 2021-12-20 0

Roundcube Auth Fail with ISPConfig3 and Dovecot

After an upgrade of ISPconfig to the latest version, I told ISPConfig to “reconfigure” services. Roundcube started these entries in the /usr/share/roundcubemail/logs/imap.log: [19-Dec-2021 23:26:53 +0000]: <21grgvah> [A61A] S: A0001 NO…

R 2021-08-25 0

Hidden Google Drive Menu

If you thought they removed the feature to add shared folders to your own drive, you can be relieved to know that it still exists!!! In your browser, open up:…

R 2021-07-14 0

Resizing KVM qcow2 images

Expanding images Shut down the virtual machine Resize the image withqemu-img resize image.qcow2 +SIZEWhere SIZE is the size (e.g. 10G for 10 gigabytes). Boot into gparted live and resize the partition. Shrinking images Boot…