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 | |
| # Enables normal trackpoint scrolling on the ex-chromebook | |
| # this goes into .config/autostart-scripts (make dir if required) and Plasma will automagically turn it into a .desktop in .config/autostart/ | |
| xinput set-prop "TPPS/2 Elan TrackPoint" "libinput Scroll Method Enabled" 0 0 1 |
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
| HP Proliant Common Slot PSU range | |
| Widely regarded as insanely high quality | |
| Of special note from the range: 1200W version DPS-1200FB | |
| P/N: 441830-001, 438202-001, 440785-001, HSTNS-PD11 | |
| 1200W on 230VAC input | |
| 900W on 120VAC input | |
| 12VDC 100A output |
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
| twinkpad:/sys/devices/platform/thinkpad_acpi # cat /etc/systemd/system/tpled.service | |
| [Unit] | |
| Description=Custom LED Trigger Setup | |
| After=multi-user.target | |
| [Service] | |
| Type=oneshot | |
| ExecStart=/root/bin/tpled.sh | |
| RemainAfterExit=yes |
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
| include "/usr/share/nano/*.nanorc" | |
| set mouse | |
| set positionlog | |
| set softwrap | |
| set atblanks | |
| set indicator | |
| set linenumbers |
OlderNewer