Skip to content

Instantly share code, notes, and snippets.

View Serverfrog's full-sized avatar
🛠️
CI/CD Pipeline Plumbing and Kotlin explorer

Bastian Venz Serverfrog

🛠️
CI/CD Pipeline Plumbing and Kotlin explorer
View GitHub Profile
#!/bin/sh
sed -i -e 's/main/main contrib non-free/g' /etc/apt/sources.list
apt-get update
apt-get install -y aptitude
aptitude dist-upgrade -y
aptitude install -y htop iftop iotop nano tmux screen mmv dtrx dstat mtr curl rsync httping tree unzip unrar p7zip p7zip-rar git build-essential zsh
mkdir -p /tmp/autinstall/
cd /tmp/autinstall/
git clone https://github.com/nanorc/nanorc.git
cd nanorc
// ==UserScript==
// @name It's Never Friday
// @description Detects links to Rebecca Black's Friday
// @version 1.0.0
// @include *://chat.meta.stackoverflow.com/rooms/*
// @include *://chat.meta.stackexchange.com/rooms/*
// @include *://chat.stackexchange.com/rooms/*
// @include *://chat.stackoverflow.com/rooms/*
// @include *://chat.askubuntu.com/rooms/*
// @run-at document-end