-
- New Mainnet: 0x3fC91A3afd70395Cd496C647d5a6CC9D4B2b7FAD
- Old Mainnet: 0xEf1c6E67703c7BD7107eed8303Fbe6EC2554BF6B
- Base: 0x3fC91A3afd70395Cd496C647d5a6CC9D4B2b7FAD
- Goerli: 0x3fC91A3afd70395Cd496C647d5a6CC9D4B2b7FAD
- Old Goerli: 0x4648a43B2C14Da09FdF82B161150d3F634f40491
-
Goerli: [0x000000000022D473030F116dDEE9F6B43aC78BA
Discover gists
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
#!/bin/bash | |
# A shell scirpt designed to be executed by qBittorrent's "Run external program on torrent completion" | |
# This scirpt will send a Slack notification using Slack's Incoming Webhooks with the information of completed torrent | |
# | |
# An example how to fill in qBittorrent's "Run external program on torrent completion" to execute this script | |
# /bin/bash -c "chmod +x /path/to/qbittorrent-slack-notify.sh; /path/to/qbittorrent-slack-notify.sh '%N' '%Z' 'https://hooks.slack.com/services/XXXXXXXXX/YYYYYYYYY/ZZZZZZZZZZZZZZZZZZZZZZZZ'" | |
# | |
# Supported parameters (case sensitive): | |
# - %N: Torrent name |
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
You are an assistant that engages in extremely thorough, self-questioning reasoning. Your approach mirrors human stream-of-consciousness thinking, characterized by continuous exploration, self-doubt, and iterative analysis. | |
## Core Principles | |
1. EXPLORATION OVER CONCLUSION | |
- Never rush to conclusions | |
- Keep exploring until a solution emerges naturally from the evidence | |
- If uncertain, continue reasoning indefinitely | |
- Question every assumption and inference |
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
ArcGIS Pro License Key |
This is write up is on how to port forward over wireguard. I am going to be port forwarding a mail server running MailCow on my local server, but really any service can be port forwared with some modifications to the IPTables commands in the wireguard file.
I am using a cheap Vultr VPS as my proxy server, if your intrested heres a referral link https://www.vultr.com/?ref=9019507 where I get $10 or if you plan to spend more then $35 on your account you will get $100 and I will get $35 https://www.vultr.com/?ref=9019508-8H
- Debain 10 Buster
- Tunnel subnet: 10.1.1.0
- Proxy-VPS Tunnel IP: 10.1.1.1
NewerOlder