下载iso
aria2c -x 4 -s 12 "https://mirrors.tuna.tsinghua.edu.cn/ubuntu-releases/24.04/ubuntu-24.04-desktop-amd64.iso" "https://mirrors.163.com/ubuntu-releases/24.04/ubuntu-24.04-desktop-amd64.iso" "https://mirrors.zju.edu.cn/ubuntu-releases/24.04/ubuntu-24.04-desktop-amd64.iso"
安装rufus
https://github.com/pbatard/rufus/releases/download/v4.5/rufus-4.5.exe
写入usb
https://ubuntu.com/tutorials/create-a-usb-stick-on-windows#1-overview
usb的容量必须大于8G,在rufus中选择usb, iso中间,MBR分区类型,NTFS文件格式,点击开始
选择以ISO镜像模式写入
安装ubuntu
从usb启动电脑
try or install ubuntu
choose your language: english
accessibility in ubuntu: next
select your keyboard layout: english(US)
connect to the internet: connect to a wi-fi network
install ubuntu
interactive installation
extended selection
check: install third-party software for graphics and wi-fi hardware
check: download and install support for additional media formats
erase disk and install ubuntu
choose sdb
your name: buda
your computer's name: BudaUbuntu24Desktop
your username: buda
timezone: shanghai
install
restart now
拔出usb, enter
点击左下角ubuntu图标进入开始菜单,将terminal pin to dash
更新系统:
# apt update && apt upgrade -y
安装基本工具:
# apt install nano gcc lsof
查看硬盘
sudo lshw -c disk
查看分区
sudo fdisk -l
查看磁盘剩余空间
df -hl
创建软链接
sudo ln -s 源文件 目标文件
以上如有错漏之处,敬请大家指正。我的联系方式:
微信:TobeBuda
Email/Paypal: jinmin.si@outlook.com
邀请您加入「社区资讯服务」创业微信群,共同探讨打造社区互助服务的美好未来。
2024年6月7日