当前位置:网站首页>PHICOMM(斐讯)N1盒子 - Armbian5.77(Debian 9)基本配置
PHICOMM(斐讯)N1盒子 - Armbian5.77(Debian 9)基本配置
2022-08-03 00:50:00 【itas109】
PHICOMM(斐讯)N1盒子 - Armbian5.77(Debian 9)基本配置
如需转载请标明出处:http://blog.csdn.net/itas109
技术交流:129518033
1. 配置国内源
$ sudo vi /etc/apt/sources.list
deb http://mirrors.ustc.edu.cn/debian stretch main contrib non-free
deb http://mirrors.ustc.edu.cn/debian stretch-updates main contrib non-free
deb http://mirrors.ustc.edu.cn/debian stretch-backports main contrib non-free
deb http://mirrors.ustc.edu.cn/debian-security/ stretch/updates main contrib non-free
$ apt update
2. 配置时区
查看时间日期状态
$ timedatectl
查看时区列表
$ timedatectl list-timezones
...
Asia/Shanghai
...
设置中国时区
$ timedatectl set-timezone Asia/Shanghai
结果
$ timedatectl
Local time: Sat 2022-07-30 21:56:57 CST
Universal time: Sat 2022-07-30 13:56:57 UTC
RTC time: n/a
Time zone: Asia/Shanghai (CST, +0800)
Network time on: yes
NTP synchronized: yes
RTC in local TZ: no
3. 设置中文环境
$ locale #查看环境变量
$ sudo nano /etc/locale.gen #开启字库,去掉zh_CN.UTF-8前面的#保存
$ sudo apt-get update #更新程序列表
$ sudo apt-get upgrade #更新程序
$ sudo apt-get install ttf-wqy-zenhei #安装中文字体
$ sudo fc-cache -v #更新字体列表
$ sudo nano ~/.profile
#在文件末尾添加相应内容:
#全中文环境增加export LC_ALL=zh_CN.UTF-8
#半中文环境增加LC_CTYPE=zh_CN.UTF-8 和 LANG=en_US.UTF-8
#Ctrl+O保存 Enter确认 Ctrl+X退出
$ sudo locale-gen #生成locale文件
$ sudo reboot
License
License under CC BY-NC-ND 4.0: 署名-非商业使用-禁止演绎
如需转载请标明出处:http://blog.csdn.net/itas109
技术交流:129518033
Reference:
NULL
边栏推荐
猜你喜欢
和睦家私有化后换帅:新风天域吴启楠任CEO 李碧菁靠边站
JSP第一篇 -----JSP九大内置对象(隐式对象)和四大域对象
matlab常微分方程在传染病建模中的应用
2022年8月2日——使用idea搭建servlet+jsp项目
20、商品微服务-web层实现
【图像分类】2021-EfficientNetV2 CVPR
Wireshark data capture and analysis of the transport layer protocol (TCP protocol)
Brute force recursion to dynamic programming 07 (516. Longest palindrome subsequence)
236. The binary tree in recent common ancestor
GoLang 使用 goroutine 停止的几种办法
随机推荐
236. 二叉树的最近公共祖先
一套开源的可快速搭建自己的物联网/智能家居系统源码
esp32和ros2基础篇草稿-micro-ros-
OpenWRT设置ipv6网络
德邦科技通过注册:年营收5.8亿 国家集成电路基金为大股东
怎么做postgrsql主备?
pytest:如何调用 pytest
236. The binary tree in recent common ancestor
letcode 第20题-有效的括号
嵌入式开发:嵌入式基础——’ ’和” ”的区别
7.31
【7.31】代码源 - 【矩阵操作】【宝箱】【New Stone Game】【等差数列】
暴力递归到动态规划 07(516. 最长回文子序列)
买了一瓶饮料
2022 开放原子全球开源峰会 | 麒麟信安携手openEuler助力开源产业繁荣发展
暴力递归到动态规划 06 (剑指 Offer II 095. 最长公共子序列)
PAT甲级 1051 Pop Sequence
精心整理16条MySQL使用规范,减少80%问题,推荐分享给团队
向往的生活
线性DP