Skip to content

Instantly share code, notes, and snippets.

View artyomLisovskij's full-sized avatar
🙌
never judge someone without knowing the whole story

Artyom Lisovskii artyomLisovskij

🙌
never judge someone without knowing the whole story
  • Togliatti, Russia
View GitHub Profile
@iosifnicolae2
iosifnicolae2 / Readme.md
Last active March 12, 2024 19:42
Youtube is Boring

How To Make Youtube Less Boring

Tutorial: https://www.youtube.com/watch?v=hIqMrPTeGTc
Paste the below code in your browser console (F12 > Console):

(()=>{
    markAllVideosAsNotBeingInteresting({
        iterations: 1
    });
})();
@pigeonflight
pigeonflight / README.rst
Created April 16, 2017 04:22
Script to mount hetzner backup space

Setup

All commands here are run as root Install sshfs and autofs :

apt-get update
apt-get install sshfs autofs

Ensure you have an ssh key: