Skip to content

Instantly share code, notes, and snippets.

View snowyoneill's full-sized avatar

Snowy snowyoneill

View GitHub Profile
@jamaljeantobias
jamaljeantobias / SoundcloudEmailScraper.py
Last active February 4, 2021 06:01
Scrape emails into a CSV from a Soundcloud user followers and following
from selenium import webdriver
from time import sleep
from bs4 import BeautifulSoup
from random import randint
import requests
import re
import csv
class SoundCloudEmail(object):
def __init__(self,Target_get = '<Enter soundcloud Username>: ex: generichouse-1/following' ,Html_source='Cache_email_scraper.html',):
@rjohnson-ucar
rjohnson-ucar / CWM-Tether-vs-OpenVPN.txt
Created May 28, 2016 15:44
Error loading /tmp/tun.kext in Clockworkmod's Tether.app -- I uninstalled OpenVPN to work around this
An "Error loading /tmp/tun.kext" in Clockworkmod's Tether.app for the Mac typically (often?) means that Tether.app failed to detect and unload an interfering tun/tap kext.
Tether.app thus gets an error from the OS when it tries to insert itself into an already occupied spot.
CWM Tether.pp does OK unloading the kexts for TunnelBlick (and probably Viscosity, though I don't have that). However, the OpenVPN kexts weren't found and turned down by Tether.app as of May 2016.
My solution was to uninstall OpenVPN completely. I only had OpenVPN present to see it fail for data center VLAN access, and had months ago switched to TunnelBlick for production use.
After I completely uninstalled OpenVPN, Tether.app can load its kext, and tethering works for me.