linux commonly used software - from time to time update

Software is based on ubuntu 18.04

Update the time zone and time

sudo ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
sudo apt install ntpdate
sudo ntpdate -u ntp.api.bz
sudo ntpdate ntp1.aliyun.com

Installation lrzsz

sudo apt install lrzsz -y

Install vim

sudo apt-get install vim

Guess you like

Origin www.cnblogs.com/3166liu/p/12072562.html