linux快速搭建frp(内网穿透) Linux 简介 搭建frp需要一台公网服务器 服务端:ubuntu24.04(可任意) 客户端:Debian11(可任意) 下载地址 https://github.com/fatedier/frp/releases 或者直接在这里下载linux64位版
使用docker部署Firefox Linux 创建外部挂载目录 mkdir -p /data/firefox/config 执行docker 命令一键启动运行 docker run -d --name firefox -e TZ=Asia/Hong_Kong -e DISPLAY_WIDTH=1920 -e DISPLAY_HEIGHT=10
fuck命令? Linux 简介 你是不是经常在终端敲错命令?敲错命令,删掉重敲,很烦有没有?当你一再敲错的时候,内心一定是崩溃的,一定在默念What The FUCK!。就这样thefuck神器就诞生了。thefuck不仅能修复字符输入顺序的错误,在很多别的你想说fuck
命令一键重装系统 Linux bin456789/reinstall: 一键DD/重装脚本 (One-click reinstall OS on VPS) (github.com) 亮点 支持安装 17 种常见 Linux 发行版 支持用官方原版 iso 安装 Windows,并且脚本会自动查找 iso 和驱动 支持任意方向重装
pip一键换源 Linux pip config set global.index-url https://pypi.mirrors.ustc.edu.cn/simple/ pip3 config set global.index-url https://pypi.mirrors.ustc.edu.cn/simple/ 也可以
ubuntu一键换源 Linux bash <(curl -sSL https://gitee.com/SuperManito/LinuxMirrors/raw/main/ChangeMirrors.sh)