I hereby claim:
- I am anroots on github.
- I am anroots (https://keybase.io/anroots) on keybase.
- I have a public key whose fingerprint is CAF6 B111 74C8 316B B3DA F97E 9074 1680 9B91 A011
To claim this, I am signing this object:
Filetype: IR signals file | |
Version: 1 | |
# Flipper Zero IR remote file for Edifier R1280DB | |
# | |
name: Line1 | |
type: parsed | |
protocol: NECext | |
address: 10 E7 00 00 | |
command: 0A F5 00 00 | |
# |
# Chmod this to executable and put into .git/hooks | |
xdg-open https://www.youtube.com/watch?v=vCadcBR95oU & |
reklaam.trigger.ee | |
adserving.budsinc.com | |
ad.media-servers.net | |
spe.atdmt.com | |
adserving.cpxinteractive.com | |
banner.sportnet.ee | |
servedby.advertising.com | |
ad.firstadsolution.com | |
ad.bannerconnect.net | |
ads.city24.ee |
# Example on how to use openshift-restclient-python | |
# (https://github.com/openshift/openshift-restclient-python) | |
# without having a local ~/.kube/config file - all params | |
# are in Python code. | |
# | |
# We needed a way to connect to an Openshift3 cluster from Python, | |
# without external dependencies (config file), but couldn't find | |
# a way to do this (to get a token using username/password) from the library documentation. | |
# | |
# Note #1: Logout is not implemented, the token stays valid |
# Tested on Ubuntu 17.10 | |
# Put this into your .bashrc or similar file | |
# It will ensure each new terminal window has ssh-agent accessible | |
# and loaded with YubiKey SSH key | |
# Built upon work from https://stackoverflow.com/a/18915067/401554 | |
SSH_ENV=$HOME/.ssh/environment | |
PKCS_PATH=/usr/lib/x86_64-linux-gnu/pkcs11/opensc-pkcs11.so | |
function start_agent { |
# Proof that Fleep handles UTF-8 strings correctly | |
# and does not sanitize input into ASCII-only strings | |
# | |
# You'll need to create a conversation with UTF-8 characters | |
# in the topic, then filter this conversation out | |
# in the code below. | |
import requests | |
import json |
#!/usr/bin/env python | |
# -*- coding: utf-8 -*- | |
""" | |
Randomly assign oneself middle names in Fleep | |
Based on https://github.com/anroots/spotify-fleep-nowplaying | |
Author: [email protected] 2016-05-25 | |
Licence: MIT | |
Usage example (change Fleep display name every 30 seconds): |
#!/bin/bash | |
# Script to control screen lock | |
# | |
# Dependencies: xtrlock, xscreensaver and xscreensaver-command | |
# | |
# Use case: you want the cycle the screen between ON (all windows visible) | |
# and OFF (blank screen saver, password needed to unlock) states while disabling user input | |
# when screen is ON. Great for kiosk PC-s to turn the screen off during the night. | |
# |
I hereby claim:
To claim this, I am signing this object:
ACTION=="add", KERNEL=="sd?", ATTRS{serial}=="SERIAL_NUMBER_OF_USB", RUN+="/usr/local/bin/load-ssh-keys" |