- Tim Paine @timkpaine
- Andrew Stein @texodus
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
| Array.from(document.querySelectorAll("shreddit-comment-action-row")).forEach(_ => {const elem = _.shadowRoot.children[0].children[1].children[0].children[0].children[2];if (elem.getAttribute("aria-pressed") !== "true"){elem.click();}}) |
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
| sudo defaults write /Library/Preferences/com.apple.airport.bt.plist bluetoothCoexMgmt Hybrid |
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
| Example of perspective multiworker webserver (independent perspective instances) | |
| ```bash | |
| uvicorn server:app --workers 4 | |
| ``` |
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
| Array.from(document.getElementsByClassName("offer-cta")).map((elem) => elem.click()) | |
| Array.from(document.getElementsByClassName("axp-offers__global__merchantOfferCta___qKBIE")).map((elem) => elem.click()) |
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
| // document.querySelectorAll('mds-icon[type="ico_add_circle"]').forEach((x) => x.click()) | |
| Array.from(document.querySelectorAll('.r9jbijb')).map((x) => x.click()) |
You want a server block in nginx like this
server {
server_name <your fqdn>;
root /usr/share/nginx/html;
# allow certbot
location /.well-known {
autoindex on;
root /opt/www-pub/;
edit /usr/syno/share/nginx/Portal.mustache to remove \.local instances
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
| license: apache-2.0 |
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
| license: apache-2.0 | |
| height: 800 |
NewerOlder