mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
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.
This commit is contained in:
parent
0d2e6162db
commit
eadef3e5c3
Notes:
sideshowbarker
2024-07-17 01:21:02 +09:00
Author: https://github.com/cubiclove Commit: https://github.com/SerenityOS/serenity/commit/eadef3e5c3 Pull-request: https://github.com/SerenityOS/serenity/pull/18685
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue