Last active
March 17, 2024 18:09
-
-
Save josecastillolema/ad63d5ca8998b8b48b7df08faeb90c65 to your computer and use it in GitHub Desktop.
Tricks desktop
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
systemctl --user restart wireplumber pipewire pipewire-pulse |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo sysctl -w kernel.keys.maxkeys=5000 | |
sudo sysctl -w fs.inotify.max_user_watches=2099999999 | |
sudo sysctl -w fs.inotify.max_user_instances=2099999999 | |
sudo sysctl -w fs.inotify.max_queued_events=2099999999 | |
sudo modprobe openvswitch |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment