I hereby claim:
- I am ekollof on github.
- I am andrath (https://keybase.io/andrath) on keybase.
- I have a public key whose fingerprint is D9B3 6EC6 350C DE3A FC6E 55DF E4BC 9508 EC4A 4094
To claim this, I am signing this object:
| # NOTE: This will disable touch screen in KDE6/Wayland | |
| SUBSYSTEM=="input", ACTION=="add|change", KERNEL=="event*", ATTRS{name}=="NVTK0603:00 0603:F001", ENV{LIBINPUT_CALIBATION_MATRIX}="0 1 0 -1 0 1" |
| # 256colors | |
| set -g default-terminal "tmux-256color" | |
| set -ga terminal-overrides ",*:Tc" | |
| # trans background | |
| set-option -g status-style bg=default | |
| # workaround for Alacritty opacity issue | |
| set -g window-style 'fg=colour250' | |
| set -g window-active-style 'fg=colour255' |
| #!/bin/ksh | |
| # Help message | |
| usage() { | |
| echo "Usage: $0 [-s screen] [-l] [-h]" | |
| echo " -s screen Select screen number (0, 1, 2, etc.)" | |
| echo " -l List available screens" | |
| echo " -h Show this help message" | |
| exit 1 | |
| } |
| #!/usr/bin/env python3 | |
| import sys | |
| import os | |
| import socket | |
| import hashlib | |
| import subprocess | |
| CONFIG=os.path.expanduser("~/.config/planmon/config") | |
| CACHEDIR=os.path.expanduser("~/.cache/planmon") |
| - name: get SSHFP records | |
| shell: "ssh-keygen -r {{ ansible_nodename }} | awk '{print $4, $5, $6}'" | |
| register: sshfp_entries | |
| - name: Register SSHFP with CloudFlare | |
| cloudflare_dns: | |
| zone: "hackerheaven.org" | |
| record: "{{ ansible_hostname }}" | |
| type: SSHFP | |
| account_email: "{{ cloudflare_email }}" |
| pki mail-ng.hackerheaven.org cert "/etc/ssl/mail-ng.hackerheaven.org.fullchain.pem" | |
| pki mail-ng.hackerheaven.org key "/etc/ssl/private/mail-ng.hackerheaven.org.key" | |
| filter check_dyndns phase connect match rdns regex { '.*\.dyn\..*', '.*\.dsl\..*' } \ | |
| disconnect "550 no residential connections" | |
| # filter check_rdns phase connect match !rdns \ | |
| # disconnect "550 no rDNS is so 80s" | |
| #filter check_fcrdns phase connect match !fcrdns \ |
| # Maintainer: Andreas Radke <[email protected]> | |
| # Maintainer: Jan de Groot <[email protected]> | |
| pkgname=libxft | |
| pkgver=2.3.3 | |
| pkgrel=1 | |
| pkgdesc="FreeType-based font drawing library for X" | |
| arch=('x86_64') | |
| license=('custom') | |
| url="https://xorg.freedesktop.org/" |
| #!/usr/bin/env python3.7 | |
| import sys | |
| from mastodon import Mastodon | |
| from pprint import pprint | |
| from urllib.parse import urlparse | |
| def main(): |
| diff --git a/src/pam_linotp.c b/src/pam_linotp.c | |
| index 48e77c2..23f6cb9 100644 | |
| --- a/src/pam_linotp.c | |
| +++ b/src/pam_linotp.c | |
| @@ -120,6 +120,7 @@ int debugflag = 0; | |
| /* | |
| config options which could be set in the pam configuration: | |
| url=http://localhost:5001/validate/simplecheck | |
| + proxy=http://proxy.location:3128/ | |
| nosslhostnameverify |
I hereby claim:
To claim this, I am signing this object: