Skip to content

Instantly share code, notes, and snippets.

View NiklasMerz's full-sized avatar

Niklas Merz NiklasMerz

View GitHub Profile
@NiklasMerz
NiklasMerz / .profile
Last active May 10, 2018 21:38
GPG-Linux config
export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
gpgconf --launch gpg-agent
@NiklasMerz
NiklasMerz / convert id_rsa to pem
Created November 1, 2016 16:52 — forked from mingfang/convert id_rsa to pem
Convert id_rsa to pem file
openssl rsa -in ~/.ssh/id_rsa -outform pem > id_rsa.pem
chmod 700 id_rsa.pem
@NiklasMerz
NiklasMerz / secureKey.sh
Created October 29, 2016 09:40
Change private key permissions
sudo chmod 600 ~/.ssh/id_rsa
@NiklasMerz
NiklasMerz / oc-nemo.sh
Last active February 28, 2016 09:58
Add Owncloud indicator to Linux Mint Nemo
sudo wget http://goo.gl/TtfQeZ -O /usr/share/nemo-python/extensions/syncstate.py