A UserScript to display comments from the Unofficial Genshin Impact Map on the Official Map.
Click Here :3
A UserScript to display comments from the Unofficial Genshin Impact Map on the Official Map.
Click Here :3
Einige DeutschlandTickets sind anders als die anderen. Preislich soll es für 49EUR starten und für ganz Deutschland einen bestimmten Featureset mitbringen. Folgende Verkehrsverbunde wollen allerdings Zusatzoptionen anbieten:
Falls Ihr noch weitere kennt: einfach unten als Kommentar oder via Twitter ergaenzen
| // ==UserScript== | |
| // @name PWA Everything | |
| // @author Evan Reichard | |
| // @version 0.0.1 | |
| // @match *://*/* | |
| // @grant none | |
| // @run-at document-idle | |
| // @noframes | |
| // ==/UserScript== |
To push container images to ghcr, you need peronal access token (PAT) - see how to create PAT
Personal Settings > Developer settings > Personal access tokens
iperf3 serverwg-quick down wg0/etc/wireguard/wg0.conf file| #!/usr/bin/env python3 | |
| """ | |
| Android11 | |
| Pair and connect devices for wireless debug on terminal | |
| python-zeroconf: A pure python implementation of multicast DNS service discovery | |
| https://github.com/jstasiak/python-zeroconf | |
| """ |
| #!/bin/bash | |
| function rcon { | |
| [PATH_TO_TOOLS_DIR]/mcrcon -H 127.0.0.1 -P [RCON_PORT] -p [RCON_PASSWORD] "$1" | |
| } | |
| rcon "save-off" | |
| rcon "save-all" | |
| tar -cvpzf [PATH_TO_BACKUP_DIR]/server-$(date +%F_%R).tar.gz [PATH_TO_MINECRAFT_SERVER_DIR] | |
| rcon "save-on" | |
| ## Delete older backups | |
| [PATH_TO_BACKUP_DIR] -type f -mtime +7 -name '*.gz' -delete |
| #!/bin/bash | |
| CYAN="$(tput bold; tput setaf 6)" | |
| RESET="$(tput sgr0)" | |
| clear | |
| if command -v python3 > /dev/null 2>&1; then | |
| if [ $(python3 -c "print('ye')") = "ye" ]; then | |
| clear |
| # Use this script to test that your Telegram bot works. | |
| # | |
| # Install the dependency | |
| # | |
| # $ gem install telegram_bot | |
| # | |
| # Run the bot | |
| # | |
| # $ ruby bot.rb | |
| # |