Things to do with a new Linux Ubuntu install
Kolourpaint:
https://sysads.co.uk/2014/06/21/install-kolourpaint-ubuntu-14-04/
Disable screensaver/lock:
https://askubuntu.com/questions/177348/how-do-i-disable-the-screensaver-lock
Teamviewer:
https://askubuntu.com/questions/453157/how-to-install-teamviewer-on-14-04
Kdenlive video editor:
VLC:
Audacity:
Record system audio with Audacity on Linux Ubuntu:
https://www.maketecheasier.com/record-system-sound-linux/
d
d
https://sysads.co.uk/2014/06/21/install-kolourpaint-ubuntu-14-04/
sudo apt-get update sudo apt-get install kolourpaint4
Disable screensaver/lock:
https://askubuntu.com/questions/177348/how-do-i-disable-the-screensaver-lock
Teamviewer:
https://askubuntu.com/questions/453157/how-to-install-teamviewer-on-14-04
wget https://download.teamviewer.com/download/teamviewer_i386.deb sudo dpkg -i teamviewer_i386.deb sudo apt update && sudo apt -f install Kdenlive video editor:
sudo apt-get install kdenlive
VLC:
sudo apt install vlc
Audacity:
sudo add-apt-repository ppa:ubuntuhandbook1/audacity
sudo apt-get update
sudo apt-get install audacity
Record system audio with Audacity on Linux Ubuntu:
https://www.maketecheasier.com/record-system-sound-linux/
d
d
Comments
Post a Comment