I hereby claim:
- I am netravnen on github.
- I am motd (https://keybase.io/motd) on keybase.
- I have a public key ASC1Lm5LmjZxTZLp1L_0t_Y35sL4cz7vZx4Mx4293lABQwo
To claim this, I am signing this object:
| #!/bin/bash | |
| # | |
| # Source: Shamelessly copied from https://askubuntu.com/a/280957 | |
| # | |
| sudo apt-get update 2>&1 1>/dev/null | sed -ne 's/.*NO_PUBKEY //p' | | |
| while read key; do | |
| echo 'Processing key:' "$key" | |
| sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys "$key" | |
| done |
| # Options for GnuPG | |
| # Copyright 1998, 1999, 2000, 2001, 2002, 2003, | |
| # 2010 Free Software Foundation, Inc. | |
| # | |
| # This file is free software; as a special exception the author gives | |
| # unlimited permission to copy and/or distribute it, with or without | |
| # modifications, as long as this notice is preserved. | |
| # | |
| # This file is distributed in the hope that it will be useful, but | |
| # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the |
I hereby claim:
To claim this, I am signing this object:
| [user] | |
| # Insert ID for GPG key being used for signing git commits | |
| #signingkey = <GPG_KEY_ID> | |
| useConfigOnly = true | |
| # Name to use for commits | |
| #name = FULLNAME | |
| # E-mail to use for commits | |
| #email = [email protected] | |
| [credential] | |
| # If using https: on linux. Enable credential.helper to store logins. |
| #!/bin/bash | |
| if [ $# -lt 1 ]; then | |
| echo "Syntax: $_ USER[ USER[ ...]]" >&2 | |
| exit 1 | |
| fi | |
| exit_code=0 | |
| for user in "$@"; do | |
| home="/home/$user" |
| // ==UserScript== | |
| // @name TitleFixer - Peeringdb.com | |
| // @namespace https://github.com/netravnen/TitleFixer-PDB | |
| // @version 0.1.1 | |
| // @description netravnen | |
| // @author netravnen | |
| // @match https://www.peeringdb.com/asn/* | |
| // @match https://www.peeringdb.com/org/* | |
| // @match https://www.peeringdb.com/ix/* | |
| // @grant none |
| = GIT = | |
| # List all git authors in open repository with name and e-mail | |
| # | |
| git shortlog -e -s -n | |
| = VI = | |
| # Replace all tabs with 2 spaces in open text file | |
| # |
| // ==UserScript== | |
| // @name TitleFixer - RIPE Database | |
| // @namespace https://github.com/netravnen/UserJSScripts/ | |
| // @version 1.1.5.20180808 | |
| // @description Change the title to something meaningful | |
| // @author netravnen | |
| // @match https://apps.db.ripe.net/search/lookup.html?source=*&key=*-RIPE&type=person | |
| // @match https://apps.db.ripe.net/search/lookup.html?source=*&type=person&key=*-RIPE | |
| // | |
| // @match https://apps.db.ripe.net/search/lookup.html?source=*&key=*&type=mntner |
| // ==UserScript== | |
| // @name linux.com News "Read more at" Redirect | |
| // @namespace http://tampermonkey.net/ | |
| // @version 1 | |
| // @description Automatic redirect for linux.com articles to full stories | |
| // @author Jeni4 <[email protected]> | |
| // @match http://www.linux.com/news/* | |
| // @match https://www.linux.com/news/* | |
| // @grant none | |
| // @updateURL https://gist.github.com/Jeni4/3e58c0e83bae2b499152925eeda86954/raw/960f22e35c31aed6db15b2f487759dcbf7fdfbc2/linux.com%2520News%2520%2522Read%2520more%2520at%2522%2520Redirect.user.js |