Skip to content

Instantly share code, notes, and snippets.

View papanito's full-sized avatar

Adrian Wyssmann papanito

View GitHub Profile
@papanito
papanito / resume.json
Created December 22, 2019 19:41
resume.json
h
@papanito
papanito / gist:1664fa452087e3ae91bafd73a74b2edd
Last active August 7, 2019 07:58
Certificate Key Matcher
https://www.sslshopper.com/certificate-key-matcher.html
CERT=xx.pem
CSR=dev-xx.csr
KEY=dev-xx.key
openssl pkey -in $KEY -pubout -outform pem | sha256sum
openssl x509 -in $CERT -pubkey -noout -outform pem | sha256sum
openssl req -in $CSR -pubkey -noout -outform pem | sha256sum
@papanito
papanito / using_git-svn.md
Last active May 17, 2018 08:45 — forked from rickyah/using_git-svn.md
A simple guide to git-svn

Getting started with git-svn

git-svn is a git command that allows using git to interact with Subversion repositories.git-svn is part of git, meaning that is NOT a plugin but actually bundled with your git installation. SourceTree also happens to support this command so you can use it with your usual workflow.

Reference: http://git-scm.com/book/en/v1/Git-and-Other-Systems-Git-and-Subversion

Cloning the SVN repository

You need to create a new local copy of the repository with the command

title Arch Linux (Standard)
linux /vmlinuz-linux
initrd /initramfs-linux.img
options luks.uuid=556bf1e4-3730-4da3-8688-0f3c468bf5bb luks.crypttab=yes resume=/dev/mapper/CryptVol-swap root=/dev/mapper/CryptVol-root rw
@papanito
papanito / tlp
Created November 27, 2016 12:39
# ------------------------------------------------------------------------------
# tlp - Parameters for power save
# See full explanation: http://linrunner.de/en/tlp/docs/tlp-configuration.html
# Hint: some features are disabled by default, remove the leading # to enable
# them.
# Set to 0 to disable, 1 to enable TLP.
TLP_ENABLE=1