Recently when I did a dnf update I saw broken package for sqlite on my Fedora 23. Then I attempt to re-install that by removing it. rpm -e –nodeps sqlite Then shit hit the fan.
Monthly archives: February 2016
Enabling gpg-agent
When I was following this tutorial to setup GnuPG for mutt account profiles on my personal laptop, I hit gpg-agent is not available in this session error when I was trying to decrypt my profile. Also, I have to type my password for every time when I try decryption. This is annoying.
Extract specific Chef environment from a master template
This is the follow-up article for “Merging Chef JSONs into 1 template“. We are now able to merge environments and role files into 1 master template to manage, how are we gonna extract an environment or a role out of that template.
Merging Chef JSONs into 1 template
Recently I am playing with Chef and I am having fun on some software with a little difference across different VMs. For example, on VM1: at log.xml: … verbosity=INFO … On VM2 it is set to ERROR, VM3 is set to DEBUG, etc.