Archives
Meta
Monthly Archives: October 2017
Local Apt Repository Client Configure
wget -qO – http://mc-server/repository/repo.key | sudo apt-key add – cd /etc/apt/sources.list.d sudo vi local.list deb [arch=amd64] http://mc-server.all-offroad.net/repository/amd64 stable contrib sudo chmod a+r /etc/apt/sources.list.d/local.list sudo apt update
Posted in Journal
Comments Off on Local Apt Repository Client Configure
Generating a New GPG Key
Run gpg to generate a new key Answer questions: RSA 4096 User ID Email Address Comment Enter a passphrase Use gpg to confirm you now have the new key stored in the keyring: Results:
