/avatar.jpg

Morné Chamberlain

A blog about programming, game development, Unreal Engine and more.

Monitoring Connection Quality With Smokeping

Have you ever wanted to monitor the quality of your internet connection over time? Do you notice that your internet connection sometimes feels sluggish, but it is difficult to prove or provide sufficient information to your ISP for them to investigate? Then smokeping might be able to help.

SSH on Windows

Being used to working in GNU/Linux environments, using the ssh utility for remote terminal / command line access has become an indispensable tool for me. Here is how to install the OpenSSH client, generate SSH keys and use the SSH agent on Windows. As a bonus I shall also cover how to configure Git for Windows to use the SSH agent installed in Windows for caching SSH keys.