sudo rpi-update
sudo reboot
Note: this may enable the Predictable Network Interface Names settings.
| // ==UserScript== | |
| // @name Absolute Enable Right Click & Copy | |
| // @namespace Absolute Right Click | |
| // @description Force Enable Right Click & Copy & Highlight | |
| // @shortcutKeys [Ctrl + `] Activate Absolute Right Click Mode To Force Remove Any Type Of Protection | |
| // @author Absolute | |
| // @version 1.8.9 | |
| // @include *://* | |
| // @icon https://i.imgur.com/AC7SyUr.png | |
| // @compatible Chrome Google Chrome + Tampermonkey |
| ( | |
| { | |
| on = 1; | |
| replace = kbmul; | |
| with = "\\U00d7"; | |
| }, | |
| { | |
| on = 1; | |
| replace = kbrarr; | |
| with = "\\U2192"; |
| #!/bin/bash | |
| <<ABOUT_THIS_SCRIPT | |
| ----------------------------------------------------------------------- | |
| Written by:William Smith | |
| Professional Services Engineer | |
| Jamf | |
| [email protected] | |
| https://gist.github.com/talkingmoose/9faf50deaaefafa9a147e48ba39bb4b0 |
| --~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| on revealPFItemInFinder() | |
| --βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | |
| (* VER: 2.1 2018-03-19 | |
| PURPOSE: Reveal Item in Finder that is Selected in Path Finder | |
| RETURNS: alias of item selected in both Finder and Path Finder | |
| AUTHOR: JMichaelTX | |
| --βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ |
sudo rpi-update
sudo reboot
Note: this may enable the Predictable Network Interface Names settings.
| // On the Last.FM website go to the page which lists the tracks that you have loved. | |
| // Open Chrome DevTools (or Firefox or any modern browser that has a built in Javacript Console) | |
| // and run the following command. | |
| // This basically clicks on all the delete buttons on the page and reloads the page. | |
| jQuery('.love-button--loved').each(function(_, b) { | |
| b.click(); | |
| }); | |
| location.reload(); |
| server: | |
| do-not-query-localhost: no | |
| domain-insecure: "0.168.192.in-addr.arpa" | |
| domain-insecure: "example.local" | |
| local-zone: "168.192.in-addr.arpa." nodefault | |
| private-address: 10.0.0.0/8 | |
| private-address: 169.254.0.0/16 | |
| private-address: 172.16.0.0/12 | |
| private-address: 192.168.0.0/16 | |
| private-address: fd00::/8 |
| /* | |
| * Copyright 2017 Mohsen Mesgarpour | |
| * | |
| * Licensed under the Apache License, Version 2.0 (the "License"); | |
| * you may not use this file except in compliance with the License. | |
| * You may obtain a copy of the License at | |
| * | |
| * http://www.apache.org/licenses/LICENSE-2.0 | |
| * | |
| * Unless required by applicable law or agreed to in writing, software |
| xattr -d com.apple.quarantine /path/to/app/myMacApp.app |