(C-x means ctrl+x, M-x means alt+x)
The default prefix is C-b. If you (or your muscle memory) prefer C-a, you need to add this to ~/.tmux.conf:
#################################################################################
#################################################################################
This document outlines how to have your Google Home or other Google Cast device speak a string, using IFTTT, CURL, MQTT, or Python.
Like a well-behaved child, your Google Home speaks only when spoken to.
| <style type="text/css"> | |
| @font-face { | |
| font-family: 'Open Sans'; | |
| font-style: normal; | |
| font-weight: 300; | |
| src: local('Open Sans Light'), local('OpenSans-Light'), url(http://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTa-j2U0lmluP9RWlSytm3ho.woff2) format('woff2'); | |
| unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F; | |
| } | |
| .body { | |
| width: 90%; |
I hereby claim:
To claim this, I am signing this object:
| sudo apt update | |
| curl -fsSL https://download.webmin.com/jcameron-key.asc | sudo gpg --dearmor -o /usr/share/keyrings/webmin.gpg | |
| echo 'deb [signed-by=/usr/share/keyrings/webmin.gpg] http://download.webmin.com/download/repository sarge contrib' | tee >> /etc/apt/sources.list | |
| sudo apt update | |
| sudo apt install webmin -y | |
| echo "From https://www.digitalocean.com/community/tutorials/how-to-install-webmin-on-ubuntu-22-04" |
A workaround for the current lack of HashiCorp or other vault support.
To externalize the Java trust store from the Hazelcast Docker container, allowing updates to the trust store without the need to rebuild the Docker image.