申请 ssl 证书

教程都在这里:酷壳 如何免费的让网站启用HTTPS 原来用的证书是阿里云上申请的免费Symantec证书,结果发现chrome上提示警告,以后的版本不会再支持。 Google Chrome正式宣布将不再信任赛门铁克所有SSL证书 教程里使用的Let’s Encrypt 是一个于2015年三季度推出的数字证书认证机构,将通过旨在消除当前手动创建和安装证书的复杂过程的自动化流程,並推廣使萬維網服務器的加密連接無所不在,为安全网站提供免费的SSL/TLS证书。 安装cerbot-nginx,运行报错了 urlib3 ImportError: No module named ‘requests.packages.urllib3’ PyOpenssl raise ImportError(“‘pyOpenSSL’ module missing required…

Read More

自定义tagline为网易邮箱greetings

自定义tagline为网易邮箱greetings,api是从网上找的 修改wp-includes/option.php 最后加入获取问候语的函数(因为返回来是数组,做了个简单随机) /** * getrandom greetings form 163.com */ function tagline_from_mail() { $URL = ‘http://jy4-app.mail.163.com/jy4-app/xhr/mbox/greetings/get.do’; $data = file_get_contents($URL); if($data…

Read More

自定义首页图片为bing每日美图

将workpress 自定义为bing搜索的背景图片的方法,我这里改的是twentyseventeen theme。 将站点下的wp-content/themes/twentyseventeen/inc/custom-header.php中 twentyseventeen_custom_header_setup函数修改为如下函数: function twentyseventeen_custom_header_setup() { //bing api $url = ‘http://www.bing.com/HPImageArchive.aspx?format=js&idx=0&n=1&mkt=’; $resolution = ‘1920×1080’; // language options $locale…

Read More

工具使用shadowsocks代理接口

一般使用代理的时候,一个是为了资料,另一个是为了下载。 用的系统是osx,经常会使用brew安装软件。但是很多软件的源或者它们的依赖库是被墙了。配置代理后,就方便了,不用到处去找替代源 brew 下载软件是基于curl,vim的管理软件Vim Bundle下载是基于wget的。 curl cat ~/.curlrc socks5=127.0.0.1:1080 polipo #Via ~/.polipoc file: logSyslog = true logFile = ~/log/polipo/polipo.log socksParentProxy…

Read More

如何搭梯子

这里介绍一下搭梯子用到的网站 centos7一监安装脚本:来自老高博客 这个脚本配置了自动启动和自动重启。 yum update -y yum install -y python-setuptools net-tools easy_install pip pip install –upgrade pip shadowsocks cat>/etc/systemd/system/shadowsocks-server.service<<EOF [Unit]…

Read More