From 7206fa5392da27d2dfa83cad0b3c7c762bba1fa3 Mon Sep 17 00:00:00 2001 From: falsycat Date: Thu, 23 Feb 2023 11:06:59 +0000 Subject: [PATCH] deploy: e18b631dc015712373e046a684c29aa2ea70faca --- 404.html | 2 +- categories/index.html | 4 +-- index.html | 2 +- index.xml | 10 ++++++- ...13857814a57af761d1a99200f8206124.min.json} | 2 +- note/index.html | 4 +-- note/index.xml | 10 ++++++- note/qemu/index.html | 30 +++++++++++++++++-- sitemap.xml | 2 +- tags/computer/index.html | 4 +-- tags/computer/index.xml | 10 ++++++- tags/index.html | 4 +-- tags/index.xml | 2 +- tags/qemu/index.html | 18 ----------- tags/qemu/index.xml | 1 - tags/qemu/page/1/index.html | 1 - tags/virtualization/index.html | 4 +-- tags/virtualization/index.xml | 10 ++++++- 18 files changed, 78 insertions(+), 42 deletions(-) rename indices/{contentIndex.ad3a57888dd0f5142a32b9070d078020.min.json => contentIndex.13857814a57af761d1a99200f8206124.min.json} (53%) delete mode 100644 tags/qemu/index.html delete mode 100644 tags/qemu/index.xml delete mode 100644 tags/qemu/page/1/index.html diff --git a/404.html b/404.html index 87284dc..ae8af4b 100644 --- a/404.html +++ b/404.html @@ -9,7 +9,7 @@ - diff --git a/categories/index.html b/categories/index.html index ac193cb..732f560 100644 --- a/categories/index.html +++ b/categories/index.html @@ -9,10 +9,10 @@ -

ar.falsy.cat

Search

Search IconIcon to open search
-
\ No newline at end of file +

All Categories

Computer

1 notes with this tag

Virtualization

1 notes with this tag

\ No newline at end of file diff --git a/index.html b/index.html index 0d37a3e..4aaee58 100644 --- a/index.html +++ b/index.html @@ -9,7 +9,7 @@ - diff --git a/index.xml b/index.xml index fde6c39..9f55ee2 100644 --- a/index.xml +++ b/index.xml @@ -1 +1,9 @@ -HOME onhttps://ar.falsy.cat/Recent content in HOME onHugo -- gohugo.ioen-usqemuについてhttps://ar.falsy.cat/note/qemu/Mon, 01 Jan 0001 00:00:00 +0000https://ar.falsy.cat/note/qemu/qemuについて 個人的に,qemuはコマンドラインベースのVirtualBoxと思っている 今のところM2チップのMacbook ProでLinuxを使うための最善手 M1/M2向けVirtualBoxはまだ開発者プレビューしかなく,まともに使えなかった インストール Mac 1 $ brew install qemu ハードウェアアクセラレーションが有効化されている他のビルドもあるらしいが未検証 今後GPU使いたくなったら検証予定 コマンド逆引き archのlive cdを起動 1 2 3 qemu-system-x86_64 \ -m 4G \ -cdrom . \ No newline at end of file +HOME onhttps://ar.falsy.cat/Recent content in HOME onHugo -- gohugo.ioen-usqemuについてhttps://ar.falsy.cat/note/qemu/Mon, 01 Jan 0001 00:00:00 +0000https://ar.falsy.cat/note/qemu/<h1 id="qemuについて">qemuについて</h1> +<ul> +<li>個人的に,qemuはコマンドラインベースのVirtualBoxと思っている</li> +<li>今のところM2チップのMacbook ProでLinuxを使うための最善手 +<ul> +<li>M1/M2向けVirtualBoxはまだ開発者プレビューしかなく,まともに使えなかった</li> +</ul> +</li> +</ul> \ No newline at end of file diff --git a/indices/contentIndex.ad3a57888dd0f5142a32b9070d078020.min.json b/indices/contentIndex.13857814a57af761d1a99200f8206124.min.json similarity index 53% rename from indices/contentIndex.ad3a57888dd0f5142a32b9070d078020.min.json rename to indices/contentIndex.13857814a57af761d1a99200f8206124.min.json index 1c26e99..a09ffa3 100644 --- a/indices/contentIndex.ad3a57888dd0f5142a32b9070d078020.min.json +++ b/indices/contentIndex.13857814a57af761d1a99200f8206124.min.json @@ -1 +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}} \ No newline at end of file +{"/":{"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:06:56.565674781Z","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\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:06:56.565674781Z","tags":null}} \ No newline at end of file diff --git a/note/index.html b/note/index.html index 22ada92..992d895 100644 --- a/note/index.html +++ b/note/index.html @@ -9,10 +9,10 @@ -

ar.falsy.cat

Search

Search IconIcon to open search
-
\ No newline at end of file +

All Notes

\ No newline at end of file diff --git a/note/index.xml b/note/index.xml index bf1f053..0e2a2fd 100644 --- a/note/index.xml +++ b/note/index.xml @@ -1 +1,9 @@ -Notes onhttps://ar.falsy.cat/note/Recent content in Notes onHugo -- gohugo.ioen-usqemuについてhttps://ar.falsy.cat/note/qemu/Mon, 01 Jan 0001 00:00:00 +0000https://ar.falsy.cat/note/qemu/qemuについて 個人的に,qemuはコマンドラインベースのVirtualBoxと思っている 今のところM2チップのMacbook ProでLinuxを使うための最善手 M1/M2向けVirtualBoxはまだ開発者プレビューしかなく,まともに使えなかった インストール Mac 1 $ brew install qemu ハードウェアアクセラレーションが有効化されている他のビルドもあるらしいが未検証 今後GPU使いたくなったら検証予定 コマンド逆引き archのlive cdを起動 1 2 3 qemu-system-x86_64 \ -m 4G \ -cdrom . \ No newline at end of file +Notes onhttps://ar.falsy.cat/note/Recent content in Notes onHugo -- gohugo.ioen-usqemuについてhttps://ar.falsy.cat/note/qemu/Mon, 01 Jan 0001 00:00:00 +0000https://ar.falsy.cat/note/qemu/<h1 id="qemuについて">qemuについて</h1> +<ul> +<li>個人的に,qemuはコマンドラインベースのVirtualBoxと思っている</li> +<li>今のところM2チップのMacbook ProでLinuxを使うための最善手 +<ul> +<li>M1/M2向けVirtualBoxはまだ開発者プレビューしかなく,まともに使えなかった</li> +</ul> +</li> +</ul> \ No newline at end of file diff --git a/note/qemu/index.html b/note/qemu/index.html index a82fd81..0d5361a 100644 --- a/note/qemu/index.html +++ b/note/qemu/index.html @@ -1,4 +1,28 @@ -qemuについて +qemuについて @@ -9,7 +33,7 @@ - @@ -17,7 +41,7 @@

ar.falsy.cat

Search

Search IconIcon to open search

qemuについて

Last updated Feb 23, 2023 -Edit Source

# qemuについて

  • 個人的に,qemuはコマンドラインベースのVirtualBoxと思っている
  • 今のところM2チップのMacbook ProでLinuxを使うための最善手
    • M1/M2向けVirtualBoxはまだ開発者プレビューしかなく,まともに使えなかった

# インストール

# Mac

1
+Edit Source

# qemuについて

  • 個人的に,qemuはコマンドラインベースのVirtualBoxと思っている
  • 今のところM2チップのMacbook ProでLinuxを使うための最善手
    • M1/M2向けVirtualBoxはまだ開発者プレビューしかなく,まともに使えなかった

# インストール

# Mac

1
 
$ brew install qemu
 
  • ハードウェアアクセラレーションが有効化されている他のビルドもあるらしいが未検証
    • 今後GPU使いたくなったら検証予定

# コマンド逆引き

# archのlive cdを起動

1
 2
diff --git a/sitemap.xml b/sitemap.xml
index 2b830c8..fbb8b97 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -1 +1 @@
-https://ar.falsy.cat/categories/https://ar.falsy.cat/tags/computer/2023-02-23T18:29:46+09:00https://ar.falsy.cat/2023-02-23T18:29:46+09:00https://ar.falsy.cat/note/2023-02-23T18:29:46+09:00https://ar.falsy.cat/tags/qemu/2023-02-23T18:29:46+09:00https://ar.falsy.cat/note/qemu/2023-02-23T18:29:46+09:00https://ar.falsy.cat/tags/2023-02-23T18:29:46+09:00https://ar.falsy.cat/tags/virtualization/2023-02-23T18:29:46+09:00
\ No newline at end of file
+https://ar.falsy.cat/categories/https://ar.falsy.cat/tags/computer/2023-02-23T18:29:46+09:00https://ar.falsy.cat/2023-02-23T18:29:46+09:00https://ar.falsy.cat/note/2023-02-23T18:29:46+09:00https://ar.falsy.cat/note/qemu/2023-02-23T18:29:46+09:00https://ar.falsy.cat/tags/2023-02-23T18:29:46+09:00https://ar.falsy.cat/tags/virtualization/2023-02-23T18:29:46+09:00
\ No newline at end of file
diff --git a/tags/computer/index.html b/tags/computer/index.html
index c897a5a..0dc615e 100644
--- a/tags/computer/index.html
+++ b/tags/computer/index.html
@@ -9,10 +9,10 @@
 
 
 
-
 

ar.falsy.cat

Search

Search IconIcon to open search
-
\ No newline at end of file +
\ No newline at end of file diff --git a/tags/computer/index.xml b/tags/computer/index.xml index df70ea8..abddf89 100644 --- a/tags/computer/index.xml +++ b/tags/computer/index.xml @@ -1 +1,9 @@ -computer onhttps://ar.falsy.cat/tags/computer/Recent content in computer onHugo -- gohugo.ioen-usqemuについてhttps://ar.falsy.cat/note/qemu/Mon, 01 Jan 0001 00:00:00 +0000https://ar.falsy.cat/note/qemu/qemuについて 個人的に,qemuはコマンドラインベースのVirtualBoxと思っている 今のところM2チップのMacbook ProでLinuxを使うための最善手 M1/M2向けVirtualBoxはまだ開発者プレビューしかなく,まともに使えなかった インストール Mac 1 $ brew install qemu ハードウェアアクセラレーションが有効化されている他のビルドもあるらしいが未検証 今後GPU使いたくなったら検証予定 コマンド逆引き archのlive cdを起動 1 2 3 qemu-system-x86_64 \ -m 4G \ -cdrom . \ No newline at end of file +computer onhttps://ar.falsy.cat/tags/computer/Recent content in computer onHugo -- gohugo.ioen-usqemuについてhttps://ar.falsy.cat/note/qemu/Mon, 01 Jan 0001 00:00:00 +0000https://ar.falsy.cat/note/qemu/<h1 id="qemuについて">qemuについて</h1> +<ul> +<li>個人的に,qemuはコマンドラインベースのVirtualBoxと思っている</li> +<li>今のところM2チップのMacbook ProでLinuxを使うための最善手 +<ul> +<li>M1/M2向けVirtualBoxはまだ開発者プレビューしかなく,まともに使えなかった</li> +</ul> +</li> +</ul> \ No newline at end of file diff --git a/tags/index.html b/tags/index.html index 216c8ef..f5b45d7 100644 --- a/tags/index.html +++ b/tags/index.html @@ -9,10 +9,10 @@ -

ar.falsy.cat

Search

Search IconIcon to open search
-
\ No newline at end of file +
\ No newline at end of file diff --git a/tags/index.xml b/tags/index.xml index d6fb292..4f7db43 100644 --- a/tags/index.xml +++ b/tags/index.xml @@ -1 +1 @@ -Tags onhttps://ar.falsy.cat/tags/Recent content in Tags onHugo -- gohugo.ioen-uscomputerhttps://ar.falsy.cat/tags/computer/Mon, 01 Jan 0001 00:00:00 +0000https://ar.falsy.cat/tags/computer/qemuhttps://ar.falsy.cat/tags/qemu/Mon, 01 Jan 0001 00:00:00 +0000https://ar.falsy.cat/tags/qemu/virtualizationhttps://ar.falsy.cat/tags/virtualization/Mon, 01 Jan 0001 00:00:00 +0000https://ar.falsy.cat/tags/virtualization/ \ No newline at end of file +Tags onhttps://ar.falsy.cat/tags/Recent content in Tags onHugo -- gohugo.ioen-uscomputerhttps://ar.falsy.cat/tags/computer/Mon, 01 Jan 0001 00:00:00 +0000https://ar.falsy.cat/tags/computer/virtualizationhttps://ar.falsy.cat/tags/virtualization/Mon, 01 Jan 0001 00:00:00 +0000https://ar.falsy.cat/tags/virtualization/ \ No newline at end of file diff --git a/tags/qemu/index.html b/tags/qemu/index.html deleted file mode 100644 index 62fc99e..0000000 --- a/tags/qemu/index.html +++ /dev/null @@ -1,18 +0,0 @@ -qemu - - - - - - - - - - - -
-

