Skip to content

Instantly share code, notes, and snippets.

View Brawl345's full-sized avatar

Brawl Brawl345

View GitHub Profile
{
"Name": "CF-Image-Hosting",
"RequestType": "POST",
"RequestURL": "http://SEITENNAME/upload.php",
"FileFormName": "file[]",
"Arguments": {},
"ResponseType": "Text",
"RegexList": [
"id=\"codedirect\" value=\"(.+)/di/(.+)\" on",
"id=\"deletecode\" value=\"(.+)\" on"
@Brawl345
Brawl345 / Currencies
Last active July 31, 2016 18:09
Things
SEK Sweden kronor
ATS Austria shilling
AUD Australian dollar
BEF Belgien franc
BRL Brazilien real
CAD Canada dollar
CHF Switzerland francs
CNY China yuan renminbi
CYP Cyprus pound
CZK Czech Republic koruna
@Brawl345
Brawl345 / addrepo.sh
Last active August 23, 2017 13:18
mountiso
#!/bin/bash
# adds arch repo to pacman.conf
# released under the GPLv3
# root check begin
try_sudo=1
if [[ $1 = --no-sudo ]]
then
try_sudo=0
shift
@Brawl345
Brawl345 / Pacman-Sicherung.sh
Last active November 26, 2021 06:39
Skripte
#!/bin/bash
#
# Dieses Skript sichert die Namen der installierten Pakete (auch die aus dem AUR) in einer Liste, die Pacman.conf und die mirrorlist, damit du
# alle nach einer Neuinstallation einfach wiederherstellen kannst!
#
# Du benötigst:
# Pacman-Paketverwaltung
# libnotify
# tar
# angepasste Variablen für externe Festplatte.