29
2022
12
VirtualHere 服务器安装和卸载脚本
https://github.com/virtualhere/scriptcurl https://raw.githubusercontent.com/virtualhere/script/main/install_server | sudo sh玩客云安装客户端下载地址https://www.virtualhere.com/usb_client_softwareopenwrt编译linux下用 tar -xzf luai-app-virtualhere.
作者:kingylh | 分类:MMDVM | 浏览:1403 | 评论:0
28
2022
12
rsp1 tcp 服务器安装 SDRPlay
安装编译环境
apt-get install git build-essential cmake automake libusb-1.0-0-dev
git clone https://github.com/SDRplay/RSPTCPServer
cd RSPTCPServer
mkdir build
cd build
cmake ..
make
make&n
作者:kingylh | 分类:MMDVM | 浏览:982 | 评论:0
28
2022
12
15
2022
12
PIP出错解决
sudo apt remove python3-pip
wget
sudo python3 get-pip.py然后重启后:pip install pyopenssl --upgrade
作者:kingylh | 分类:MMDVM | 浏览:1135 | 评论:0
09
2022
12
小娱C1改造材料
https://adao.me/yingjian/86.html配件购买及亚克力定制加工 配件清单 热缩管 螺丝M3x6 双通铜柱M3x25 铜柱M3x5+6 dc插头公头(5.5x2.5 12V1.5A) dc插头母头(5.5x2.5) VH3.96mm接头 亚克力板(3mm) 电烙铁(以前3块钱买的。。。真的不好用) 12v自锁开关(12mm)原文信息: 原文链接:https://adao.me/yingjian/86.htmlhttp://www.5ijoy.cn/joy/xiaoyuc1
作者:kingylh | 分类:网址收藏 | 浏览:1001 | 评论:0
07
2022
12
openwrt 命令模式修改dhcp 和lan ip
uci set network.lan.ipaddr=x.x.x.x #修改lan口ipuci set network.lan.gateway=x.x.x.x #网关指向上级路由uci set network.lan.dns=x.x.x.x &n
作者:kingylh | 分类:网址收藏 | 浏览:905 | 评论:0
06
2022
12
openwrt 编译ostar
https://shimo.im/docs/gYjt9QVr8T9Vhv9X/readmake dircleanhttps://www.right.com.cn/forum/thread-344825-1-1.html插件说明https://www.jianshu.com/p/0400008c3c76编译流程https://www.youtube.com/watch?v=yQoKpL4p06E视频参考https://github.com/lazywalker/ostar/tree/openwrt
作者:kingylh | 分类:网址收藏 | 浏览:1599 | 评论:0
03
2022
12
虚拟机版本的的OSTAR
opkg update
opkg install kmod-usb-serial
opkg install kernel-modules
opkg install kmod-usb-serial-ch341
opkg install kmod-usb-serial-ftdi #陈总家FT232R
opkg install kmod-usb-core kmod
作者:kingylh | 分类:MMDVM | 浏览:1136 | 评论:0
01
2022
12
免流搭建
免流服务XUI搭建教程https://www.youtube.com/watch?v=zRLUh0QFH3Qhttps://www.youtube.com/watch?v=RphjBxplQPohttps://github.com/vaxilu/x-uiv2搭建教程(2)(1).docx安装更新运行环境
Debian/Ubuntu系统执行以下命令:
apt update -y && apt install -y&
作者:kingylh | 分类:网址收藏 | 浏览:1449 | 评论:0
01
2022
12
AT写IMEI命令 天翼2021改串
AT+EGMR 读和写IMEI号码AT+EGRM=2,7 读IMEI号AT+EGRM=1,7,"***************" 写IMEI号(15位)查询IMEI的其他指令AT+CGSN=1IMEI号码解释说明国际移动设备识别码(International Mobile Equipment Identity,IMEI),即通常所说的手机序列号、手机“串号”,用于在移动电话网络中识别每一部独立的手机等移动通信设备,相当于移动电话的身份证。手机IMEI码由15-17位数字组成。
作者:kingylh | 分类:网址收藏 | 浏览:2054 | 评论:0