创建nginx.list vim /etc/apt/sources.list.d/nginx.list 写入 deb http://nginx.org/packages/debian/ stretch nginx deb-src http://nginx.org/packages ...
中文改英文 在VM虚拟机中安装debian . 查看版本命令 ,安装时选择语言为中文 在控制台登录操作时,大部分提示信息显示为乱码,修改中文语言环境为英文即可解决 具体步骤如下: 将打开一个选择语言的窗口,在此窗口中选择英文环境的字符集项,选择en US.UTF UTF ,按空格选中复选框,将中文环境的包去掉,即找到zh CN.utf 项将复选框去掉选择 确认安装 使用以下命令查看是否安装成功: ...
2019-01-25 14:25 0 1984 推荐指数:
创建nginx.list vim /etc/apt/sources.list.d/nginx.list 写入 deb http://nginx.org/packages/debian/ stretch nginx deb-src http://nginx.org/packages ...
vim /etc/apt/sources.list 写入 deb http://mirrors.163.com/debian/ testing main 保存退出 apt update apt install php7.2-common php7.2-fpm ...
原文地址:http://www.chenyudong.com/archives/debian-change-locale-language.html 修改/etc/default/locale 文件里,注意,有#号的要去掉。 LANG="zh_CN.UTF-8" LANGUAGE ...
显示 将其内容更改成 然后重启reboot机器。 ...
(1) 更新软件包列表 apt-get update (2)安装locales包,apt-get install -y locales。安装完成后会自动生产/etc/locale.gen (3) ...
1、通常设置 LANG (或者 LC_ALL) 成你的当地语言:env | grep LANG2、配置locales:export LANG=zh_CN.UTF-83、配置 locales:dpkg-reconfigure locales,空格键进行选择并删除其他的选项4、重新启动系统并查看 ...
# 设置时区 # cp /usr/share/zoneinfo/Asia/ShangHai /etc/localtime #时区为亚洲/上海 # 网络校时 # apt-get ...
方法操作 vim /etc/default/grub 查找 GRUB_CMDLINE_LINUX="" 修改为 GRUB_CMDLINE_LINUX="net.ifnames ...