Skip to content

Instantly share code, notes, and snippets.

View AstralJaeger's full-sized avatar

Felix Hillebrand AstralJaeger

View GitHub Profile
@AstralJaeger
AstralJaeger / OnAirSign.ino
Created March 24, 2021 11:28
Code for my smart On Air Sign
#include <ESP8266WiFi.h>
#include <WiFiClient.h>
#include <ESP8266WebServer.h>
#include <ESP8266mDNS.h>
#include <FastLED.h>
#define MDNS_NAME "onairsign"
#define NUM_LED 8
#define DATA_PIN 16
@AstralJaeger
AstralJaeger / README.md
Last active November 26, 2021 13:32
A short guide how to connect to Oracle 19c on OCI. Works on free instances!

Connecting to Oracle 19c ADB on OCI

Ubuntu

Step 1

Run updates and install upgrades:

sudo apt update && sudo apt upgrade

Step 2

Install unzip utility and libaio for sqlplus:

Keybase proof

I hereby claim:

  • I am astraljaeger on github.
  • I am astraljaeger (https://keybase.io/astraljaeger) on keybase.
  • I have a public key ASBqohVSLOh7Q81XZebux-86aKzvq6YQoJnI3StaU5_VuQo

To claim this, I am signing this object:

@AstralJaeger
AstralJaeger / simple-downloader-regex.txt
Last active March 23, 2023 15:39
This Gist is a list of regex of domain names that can be downloaded from with a simple get request.
^(wimg\.)?rule34\.xxx
^(wimg\.)?rule34\.us
^(us\.)?rule34\.xxx
^video\.twimg\.com
^d\.furaffinity\.net
^(static\d\.)?e621\.net
^(w\.)?wallhaven\.cc
^(i\.)?ibb\.co
^(nl\.)?(ib\.)?metapix.net
^abload.de
@AstralJaeger
AstralJaeger / AVAHI-SETUP.md
Last active November 12, 2023 18:08
Avahi Ubuntu Setup

Avahi Ubuntu Setup

  1. Install avahi-daemon
sudo apt-get install avahi-daemon 
  1. Check hostname, changing this might require a reboot.