×

Falcon

  • [解决] snap 安装的 docker 意外关闭导致找不到进程的错误

    You can get this error if docker doesn't shut down cleanly. The following answer is for the docker snap package. Run snap logs docker and look for the following: Error...

    2020-12-02 16:21 Falcon 阅读
  • Docker+PHP+Nginx

    Key Takeways File permission is the pain in docker development, better to change default user in php-fpm Be careful with $document_root in nginx configuration, maybe...

    2020-11-28 14:00 Falcon 阅读
  • Prism——轻量、可扩展的代码语法高亮库

    给大家推荐一个代码高亮显示的东东,直接使用一个 JavaScript 库 —— Prism 是一款轻量、可扩展的代码语法高亮库,使用现代化的 Web 标准构建。 为什么选择 Prism.js ? 极致易用引用 prism.css 和 prism.js,使用合适的 HTML5 标签(code.language-xxxx)...

    2020-11-27 13:36 Falcon 阅读
  • youtube-dl命令参考

    youtube-dl 命令参数简译 USAGE: youtube-dl [OPTIONS] URL [URL...] OPTIONS: 通用选项 -h, --help 打印帮助文档 --version 打印版本信息 -U, --update...

    2020-11-27 13:29 Falcon 阅读
  • RESTful 介绍及设计思路 参考资料

    RESTful 介绍及设计思路 Principles of good RESTful API Design(译:好 RESTful API 的设计原则 )简单易懂,条理清晰,推荐 Best Practices for Designing a Pragmatic RESTful API(译:RESTful 最佳实践 译文2)有实际的...

    2020-11-27 03:07 Falcon 阅读
  • nginx通过stream预读域名转发服务

    docker 里跑 trojan 和网站,外面装一个 nginx,用 nginx 的 stream,可以预读取域名,根据不同域名转发到不同的 docker,而且也可以转发 SSH,对于外面来说只开一个 443 就够了。 stream { #$ssl_preread_server_name #通过 SNI 请求的服务器名称 map $ssl_prer...

    2020-11-25 11:30 Falcon 阅读
  • 在树莓派3上的Ubuntu安装docker

    Installing Docker on Raspberry Pi 3: On Ubuntu Core, you can only install snap packages. Luckily, Ubuntu Core has Docker snap package in the official snap package repository. So,...

    2020-11-24 18:00 Falcon 阅读
  • WordPress 自定义登录后跳转到前端用户中心

    有越来越多的朋友开始为 WordPress 添加用户中心,来增加网站的功能,留住更多的用户,对 WordPress 高级用户来说,这可能不是什么问题,可是对于 WordPress 新手来说,开发创建前端用户中心的任务就有点复杂了。下面我把[开发 WordPress 用户中心]过程中遇到的较多的一些问题总结一下,供有开发前端用户中心需求的朋友们参考。...

    2020-11-17 17:33 Falcon 阅读
  • 为什么领导者需要学习写作技巧( Why Leaders Need to Learn the Skill of Writing)

    By Joe Byerly Anyone who has worked directly for a battalion commander or above probably has experience writing “ghost notes.” These are emails a subordinate writes an...

    2020-11-02 10:14 Falcon 阅读