1通用功能

修改时区
root@ubuntu2204:~# timedatectl set-timezone Asia/Shanghai
root@ubuntu2204:~# timedatectl 
               Local time: Mon 2022-07-11 21:59:42 CST
           Universal time: Mon 2022-07-11 13:59:42 UTC
                 RTC time: Mon 2022-07-11 13:59:42
                Time zone: Asia/Shanghai (CST, +0800)
System clock synchronized: yes
              NTP service: active
          RTC in local TZ: no
补齐功能
1、安装bash-completion

apt-get install bash-completion

2、编辑~/.bashrc 文件

添加如下内容:

if [ -f /etc/bash_completion ]; then
. /etc/bash_completion
fi
ping功能
apt install iputils-ping
帮助信息
可选#[]
多选一#[|||]
格式[+FORMAT]
man n下翻页 N上翻页
#man man
google搜索  openstack filetype:pdf  #只显示PDF文档
       1   Executable programs or shell commands
       2   System calls (functions provided by the kernel)
       3   Library calls (functions within program libraries)
       4   Special files (usually found in /dev)
       5   File formats and conventions eg /etc/passwd
       6   Games
       7   Miscellaneous (including macro packages and conventions), e.g. man(7), groff(7)
       8   System administration commands (usually only for root)
       9   Kernel routines [Non standard]
#

安装中文包
[root@cenots8 ~]# dnf -y install langpacks-zh_CN   #安装中文包
[root@cenots8 ~]# localectl list-locales 		   #查看支持的语言
[root@cenots8 ~]# localectl set-locale LANG=zh_CN.utf8 修改为中文
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值