下載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日