appleinsideruser
About
- Username
- appleinsideruser
- Joined
- Visits
- 410
- Last Active
- Roles
- member
- Points
- 1,377
- Badges
- 1
- Posts
- 790
Reactions
-
How to enable and use RCS for secure cross-platform messaging
-
Google Gemini Live takes on Siri via a standalone iOS app
-
Google Gemini Live takes on Siri via a standalone iOS app
mpantone said:Moreover you can't use Apple Maps on PC web browser. You need an Apple device (iPhone, iPad, Mac) so no business can use Apple Maps on a web page.
https://developer.apple.com/maps/web/
-
Google Gemini Live takes on Siri via a standalone iOS app
-
Ultimate guide on how to use an external SSD as a working drive on macOS Sequoia
unbeliever2 said:momoaz said:What I would like help with is mapping just a couple user folders to external hard drive in the core OS. I just dont have the unix mojo. For instance I would like ~/Desktop and ~/Documents and ~/Lib to remain on the internal drive but say have /Movies /Music /Pictures/ etc all mapped to external. Not just Music app, Movies app location by specifying in "option" launch. I know how to change the home directory in the Users & Groups pref but breaking up specific home folder locations are beyond me. This would allow me to survive and keep the speed without paying the scalper prices for their storage upgrades.
Just make /User/YourUser a link to the directory you want to be your folder. Then the OS doesn't really need to be involved.ln -s /Volumes/YourBigDrive/Home/YourUser /Users/YourUser
Make sure you backup the external drive.