84931231 2020-01-24
After trying debian on an old workstation, I find there are some pitfalls and tricks:
ls /sys/class/net
and set it properly in /etc/networking/interface
. See Network Configuration for detail. After modifying interface
by nano
, restarting the service systemctl restart networking
./etc/apt/sources.list
to fast mirror. For example, add deb http://mirror.tuna.tsinghua.edu.cn buster main
and run apt update
to update the package meta information. Then you can install softwares as you like. For example, to install the gnome desktop environment. Use apt install gnome
. It would download around 800 MB packages and be patient for this process.