progrm + m=>m_querty.txt(macOS)progrm + w=>w_querty.txt(Windows, and Linux too - my Linux boxes are usually installed on originally-Windows hardware, so this covers both)progrm + F3=> qwerty, i.e. no custom remap at all - personally I should not use this, always keep one of the two above loaded instead (see below for why)
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
| .PHONY: up | |
| up: ## assuming you want to run something like shell scripts relatively | |
| up: | |
| sleep 8 && nomad ui& | |
| MY_REPO_TOP_LEVEL=$(shell git rev-parse --show-toplevel) nomad agent -dev -bind 0.0.0.0 -log-level INFO |
kubectlshould support port-forwarding with service name but it doesn'tk9sdoes though 👍🏼- So this script mimics its behavior
credits:
My note below is based on https://gist.github.com/readywater/49a9fbc415141aeb02d2f1e15e643f70 but modifed it to make it work for me in 15th Aug 2021, Remarkable 2 version 2.8.0.98.
the official installation instruction is here, https://toltec-dev.org/#install-toltec
# SSH into the remarkable
ssh root@It helps you synchronizing your code, your-dashboard.json and quickly iterated result from the GUI, without pain.
- Grafana dashboards must live inside of code repository if it is to be deployed in multiple places.
- Currently I don't buy the story of using
jsonnetorgrafonnetto maintain the dashboard as a code because it's one directional.
Something like Useful commands for jq
- to play around: https://jqplay.org/
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
| # vim: set ft=zsh: | |
| ## You are suppose to source this file from your shell - tested on zsh and might work with bash as well | |
| # like `source [this_file]` | |
| # You can turn this into scripts if that's more of your taste | |
| ## binary dependancies | |
| # - https://github.com/stedolan/jq # json processor | |
| # - https://github.com/charmbracelet/glow # markdown render on cli | |
| # - https://github.com/httpie/httpie # A command line HTTP client whose goal is to make CLI human-friendly |