… can be seen on the Firefox Addons page as collection 🙂 . The addon ecosystem of Firefox is what keeps me with it. And the way it’s done. One example: Mouse Gestures are available on Chrome, which seems to be a lot faster and smoother today :'( … but in FF, when I go […]
Tag: helpful
iTerm & keyboard
make alt-left/right work as cmd-left/right in iTerm Make alt-dot work as cmd-dot in iTerm … cause I remember having searched for this before, with a lot less useful results.
Ever wanted to squash the first two commits with a “git rebase -i”? No? Me neither. Until today. Stackoverflow to the rescue: git rebase -i –root Done.
If you want to download and save it so <something> stops f*cking bugging you, you need to have it. Here’s a quick way. Shamelessly stolen from here: http://is.gd/A11rNR openssl s_client -host google.com -port 443 -prexit -showcerts
Synology Git Server
Ich besitze ab neulich eine wundervolle Synology DS414. Schönes Teil. Und da ich aktuell ein wenig programmiere zu Hause wollte ich mir hier ein Git repository server einrichten. Das ist nicht ganz trivial, und wer sich github- oder gitlab-ähnlichen Komfort erhofft … ah, nö. Es ist commandline only, und davon viel. Aber zum Punkt – […]