Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
NewerOlder