deploy: 2e1e95bdc8cb7ec208b0df4de6c43724a74556d0

This commit is contained in:
falsycat
2023-02-23 11:00:45 +00:00
parent ba61468b6b
commit 0c68509ec7
25 changed files with 95 additions and 23 deletions

View File

@@ -0,0 +1 @@
{"/":{"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:00:41.768171597Z","tags":null},"/note/qemu":{"title":"qemuについて","content":"\n# qemuについて\n\n- 個人的にqemuはコマンドラインベースのVirtualBoxと思っている\n- 今のところM2チップのMacbook ProでLinuxを使うための最善手\n\t- M1/M2向けVirtualBoxはまだ開発者プレビューしかなくまともに使えなかった\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:00:41.768171597Z","tags":null}}

View File

@@ -1 +0,0 @@
{"/":{"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-23T10:32:30.02249357Z","tags":null},"/blog/2023/test":{"title":"","content":"test","lastmodified":"2023-02-23T10:32:30.02249357Z","tags":null}}