24
2023
07

无线网卡免驱 树莓派使用

图片.png

22
2023
07

大型软件下载网址

https://sysin.org/
22
2023
07

宝塔Linux面板7.9.9开心版 升级企业版命令

Centos安装命令(默认安装是7.8.0 直接在线升级7.9.9):yum install -y wget && wget -O install.sh http://io.bt.sy/install/install_6.0.sh && sh install.sh试验性Centos/Ubuntu/Debian安装命令 独立运行环境(py3.7) 可能存在少量兼容性问题 不断优化中curl -sSO http://io.bt.sy/install/install_p
22
2023
07

Debian 11 Bullseye 解决 /etc/rc.local 开机启动问题

Jan 20th, 2022本文同样适用于 Debian 10 Buster 和 Debian 9 Strech。由于某些软件并没有增加开启启动的服务,很多时候需要手工添加,一般我们都是推荐使用 systemd 写个系统服务,但是对于一些简单的脚本或者懒人来说,添加命令到 /etc/rc.local 文件更方便,但是自从 Debian 9 开始,Debian 默认不带 /etc/rc.local 文件,而 rc.local&n
18
2023
07

r3g 刷机

https://zhuanlan.zhihu.com/p/525244300
18
2023
07

armbian python3 以上的版本

手工安装https://blog.csdn.net/weixin_43901865/article/details/115345397https://juejin.cn/s/armbian%20python3.7这个有编译安装的环境sudo apt-get updatesudo apt-get install -y build-essential checkinstallsudo apt-get insta
18
2023
07

armbian libcrypto.so.1.0.0 错误安装

http://snapshot.debian.org/archive/debian/20170705T160707Z/pool/main/o/openssl/

手工下载

安装libssl 1.0

          
18
2023
07

armbian 添加service服务

一、开机启动对于那些支持 Systemd 的软件,安装的时候,会自动在/usr/lib/systemd/system目录添加一个配置文件。如果你想让该软件开机启动,就执行下面的命令(以httpd.service为例)。$ sudo systemctl enable httpd上面的命令相当于在/etc/systemd/system目录添加一个符号链接,指向/usr/lib/systemd/system里面的httpd.service文件。这是因为开机时,S
11
2023
07

IP查询

http://www.ip111.cn/http://www.whatismyip.com.tw/
26
2023
06

微信备份导出

https://github.com/BlueMatthew/WechatExporter