Debian的一些命令

时间:2022-2-17    作者:凝视    分类: 知识库


更新当前的软件包核安全补丁到最新版本

apt update && apt upgrade -y

在 Debian 10 设置或者修改为上海时区


sudo timedatectl set-timezone Asia/Shanghai


或者可以尝试下面这个,debian 更改时区

ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime


安装网络工具包

apt-get install net-tools


升级系统

apt update && apt upgrade -y