Gsource on Mac
It is often difficult to tell how hard developers are working to non-IT folks. Usually, I try to let them watch Gource. Setting up Gource on Mac is not difficult, but it has several steps. First, you
It is often difficult to tell how hard developers are working to non-IT folks. Usually, I try to let them watch Gource. Setting up Gource on Mac is not difficult, but it has several steps. First, you
There is no way to save a password when logging into a Cisco IPSec VPN on a Macintosh operating system (macOS). The best solution for me is writing an AppleScript in Automator, or running it from the
Mark Six is a lottery in Hong Kong. You can select 6 numbers from a pool of 49 numbers on the lottery ticket. There are numerous single-line commands that can be used to generate 6 numbers randomly f
Many people know how to capture screen into a file on Mac by using Command + Shift + 3 for a full screenshot and 4 for cross hair selection tool. However, I found I want to paste the captured image in
Fiddler is my favorite debugging proxy on Windows. Usually, I use Python to write simple debugging proxy which is usually less than 30 lines until it needs https. Enabling https decryption That’s why