These are my blogs
and also my life
论文阅读| Hybrid key exchange in TLS 1.3 or SSH
2019-09-17 reading tls web
Hybrid key exchange in TLS 1.3 or SSH
Draft-stebila-tls-hybrid-design-01
Motivation of hybrid key exchange
Read More
- tranditional algorithms: have risks in ...
RFC 8446| Transport Layer Security 1.3
2019-09-11 reading tls web
Transport Layer Security 1.3 (RFC 8446)
1. Major differences from TLS 1.2
Read More
- All legacy algorithms have been deprecated. TLS 1.3 uses AEAD instead. ...
Windows专题| Windows Server Core 管理与 PowerShell 笔记(零)———— 与 Windows Server 的初次相遇
2019-03-31 coding web windows linux
Windows Server Core 管理与 PowerShell 笔记(零)———— 与 Windows Server 的初次相遇
对于一直使用 Linux 作为服务器操作系统的我,一直对 Windows Server 作为服务器的表现如何非常好奇。最近我读了关于 Windows Server ...
Read More
生活日志| 博客迁移计划
2019-03-25 life blog web
Ertuil 的博客迁移计划
这已经是第三次!第三次!第三次!迁移博客了 …
第一版本博客
第一次博客框架是使用阿里云搭建了一个 WordPress 。几年前的我对于如何搭建一个网站这种事并不清楚,当时历经千辛万苦,总算是勉勉强强运行起来了这个框架。说来可笑,当时是通过一键脚本跑出来的 ...
Read More
技术摘要| Nginx 参数优化、http强制跳转以及负载平衡
2019-03-25 coding web nginx
Nginx 参数优化、http强制跳转以及负载平衡
Nginx 作为一个非常好用的 web 服务器,被广泛运用在服务器部署的最前端或者是高可用集群下的 Keeplived 等之后,用作静态文件服务器,反向代理等。
Nginx 安装、常用命令以及配置文件
一般使用软件包管理安装较为方便,安装完成之后, ...
Read More
技术摘要| 服务器迁移记录 Seafile 和 Gitea 迁移记录
2019-03-25 coding web cloud
服务器迁移记录 Seafile 和 Gitea 迁移记录
原因
我长期以来一直使用 滴滴云 作为主力服务器使用,这台服务器是1 core 1 GB 的配置。带宽 10 M,按量计费。有两块 20g 硬盘构成。之所以选用滴滴云主要是价格非常便宜,这个配置只需要 22 块钱一个月,个人用户流量也用不了太 ...
Read More
技术摘要| 构建具有 netspeerder 加速的 SSR 容器环境
2019-03-25 coding SSR Docker web
构建具有 netspeerder 加速的 SSR 容器环境
本文环境:
- CentOS 7 以上
第一步——内核配置 BBR:
利用脚本安装 BBR TCP 拥塞控制协议,BBR 协议对于高延迟大带宽的网络有非常好的优化作用,可以明显提高 ShadowSocksR 的使用体验。
参考链接:
Read More