Skip to content

Instantly share code, notes, and snippets.

View kevin-ferrier's full-sized avatar

Kevin FERRIER kevin-ferrier

View GitHub Profile
@kevin-ferrier
kevin-ferrier / generate-ssh-key.sh
Created August 10, 2020 09:57 — forked from grenade/01-generate-ed25519-ssh-key.sh
Correct file permissions for ssh keys and config.
ssh-keygen -t rsa -b 4096 -N '' -C "rthijssen@gmail.com" -f ~/.ssh/id_rsa
ssh-keygen -t rsa -b 4096 -N '' -C "rthijssen@gmail.com" -f ~/.ssh/github_rsa
ssh-keygen -t rsa -b 4096 -N '' -C "rthijssen@gmail.com" -f ~/.ssh/mozilla_rsa
@kevin-ferrier
kevin-ferrier / autoexpand.js
Created September 24, 2022 16:07
Auto-expand posts in new reddit interface (tampermonkey script)
// ==UserScript==
// @name Reddit auto-expand
// @namespace http://tampermonkey.net/
// @version 1.0
// @description Auto-expand posts in new reddit
// @author Blueshirt
// @match https://www.reddit.com/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=reddit.com
// @grant GM_log
// @run-at document-end