This file contains hidden or 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
| #!/usr/bin/env bash | |
| # | |
| # headscale-updater.sh | |
| # | |
| # Installs the latest headscale release (DEB package method, per | |
| # https://headscale.net/0.29.2/setup/install/official/) or upgrades an | |
| # existing installation STEPWISE through every minor version, as required by | |
| # https://headscale.net/0.29.2/setup/upgrade/: | |
| # | |
| # "It's required to update from one stable version to the next |
This file contains hidden or 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
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Glucometer — Wiki</title> | |
| <script src="https://cdn.jsdelivr.net/npm/marked@11.0.0/marked.min.js"></script> | |
| <script src="https://cdn.jsdelivr.net/npm/mermaid@11/dist/mermaid.min.js"></script> | |
| <style> |
This file contains hidden or 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
| [ | |
| { | |
| "id": "d3226d5b.32275", | |
| "type": "subflow", | |
| "name": "", | |
| "info": "", | |
| "category": "", | |
| "in": [ | |
| { | |
| "x": 500, |
This file contains hidden or 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
| dependencies { | |
| compile group: 'org.springframework.boot', name: 'spring-boot-starter-web' | |
| compile group: 'org.springframework.boot', name: 'spring-boot-starter-security' | |
| compile group: 'com.microsoft.azure', name: 'azure-active-directory-spring-boot-starter', version: '2.0.4' | |
| compile group: 'org.springframework.security', name: 'spring-security-oauth2-client' | |
| compile group: 'org.springframework.security', name: 'spring-security-oauth2-jose' |
This file contains hidden or 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
| #Everything GIT | |
| #nothing beats the good old golf | |
| function gti() { echo "Vrooom!"; iex "git $args" } | |
| function ga() { git add -A } | |
| function gs() { git status } | |
| function gas() { git add -A; git status } | |
| function gresetunstaged() { git stash -k -u; git stash drop } | |
| function gcp($msg) { git commit -m "$msg"; git push } | |
| function get() { git pull --ff-only } | |
| #Pretty print graph |
This file contains hidden or 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
| #Everything GIT | |
| #nothing beats the good old golf | |
| function gti() { echo "Vrooom!"; iex "git $args" } | |
| function ga() { git add -A } | |
| function gs() { git status } | |
| function gas() { git add -A; git status } | |
| function gresetunstaged() { git stash -k -u; git stash drop } | |
| function gcp($msg) { git commit -m "$msg"; git push } | |
| function get() { git pull --ff-only } | |
| #Pretty print graph |
This file contains hidden or 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
| alias home_office='curl -s -d "payload=$json" "https://slack.com/api/users.profile.set?token=<token>&profile=%7B%22last_name%22%3A%22(🏡-Office)%22%2C%7D"' | |
| alias onsite_office='curl -s -d "payload=$json" "https://slack.com/api/users.profile.set?token=<token>&profile=%7B%22last_name%22%3A%22(🐿-Office)%22%2C%7D"' |
This file contains hidden or 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
| # GNU Screen - main configuration file | |
| # All other .screenrc files will source this file to inherit settings. | |
| # Author: Christian Wills - cwills.sys@gmail.com | |
| # Allow bold colors - necessary for some reason | |
| attrcolor b ".I" | |
| # Tell screen how to set colors. AB = background, AF=foreground | |
| termcapinfo xterm 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm' |
This file contains hidden or 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
| [00;32m \^V// | |
| [00;33m |[01;37m. [01;37m.[00;33m| [01;34m I AM (G)ROOT! | |
| [00;32m- [00;33m\ - / [00;32m_ | |
| [00;33m \_| |_/ | |
| [00;33m \ \ | |
| [00;31m __[00;33m/[00;31m_[00;33m/[00;31m__ | |
| [00;31m|_______| [00;37m With great power comes great responsibility. | |
| [00;31m \ / [00;37m Use sudo wisely. | |
| [00;31m \___/ |
This file contains hidden or 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
| Result: 1 | |
| Items { | |
| TemplateId: "BADGE_BATTLE_ATTACK_WON" | |
| Badge { | |
| BadgeType: BADGE_BATTLE_ATTACK_WON | |
| BadgeRanks: 4 | |
| Targets: "\nd\350\007" | |
| } | |
| } | |
| Items { |
NewerOlder