Skip to content

Instantly share code, notes, and snippets.

@wgetge
Created May 13, 2026 20:59
Show Gist options
  • Select an option

  • Save wgetge/f595995fabdf381f65597e1401453323 to your computer and use it in GitHub Desktop.

Select an option

Save wgetge/f595995fabdf381f65597e1401453323 to your computer and use it in GitHub Desktop.
chromebook extra
# /etc/cpufreq.conf
CPUFREQ_GOVERNOR="performance"
CPUFREQ_GOVERNOR_BATTERY_CHARGE="performance"
CPUFREQ_GOVERNOR_BATTERY_DISCHARGE="performance"
# /etc/rsyslog.d/rsyslog.discard.conf
# Discard logs from swap_management and vm_concierge
if (($programname == 'swap_management') or \
($programname == 'vm_concierge')) then ~
# /etc/tlsdate/tlsdated.conf
base-path /var/cache/tlsdated
dry-run no
jitter 0
max-tries 10
min-steady-state-interval 86400
should-load-disk yes
should-netlink yes
should-save-disk yes
should-sync-hwclock yes
steady-state-interval 86400
subprocess-tries 10
subprocess-wait-between-tries 3
verbose yes
wait-between-tries 10
# Host configuration.
source
host www.baidu.com
port 443
proxy none
end
# Try it without the proxy.
source
host dict.bing,com
port 443
proxy none
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment