Blog: 2024-01-12: Difference between revisions
Jump to navigation
Jump to search
(Created page with "Sourcehut is coming back up https://outage.sr.ht/ They are available in #sr.ht on libera Made a new function url-size and updated hub to use a regex so it works with git@ and https:// git urls Thinking about hosting git repositories using secure scuttlebutt, worth experimenting with it") |
No edit summary |
||
Line 6: | Line 6: | ||
Thinking about hosting git repositories using secure scuttlebutt, worth experimenting with it |
Thinking about hosting git repositories using secure scuttlebutt, worth experimenting with it |
||
Did a little experiment where I ran qemu-system-x86_64 with no args. It popped up an ipxe environment. added -nographic: |
|||
$ qemu-system-x86_64 -nographic |
|||
This gave a full screen boot. I was able to follow the ipxe help instructions to boot an old linux: http://boot.ipxe.org/demo/boot.php |
|||
Worth writing up as part of a guide to qemu, so powerful! |
Latest revision as of 15:01, 12 January 2024
Sourcehut is coming back up https://outage.sr.ht/
They are available in #sr.ht on libera
Made a new function url-size and updated hub to use a regex so it works with git@ and https:// git urls
Thinking about hosting git repositories using secure scuttlebutt, worth experimenting with it
Did a little experiment where I ran qemu-system-x86_64 with no args. It popped up an ipxe environment. added -nographic:
$ qemu-system-x86_64 -nographic
This gave a full screen boot. I was able to follow the ipxe help instructions to boot an old linux: http://boot.ipxe.org/demo/boot.php
Worth writing up as part of a guide to qemu, so powerful!