Preferences
Preview for PDFs - Incorrect Pages are Bookmarked
Turn off logical page numbers by going to Preferences
> PDF
and then unticking the Viewing documents: Use logical page numbers
box.
Hidden Utilities
afplay - Audio File Play
afplay [option…] audio_file
|
|
transmission-cli: Download torrent and magnet links through the command line
|
|
or create a magnet.links file including magnet:
link list of files you want to download, and then run below script to download all.
|
|
Some options:
To target to a directory
|
|
To download torrent file
|
|
To enable a peer blocklist: Since transmission-cli works different than its GTK counterpart, it often doesn’t save settings. This means peer blocklists need to be specified each time before use. The -b
switch enables a blocklist.
|
|
To download with encryption: It is possible to encrypt the traffic while downloading.
|
|
To remove a torrent
|
|
Free NTFS read and write on Mac
Edit fstab file
|
|
Add below line where DRIVE_NAME is the name of the drive. The drive’s name should contain no spaces, as adding a space to the configuration file would tell your Mac to interpret whatever’s after that space as a separate command. If your DRIVE_NAME is made up of two words separated with a space, for example, “NO NAME”, you have to add a “\” before the space for the system to recognize the space. For example, “NO\ NAME”.
|
|
Instead of using above, we can use the following command line.
|
|
Open Disk Utility and check File System UUID by opening Volume Info. Go back to Disk Utility to Unmount then Mount the NTFS disk to see if it is able to read and write to NTFS Disk.