Skip to content

Instantly share code, notes, and snippets.

View MetaNova's full-sized avatar

MetaNova MetaNova

  • Georgia
View GitHub Profile
@rikka0w0
rikka0w0 / vsftpd_setup_anonymous_upload_download.md
Last active May 8, 2024 14:27
[vsftpd]Setup anonymous upload and download FTP server

Install vsftpd

# Install
sudo apt update
sudo apt install vsftpd
sudo cp /etc/vsftpd.conf /etc/vsftpd.conf.orig

# Firwall rules
sudo ufw allow ftp-data
sudo ufw allow ftp
@nkmathew
nkmathew / youtube-watchlater-button.user.js
Last active December 13, 2021 18:30
Tampermonkey script that adds a navigation button for getting to your watch later playlist easily
// ==UserScript==
// @name Youtube WatchLater Button
// @namespace http://nkmathew.net
// @version 0.2.0
// @description Adds a button for getting to your watch later playlist easily
// @icon http://youtube.com/favicon.ico
// @icon64 http://youtube.com/favicon.ico
// @author nkmathew
// @match https://www.youtube.com/*
// @grant none
@glaszig
glaszig / mkp2pblocklist
Last active January 30, 2022 00:30
creates a blocklist for your p2p endeavors
#!/usr/bin/env sh
# DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
# Version 2, December 2004
#
# Copyright (C) 2020 glaszig <glaszig@gmail.com>
#
# Everyone is permitted to copy and distribute verbatim or modified
# copies of this license document, and changing it is allowed as long
# as the name is changed.