Mac OS X – How to view 360 degree images
How to view 360 degree images under Mac OS X: The normal image viewer under Mac can’t display 360 degree images. With this software it is possible: http://www.fsoft.it/FSPViewer/
Windows, Mac OS
How to view 360 degree images under Mac OS X: The normal image viewer under Mac can’t display 360 degree images. With this software it is possible: http://www.fsoft.it/FSPViewer/
Spotlight is the search field in Mac which finds your files/apps/folders. I had disabled it and now i wanted to enable it again to find my stuff. Command for this: sudo mdutil -i on / Directly after you …
Es gab ein neues Safari Update. Leider gab es eine Fehlermeldung, dass Safari nicht aktualisiert werden kann, da Erweiterungen von Spotlight verwendet werden. Zuerst soll man das Programm beenden. Fehler lösen Terminal öffnen (App) und folgendes eingeben: killall Spotlight Dadurch …
How to attach and detach a iterm2 session under Mac: Create session To create a new tmux session use the parameter -CC tmux -CC Attach session To attach an existing session you can use the same parameter. tmux -CC attach …
I wanted to stop a executed command after a specified timespan. You have to install coreutils to get the timeout command. Brew on Mac: brew install coreutils Use timeout: gtimeout 5 whois google.com gtimeout SECONDS COMMAND
Fehlermeldung mount_osxfuse: mount point /Users/BLABLUBB is itself on a OSXFUSE volume Lösung The folder is already mounted. Unmount it and try it again. umount /Users/BLABLUBB Then your mount command
Ich wollte das Kopieren abbrechen, jedoch weigerte sich Mac OS X Im Finder kann man weder das Fenster schließen, noch tat sich was bei dem Schließen der einzelnen Ordner. Es hatte sich komplett aufgehangen. Lösung CMD + ALT + ESC …
How to mount a sshfs share automatically under mac os x. Install osxfuse and sshfs and create a file, which mounts for you. brew cask install osxfuse brew install sshfs cat mountcrypt.sh #!/bin/bash sshfs root@homeserver:/mnt/md0_crypt /Users/mathias/Desktop/md0_crypt/
Convert flv to mp4 with brew under mac: I don’t wanted to use the crappy free software version with a shitty quality and brandmarks in the video. With brew you can install ffmpeg and convert it directly with a amazing …
Uninstall all packages in brew (mac os x):