解决Podman未挂载Volume的问题
问题
在初次使用podman 挂载本地文件系统的时候通常会报如下的一个错误提示;
Error: statfs /Users/userName/yyy/xxx: no such file or directory
解决方案
为 Podman 虚拟机挂载 $HOME 目录并且重启 podman machine 即可。
成为一个职业的职业人
工作多年后,慢慢的人就成熟了,做事慢慢也有了章法,有了自己的方法论;对团队的理解也更深刻了。
近几年随着疫情,大家默默形成了远程办公的习惯,而很多人还是没有从思想上形成远程办公的习惯。
忙碌的三月
开源项目构建及治理之产品构建
数字证书分类总结
年终总结-现在,最好的祝福就是不要去打扰
现代社会每个人都有自己的社交圈子,也有自己的信息茧房。某天突然的一个信息可能会破坏原有的信任关系。比如突然的一个年终总结。
最好的总结,总是自驱的,规律性的,有目的性的。
How to Learn Development
本文是近期为学弟学妹们演讲时用 Logseq 整理的大纲,在此记录一下,以备复用。
Intro
https://guzhongren.github.io/about/
Know yourself
Do you really like computer science??? 灵魂三问,你真的喜欢计算机科学吗?如果不喜欢早点放弃,不然你以后的每一刻都会感到无比的痛苦。
一个好的邮件签名都有哪些内容
在工作中,邮件是我们经常要用到的工具;不管是内部还是外部,一个好的邮件签名不仅可以增强公司的品牌影响力,而且也会为你的客户留下"专业"影响,你可能会因此赢得商机,或者获得一份新工作等等。
一些做运维工作的小总结
Some Good Practices of Logging
Introduction
Logging is structured or unstructured text information generated by the system during operation. Usually, it can be regarded as a record of an event by the application. Logging can often help us discover unexpected behaviors in systems, especially in some microservice architecture systems. As an important part of Observability, Logging plays an irreplaceable role in our system development and maintenance.
The importance of logging
To understand why logging plays an important role in products or systems, we must understand its value. Currently, the most widely used logging forms are alerting, troubleshooting, and business data visualization.