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 sh | |
input="$1" | |
output="$2" | |
subtitle_format="$3" | |
subcommand="$4" | |
start="$5" | |
end="$6" | |
extension() { |
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
HostKeyAlgorithms +ssh-rsa | |
PubkeyAcceptedAlgorithms +ssh-rsa | |
# Run `update-crypto-policies --set DEFAULT:SHA1` <https://serverfault.com/a/1095899> |
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 sh | |
window_id="$(xdotool search --onlyvisible --class '^keepassxc$' | tail -1)" | |
if [ -n "$window_id" ]; then | |
xdotool windowminimize "$window_id" | |
else | |
keepassxc | |
fi |
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
[Canon BJNP] | |
title=Canon BJNP | |
description=BJNP is a custom LAN service discovery protocol used by Canon printers and scanners. Computer systems use this protocol to auto-discover Canon devices on the network. | |
ports=8610:8613/tcp|8610:8613/udp |
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
{ | |
"input": { | |
"blocklist": [], | |
"plugins_order": [] | |
} | |
} |
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 sh | |
# Mainly for use with <https://github.com/FND/todo.txt-cli/blob/1bdbdf41464826cc85e84ae8c3c17336e24a2922/futureTasks> | |
# Installation: | |
# 1. `cd "$TODO_ACTIONS_DIR"` | |
# 2. `mkdir -p helpers` | |
# 3. `mkdir -p filters` | |
# 4. `ln -s /path/to/filter_with_python3_as_python helpers/` (where `/path/to/filter_with_python3_as_python` is this file) | |
# 5. `ln -s /path/to/filter_cmd filters/` (where `/path/to/filter_cmd` is to be used as `TODOTXT_FINAL_FILTER`) |
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
/gnome-desktop-3.0.mo |
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
# https://askubuntu.com/a/917257 | |
--- analog-output.conf.common 2021-11-07 18:13:46.834763904 -0600 | |
+++ analog-output.new.conf.common 2021-11-07 18:14:54.876504851 -0600 | |
@@ -134,12 +134,23 @@ | |
; # numbering schemes, so we can't hardcode the full jack name in our configuration | |
; # files. | |
+[Element Master] | |
+switch = mute | |
+volume = ignore |
sudo mv /usr/share/i18n/locales/en_US{,@old}
sudo cp en_US /usr/share/i18n/locales/
-
- Ubuntu:
sudo dpkg-reconfigure locales
- Fedora:
sudo localedef --inputfile=/usr/share/i18n/locales/en_US --charmap=UTF-8 en_US.UTF-8
- Ubuntu:
- Reboot
NewerOlder