设置(Settings) → 关于(About) 多次点击版本号(Build number) 开发者选项(Developer options) 打开 USB 调试(USB debugging) cd 至 LDPl
https://hub.docker.com/_/adminer https://hub.docker.com/_/phpmyadmin
.tar 文件 仅打包,非压缩 tar -xvf FileName.tar # 解包 FileName.tar tar -cvf FileName.tar DirName # 打包 DirName 为 FileName.tar
https://github.com/NginxProxyManager/nginx-proxy-manager
文档 【location】https://nginx.org/en/docs/http/ngx_http_core_module.html#location Syntax: location [ = | ~ | ~* | ^~ ] uri { ... } location @name
本站的 SSL 加密模式已调整为完全(严格):启用端到端加密,对源服务器证书强制执行验证。使用 Cloudflare 的源服务器 CA 为本站的源服务器生成证书。
感谢 https://github.com/TimothyYe/bing-wallpaper! https://api.alexsjc.top/bing-wallpaper/
现在,你可以通过 api.c3c.one 调用本站提供的 API。 访问 api.alexsjc.top 将发生 301 重定向(此行为在未来可能更改)。
Nginx server { listen 80; return 301 https://$host$request_uri; } server { listen 80; listen 443 ssl; server_name example.com; return 301
free -h df -h swapon sudo dd if=/dev/zero of=/swapfile bs=1M count=2048 sudo chmod 600 /swapfile sudo mkswap /swapfile sudo swapon /swapfile /etc/fs