Follow these steps to run a full Bitcoin node on your FreeNAS box!
Create a jail with static ip
Forward port 8333 to your jails static ip
| // ==UserScript== | |
| // @name The Redeemer | |
| // @namespace raina | |
| // @description Pops up the Steam product activation dialog when copying keys from bundle/reseller sites. Supports various bundle organizers and legitimate key resellers. Obviously requires that Steam is installed but also that it's allowed as the handler of steam:// protocol messages. | |
| // @include /^http:\/\/www\.dlh\.net\/en\/steam-keys\.html/ | |
| // @include /^https:\/\/(www\.)?chrono\.gg/ | |
| // @include /^https:\/\/groupees\.com\/(profile\/)?purchases/ | |
| // @include /^https:\/\/secure\.nuuvem\.com\/account\/library/ | |
| // @include /^https:\/\/www\.humblebundle\.com\/(downloads\?|home\/(keys|library))/ | |
| // @include /^https?:\/\/(www\.)?dailyindiegame\.com\/account_page\.html/ |
Follow these steps to generate a valid certificate with LetsEncrypt and install into the Madsonic keystore.
Be sure to forward port 443 to your jail for LE authentication.
Replace example.com with your domain or subdomain.
Based on Madsonic installation in jacobblock's guide
| // ==UserScript== | |
| // @name RED Sticky Settings Button | |
| // @namespace https://savagecore.eu | |
| // @version 0.2.1 | |
| // @description Submit button on settings page follow as you scroll | |
| // @author SavageCore | |
| // @require https://greasemonkey.github.io/gm4-polyfill/gm4-polyfill.js | |
| // @include http*://redacted.ch/user.php?action=edit&userid=* | |
| // @include http*://apollo.rip/user.php?action=edit&userid=* | |
| // @include http*://notwhat.cd/user.php?action=edit&userid=* |
I hereby claim:
To claim this, I am signing this object:
| // ==UserScript== | |
| // @name RED Album Chronology | |
| // @namespace redacted.ch | |
| // @description Provides links to the next/previous albums in an artist's timeline | |
| // @version 0.1.1 | |
| // @include http*://*redacted.ch/torrents.php*id=* | |
| // @include http*://*redacted.ch/artist.php* | |
| // @grant GM_addStyle | |
| // @grant GM_registerMenuCommand | |
| // ==/UserScript== |
Click Here to update to latest version that will auto-update in future
Click Here to update to latest version that will auto-update in future
| // ==UserScript== | |
| // @name Check KG for PTP Requests | |
| // @namespace https://savagecore.eu | |
| // @description Add link to PTP requests page if found at KG | |
| // | |
| // @version 0.1.0 | |
| // @include http*://*passthepopcorn.me/requests.php* | |
| // | |
| // @connect karagarga.in | |
| // @downloadURL https://gist.github.com/SavageCore/2432769391b727b022f7c509b1429757/raw/f757e33f464d22d31e565b5c9514ab4fc468bb92/script.user.js |
| ########## | |
| # Tweaked Win10 Initial Setup Script | |
| # Primary Author: Disassembler <disassembler@dasm.cz> | |
| # Original Version: 1.4, 2016-01-16 | |
| # Tweaked based on personal preferences for @alirobe 2016-03-23 - v1.4.1 | |
| # NOTE: MAKE SURE YOU READ THIS SCRIPT CAREFULLY BEFORE RUNNING IT + ADJUST COMMENTING AS APPROPRIATE | |
| # This script will reboot your machine when completed. | |
| ########## | |
| # Ask for elevated permissions if required |