zoukankan      html  css  js  c++  java
  • centos7.6 安装及显示中文

    [root@vmhzpcentostest home]# rpm -qa|grep "fonts"
    urw-fonts-2.4-16.el7.noarch
    dejavu-sans-fonts-2.33-6.el7.noarch
    dejavu-fonts-common-2.33-6.el7.noarch
    [root@vmhzpcentostest home]# locale -a | grep "zh_CN"

    zh_CN

    zh_CN.gb18030

    zh_CN.gb2312
    zh_CN.gbk
    zh_CN.utf8
    [root@vmhzpcentostest ~]# cat /etc/locale.conf
    LANG="en_US.UTF-8"
    [root@vmhzpcentostest ~]# vim /etc/locale.conf
    LANG="en_US.UTF-8"
    "/etc/locale.conf" 1L, 19C written
    [root@vmhzpcentostest ~]# cat /etc/locale.conf
    LANG="zh_CN.UTF-8"
    [root@vmhzpcentostest ~]# reboot
    Last login: Mon Mar 4 22:33:04 2019 from 10.0.0.3
    [root@vmhzpcentostest ~]# cat /etc/locale.conf
    LANG="zh_CN.UTF-8"
    [root@vmhzpcentostest ~]# rpm -qa|grep vsftp
    vsftpd-3.0.2-25.el7.x86_64
    [root@vmhzpcentostest ~]# cd /home
    [root@vmhzpcentostest home]# wget https://www.rarlab.com/rar/rarlinux-x64-5.5.0.tar.gz
    --2019-03-04 22:42:05-- https://www.rarlab.com/rar/rarlinux-x64-5.5.0.tar.gz
    正在解析主机 www.rarlab.com (www.rarlab.com)... 5.135.104.98
    正在连接 www.rarlab.com (www.rarlab.com)|5.135.104.98|:443... 已连接。
    已发出 HTTP 请求,正在等待回应... 200 OK
    长度:536028 (523K) [application/x-gzip]
    正在保存至: “rarlinux-x64-5.5.0.tar.gz”

    100%[=============================>] 536,028 17.8KB/s 用时 23s

    2019-03-04 22:42:31 (22.6 KB/s) - 已保存 “rarlinux-x64-5.5.0.tar.gz” [536028/536028])

  • 相关阅读:
    DOS命令
    利用cmd合并文件
    Word文档编辑
    初识Java
    变量、数据类型、运算符-2
    设计模式之策略模式
    设计模式之装饰者模式
    第18章 java I/O系统(3)
    第18章 java I/O系统(2)
    第四章 栈与队列3 (堆栈的应用)
  • 原文地址:https://www.cnblogs.com/tiantom/p/10473914.html
Copyright © 2011-2022 走看看