About 6 min
- MySQL21
- Linux10
- python10
- ECS9
- nowcoder9
- go6
- Computer Base6
- git5
- spring5
- wsl5
- java4
- computer tower4
- postgresql3
- 源码分析3
- c3
- Environment setup3
- redis2
- 架构2
- docker2
- Intro2
- Logging Framework2
- c++2
- milvus2
- wechat2
- MySQL查询深入优化2
- interview2
- architect1
- Tools1
- icon1
- markdown1
- docker compose1
- Nginx1
- k8s1
- ssh1
- springboot1
- Design Patterns1
- Term1
- CLion1
- windows1
- chocolatey1
- Blog1
- vue1
- trouble shooting1
机器检查
暂无,无明显异常即可
软件安装
查看内核型号,可以查看内核是什么架构(x64还是arm)。
uname -a
提起安装,对于身为程序员的我来说,整洁的文件管理是必要的,什么东西放在哪里,什么文件代表什么意思,这都是刻在骨子里的(洁癖)。
About 5 min
当你到手一台服务器后,你会干什么?
Just One?
Yes, One.
Nothing.
But, this is life.
看看我都会做啥吧。
环境
- 刚刚出炉的阿里云2c2g服务器
- CentOS 7
- 默认安全组(22、3389)
安装Nginx(Must For Me, Option For You)
需要的配置
- 内存: Nginx一个server大概会占12~15M内存,所以你需要自己衡量
- 磁盘:越大越好啦
- CPU:取决于连接数,当然是越大越好,1C也是可以的
- 阿里云安全组打开80端口
About 11 min