debian系统常用功能备份

1.变更默认浏览器: update-alternatives --config x-www-browser


2.对于gnome桌面,gnome-core并非必要,保留gdm和gnome即可使用桌面功能


3.日期/时间更新

手动更新:

# 设置时间
date -s 18:40:00
# 写入CMOS, root执行
clock -w

自动时间:

#时间同步
/usr/sbin/ntpdate -u ntp-server1 ntp-server2
#写入CMOS,
/sbin/hwclock -w

国内常用ntp-server:

ntp.sjtu.edu.cn 上海交通大学

s1a.time.edu.cn 北京邮电大学

s1b.time.edu.cn 清华大学

s1c.time.edu.cn 北京大学

s2m.time.edu.cn 北京大学

s1d.time.edu.cn 东南大学

s1e.time.edu.cn 清华大学

s2a.time.edu.cn 清华大学

s2b.time.edu.cn 清华大学

s2c.time.edu.cn 北京邮电大学

s2d.time.edu.cn 西南地区网络中心

s2e.time.edu.cn 西北地区网络中心

s2f.time.edu.cn 东北地区网络中心

s2g.time.edu.cn 华东南地区网络中心

s2h.time.edu.cn 四川大学网络管理中心

s2j.time.edu.cn 大连理工大学网络中心

s2k.time.edu.cn CERNET桂林主节点

4. 添加32位架构源

dpkg --add-architecture i386


5.安装指定架构的软件

sudo apt-get install libc6:i386



6.查找某个目录下子目录的文件和文件夹的总量

for i in /home/madding/*; do echo $i; find $i | wc -l; done







评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值