搜索内容

atmo 的文章
  • CorePress去除版权教程
    Wordpress

    CorePress去除版权教程

    前言 本篇文章只是保存方便自己日后看 CorePress这个主题非常不错而且是免费的,所以希望各位还是保留别人的版权吧。 本内容需要输入密码才能查看 ……
    atmo 2022年3月28日
  • Docker 常用命令
    Linux

    Docker 常用命令

    启动docker systemctl start docker 关闭docker systemctl stop docker 重启docker服务 systemctl restart docker   显示运行中的容器信息 docker ps 显……
    atmo 2022年2月2日
  • Debian Docker 安装
    Linux

    Debian Docker 安装

    Docker 支持以下的 Debian 版本: Buster 10 Stretch 9 (stable) / Raspbian Stretch Docker Engine-Community 在 x86_64(或 amd64 )armhf,和 arm64 体系……
    atmo 2022年2月2日
  • Wordpress 常用设置
    Wordpress

    Wordpress 常用设置

    隐藏后台登陆界面,自动跳转首页 将以下代码放入wordpress根目录的wp-login.php文件中 <?php if ($_GET["my"] != "login") { header('Location: http……
    atmo 2022年2月1日
  • Debian 9/Ubuntu 17+添加rc.local开机自启的方法
    Linux

    Debian 9/Ubuntu 17+添加rc.local开机自启的方法

    说明: 很多时候有些程序或者脚本都需要添加开机自启,最简单的方法就是使用rc.local自启,不过由于系统版本更替,很多新版本系统都没有rc.local文件了,比如D……
    atmo 2022年2月1日
  • linux DD系统脚本
    Linux

    linux DD系统脚本

    一、源自于loc某大佬的脚本整合 1、OneDrive ## 镜像文件在OneDrive,输入下方命令 wget -N --no-check-certificate https://raw.githubusercontent.com/veip0……
    atmo 2022年1月26日
  • ServerStatus-Hotaru云探针的安装与配置
    Linux

    ServerStatus-Hotaru云探针的安装与配置

    简介 脚本来自:https://www.aptx.xin/serverstatus-hotaru.html Github:https://github.com/CokeMine/ServerStatus-Hotaru 服务端 安装 wget https://raw.gi……
    atmo 2022年1月26日