Category: Open Source

10 Mar 2021 Open Source 👁 17 views

Linux CD Command Guide: Navigation Tips for Windows Users

Ok, so I am a windows dude and only after docker and K8 came along did I start to get all they hype around Linux. To be fair, Linux is special and I have been blown away with the engineering effort behind this OS (and also glad to leave my book of Daniel Appleman win32 […]

Read more →
25 Feb 2021 Cyber 👁 14 views

SYN Flood Testing with hping3: A Practical Guide

Getting an application knocked out with a simple SYN flood is both embarrassing and avoidable. Its also very easy to create a SYN flood and so its something you should design against. Below is the hping3 command line that I use to test my services against SYN floods. I have used quite a few mods, […]

Read more →
22 Jan 2021 Networking 👁 7 views

K8GB: Cloud Native GSLB for Kubernetes Explained

Today I am a happy bunny!!!! Yury Tsarev (a very clever dude) did a presentation to one of the Kubernetes co-founders Tim Hockin. The demo was one of absa banks opensource projects called K8GB (a cloud native GSLB for K8s): https://www.k8gb.io/ Why do I like K8GB? Because it uses a single CRD that integrates to […]

Read more →
31 Jan 2015 Open Source 👁 7 views

High Performance Timer Class: C++ Implementation Guide

Below is a sample class containing a high performance timer. Example usuage: }

Read more →
14 Feb 2008 Open Source 👁 22 views

Import Excel Workbook Data Into a VB Array: How-To

The following code can be used to import the contents of an excel workbook into an array from within a Visual Basic application.

Read more →
29 Mar 2007 Open Source 👁 60 views

Get Process Name Without Admin Rights in C# (3 Steps)

Unfortunately, the following (seemingly harmless code) requires administrator rights (and on Windows 2003 you will need to be member of “Performance Monitor Users” group): In most cases this is not appropriate and certainly not in a Citrix environment. If you call it without the correct permissions you the following stack dump: Below is a light […]

Read more →
134