Monday, January 22, 2018

Virtualbox shared folder permissions



Solution 1
Edit the file /etc/group. Look for the line vboxsf:x:999 and add at the end :yourusername
Solution 2
Run sudo adduser yourusername vboxsf

How to Encrypt and Decrypt Files With GPG on Linux

https://www.howtogeek.com/427982/how-to-encrypt-and-decrypt-files-with-gpg-on-linux/