Tools to prepare project demonstration
- LibreOffice Impress for presentation slides
- SSH protocol
- text interface using OpenSSH server and client
- SSH tunnel
- Remote desktop using VNC server and client
- Vysor plugin for Chrome, TeamViewer or Alpha VNC Lite to share desktop of Android device
- Screen capture with xfce4-screenshooter and shutter
- Simple bitmap editor: kolourpaint or Gimp
- Screen recorders: SimpleScreenRecorder or Recordmydesktop
- Video editors: Kdenlive, PiTiVi, Cinelerra
- Live webcam for demos: guvcview or cheese
- Display management: Settings — Display or use arandr for more advanced settings
(test presentation for 1024×768 resolution). Install cloc and get overall statistics about code of project code:
sudo apt install cloc
cloc YourProjectwhere YourProject is path to your project
Install hoc and get overall effort put into your project:
sudo apt install ruby
sudo gem install hoc
hoc YourProjectwhere YourProject is path to your project