ar.falsy.cat/indices/contentIndex.3c348cee458bad2d86c1e030f647cd83.min.json

1 line
1.6 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{"/":{"title":"HOME","content":"\n[ブログ](blog)兼[備忘録](note)arはarchiveの略\n\n## 著者\n![アイコン](assets/me.webp) ![本人](assets/me-maid.webp)\n- falsycat\n- 20才\n- 東京都\n- 公開アカウントなど\n\t- [ポートフォリオ](https://falsy.cat/)\n\t- fediverse\n\t\t- [@admin@falsy.cat](https://falsy.cat/admin)\n\t\t- [@falsy@misskey.io](https://misskey.io/@falsy)\n\t- 外部サービス\n\t\t- [GitHub](https://github.com/)\n\t\t- [YouTube](https://www.youtube.com/@falsycat)\n\t- セルフホスト ([status](https://status.falsy.cat/))\n\t\t- [Gitea](https://git.falsy.cat/)\n\t\t- [OwnCast](https://live.falsy.cat/)","lastmodified":"2023-02-23T11:16:53.892961949Z","tags":null},"/note/qemu":{"title":"qemu","content":"\n- 個人的にqemuはコマンドラインベースのVirtualBoxと思っている\n- 今のところM2チップのMacbook ProでLinuxを使うための最善手\n\t- M1/M2向けVirtualBoxはまだ開発者プレビューしかなくまともに使えなかった\n\n\u003c!--more--\u003e\n\n## インストール\n\n### Mac\n```bash\n$ brew install qemu\n```\n- ハードウェアアクセラレーションが有効化されている他のビルドもあるらしいが未検証\n\t- 今後GPU使いたくなったら検証予定\n\n## コマンド逆引き\n\n### archのlive cdを起動\n```bash\nqemu-system-x86_64 \\\n -m 4G \\\n -cdrom ../iso/archlinux-2023.02.01-x86_64.iso\n```\n\n## オプション一覧\n```\n-m 4G # メモリサイズ指定\n-cdrom a.iso # ISOファイル指定\n```","lastmodified":"2023-02-23T11:16:53.892961949Z","tags":null}}