This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
Re-tag images on distant registry without pulling them, even if not in the same | |
repository. Only compatible with v2 manifests. | |
Usage: | |
retag <source> <destination> [--debug] [--insecure] | |
retag -h | --help | |
""" | |
# Disclaimer : no QA and no lint yet, poc quality script. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
This is a bot monitoring WebDAV calendar and issuing slack alerts. | |
""" | |
import os | |
import time | |
import ics | |
import requests | |
from slackclient import SlackClient | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Thanks to : Jim Basilio http://blog.jimbasilio.me/2015/10/libinput-and-ubuntu-15-10/ | |
# Peter Hutterer http://who-t.blogspot.fr/2016/04/why-libinput-doesnt-have-lot-of-config.html | |
sudo apt update | |
sudo apt install xserver-xorg-input-libinput | |
cd /usr/share/X11/xorg.conf.d/ | |
sudo mv 50-synaptics.conf ~/synaptics.conf.bak | |
sudo echo '# Match on all types of devices but tablet devices and joysticks | |
Section "InputClass" |