Quick Reminder: Linux simple web server Apr 11, 2022 If python3 is installed: python3 -m http.server 80 This command starts a new web server for the current folder.