AWS CodeGuru is a developer tool that provides intelligent recommendations to improve code quality and identify an application’s most expensive lines of code.
Category: Others
Git broken after Upgrade to Mojave (10.14.5)
Second issue that I have found after upgrade my mac to Mojave is that Git stops working. When run git in terminal, it throws the error: xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun This means the command line tools of Xcode is not working properly. It needs either reset or update. … Continue reading Git broken after Upgrade to Mojave (10.14.5)
Cannot Connect to App Store after Upgrade to Mojave (10.14.5)
Finally I have decided to upgrade my current High Sierra to Mojave to get newer version of Xcode and also to support the multiple monitors with Targus USB-C dock station. I have heard people had various issues after upgrade to Mojave, so I am a bit unsure it is worth doing it. It took me … Continue reading Cannot Connect to App Store after Upgrade to Mojave (10.14.5)
A wrong way of using Vault
We recently had a Vault issue. It is Vault with HA, the data store is Consul. One day the Consul cluster went offline, and we noticed there are a few OOM errors in the logs. The servers have been running fine and no stress on the memory utilisation for quite a while. There must be a … Continue reading A wrong way of using Vault
Generate pfx file for Windows box
Personal Information Exchange (.pfx) file is a certificate format that contains both public cert and private cert, it is normally used in Windows platform. For example, IIS only supports to import certificate in pfx format. If you have you private key in PEM format, and public certificate in cert format (DER encoded). Then you use … Continue reading Generate pfx file for Windows box