Things to do with a new Linux Ubuntu install 2019
So a recent Windows10 update bricked my machine (again. It also blackbricked a machine of mine 2 years ago). So another go at Ubuntu. Using Ubuntu: commands in terminal that are useful: locate a folder (or "directory"): cd / goes to home folder cd /Downloads or cd Downloads/ goes to the Downloads folder ls lists what's in there. PROGRAMS TO INSTALL: VLC: sudo apt install vlc Kdenlive video editor: sudo apt-get install kdenlive 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/ Kolourpaint: 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 ...