Ubuntu 系统详细说明以及配置
2025-04-14
18
参考资料
系统安装
/ 根分区:30GB+
swap交换分区:内存大小的1-2倍
/home家目录:剩余空间
下载Ubuntu ISO镜像(官网:ubuntu.com)
制作启动U盘(推荐使用Rufus或balenaEtcher)
从U盘启动,选择"Install Ubuntu"
分区建议:
基础配置
sudo apt update && sudo apt upgrade -y sudo apt install -y build-essential git curl wget
驱动安装
sudo ubuntu-drivers autoinstall sudo reboot
桌面环境配置
Dash to Panel
Arc Menu
Clipboard Indicator
GNOME扩展:
sudo apt install -y gnome-tweaks gnome-shell-extensions
推荐扩展:
开发环境
Python:
sudo apt install -y python3 python3-pip python3-venv
Node.js:
curl -fsSL https://deb.nodesource.com/setup_lts.x | sudo -E bash - sudo apt install -y nodejs
常用软件
sudo apt install -y vim gimp inkscape libreoffice vlc
系统优化
禁用不必要的服务:
sudo systemctl disable bluetooth.service
启用防火墙:
sudo ufw enable
备份设置
安装Timeshift:
sudo apt install -y timeshift
建议配置为每日自动备份
网络配置
静态IP设置(如需要):
sudo nano /etc/netplan/01-netcfg.yaml
添加配置后:
sudo netplan apply
安全设置
自动安全更新:
sudo apt install -y unattended-upgrades sudo dpkg-reconfigure unattended-upgrades
声明:本站所有文章资源内容,如无特殊说明或标注,均为采集网络资源。如若本站内容侵犯了原著者的合法权益,可联系本站删除。
本文来自《西里网 . OS系统》 -- 发布时间:2025-03-29
本页链接:https://sys.ciilii.com/show/news-871.html
原创声明:本篇文章均为西里网原创,由《DeepSeek-R1 模型》自动生成。内容真实性仅供参考学习。
本作品采用 知识共享署名—非商业性使用—相同方式共享 4.0 国际许可协议 (CC BY-NC-SA 4.0) 进行许可。
