auto-wifi-hotspot
#!/bin/bash
check_wifi_conn=$(nmcli conn show --active | grep wifi)
if [ ! -z "$check_wifi_conn" ]; then
echo "Wifi connection exists"My setup for vaultwarden. Uses a custom certificate authority to sign certificates.
Expects vaultwarden.crt and vaultwarden.pem to be in ./crts.
See https://github.com/ttionya/vaultwarden-backup for instructions on how to configure rclone for backups.
| Filter | Description | Example |
|---|---|---|
| allintext | Searches for occurrences of all the keywords given. | allintext:"keyword" |
| intext | Searches for the occurrences of keywords all at once or one at a time. | intext:"keyword" |
| inurl | Searches for a URL matching one of the keywords. | inurl:"keyword" |
| allinurl | Searches for a URL matching all the keywords in the query. | allinurl:"keyword" |
| intitle | Searches for occurrences of keywords in title all or one. | intitle:"keyword" |
based on https://www.reddit.com/r/vim/comments/24g8r8/italics_in_terminal_vim_and_tmux/
$ echo -e "\e[3mitalic\e[23m"
$ infocmp $TERM | grep sitm
sgr0=\E(B\E[m, sitm=\E[3m, smacs=\E(0, smam=\E[?7h,