原来双安装的是Ubuntu系统,但是总是出现一个屏幕闪屏的情况,加上想尝试一下另一种系统,于是决定安装Manjaro KDE18.1.0版本并记录一下安装过程
Theory of Computation
CS专业课学习笔记 计算理论用来研究计算的过程与功效的数学理论
Information Theory
CS专业课学习笔记
Nginx
NGINX is open source software for web serving, reverse proxying, caching, load balancing, media streaming, and more. It started out as a web server designed for maximum performance and stability. In addition to its HTTP server capabilities, NGINX can also function as a proxy server for email (IMAP, POP3, and SMTP) and a reverse proxy and load balancer for HTTP, TCP, and UDP servers.
Git Tutorial
自从租用了亚马逊AWS的服务器后,想通过Git来管理代码。以下记录了服务器上Git的搭建过程和Git的学习记录。安装过程省略,具体Git教程可以参考官网链接。
Hexo部署以及Next主题配置和美化(更新至Next-7.5.0版本)
安装Hexo 安装 Hexo 相当简单。然而在安装前,您必须检查电脑中是否已安装下列应用程序: Node.js Git 如果您的电脑中已经安装上述必备程序,那么恭喜您!接下来只需要使用 npm 即可完成 Hexo 的安装。 1npm install -g hexo-cli