【Linux】系统
制作 ubuntu 系统启动 u 盘
下载发行版镜像
有这几个供参考:ubuntu、xbuntu、mate ubuntu
ubuntu
- Startup Disk Creator(启动盘创建器)
1 | # install |
mac
windows
下载 Pen Drive Linux’s USB 安装器 (或:rufus)
从下拉选项中选择 Ubuntu 桌面版本。
点击‘浏览’然后打开已下载的 ISO 文件。
选择一个 USB 驱动器并点击‘创建’.
如何在 Windows 下创建一个可启动 USB 驱动器 | Ubuntu
注意:U 盘启动后,会出现提示gfxboot.c32: not a com32r image
,这时按下 TAB,并输入live
回车即可进入启动系统。https://tutorials.ubuntu.com/tutorial/tutorial-create-a-usb-stick-on-windows
如何找到 Linux 的版本号
1 | uname -srm |
1 | cat /etc/os-release |
Checking Your Ubuntu Version From the Terminal
1 | lsb_release -a |
How do you run Ubuntu Server with a GUI?
1 | # Minimal GUI: |
Can I access Ubuntu from Windows remotely?
https://www.tweaking4all.com/software/linux-software/use-xrdp-remote-access-ubuntu-14-04/