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