macmaverickk
About
- Username
- macmaverickk
- Joined
- Visits
- 10
- Last Active
- Roles
- member
- Points
- 1,213
- Badges
- 2
- Posts
- 11
Reactions
-
SwitchBot Smart Switch Button Pusher review: A small way to make a basic button smart
-
Apple still hasn't fixed macOS Ventura's network bug
Apple’s SMB issues have existed waaay before Ventura. I manage a small business with 10-15 Macs that rely heavily on SMB file sharing. In 2018, after many hours of trial-and-error, I finally found a fix that has kept our uptime and our transfer speeds very high (over 100MBps for gigabit clients and around 1000MBps for Thunderbolt clients). Whether or not this helps with any Ventura-specific bugs remains to be seen since my server is running Monterey, but these steps should be performed regardless of which macOS version you're running to ensure a smooth and reliable SMB experience.
On the server (that is, if a macOS system is your SMB server... if not, skip this part)), you’ll need to disable .DS_Stores and turn off packet signing (Source: https://support.apple.com/en-us/HT208209). With file sharing off, run these commands and then restart the server:defaults write com.apple.desktopservices DSDontWriteNetworkStores -bool TRUE
sudo defaults write /Library/Preferences/SystemConfiguration/com.apple.smb.server SigningRequired -bool FALSE
On your clients, it's also necessary to adjust SMB behavior to help keep things running smoothly as possible. To do so, you need to make adjustments to the nsmb.conf file that Apple explains here (https://support.apple.com/en-us/HT207520). But don't follow Apple's steps, there are many more options that need to be configured and I've laid it all out into a single command that you can easily copy/paste on all macOS clients (fyi, this will remove the existing nsmb.conf file, so if you have made important adjustments to it yourself, consider backing it up first):
sudo -s; rm /private/etc/nsmb.conf; echo "[default]\nsigning_required=no\nstreams=yes\nnotify_off=yes\nport445=no_netbios\nunix extensions = no\nveto files=/._*/.DS_Store/\nprotocol_vers_map=6" >> /etc/nsmb.conf; defaults write com.apple.desktopservices DSDontWriteNetworkStores -bool TRUE; exit
Thats it! Occasionally, when a client doesn’t see or doesn't want to connect to your SMB server, flush the DNS cache on that client and it’ll connect again:
sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder
-
Early previewers praise new HomePod's 'just wow' audio
Scot1 said:iOS_Guy80 said:Wonder if you could use the 1st gen HomePod with the new gen 2 model as a pair. Would you see a major difference in audio from one to the other? -
Find My misfire leads to SWAT raid on grandmother
jdw said:AppleInsider said:
In addition to that SWAT raid tax dollar waste, you then have the waste of having to pay to compensate the lady for all the broken items, including collectable dolls, some of which may not be so easy to replace. And now you also have a lawsuit filed as well.
The police issue an apology (but refuse to pay for repairs) and expect that to end that particular case so they can then move on to the next SWAT raid, which could also be a mistake.
All the while, this poor lady is left with financial loss and with fear about what may next come through her door.
All over a SINGLE iPhone.
Madness. Utter madness.
-
TransUnion breached, consumers' financial information exposed