Skip to content

Instantly share code, notes, and snippets.

View beudbeud's full-sized avatar

Adrien Beudin beudbeud

  • Scaleway
  • Toulouse
View GitHub Profile

tmux cheatsheet

As configured in my dotfiles.

start new:

tmux

start new with session name:

@beudbeud
beudbeud / .gitignore
Created September 6, 2017 13:11 — forked from marcoslin/.gitignore
Encryption: From PyCrypto to CryptoJS
source.sh
@beudbeud
beudbeud / openpgp.txt
Created March 7, 2016 22:18
Identité reliée à OpenKeychain
Ce gist confirme l'identité reliée se trouvant dans ma clef OpenPGP et le relie à ce compte GitHub.
Jeton pour preuve :
[Verifying my OpenPGP key: openpgp4fpr:cc7bad98b438dbd71c46686ab27ce50082956de7]
development:
adapter: mysql2
encoding: utf8
database: my_database
username: root
password:
@beudbeud
beudbeud / Openssl
Last active August 29, 2015 14:03
openssl auth nginx
#Openssl
## Génération du certificat client
openssl req -new -config openssl.cnf -days 365 -out admin_csr.pem -keyout admin_key.pem -nodes
openssl ca -config openssl.cnf -days 365 -in admin_csr.pem -out admin_crt.pem -batch
## Conversion en p12
openssl pkcs12 -export -out admin.beudi.nohost.me.p12 -inkey admin_key.pem -in admin_crt.pem -certfile ca.pem
@beudbeud
beudbeud / lxc-centos
Last active December 12, 2015 04:18 — forked from hagix9/lxc-centos
#!/bin/bash
#
# template script for generating CentOS container for LXC
#
#
# lxc: linux Container library
# Authors: