If you have ext4 formatted Harddrive (like the external Devices you have formatted on your Synology) you will not be able to access the Files by just plugin in the HDD to your Mac. The easiest way to fix this is with Fuse and ext4fuse. I would recommend to do the software installation with homebrew. This is a paketmanager for… Read more →
Schlagwort: terminal
Mac ISO to USB Stick
How to create a bootable USB Stick from a ISO file. First you have to convert the iso file to a img file. This command will do the work. hdiutil convert -format UDRW -o /path/to/source /path/to/destination Then you have to find the attached USB device diskutil list Now search for device (for example: /dev/disk3) and eject this device diskutil unmountDisk… Read more →
screen commands
Screen Use the command „screen“ to open a virtual terminal session in you actual session. The sessions will stay active until you terminate them. Installation: MacOS X # build in Debian # apt-get install screen normal use: # create new session screen -S „NAME“ # detach session Ctrl + A & Ctrl + D # list open sessions screen -ls… Read more →