Betriebssysteme

Windows, Mac OS

Timeout for Mac – Stop executing command

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

Mac OS X – mount a share via sshfs

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/

Scroll to Top