Ubuntu Linux: Increase decrease volume from command line & keyboard shortcut

Here are some linux commands (pactl and amixer) to increase and decrease volume. You can also use these commands to set keyboard shortcut to increase and decrease volume. pactl pactl command is used to control a running PulseAudio sound server. Increase volume by 10% pactl — set-sink-volume 0 +10% Decrease volume by 10% pactl — … Read more