Sometimes I work remotely. Other times I mess things up. When I work remotely and I mess something up on my server, say, the VPN connection, because I cannot leave well enough along when travelling, I have to wait until I am back. At the same time, ever since I got a Dell R740xd and put all eggs in one…
Category: Uncategorized
Using OpenVPN to connect a Standalone Server and Home LAN
Following is the network configuration I want to achieve. I have a home network, a standalone server somewhere on the internet and some devices that may not always be connected on the home network. I want everyone to be able to see everyone else and I want to do this through OpenVPN.
Corsair’s Link application causes PC sleep issues
EDIT: Link does not seem to cause trouble any more at least with the current version! In my quest to make my system sleepable, I found out on my last post that TPM chips can cause instability. Unfortunately, whilst this solved most issues, there were still times where when the display would turn off to save power, if I tried…
StyleCop, the Destroyer of Productivity
There’s a Visual Studio add-on called StyleCop. StyleCop is a source code analyser, which, unlike FxCop (and Visual Studio’s Code Analysis function) operates on the source code of your projects rather than the final compiled assemblies. In other words, it focuses on the looks rather than the works. The purpose of StyleCop is to ensure that everyone on your team…