Extending a logical volume in a virtual machine
Refer: Extending a logical volume in a virtual machine running Red Hat or Cent OS (1006371)
Power off the virtual machine.
Edit the virtual machine settings and extend the virtual disk size. For more information, see Increasing the size of a virtual disk (1004047).[……]
What’s the difference between foliage and leaves
The difference is that leaves are leaves wherever they are.
Foliage denotes leaves that are attached to a tree or a plant.[……]
《原神》剧情深度体验 —— “千朵玫瑰带来的黎明”
在深度体验《原神》中“千朵玫瑰带来的黎明”剧情时,我被其丰富的故事线和科技潜在风险的探讨深深吸引。作为程序员,我发现游戏中关于记忆循环和虚拟化的描绘不仅令人着迷,也引发了对未来技术发展可能带来的风险的深刻反思。[……]
在动态路径下如何从Artifactory上下载文件
一般来说,将文件保存在Artifactory上时需要选好repository和path。文件有变化的时候,通过LastModified之类的查询就可以在相同路径下获取到最新的文件。
但是我遇到的使用场景并不是这样 –
每次有新的build生成后,在构建path的时候都会把changelist作为一级目录放在path中间,也就是说,每次把文件放入Artifactory的时候,路径都是不一样的。
我几年前遇到这个问题的时候,是通过Artifactory的query来下载想要的文件的,比如:
https://<artifactory_server>/<repos[……]
Can’t attach iOS simulator in Android Studio
Using iOS simulator in Android Studio is straightforward –
Laravel-Filament AttachAction for HasMany
Filament provides a convenient way to deal with the relationship between two Modals, read more in the section “Attaching and detaching records” from the official document.
However, the ‘AttachAction’ and also ‘DetachAction’ are for ‘BelongsToMany’ and ‘MorphToMany’ relationships. They tried to gr[……]
摄影感悟之“拍夕阳并不是拍夕阳”
生活在美国圣地亚哥的一大好处就是每年有300多天的晴天,而且由于地处西海岸,因此就意味着一年有300次机会可以看到美丽的夕阳。这让我一度产生了拍一本夕阳影集的冲动。本网站的首页即使拍摄的作品之一。不过随着自己不断拍摄,感觉太阳就那么一个,怎么拍都是一个结果,也就渐渐没了动力,进而荒废了。

在沉溺了三年之后,不知何为契机,我突然又有了拿起相机的冲动。重新拾起对摄影的热情真的让我感到每天都充满着想法和欲望,也同时重新激起了我学习的兴趣与动力。上个月我有个机会到一个专业摄影师朋友家吃饭,在聊天中我提出了我对夕阳摄影的问题,他非常nice地抽出了大约15分钟和我进行了探讨这个话题,并且非[……]
IPtables and Systemctl in Docker Container
最近在做一个产品docker化的过程中,出现了这两个问题。
一个是因为权限不足,所以不能在docker container中调用iptables命令。第二个是在调用systemctl启停services的时候出现了Failed to get D-Bus connection: Operation not permitted的错误。
原因分析
解决办法
对于iptables权限问题,在启动container时加入–cap-add=NET_ADMIN的参数,或者直接–privileged。
对于systemctl的问题,研究后推荐使用Guido Draheim写的[……]

[……]