标签:登录 相关文章

使用Acme.sh申请Google SSL证书(手动DNS解析)

手动DNS解析申请,自动DNS解析在第7步开始改成自动的就行。 1.登录google账号后,点击链接:https://console.cloud.google.com/apis/library/publicca.googleapis.com?project=temporal-genius-1919810 点击启用。 2.等待启用后,单击右上角的“激活 Cloud Shell”,打开 Google Cloud Shell。 3.在Cloud Shell输入 [prism lang=””]gcloud beta publicca external-account-keys create[/pris……

继续阅读»»»

一键关掉宝塔的强制登陆

先安装宝塔,如果登陆啥事都没有那最好 如果提示必须要登陆宝塔账户 那么,在terminal里执行 [prism lang=””]sed -i “s|if (bind_user == ‘True’) {|if (bind_user == ‘REMOVED’) {|g” /www/server/panel/BTPanel/static/js/index.js[/prism] 完工 同理,如果要还原 [prism lang=””]sed -i “s|if (bind_user == ‘REMOVED’) {|if (bind_user 2 ‘True’) {|g” /www/server/panel……

继续阅读»»»