ubuntu手记
修改Root密码:
passwd root
设置静态IP、DNS:
auto eth0
iface eth0 inet static
address 192.168.3.3
netmask 255.255.255.0
gateway 192.168.3.1
dns-nameservers 192.168.3.45 192.168.8.10
APT安装\卸载:
apt-get update
apt-get install xxx
apt-get remove xxx
打开root权限资源管理器
sudo nautilus
硬盘分区 挂/和swap即可