The article is encrypted
ElasticSearch
Elasticsearch 是一个分布式、高扩展、高实时的搜索与数据分析引擎
Kubernetes
Kubernetes 是一个可移植的、可扩展的开源平台,用于管理容器化的工作负载和服务,可促进声明式配置和自动化。 Kubernetes 拥有一个庞大且快速增长的生态,其服务、支持和工具的使用范围相当广泛。
Re:从零开始的Windows环境配置
2021年4月更新:这个月新的笔记本电脑到了,重置一遍主机 + 笔记本,修改并合并以前的windows配置日志 2021年10月更新:笔记本电脑升级至Windows11 2022年12月更新:主机电脑升级至Windows11
【Home Server】Intel NUC
The article is encrypted
Windows上安装双系统(Manjaro)
原来双安装的是Ubuntu系统,但是总是出现一个屏幕闪屏的情况,加上想尝试一下另一种系统,于是决定安装Manjaro KDE18.1.0版本并记录一下安装过程
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教程可以参考这个链接。