This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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 |