Last active
May 23, 2023 10:29
-
-
Save sarangnx/ffa006d71c71db10941047ba6d019dc2 to your computer and use it in GitHub Desktop.
Some random useful shell commands
This file contains hidden or 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
# enable autofocus of webcam | |
sudo v4l2-ctl -d 1 -c focus_automatic_continuous=1 | |
# fix save dialog freezing brave | |
# https://community.brave.com/t/brave-browser-freezes-on-uploading-or-downloading-any-file-in-ubuntu/453578/10 | |
dconf write /org/gnome/desktop/sound/input-feedback-sounds false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment