摘要: 1. Ubuntu 22.04 1.1 安装SDK 包含Runtime,可以编译源码并运行程序。 $ sudo apt update $ sudo apt install dotnet-sdk-7.0 1.2 安装Runtime 仅可运行程序。 安装ASP.NET Core Runtime (除了基 阅读全文
posted @ 2023-08-31 17:49 this毛豆 阅读(636) 评论(0) 推荐(0) 编辑
摘要: 本文是通过Virtualbox虚拟机把Ubuntu系统安装进U盘中,此方法也同样适用于一些别的系统和可移动存储器。 1.下载 Ubuntu: [http://mirrors.ustc.edu.cn/ubuntu-releases/22.04.2/ubuntu-22.04.2-desktop-amd6 阅读全文
posted @ 2023-06-20 18:18 this毛豆 阅读(765) 评论(1) 推荐(0) 编辑
摘要: 平台: ubuntu-22.04-desktop-amd64.对象: alpine linux rootfs、qemu.文件: linux-6.1.26.tar.xz、alpine-minirootfs-3.18.0-aarch64.tar.gz. 本例通过qemu运行alpine rootfs f 阅读全文
posted @ 2023-06-02 15:45 this毛豆 阅读(603) 评论(0) 推荐(0) 编辑
摘要: 平台: ubuntu-22.04-desktop-amd64.对象: void linux rootfs、qemu.文件: linux-6.1.26.tar.xz、void-aarch64-ROOTFS-20221001.tar.xz. 本例通过qemu运行void linux rootfs for 阅读全文
posted @ 2023-06-02 15:27 this毛豆 阅读(81) 评论(0) 推荐(0) 编辑
摘要: 平台: ubuntu-22.04-desktop-amd64.对象: gentoo rootfs、qemu.文件: linux-6.1.26.tar.xz、stage3-arm64-systemd-20230528T234658Z.tar.xz. 本例通过qemu运行gentoo rootfs fo 阅读全文
posted @ 2023-05-30 22:55 this毛豆 阅读(96) 评论(0) 推荐(0) 编辑
摘要: 平台: ubuntu-22.04-desktop-amd64.对象: archlinux rootfs、qemu.文件: linux-6.1.26.tar.xz、ArchLinuxARM-2023.03-aarch64-rootfs.tar.gz. 本例通过qemu运行archlinux rootf 阅读全文
posted @ 2023-05-30 20:55 this毛豆 阅读(464) 评论(0) 推荐(0) 编辑
摘要: 平台: ubuntu-22.04-desktop-amd64.对象: debian rootfs、qemu.文件: linux-6.1.26.tar.xz 本例通过qemu运行debian rootfs for arm64。 1.安装依赖 $ sudo apt install binfmt-supp 阅读全文
posted @ 2023-05-27 20:05 this毛豆 阅读(646) 评论(0) 推荐(0) 编辑
摘要: 平台: ubuntu-22.04-desktop-amd64.对象: ubuntu base、qemu.文件: ubuntu-base-22.04.2-base-arm64.tar.gz、linux-6.1.26.tar.xz Ubuntu Base不是一个超小的内存运行嵌入式发行版;它是Ubunt 阅读全文
posted @ 2023-05-26 23:39 this毛豆 阅读(459) 评论(2) 推荐(0) 编辑
摘要: 平台: ubuntu-22.04-desktop-amd64.对象: ubuntu core、qemu、raspberry pi、generic x86 pc.文件: ubuntu-core-22-amd64.img.xz、ubuntu-core-22-arm64+raspi.img.xz 详细介绍 阅读全文
posted @ 2023-05-21 23:12 this毛豆 阅读(312) 评论(0) 推荐(0) 编辑
摘要: 平台:Ubuntu 22.04 Desktop 文件:AOSP(清华源/中科大源) AOSP,全称"Android Open Source Project",中文意为"Android 开放源代码项目"。发起者是谷歌,主要用途是移动设备的系统。 这里通过清华源下载Android代码。 1.安装依赖 $ 阅读全文
posted @ 2023-05-10 13:15 this毛豆 阅读(148) 评论(0) 推荐(0) 编辑