OpenWrt uHTTPd 与 OpenSSL 初探

前些日子家里的 Phicomm K2 刷上了 OpenWrt ,苦于闪存剩余空间严重不足,只能玩玩已经有的那些个软件包,正好最近着迷于 Web Server ,于是便 折腾了起来——

Introduction / 介绍

uHTTPd is a web server written from scratch by OpenWrt/LuCI developers. It is aimed towards being an efficient and stable server, suitable for lightweight tasks commonly used with embedded devices and proper integration with OpenWrt's configuration framework (UCI). In particular, it is configured by default for the LuCI web interface to administer OpenWrt. In addition, it provides all the functionality expected of present day web servers.
—— 摘自 OpenWrt Wiki - uHTTPd

划一下重点: uHTTPd 是一个小巧精干的 Web 服务器,适合轻量任务,通常与嵌入式设备一起使用,而且提供了现在 Web 服务器的全部功能。

Configuration / 配置

手把手教你搭建 Hexo 到 VPS

Hexo is a fast, simple & powerful blog framework powered by Node.js.
——摘自 Hexo 官网

Hexo 是一个强大的静态 Blog 框架,它具有极高的可扩展性,同时入门也十分简单,像是正在阅读的这篇文章,本身也就是 Hexo 托管,我每次写完文章甚至只需要输入一行代码就可以将其推送到服务器上。由于使用静态文件搭建主体, Blog 的启动尤其迅速,
只要不像本咸鱼一样写垃圾代码
一般可以在 500ms 内加载完毕。
坏 WordPress 坏 Typecho

鉴于网络上能够找到的大部分中文快速入门质量参差不齐,有些逻辑混乱有些表意不清,本咸鱼就自己来写一个辣

说了这么多,快跟着下面的操作步骤,
入教
开始使用吧!