搜索结果
-
Docker容器执行定时任务
-R ln -snf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime date -R
-
如何在 GitHub 搭建 Hexo
好啦,输入hexo g生成静态网页,然后输入hexo s打开本地服务器,然后浏览器打开http://localhost:4000/,就可以看到我们的博客了。按ctrl+c关闭本地服务器。4. 配置 S
-
树莓派传感器
nowtime = time.strftime('%m-%d %H:%M:%S',time.localtime(time.time())) print(nowtime)
-
禁止Nginx通过IP访问网站
.rj-bai.com/post/86.html修改 nginx.conf 文件nano /usr/local/nginx/conf/nginx.conf空头主机,说白了就是没有绑定在你服务器上的域名
-
怎样才可以去除讨厌的快捷方式小箭头
. 在桌面上新建一个文本文档(名字随意)2. 然后在里面输入:reg add "HKEY_local_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVe
-
Nginx Proxy Manager 开启访问密码
l httpd-tools ``` 接下来创建加密文件 ``` htpasswd -c /usr/local/nginx/password username ``` > "password"是文件名