首页
技术
随笔
moments
空念文章-inless
行动起来,活在当下
累计撰写
8
篇文章
累计创建
1
个标签
累计收到
0
条评论
栏目
首页
技术
随笔
moments
目 录
CONTENT
空念文章-inless
最新文章
2025-04-17
Linux 挂载磁盘
实现 TF 卡开机自动挂载,需要修改 /etc/fstab 文件。以下是详细步骤: 1. 确认 TF 卡的设备名和分区 首先,运行以下命令查看 TF 卡的设备名和分区: sudo fdisk -l 或 lsblk 示例输出:</
2025-04-17
2
0
0
技术
2025-04-12
在 Armbian 中使用 ifupdown2 连接 WiFi
1、安装必要组件 sudo apt update sudo apt install isc-dhcp-client wpasupplicant python3-mako -y 2. 检查网络配置 /etc/network/interfaces 请确认是否已经正确配置,比如: auto wlan0
2025-04-12
8
0
0
技术
2025-04-12
黑豹 X2 ( Panther-x2 ) 在 Armbian 中安装 PVE-ARM
一、配置网络 1、更新软件源-使用科技lion脚本 bash <(curl -sL kejilion.sh) 2、安装 ifupdown2 sudo apt update sudo apt install -y ifupdown2
2025-04-12
15
0
0
技术
2025-04-08
检测 emmc 寿命脚本
curl -fsSL -o emmc_health.sh https://gitee.com/xiaoguiwww/emmc/raw/master/emmc_health.sh sed -i 's/\r$//' emmc_health.sh chmod +x emmc_health.sh sudo
2025-04-08
29
0
0
技术
2025-03-25
更改 SSH 颜色
1.编辑系统文件 CentOS/RHEL 编辑系统.bashrc文件 注意:.bashrc
2025-03-25
33
0
0
技术
2025-03-24
甲骨文云 VPS 初始化
ubuntu系统下 apt update -y apt-get update -y && apt-get install curl -y apt-get update apt-get upgrade apt-get dist-upgrade 放开端口删除多余组件 sudo iptables -P I
2025-03-24
48
0
0
技术
2025-03-23
一些脚本
综合工具箱 wget -O box.sh https://raw.githubusercontent.com/BlueSkyXN/SKY-BOX/main/box.sh && chmod +x box.sh && clear && ./box.shARM wget -O box.sh https:/
2025-03-23
121
0
0
技术
2025-03-23
在 Linux 中安装mihomo(clash)
一、安装 Mihomo 核心程序 1. 下载二进制文件 从 Gi
2025-03-23
107
0
0
技术