ubuntu
zhypss
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
vsftp配置
【代码】vsftp配置。原创 2024-03-02 21:12:06 · 369 阅读 · 0 评论 -
NUC980 Ubuntu20.04开发环境安装
两种方式(1)在windows下安装虚拟机开发直接在github或者gitee下载NUC970/NUC980/N9H30 BSP 使用的 VMWare Linux 開發環境,国内用户建议在gitee上下载,地址:https://gitee.com/OpenNuvoton/NUC970_NUC980_N9H30_VMWare_Linux_develop_environment下载完成后,解压缩后,用vmware软件打开ubuntu_NUC970_980_Linux目录下的Ubuntu 64-bit_n原创 2021-04-02 00:10:55 · 1550 阅读 · 0 评论 -
repo init 失败
zhy@zhy-TravelMate-P259-G2-MG:~/tempdir$ repo init -u https://gitee.com/OpenNuvoton/manifest.git -b nuc980-2019.09 -m gitee.xmlDownloading Repo source from https://gerrit.googlesource.com/git-repofatal: Cannot get https://gerrit.googlesource.com/git-re原创 2021-04-01 00:56:33 · 1895 阅读 · 0 评论 -
【个人笔记】ubuntu20.04操作
1、更改时区sudo cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime2、hexdumphexdump -Cv testfile.txt3、原创 2020-10-31 10:10:51 · 392 阅读 · 0 评论 -
几个ubuntu环境变量相关的文件
/etc/profile —— 此文件为系统的每个用户设置环境信息,当用户第一次登录时,该文件被执行.并从/etc/profile.d目录的配置文件中搜集shell的设置;/etc/environment —— 在登录时操作系统使用的第二个文件,系统在读取你自己的profile前,设置环境文件的环境变量;/etc/bashrc —— 为每一个运行bash shell的用户执行此文件.当bash shell被打开时,该文件被读取;~/.profile —— 每个用户都可使用该文件输入专用于自己使用的s.原创 2020-10-04 18:36:20 · 433 阅读 · 0 评论
分享