• 6TM
  • My links
  • Tags
  • pics
  • RSS
  • Login
Filter untagged links
4 results tagged MacOS

tombonez/noTunes: A simple macOS application that will prevent iTunes or Apple Music from launching.https://github.com/tombonez/noTunes

  • MacOS
  • Config
  • Media
  • Tool
  • MacOS
  • Config
  • Media
  • Tool

  • brew install --cask notunes
  • System Preferences -> Users & Groups -> "Login Items" -> add noTunes
  • enable noTunes to prevent Apple Music from opening
Permalink
August 9, 2026 at 9:47:11 AM GMT+2
QRCode
archive.org

How the hell do i connect to my nas from my mac over nfs!? : r/synologyhttps://www.reddit.com/r/synology/comments/1tautsp/how_the_hell_do_i_connect_to_my_nas_from_my_mac/

  • MacOS
  • File
  • Network
  • Share
  • TIL
  • MacOS
  • File
  • Network
  • Share
  • TIL

  • usually
    diskutil unmount /Volumes/stuff; mount -o nfsvers=4 -t nfs 192.168.1.82:/volume1/stuff /Volumes/stuff
  • for Synology NAS
    sudo mount -o nfsvers=3,rw,sync -t nfs 192.168.1.82:/volume1/stuff /Volumes/stuff
Permalink
May 13, 2026 at 3:47:36 PM GMT+2
QRCode
archive.org

Install mediainfo plugin for Yazi on Macoshttps://sh.6tm.es/shaare/_84Ryg

  • MacOS
  • Media
  • Tool
  • Install
  • TIL
  • OPS
  • MacOS
  • Media
  • Tool
  • Install
  • TIL
  • OPS

brew install media-info # install mediainfo cli via Homebrew
ya pkg add boydaihungst/mediainfo # install mediainfo plugin for Yazi
# add mediainfo parameters in config
cat<<EOF>>~/.config/yazi/yazi.toml
[plugin]
  prepend_preloaders = [
    # Replace magick, image, video with mediainfo
    { mime = "{audio,video,image}/*", run = "mediainfo" },
    { mime = "application/subrip", run = "mediainfo" },
    # Adobe Illustrator, Adobe Photoshop is image/adobe.photoshop, already handled above
    { mime = "application/postscript", run = "mediainfo" },
  ]
  prepend_previewers = [
    # Replace magick, image, video with mediainfo
    { mime = "{audio,video,image}/*", run = "mediainfo"},
    { mime = "application/subrip", run = "mediainfo" },
    # Adobe Illustrator, Adobe Photoshop is image/adobe.photoshop, already handled above
    { mime = "application/postscript", run = "mediainfo" },
  ]
EOF
  • Source
Permalink
May 9, 2026 at 11:03:50 AM GMT+2
QRCode
archive.org

Limit data usage with low data mode as MacOS confighttps://sh.6tm.es/shaare/PGcFYw

  • TIL
  • Config
  • MacOS
  • TIL
  • Config
  • MacOS

  • MacOS configuration
    settings > wifi > known networks > <your_ssid> > ... > network settings > low data mode
Permalink
March 16, 2026 at 6:59:59 AM GMT+1
QRCode
archive.org
Links per page
  • 20
  • 50
  • 100
Shaarli 96 shaares · Shaarli · The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community · Documentation · Theme : Stack · Font : DINish
Fold Fold all Expand Expand all Are you sure you want to delete this link? Are you sure you want to delete this tag? The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community