You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Last active
July 21, 2018 19:57— forked from carlocaione/-
Fix brightness FN-keys in Linux on Asus laptops (N550, UX305, UX303 etc)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Fabric based deploy script for a Python/Django Server with a Docker based worker
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Enable TLS in Docker service running in Ubuntu - #docker #docker-tls #tls #ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The following guide are steps that can be used to generate GPG keys on a YubiKey, use the gpg keys to sign github commits, and publish the public gpg key to Keybase.
Why is this a good idea?
Generating and storing GPG keys on a YubiKey allows the private key to be protected and ported between physical machines.
Signing git commits adds an extra layer of verification that code changes originated from an trusted source.
Using a YubiKey + touch-to-sign requires a physical presence to use the GPG signing key.
GitHub supports restricting commits to a repo to only those that are signed.
Putting a physical stamp on your code commits invokes a feeling of pride.