osxfuse
HomeBrew
osxfuse | HomeBrew | |
---|---|---|
75 | 1,316 | |
8,746 | 41,070 | |
0.5% | 1.1% | |
2.7 | 10.0 | |
16 days ago | about 22 hours ago | |
Shell | Ruby | |
GNU General Public License v3.0 or later | BSD 2-clause "Simplified" License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
osxfuse
-
File systems can change in Sequoia with FSKit
macFUSE discussion: https://github.com/osxfuse/osxfuse/issues/1025
-
why is my mac able to read the left sd card but not the right?
Install macFUSE, thank me later: https://osxfuse.github.io
-
Please someone save me from file sharing hell to windows
I didn't exactly use any 'tutorial'. Assumming you can already SSH to the target machine, you just need to install both these pkgs then reboot to 1TR Recovery Mode and choosing Reduced Security and choose to enable Kernel Extension and then reboot again goto Security & Privacy and Allow the extension, and that's it you can now use it.
-
Spacedrive – an open source cross-platform file explorer
Yeah, FUSE is Linux only. But for completeness, for macs there is macFUSE, and for Windows there is winfsp. Both of these have fewer filesystems than FUSE, and I've used neither so I don't know how well they work.
https://github.com/osxfuse/osxfuse/wiki/List-of-macFUSE-File...
https://winfsp.dev/doc/Known-File-Systems/
- macOS Sonoma is available today
-
How do I fix this?
Weird. Where did you download (lat/new)est MacFuse from? https://osxfuse.github.io/ I hope!
-
Ask HN: What are some good resources for learning about low level disk/file IO?
I lead a project that included shipping a filesystem driver and a virtual disk on Windows.
What I did to learn the lower-level APIs, and perform initial testing on the driver, was write a "mirror" drive. The user-mode code pointed to a folder on disk, the driver made a virtual disk drive, and all reads and writes in the virtual disk drive went to the mirror folder.
On Windows, you can implement something like that using Dokany, Dokan, or Winfsp. On linux, there's the Fuse API. On Mac, there's MacFUSE.
Even if you don't do a "mirror" drive, understanding the callbacks that libraries like Dokany, Dokan, Winfsp, and Fuse do helps you understand how IO happens in the driver. Many IO methods provided in popular languages provide abstractions above what the OS does. (For example, the Windows kernel has no concept of the "Stream" that's in your C# program. The "Stream"'s Position property is purely a construct within the .Net framework.)
https://dokan-dev.github.io/
https://github.com/dokan-dev/dokany
https://osxfuse.github.io/
Another place to start is the OS's documentation itself. For example, you can start with Window's CreateFileA function. This typically is what gets called "under the hood" in most programming languages when you open or create a file: https://learn.microsoft.com/en-us/windows/win32/api/fileapi/...
- Cross-platform disk encryption
-
Possible to use VeraCrypt without OSXFuse
"FUSE-T is a kext-less implementation of FUSE for macOS that uses NFS v4 local server instead of a kernel extension. The main motivation for this project is to replace macfuse (https://osxfuse.github.io/) that implements its own kext to make fuse work. With each version of macOS it's getting harder and harder to load kernel extensions. Apple strongly discourages it and, for this reason, software distributions that include macfuse are very difficult to install. Additionally, the macfuse kext is unstable, may cause frequent system crashes and kernel lock-ups. Given those limitations many software publishers are unable to use macfuse anymore. FUSE-T doesn't make use of kernel extension, it implements its own userspace server that converts between FUSE protocol and NFS calls and let macOS mount NFS volume instead of a kernel filesystem."
-
Any way to write to NTFS drives from Hackintosh?
MacFuse (ntfs-3g) and a Foolproof way of getting it working via Homebrew.
HomeBrew
-
A Simple CLI for Managing VSCode Workspaces
For users who prefer using Homebrew, installing ws is as simple as running the following command:
-
Building a Quiz App Using Python: A Step-by-Step Guide
Install Homebrew if you haven't already (visit https://brew.sh/ for instructions)
-
Python Version Management with PyEnv
This assumes that homebrew and the xcode-tools are installed. First line will install dependencies to install and build python versions. Second line will install pyenv itself. Third line is optional and will append a pyenv load before running brew in order to avoid a false positive warning when running brew doctor and to avoid errors in case you are developing brew python packages. Note that it is being placed in .zshrc, your mac should already have zsh enabled by default unless it's an older machine, in which case you should probably append it to .bash_profile.
-
Signing Git Commits on Mac OS via SmartGit
Because I use homebrew it is rather confusing as to where to configure gpg, the gpg-agent, and pinentry. Lots of the docmentation is for Linux and to make matters worse I am on Mac OS.
-
Which open-source projects are widely used but maintained by just a few people?
Homebrew has a healthy amount of contributors. Some people leave as priorities change but others join.
https://github.com/Homebrew/brew#who-we-are
-
How to install Nginx on Mac
You can install Homebrew from official website or Just enter below command to install.
-
How to Install Ruby on Windows, macOS, and Linux
Since OS X 10.11 El Capitan, Ruby is bundled alongside the operating system and the ability to install gems as the operating system came with such. This is Ruby 2.6.10 that is bundled with macOS 11 Big Sur. With Homebrew, The built-in Ruby and its dependencies (especially libyaml) can be updated with this command:
-
Let's GO!
If you do decide to go the the brew way, you will need to install homebrew and follow the instructions in your terminal.
- Tutorial Setup Localhost Mac (Apache2, MySQL 5.7, and PHP 8.1)
-
Run your Sveltekit (or any vite) localhost server with HTTPS
On Mac: With Homebrew:
What are some alternatives?
sshfs - File system based on the SSH File Transfer Protocol
spack - A flexible package manager that supports multiple versions, configurations, platforms, and compilers.
homebrew-core - 🍻 Default formulae for the missing package manager for macOS (or Linux)
asdf - Extendable version manager with support for Ruby, Node.js, Elixir, Erlang & more
homebrew-ntfs-3g - homebrew tap for ntfs-3g
Visual Studio Code - Visual Studio Code
hammerspoon - Staggeringly powerful macOS desktop automation with Lua
winget-cli - WinGet is the Windows Package Manager. This project includes a CLI (Command Line Interface), PowerShell modules, and a COM (Component Object Model) API (Application Programming Interface).
macOS-GateKeeper-Helper - Simple macOS GateKeeper script.
Chocolatey - Chocolatey - the package manager for Windows
btrfs - WinBtrfs - an open-source btrfs driver for Windows
Docker-OSX - Run macOS VM in a Docker! Run near native OSX-KVM in Docker! X11 Forwarding! CI/CD for OS X Security Research! Docker mac Containers.