From eadef3e5c31a38f33e43a3d86456c90d93f04623 Mon Sep 17 00:00:00 2001 From: Cubic Love <7754483+cubiclove@users.noreply.github.com> Date: Sat, 6 May 2023 18:49:26 +0100 Subject: [PATCH] Base: Add web server tip to Tips-and-Tricks(7) Add the very useful tip of how to transfer files from QEMU to your host machine via the built-in web server. --- Base/usr/share/man/man7/Tips-and-Tricks.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Base/usr/share/man/man7/Tips-and-Tricks.md b/Base/usr/share/man/man7/Tips-and-Tricks.md index 0c72702df60..d46bf697cf8 100644 --- a/Base/usr/share/man/man7/Tips-and-Tricks.md +++ b/Base/usr/share/man/man7/Tips-and-Tricks.md @@ -52,6 +52,7 @@ This is a list of useful tips and tricks to help you make the most out of Sereni ## Development * Supplying `# profile` with a process identifier (PID) of `-1` as root enables systemwide profiling. +* Easily transfer files from QEMU to your host machine by using the built-in web server. In the terminal enter `ws .` to start a WebServer instance for the current working directory. Then open `localhost:8000` on your host machine. ## See also * [Keyboard Shortcuts](help://man/7/KeyboardShortcuts)