Skip to content

Instantly share code, notes, and snippets.

@sarangnx
Last active May 23, 2023 10:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sarangnx/ffa006d71c71db10941047ba6d019dc2 to your computer and use it in GitHub Desktop.
Save sarangnx/ffa006d71c71db10941047ba6d019dc2 to your computer and use it in GitHub Desktop.
Some random useful shell commands
# 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