Servers - census
| id | name |
|---|---|
| 1 | Connery |
| 10 | Miller |
| 13 | Cobalt |
| 17 | Emerald |
| 25 | Briggs |
| #!/bin/bash | |
| # https://extensionworkshop.com/documentation/publish/promoting-your-extension/ | |
| curl -sSLO https://blog.mozilla.org/addons/files/2020/04/get-the-addon-fx-apr-2020.svg | |
| inkscape --export-type=png --export-width=172 --export-background-opacity=0 get-the-addon-fx-apr-2020.svg |
| #!/usr/bin/env python3 | |
| # requires nautilus, nautilus-python | |
| # put in ~/.local/share/nautilus-python/extensions/ | |
| # or /usr/share/nautilus-python/extensions/ | |
| TERMINAL_NAME='kitty' | |
| TERMINAL_ARGS=[] | |
| from gi import require_version |
| # This is a general-purpose function to ask Yes/No questions in Bash, either | |
| # with or without a default answer. It keeps repeating the question until it | |
| # gets a valid answer. | |
| ask() { | |
| # http://djm.me/ask | |
| local prompt default REPLY | |
| while true; do |
| id | name |
|---|---|
| 1 | Connery |
| 10 | Miller |
| 13 | Cobalt |
| 17 | Emerald |
| 25 | Briggs |