Home
缩减Unraid Docker(btrfs)镜像体积
配置

缩减Unraid Docker(btrfs)镜像体积

假如缩减为60G 1. 调整挂载的docker分区大小 btrfs filesystem resize 60G /var...
avatar
BE6500PRO 更换软件源
配置

BE6500PRO 更换软件源

由于BE6500PRO开机会重置文件,因此使用脚本实现Overlay挂载和软件源更换 一、挂载Overlay 在/dat...
avatar
配置WSL以使用SSH连接
配置

配置WSL以使用SSH连接

安装OpenSSH 安装 OpenSSH 服务器 首先,在 WSL 中安装 OpenSSH 服务器: sudo apt ...
avatar
反转字符串
未分类

反转字符串

反转字符串 题目链接 反转字符串 题目描述 编写一个函数,其作用是将输入的字符串反转过来。输入字符串以字符数组 char...
avatar
将 NTFS3 设置为 NTFS 分区的默认驱动程序
配置

将 NTFS3 设置为 NTFS 分区的默认驱动程序

If you want to use ntfs3 as the default driver for ntfs part...
avatar
命令行升级NextCloud版本
配置

命令行升级NextCloud版本

First, open the aio interface and create a backup and start ...
avatar
统一Windows和Ubuntu的时间
配置

统一Windows和Ubuntu的时间

将Ubuntu设置为UTC时间 终端输入: timedatectl set-local-rtc 1 --adjust-s...
avatar
ubuntu给终端加代理
配置

ubuntu给终端加代理

1.设置代理   首先你需要一个可用的代理,打开它,使用全局模式。然后,打开一个终端,执行: Bash gedit ~/...
avatar
Ubuntu22.04微信Universal无法从托盘唤出的解决方案
配置

Ubuntu22.04微信Universal无法从托盘唤出的解决方案

1.下载indicatorStatusIcon.js 2.(需root权限)备份 ‘/usr/share/g...
avatar
OpenWRT报错:RTNETLINK answers: File exists
配置

OpenWRT报错:RTNETLINK answers: File exists

终端运行,执行命令 opkg update opkg --force-reinstall install ip-full
avatar