atmo 的文章
-
-
Docker 常用命令
启动docker systemctl start docker 关闭docker systemctl stop docker 重启docker服务 systemctl restart docker 显示运行中的容器信息 docker ps 显…… -
Debian Docker 安装
Docker 支持以下的 Debian 版本: Buster 10 Stretch 9 (stable) / Raspbian Stretch Docker Engine-Community 在 x86_64(或 amd64 )armhf,和 arm64 体系…… -
Wordpress 常用设置
隐藏后台登陆界面,自动跳转首页 将以下代码放入wordpress根目录的wp-login.php文件中 <?php if ($_GET["my"] != "login") { header('Location: http…… -
Debian 9/Ubuntu 17+添加rc.local开机自启的方法
说明: 很多时候有些程序或者脚本都需要添加开机自启,最简单的方法就是使用rc.local自启,不过由于系统版本更替,很多新版本系统都没有rc.local文件了,比如D…… -
linux DD系统脚本
一、源自于loc某大佬的脚本整合 1、OneDrive ## 镜像文件在OneDrive,输入下方命令 wget -N --no-check-certificate https://raw.githubusercontent.com/veip0…… -
ServerStatus-Hotaru云探针的安装与配置
简介 脚本来自:https://www.aptx.xin/serverstatus-hotaru.html Github:https://github.com/CokeMine/ServerStatus-Hotaru 服务端 安装 wget https://raw.gi……