Ever wanted to share a YouTube video with a start and an end timestamp? This is how you do it… Continue Reading Share YouTube videos with a start and an end date
Month: July 2017
Generate new ssh key
Generating a new keypair with good key length: ssh-keygen -b 4096 -t rsa -C “<some comment here, like platform, user or computer name>” -f ~/.ssh/id_rsa Edit 24.07.2020: ed25519 keys Funnily, as the article I’m going to link states, I did not know about ed25519 until yesterday. Key generated by the ed25519 algorithm are shorter and faster to create… Continue Reading Generate new ssh key
Ubuntu apt proxy
A simple reminder on how to set up a network proxy for apt in Ubuntu: Configure proxy for APT?
My Atom setup
My favorite GUI editor is (currently) Atom. You can find my Atom configuration here. Continue Reading My Atom setup