Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save johnny-aroza/b835c5f7ce4720523f7e36e389114ae1 to your computer and use it in GitHub Desktop.

Select an option

Save johnny-aroza/b835c5f7ce4720523f7e36e389114ae1 to your computer and use it in GitHub Desktop.
Installing Screen recorder for ubuntu machine
Run the following command into the Terminal:
sudo apt install kazam
New Version With Broadcast
sudo apt-add-repository ppa:sylvain-pineau/kazam
sudo apt update
sudo apt install kazam
sudo apt upgrade
How to Remove Kazam
sudo add-apt-repository --remove ppa:sylvain-pineau/kazam
sudo apt update
sudo apt upgrade
Use below keys to Start the Recording
SUPER-CTRL-R
Use below keys to Finish the recording
SUPER-CTRL-F
Use below keys to Pause the recording
SUPER-CTRL-P
Use below Keys to Quit the recording
SUPER-CTRL-Q
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment