Skip to content

Instantly share code, notes, and snippets.

View dopeshitnetworks-irc-dopeshit-net's full-sized avatar

slimeball dopeshitnetworks-irc-dopeshit-net

View GitHub Profile
@dopeshitnetworks-irc-dopeshit-net
dopeshitnetworks-irc-dopeshit-net / tor-change-exitnode
Created July 1, 2021 03:03 — forked from kirelagin/tor-change-exitnode
Shell script to force Tor exit node change
#!/bin/sh
###
#
# Change Tor exit node
#
# Sometimes when using Tor you'd like to change the IP address that
# servers see when you connect (that is, change your Tor exit node).
# This happens automatically from time to time, but this shell script
# lets you force it.
#
@dopeshitnetworks-irc-dopeshit-net
dopeshitnetworks-irc-dopeshit-net / cloudflare-update-record.sh
Created October 7, 2018 17:48 — forked from benkulbertis/cloudflare-update-record.sh
Cloudflare API v4 Dynamic DNS Update in Bash
#!/bin/bash
# CHANGE THESE
auth_email="[email protected]"
auth_key="c2547eb745079dac9320b638f5e225cf483cc5cfdda41" # found in cloudflare account settings
zone_name="example.com"
record_name="www.example.com"
# MAYBE CHANGE THESE
ip=$(curl -s http://ipv4.icanhazip.com)
@dopeshitnetworks-irc-dopeshit-net
dopeshitnetworks-irc-dopeshit-net / cgminer.conf
Created August 23, 2017 06:43 — forked from twalling/cgminer.conf
cgminer litecoin setup
{
"pools" : [
{
"url" : "URL",
"user" : "USER.WORKER",
"pass" : "PASS"
}
],
"intensity": "13",