11 2022 档案

摘要:docker pull piaoyizy/openwrt-x86 sudo ip link set eth0 promisc on docker network create -d macvlan --subnet=10.0.2.0/24 --gateway=10.0.2.254 -o parent 阅读全文
posted @ 2022-11-27 22:13 ahuo 阅读(1691) 评论(0) 推荐(0) 编辑
摘要:安装 sudo apt-get install isc-dhcp-server nano /etc/default/isc-dhcp-server NTERFACES="DHCP用的网卡" 添加网段 /etc/dhcp/dhcpd.conf #subnet 10.152.187.0 netmask 阅读全文
posted @ 2022-11-27 11:38 ahuo 阅读(125) 评论(0) 推荐(0) 编辑
摘要:npm install -g wscat wscat -l 8888 wscat -c ws://127.0.0.1:8888 const WebSocket = require('ws'); const ws = new WebSocket.Server({port: 8777}); ws.on( 阅读全文
posted @ 2022-11-20 08:48 ahuo 阅读(90) 评论(0) 推荐(0) 编辑
摘要:# DAPLink Firmware - see https://daplink.io Build ID: v0257-9-g1c60ddb5 (armcc, local mods) Unique ID: 070000011a5a5bb50000000001d3080fa5a5a5a59796990 阅读全文
posted @ 2022-11-13 11:54 ahuo 阅读(173) 评论(0) 推荐(0) 编辑
摘要:AO3400(标识AO9T) - N型场效应管 TL431A(标识431) - 精密可调节稳压器 78L05(标识78L05) - 5V正向稳压器 S8050(标识J3Y) - NPN小功率晶体管 S8550(标识2TY) - PNP小功率晶体管 A92(标识2D) - NPN高频放大晶体管 A42 阅读全文
posted @ 2022-11-12 13:26 ahuo 阅读(1170) 评论(0) 推荐(0) 编辑
摘要:curl 'https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=87e21b40-1bb4-456c-9462-27fc06b23111' \ -H 'Content-Type: application/json' \ -d ' { "msgty 阅读全文
posted @ 2022-11-09 16:43 ahuo 阅读(201) 评论(0) 推荐(0) 编辑
摘要:修改 go.mod module tcp go 1.17 require ( gitlab.xxx.test/dto/app v0.0.0-20220929075345-361eddc7a846 gitlab.xxx.test/dto/gateway v0.0.0-20221012065303-c5 阅读全文
posted @ 2022-11-04 09:45 ahuo 阅读(181) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示