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
Les carottes sont cuites |
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
kelly_color_as_rgb_array = [ | |
[242, 243, 244], | |
[34, 34, 34], | |
[243, 195, 0], | |
[135, 86, 146], | |
[243, 132, 0], | |
[161, 202, 241], | |
[190, 0, 50], | |
[194, 178, 128], | |
[132, 132, 130], |
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
find [folder] | feh -rf - |
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
echo level 0 | sudo tee /proc/acpi/ibm/fan (fan off) | |
echo level 2 | sudo tee /proc/acpi/ibm/fan (low speed) | |
echo level 4 | sudo tee /proc/acpi/ibm/fan (medium speed) | |
echo level 7 | sudo tee /proc/acpi/ibm/fan (maximum speed) | |
echo level auto | sudo tee /proc/acpi/ibm/fan (automatic - default) |