普通视图

换了大盘机

作者 大灰
2024年4月25日 23:11
气温升的太快,真是大起大落让人难以接受。 灰常记忆这台机器马上就使用第七个年头,中间重装了一次系统,后面就没怎么管过,除了速度有点“慢”剩下就是稳定了。 今天上来看了一眼硬盘都快爆了,怎么删除多余的文件都不够用。只能拿出大盘鸡顶上,目前所有网站都在大盘鸡上,瓦工的机器用来做备份数据(瓦工有自动快照),实时增量同步文件、数据库每天定时备份发送到vps。做完这些基本上就安逸了。 已经24小时没有睡觉了,真的有点撑不住…… 记得我第一次用vps就没考虑命令那种操作,一是怕有误操作、二是我对linux命令一知半解。多亏选对了,现在看来我搞得这些服务真的有点太多…… 增量同步是个好东西,希望各位都能用起 […]

Set up your Secondary Network Interface for Ubuntu 18.04

2019年6月26日 11:11
if you are trying to attache the new network interface for your Ubuntu 18.04 EC2 instance, this post might help you to figure out. Summary because of Netplan is new network manager in Ubuntu 18.04, things became different as before, and Netplan looks not supported asymmetric routing for now, that is required you to set … Continue reading Set up your Secondary Network Interface for Ubuntu 18.04

Use Azure Devops Pipeline to build && deploy your project

2019年5月31日 00:09
this post will teach you how to deploy your own Docker registry and how to use Microsoft Azure Devops to automatically building your Github Go project, and deploy to your Docker Swarm Server How it works Pipeline download your github project Build your code by Dockerfile, make docker image then push to your own Docker … Continue reading Use Azure Devops Pipeline to build && deploy your project
❌