Created
May 13, 2026 20:59
-
-
Save wgetge/f595995fabdf381f65597e1401453323 to your computer and use it in GitHub Desktop.
chromebook extra
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
| # /etc/cpufreq.conf | |
| CPUFREQ_GOVERNOR="performance" | |
| CPUFREQ_GOVERNOR_BATTERY_CHARGE="performance" | |
| CPUFREQ_GOVERNOR_BATTERY_DISCHARGE="performance" |
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
| # /etc/rsyslog.d/rsyslog.discard.conf | |
| # Discard logs from swap_management and vm_concierge | |
| if (($programname == 'swap_management') or \ | |
| ($programname == 'vm_concierge')) then ~ |
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
| # /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