What’s the Difference Between CEng, IEng and EngTech…..Really?

Becoming professionally registered is a great way to develop your career, drive your continuing professional development (CPD), while demonstrating to society and employers your commitment to the discipline. But what are the differing standards (levels) of registration, and what are the differences…..really? In this short article I’ll briefly summerise what I think the main differences … Read more

Port Partitioning/Channelising Extreme Networks VOSS FabricEngine Switch

The Extreme Networks VOSS FabricEngine switches allow for the port partitioning (channelising) of a QSFP28 or QSFP+ port the same as is the case on an Extreme Networks XOS (SwitchEngine) switch. The following example details how this can be completed. The following was used to complete the testing and proof of operation: In this example 100Gbit QSFP28 interface which … Read more

Enable AVX2 on a Virtual Machine

We had a request to enable AVX2 on a virtual machine. AVX2 are virtualisation extensions, essentially its providing processor instructions through from the physical CPU that are for optimizing virtualisation. In simple terms allow a virtual machine to be able to run virtualised workloads. You would need to enable this setting if you wanted to … Read more

Ping Scan a Subnet – Simple

If you need to perform a Ping scan of a subnet, you can use the following command, its quick and dirty approach, although its not really that quick when it comes to actually running. The below will scan the subnet 192.168.1.0/24, from 192.168.1.1 to 192.168.1.254. If you want to speed things up a bit, you … Read more