ar.falsy.cat

Search

Search IconIcon to open search
-
\ No newline at end of file diff --git a/tags/qemu/index.xml b/tags/qemu/index.xml deleted file mode 100644 index b46890f..0000000 --- a/tags/qemu/index.xml +++ /dev/null @@ -1 +0,0 @@ -qemu onhttps://ar.falsy.cat/tags/qemu/Recent content in qemu onHugo -- gohugo.ioen-usqemuについてhttps://ar.falsy.cat/note/qemu/Mon, 01 Jan 0001 00:00:00 +0000https://ar.falsy.cat/note/qemu/qemuについて 個人的に,qemuはコマンドラインベースのVirtualBoxと思っている 今のところM2チップのMacbook ProでLinuxを使うための最善手 M1/M2向けVirtualBoxはまだ開発者プレビューしかなく,まともに使えなかった インストール Mac 1 $ brew install qemu ハードウェアアクセラレーションが有効化されている他のビルドもあるらしいが未検証 今後GPU使いたくなったら検証予定 コマンド逆引き archのlive cdを起動 1 2 3 qemu-system-x86_64 \ -m 4G \ -cdrom . \ No newline at end of file diff --git a/tags/qemu/page/1/index.html b/tags/qemu/page/1/index.html deleted file mode 100644 index 82cbfca..0000000 --- a/tags/qemu/page/1/index.html +++ /dev/null @@ -1 +0,0 @@ -https://ar.falsy.cat/tags/qemu/ \ No newline at end of file diff --git a/tags/virtualization/index.html b/tags/virtualization/index.html index 70bb8e6..ccc187d 100644 --- a/tags/virtualization/index.html +++ b/tags/virtualization/index.html @@ -9,10 +9,10 @@ -

ar.falsy.cat

Search

Search IconIcon to open search
-
\ No newline at end of file +
\ No newline at end of file diff --git a/tags/virtualization/index.xml b/tags/virtualization/index.xml index 5e42284..39fb1f4 100644 --- a/tags/virtualization/index.xml +++ b/tags/virtualization/index.xml @@ -1 +1,9 @@ -virtualization onhttps://ar.falsy.cat/tags/virtualization/Recent content in virtualization onHugo -- gohugo.ioen-usqemuについてhttps://ar.falsy.cat/note/qemu/Mon, 01 Jan 0001 00:00:00 +0000https://ar.falsy.cat/note/qemu/qemuについて 個人的に,qemuはコマンドラインベースのVirtualBoxと思っている 今のところM2チップのMacbook ProでLinuxを使うための最善手 M1/M2向けVirtualBoxはまだ開発者プレビューしかなく,まともに使えなかった インストール Mac 1 $ brew install qemu ハードウェアアクセラレーションが有効化されている他のビルドもあるらしいが未検証 今後GPU使いたくなったら検証予定 コマンド逆引き archのlive cdを起動 1 2 3 qemu-system-x86_64 \ -m 4G \ -cdrom . \ No newline at end of file +virtualization onhttps://ar.falsy.cat/tags/virtualization/Recent content in virtualization onHugo -- gohugo.ioen-usqemuについてhttps://ar.falsy.cat/note/qemu/Mon, 01 Jan 0001 00:00:00 +0000https://ar.falsy.cat/note/qemu/<h1 id="qemuについて">qemuについて</h1> +<ul> +<li>個人的に,qemuはコマンドラインベースのVirtualBoxと思っている</li> +<li>今のところM2チップのMacbook ProでLinuxを使うための最善手 +<ul> +<li>M1/M2向けVirtualBoxはまだ開発者プレビューしかなく,まともに使えなかった</li> +</ul> +</li> +</ul> \ No newline at end of file