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
// ==UserScript== | |
// @name kernelconfig.io Dark Mode v2 | |
// @namespace Curses! | |
// @version 1.2 | |
// @description kernelconfig.io dark mode userstyle | |
// @author Theodric + Cursor | |
// @match https://www.kernelconfig.io/* | |
// @grant GM_addStyle | |
// ==/UserScript== |
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
[Unit] | |
Description=set MacBook Air keyboard backlight brightness to max on boot | |
After=multi-user.target | |
[Service] | |
Type=oneshot | |
ExecStart=/bin/sh -c 'echo 255 > /sys/devices/platform/applesmc.768/leds/smc::kbd_backlight/brightness' | |
RemainAfterExit=true | |
[Install] |
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
#!/bin/bash | |
apt-get -yf remove --purge $(dpkg -l | awk '/^rc/{print $2}') |
OlderNewer