macos bluetooth
parent
c8144a0491
commit
419be446a5
|
@ -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>
|
||||||
|
|
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue