If you’re using Juniper VPN Network Connect client or Pulse Secure and having issues remaining connected, it can be very frustrating. Maybe you are getting disconnected every 5-10 mins? I had this issue and it took me sometime to figure out this issue. I decided to write this blog post for anyone else experiencing...

I found myself needing to connect to github via bash on windows. But I didn’t want to have to register a new public key with github. I decided to use my existing key from Windows. To do this I simply copy the file from windows to wsl. Here is the command I used, you might find it useful: cp...

If you ever need to append to your PATH variable on your system follow these instructions (Windows 10). In your windows 10 search, type “system variables”, then click “Edit the system environment variables” Click on “Environment Variables…”: In the second list, search for a variable called “Path”: Double click it and...

I have been using a tool called WinDirStat for a couple years now. It scans your hard drive and produces a report that displays all your directories and how much space each directory is using. In the past it has helped me track down large files produced by windows error reporting (on Windows 2008 server). Or the more...