会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
程序之家
os .net vc++ asm driver wireless
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
5
6
7
8
9
10
11
12
13
···
77
下一页
2022年10月21日
websocket测试(node-red)
摘要: docker run -it -p 1880:1880 --name mynodered -d nodered/node-red
阅读全文
posted @ 2022-10-21 18:13 ahuo
阅读(167)
评论(0)
推荐(0)
2022年10月9日
go工程例子
摘要: 设置go代理go env -w GOPROXY=https://goproxy.cn,direct go mod init hid 生成go.modgo mod tidy ****************main.gopackage mainimport ( "github.com/karalabe
阅读全文
posted @ 2022-10-09 18:12 ahuo
阅读(29)
评论(0)
推荐(0)
2022年9月29日
gitlab CI
摘要: stages: - build build and test: stage: build only: - tags tags: - shell script: - unzip update.zip - ls - whoami
阅读全文
posted @ 2022-09-29 17:38 ahuo
阅读(35)
评论(0)
推荐(0)
2022年9月24日
ldo对比
摘要:
阅读全文
posted @ 2022-09-24 21:31 ahuo
阅读(18)
评论(0)
推荐(0)
2022年9月22日
Ubuntu16.04中启用root用户,以及root用户自动登录
摘要: 第一步是给root用户设置个密码. sudo passwd root 第二步是在配置文件里设置自启动: 1,编辑/etc/lightdm/lightdm.conf: sudo gedit /etc/lightdm/lightdm.conf [Seat:*] autologin-guest=false
阅读全文
posted @ 2022-09-22 16:01 ahuo
阅读(453)
评论(0)
推荐(0)
2022年8月16日
CMakeLists.txt使用
摘要: 进入CMakeLists.txt文件的目录 cmake . 生成makefile make
阅读全文
posted @ 2022-08-16 09:32 ahuo
阅读(38)
评论(0)
推荐(0)
2022年7月14日
arm模拟环境qemu-static
摘要: apt install qemu-user-static wget http://cdimage.ubuntu.com/ubuntu-base/releases/xenial/release/ubuntu-base-16.04.6-base-armhf.tar.gzmkdir rootfstar z
阅读全文
posted @ 2022-07-14 15:12 ahuo
阅读(356)
评论(0)
推荐(0)
2022年6月23日
内核模块独立编译
摘要: make ARCH=arm64 CONFIG_USB_NET_CDC_EEM=m drivers/net/usb/cdc_eem.ko make CROSS_COMPILE=/SDK/rk3588/Linux_SDK/rk3588/prebuilts/gcc/linux-x86/aarch64/gc
阅读全文
posted @ 2022-06-23 11:11 ahuo
阅读(162)
评论(0)
推荐(0)
2022年6月21日
RK串口快捷键(loader maskrom)
摘要:
阅读全文
posted @ 2022-06-21 11:14 ahuo
阅读(78)
评论(0)
推荐(0)
2022年6月14日
电池性价比测评
摘要:
阅读全文
posted @ 2022-06-14 17:46 ahuo
阅读(121)
评论(0)
推荐(0)
2022年6月10日
nc端口转发
摘要: 外部 外部转发端口2222 目标端口 3333 mknod backpipe p nc -lk 2222 0<backpipe | nc 目标IP 3333 | tee backpipe
阅读全文
posted @ 2022-06-10 17:54 ahuo
阅读(529)
评论(0)
推荐(0)
2022年2月19日
crontab例子
摘要: 实例1:每1分钟执行一次command 命令: * * * * * command 实例2:每小时的第3和第15分钟执行 命令: 3,15 * * * * command 实例3:在上午8点到11点的第3和第15分钟执行 命令: 3,15 8-11 * * * command 实例4:每隔两天的上午
阅读全文
posted @ 2022-02-19 18:41 ahuo
阅读(140)
评论(0)
推荐(0)
2021年10月12日
git密码配置
摘要: 使用git的记忆密码机制保存用户名密码进入家目录(cd ~)执行 git clone [你的git代码路径] ,发现需要输入密码,ctrl + c 中断执行 touch .git-credentials 创建 .git-credentials 文件执行 vim .git-credentials 编辑
阅读全文
posted @ 2021-10-12 18:02 ahuo
阅读(1134)
评论(0)
推荐(0)
2021年9月28日
Ubuntu 添加根证书
摘要: $sudo cp 证书路径.crt /usr/local/share/ca-certificates$sudo update-ca-certificates
阅读全文
posted @ 2021-09-28 16:13 ahuo
阅读(293)
评论(0)
推荐(0)
2021年8月1日
阿里云ddns shell 脚本
摘要: https://files-cdn.cnblogs.com/files/ahuo/aliyun-ddns.sh
阅读全文
posted @ 2021-08-01 20:47 ahuo
阅读(404)
评论(0)
推荐(0)
上一页
1
···
5
6
7
8
9
10
11
12
13
···
77
下一页
公告