Criminal Vocal-Cover by Kawehi
Schönes Ding: Kawehi singt mit sich selber… Hat mich wieder an Dub FX und seine Pedale erinnert.
View Article1000fps skatboardtricks
..ich ertappe mich die ganze Zeit den Mund aufstehen zu haben – großartig! Und das gilt für alle Videos von Adam Shomsky via Spiegel Offline
View ArticleSymbolic links on a mac
Instead of searching the same things over and over again, I will try to memorize some stuff… Today: Sim-links Open a Terminal and create it: ln -s /Users/<username>/linkOfYourTargetFolder...
View Articleshow/hide hidden folders
SHOW: defaults write com.apple.finder AppleShowAllFiles 1 && killall Finder HIDE: defaults write com.apple.finder AppleShowAllFiles 0 && killall Finder Also good to know: alt + right...
View Articlebash alias anlegen
.profile im Home Verzeichnis öffnen: cd kod .profile Beim Verwenden von zShell muss man statt der .profile die .zprofile nehmen! Anschließend einen Alias reinschreiben: alias yeah="cd...
View Articlevim basics
i - Insert ESC - Insert abbrechen --> command mode d - delete dd - delete current row P - paste (in front of the cursor) p - paste (behind the cursor) : - starts a command (if you are in...
View Articleadd a host to etc/hosts
Open file as admin: $ sudo nano /private/etc/hosts Add your entry: 127.0.0.1 – newEntry.localhost Save & Quit ctrl + o Clear dns-cache $ dscacheutil -flushcache
View Articleserverlogin via ssh
If you want to login via ssh-key you might check this blog-entry! Works pretty well!
View Article