This file contains 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
[Unit] | |
Description=Disable CPU boost at boot | |
# After networking because we need that | |
After=network.target | |
[Service] | |
Type=simple | |
User=root | |
ExecStart=/bin/bash -c "echo 0 | tee /sys/devices/system/cpu/cpufreq/boost" |
This file contains 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
layout { | |
pane split_direction="vertical" { | |
pane cwd="" command="nvim" size="70%" | |
pane split_direction="horizontal" size="30%" { | |
pane | |
pane | |
} | |
} | |
pane size=1 borderless=true { | |
plugin location="zellij:compact-bar" |
This file contains 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
// If you'd like to override the default keybindings completely, be sure to change "keybinds" to "keybinds clear-defaults=true" | |
keybinds { | |
normal { | |
// uncomment this and adjust key if using copy_on_select=false | |
// bind "Alt c" { Copy; } | |
} | |
locked { | |
bind "Ctrl g" { SwitchToMode "Normal"; } | |
} | |
resize { |
This file contains 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
live_config_reload: true | |
window: | |
opacity: 0.9 | |
dimensions: | |
columns: 120 | |
lines: 30 | |
font: | |
size: 13 |
This file contains 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
osmosis --read-pbf <filename>.pbf --tf accept-nodes amenity=* | |
--tf reject-ways --tf reject-relations --write-xml <filename>.xml |
This file contains 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
This is a write-up from different sources | |
Get the "Facetime Camera" working | |
https://github.com/patjak/bcwc_pcie | |
Remove "Failed to set MokListRT" on boot. | |
https://askubuntu.com/questions/1279602/ubuntu-20-04-failed-to-set-moklistrt-invalid-parameter | |
Answer: https://askubuntu.com/a/1279764 | |
then, as mentioned in the comments |