logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

蓝牙例程《ble_app_uart》测试

1、打开Nordic SDK自带例程D:\nRF5_SDK_17.0.0_9d13099\nRF5_SDK_17.0.0_9d13099\examples\ble_peripheral\ble_app_uart\pca10040\s132\arm5_no_packs2、打开nRFgo studio,连接开发板,执行Erase all操作3、在Keil工程中选择ble app例程4、编译app例程:

Ubuntu网络有线图标不见了,ifconfig查看也无网卡的解决办法

1.sudo service network-manager stop2.sudo rm /var/lib/NetworkManager/NetworkManager.state3.sudo service network-manager start4.sudo gedit /etc/NetworkManager/NetworkManager.conf(将managed改为true,如下图所示)5

文章图片
#ubuntu
win10挂载的网络盘,第三方软件无法查看

【代码】win10挂载的网络盘,第三方软件无法查看。

文章图片
#windows
解决Ubuntu访问github速度慢的问题

修改本地hosts文件linux系统的hosts文件的位置如下:/etc/hosts增加http://github.global.ssl.fastly.net和http://github.com的映射获取Github相关网站的ip访问https://www.ipaddress.com/ip-lookup”分别输入github.global.ssl.fastly.net和github.com,查询i

#ubuntu
Ubantu安装指定版本gcc

前言:本机原有gcc版本是7.0,项目开发需要安装5.4版本gcc方法如下:查看本机现有的gccbook@ubuntu ~$ ls /usr/bin/gcc*/usr/bin/gcc/usr/bin/gcc-7/usr/bin/gcc-ar/usr/bin/gcc-ar-7/usr/bin/gcc-nm/usr/bin/gcc-nm-7/usr/bin/gcc-ranlib/usr/bin/gcc

#linux#ubuntu
(已解决)火狐浏览器账号不同步问题

背景在家里Windows和公司的Windows上同时安装了火狐浏览器,但是登录同一个账号发现书签没有同步,查找原因发现狐火同步服务分为全球版和本地版,区分办法请参考此链接。此文已本地版账号为例,登录界面如下所示(右上角带有火狐通行证字样):解决确定需要同步的源浏览器登录的服务类型(本地版 or 全球版)本地电脑浏览器切换成和需要同步远程电脑浏览器同类型服务切换方法请参考此链接,如下图所示:注意:有

文章图片
SSH登录Ubuntu速度缓慢/usr/bin/xauth: timeout in locking authority file /home/book/.Xauthority

现象ssh登录Ubuntu时,速度很慢,输出信息如下:┌────────────────────────────────────────────────────────────────────┐│• MobaXterm 20.3 •││(SSH client, X-server and networking tools)│

#ubuntu#linux#ssh
Windows和Ubuntu之间无法复制/粘贴

现象:Windows和Ubuntu之间无法复制/粘贴解决方案:打开终端窗口,输入以下代码sudo apt-get autoremove open-vm-toolssudo apt-get install open-vm-toolssudo apt-get install open-vm-tools-desktopsudo reboot重启虚拟机,搞定虚拟机可以全屏显示,并且和Windows自己相互

解决程序运行问题“libreadline.so.6: cannot open shared object file: No such file or directory”

1、问题描述:error while loading shared libraries: libreadline.so.6: cannot open shared object file: No such file or directory原因分析:系统已安装libreadline.so.7,libreadline.so.6的版本已过时,将版本7做软连接为版本6即可解决问题!解决方法:1、cd /

#ubuntu
Opkg安装问题

问题1:satisfy_dependencies_for: Cannot satisfy the following dependencies for XXX问题报错如下:root@OpenWrt:/etc# opkg install kmod-i2c-coreInstalling kmod-i2c-core (3.10.49-1) to root...Downloading http://dow

#linux
    共 12 条
  • 1
  • 2
  • 请选择