| 分类 | A | B | C | D | E |
|---|---|---|---|---|---|
| 搜索 | Google 搜索 | 百度搜索 | ---- | ---- | ---- |
| 邮箱 | Gmail | ---- | ---- | ---- | ---- |
| 视频 | Youtube | ---- | ---- | ---- | ---- |
| 网盘 | Google Drive | ---- | ---- | ---- | ---- |
| DNS | Huawei Cloud DNS | Cloudflare | 挖站否 DNS | ---- | ---- |
| 域名 | 趣域网 | NameSilo | ---- | ---- | ---- |
| MarkDown | TableConvert | ---- | ---- | ---- | ---- |
在线反序列化工具:https://1024tools.com/unserialize
临时邮箱:https://linshiyou.com/
Google Voice: https://voice.google.com
在线 MarkDown 表格::https://tableconvert.com/
CSS在线缩减:https://purifycss.online/#
https://uncss-online.com/
账号注册
无法注册新账号了,需要日本短信验证。2019/05/06
免费赠送一年 .shop 域名
免费空间申请地址:https://www.value-domain.com/web.php?action=signupfreeweb1
去广告
方法一,去广告代码:
<!--nobanner--> 在 head 中
WordPress 代码:
function InsertAdminNoBannerTag() {
echo '<!--nobanner-->';
}
add_action( 'admin_head', 'InsertAdminNoBannerTag' );
function InsertNoBannerTag() {
echo '<!--nobanner-->';
}
add_action( 'wp_head', 'InsertNoBannerTag' );
方法二,.htaccess 子目录绑定法(/x/ 目录下不会有广告):
<IfModule mod_rewrite.c>
RewriteCond %{HTTP_HOST} ^www.demo.com$ [NC]
RewriteCond %{REQUEST_URI} !^/x/
RewriteRule ^(.*)$ x/$1?Rewrite [L,QSA]
</IfModule>
SSL相关
【SSL】不支持 Clouflare 自签名证书(因为没有中间证书),支持正式证书,但 Clouflare 中不能设置 Full (strict)
SSL証明書のインストール 上传说明
プライベートキー SSLCertificateKeyFile:.key
発行されたSSL証明書 SSLCertificateFile:_bundle.crt 前半部分
発行された中間証明書 SSLCACertificateFile:*_bundle.crt 后半部分
themeforest: https://themeforest.net/category/wordpress/blog-magazine?sort=sales
WordPress 官方最新版:下载
WordPress 常用插件:
WPJAM Basic:下载
Share-one-Drive:购买 | 演示
子主题添加代码
Meta-Box Generator https://app.wp-monkey.com/generators/metabox-generator
WordPress Widget Generator https://www.wp-hasty.com/tools/wordpress-widget-generator/
sudo apt-get update
//耗时:1分钟以内
sudo apt-get upgrade
//操作1次,耗时:5分钟
sudo apt-get install lightdm
//操作1次,耗时:3分钟
进去使用 root 账号登录,否则后面就无法登录了。
sudo apt-get install kubuntu-desktop
//安装 KDE 桌面
//操作1次,耗时:13分钟
sudo apt-get install ubuntu-gnome-desktop
//安装 Gnome 桌面
(可选)如果上一步选错了,没关系,使用以下命令修改:
sudo dpkg-reconfigure lightdm
服务器Ubuntu18.04,我的个人电脑win10。服务器端控制win10没问题,但是win10控制不了Ubuntu,这是因为向日葵在Ubuntu上没有开放xhost造成的。
在Ubuntu的终端输入以下命令:
sudo gedit /etc/profile.d/xrk.sh
然后进入了一个空白的界面xrk.sh,我们在这个xrk.sh文件里面输入以下两行:
#!/bin/bash
xhost +
注意 xhost和+之间是有空格的。
之后再保存xrk.sh的更改。然后,在终端输入以下命令激活配置:
sudo chmod 777 /etc/profile.d/xrk.sh
这一步后并不意味着win10马上就可以通过向日葵控制Ubuntu了,因为还要重启服务器。
重启完成后,就可以正常使用了。
Windows 2008:
wget -qO DebianNET.sh qiu.sh/dd && bash DebianNET.sh -dd "http://down.80host.com/iso/dd/WinSrv2008x64-Chinese_datacenter_sp1_vl_kvm_xen.vhd.gz"
密码:WinSrv2008x64-Chinese
支持 Virmach debain 10
evolution host
不兼容 debain 10/11 不支持 DD Windows
dd脚本报错Error! grub.cfg.
mkdir /boot/grub2 && grub-mkconfig -o /boot/grub2/grub.cfg //备用命令