I hereby claim:
- I am kn100 on github.
- I am kn100 (https://keybase.io/kn100) on keybase.
- I have a public key ASCJpb-QhKxKyn66lfp19BYnLheAu8zhl6fTw3rsRp6L7wo
To claim this, I am signing this object:
| PCT: A command to remove those stupid .AppleDouble folders recursively if you accidentally plague yourself with them - For Windows! | |
| Open PowerShell and then CD to the directory that's been plagued with these fucking things. | |
| Then paste this command. It will delete every instance of .AppleDouble it can find, including inside folders inside the one you chose to run it in. | |
| Get-ChildItem -Include '.AppleDouble' -Recurse -force | Remove-Item -force -Recurse | |
| Voila, turds be gone! |
| #!/bin/sh | |
| sleep 1 | |
| xrandr --newmode "1600x900" 118.25 1600 1696 1856 2112 900 903 908 934 -hsync +vsync | |
| xrandr --addmode eDP-1 1600x900 | |
| xrandr --output DP-1 --auto --pos 0x0 | |
| xrandr --output eDP-1 --primary --mode 1600x900 --pos 2560x540 |
I hereby claim:
To claim this, I am signing this object:
| { | |
| "annotations": { | |
| "list": [ | |
| { | |
| "builtIn": 1, | |
| "datasource": "-- Grafana --", | |
| "enable": true, | |
| "hide": true, | |
| "iconColor": "rgba(0, 211, 255, 1)", | |
| "name": "Annotations & Alerts", |
| #!/bin/bash | |
| # Get list of all running Docker containers | |
| containers=$(docker ps --format "{{.Names}}") | |
| # Loop through each container | |
| for container in $containers; do | |
| # Get container image | |
| image=$(docker inspect --format='{{.Config.Image}}' "$container") | |
| #To use this config, during "make menuconfig" select the | |
| # STM32F103 with a "28KiB bootloader" and serial (on USART1 PA10/PA9) | |
| # communication. | |
| # If you prefer a direct serial connection, in "make menuconfig" | |
| # select "Enable extra low-level configuration options" and select | |
| # serial (on USART3 PB11/PB10), which is broken out on the 10 pin IDC | |
| # cable used for the LCD module as follows: | |
| # 3: Tx, 4: Rx, 9: GND, 10: VCC |