6TM Bookmarks
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
3 results tagged MacOS  ✕
How the hell do i connect to my nas from my mac over nfs!? : r/synology https://www.reddit.com/r/synology/comments/1tautsp/how_the_hell_do_i_connect_to_my_nas_from_my_mac/
Wed May 13 15:47:36 2026
QRCode
archive.org
thumbnail
  • 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
MacOS File Network Share TIL
Install mediainfo plugin for Yazi on Macos /shaare/_84Ryg
Sat May 9 11:03:50 2026
QRCode
archive.org
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
MacOS Media Tool Install TIL
Limit data usage with low data mode as MacOS config /shaare/PGcFYw
Mon Mar 16 06:59:59 2026
QRCode
archive.org
  • MacOS configuration
    settings > wifi > known networks > <your_ssid> > ... > network settings > low data mode
TIL Config MacOS
78 links, including 45 private
Shaarli - The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community - Theme by kalvn