2021-03-02
Posted Sun7_She
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了2021-03-02相关的知识,希望对你有一定的参考价值。
1. 去掉udhcpc:sending discover之类一直重复出现的语句
ps -eaf | grep udhcpc
kill -9 1693
kill -9 1694
等,kill语句去掉的是eth0或者1等。。emmmm。。
2. ubuntu配置ip地址详细步骤
https://jingyan.baidu.com/article/e75057f21b6fd7ebc81a8974.html
3. [Ubuntu]Linux下支持exFAT(移动硬盘)
https://blog.csdn.net/weixin_40117614/article/details/83650068
4. 挂载U盘
sudo mount -t exfat /dev/sda /home/srqx3/
5. 安装tensorflow的一些坑
https://hyacm.com/acai/dl/225/install-tensorflow/
--指定安装支持高版本Python的TensorFlow使用指令:
https://www.pianshen.com/article/3983915577/
--卸载tensorflow
sudo pip3 uninstall tensorflow
--下边的命令安装之后会有Illegal instruction
pip3 --trusted-host pypi.python.org install tensorflow
python3 -m pip install --upgrade https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-0.12.0-py3-none-any.whl
--有ERROR: tensorflow-0.12.0-py3-none-any.whl is not a supported wheel on this platform.这个命令出现,记得修改pip为pip3
hi3559a demo运行
http://www.cocoachina.com/articles/30075
(1条消息) TensorFlow安装与注意事项(安装前必看)_sereasuesue的博客-CSDN博客
插播一条:
连接windows电脑和板子的软件名字是SecureCRT 8.5
如果换USB端口,点击serial-com3,选properties,serial,port,com3.....就OK啦
以上是关于2021-03-02的主要内容,如果未能解决你的问题,请参考以下文章