Categories
- Database (7)
- DNS (3)
- Encryption (4)
- Linux Administration (73)
- MacOSX (8)
- Mailserver (9)
- Monitoring (3)
- Photo (1)
- PHP (7)
- Rescue (3)
- Review (4)
- Security (34)
- Storage (1)
- Version control system (15)
- Virtualisation (4)
- Web technologies (5)
- Wordpress (1)
Social Profiles
Coderwall
Github
Gravatar
Linkedin
Delicious
Xing
Facebook
Google+
Twitter
Stackoverflow
OpenClipart
- Advertisements
Tag Archives: gnupg
Create GnuPG key with sub-keys to sign, encrypt, authenticate
In order to use a GnuPG key on a smartcard or Yubikey, a GnuPG key needs to be created. This post will show you how to create a GnuPG key with sub-keys for signing, encryption and authentication. The authentication key can … Continue reading
Posted in Encryption, Security
Tagged authentication, encryption, gnupg, gpg, pgp, signing, subkeys
Comments Off on Create GnuPG key with sub-keys to sign, encrypt, authenticate
apt – install the package that contains a specific file
Sometimes a command that you execute complains about a dependency being missing on the system. From the file name in the error message it is often not possible to know exactly which package needs to be installed to resolve the … Continue reading
Posted in Linux Administration, Security
Tagged apt, apt-file, Debian, gnupg, hopenpgp-tools, Linux, LinuxMint, ubuntu
Comments Off on apt – install the package that contains a specific file
Restart hanging gpg-agent automatically using swatch on MacOSX
With a smart card reader, you can store your gpg keys on a card to sign, encrypt and even authenticate. What if you try to sign an email but your email client is not responding while signing the email? Or … Continue reading