macos bluetooth

main
sudo pacman -Syu 2024-10-02 13:34:43 +07:00
parent c8144a0491
commit 419be446a5
2 changed files with 14 additions and 0 deletions

View File

@ -1278,6 +1278,13 @@ sudo launchctl unload -w /Library/LaunchDaemons/org.openvpn.client.plist
sudo launchctl load -w /Library/LaunchDaemons/org.openvpn.client.plist</pre sudo launchctl load -w /Library/LaunchDaemons/org.openvpn.client.plist</pre
> >
</div> </div>
<p>Bluetooth stutter:</p>
<div class="highlight highlight-source-shell">
<pre>
sudo rm /Library/Preferences/com.apple.Bluetooth.plist
sudo pkill bluetoothd</pre
>
</div>
<p>Thanks:</p> <p>Thanks:</p>
<ul> <ul>
<li> <li>

View File

@ -369,6 +369,13 @@ sudo launchctl unload -w /Library/LaunchDaemons/org.openvpn.client.plist
sudo launchctl load -w /Library/LaunchDaemons/org.openvpn.client.plist sudo launchctl load -w /Library/LaunchDaemons/org.openvpn.client.plist
``` ```
Bluetooth stutter:
```sh
sudo rm /Library/Preferences/com.apple.Bluetooth.plist
sudo pkill bluetoothd
```
Thanks: Thanks:
- [Can Touch ID on Mac authenticate sudo in Terminal?](https://apple.stackexchange.com/a/466029) - [Can Touch ID on Mac authenticate sudo in Terminal?](https://apple.stackexchange.com/a/466029)