Tag "encryption"

Create an encrypted container in Linux

In case you have sensitive files which you want to additionally protect, you could add the to a zip file and encrypt the zip file. Or you might as well use an encrypted container

Sign your commits with a gpg key

Often open source projects require you to sign your git commits in order to verify they are coming from you. I made a quick tutorial on what is needed.