Posts

Showing posts with the label Windows Tutorial

How to Build a Dedicated GNS3 Server on Ubuntu 24.04

Image
GNS3 is an industry-standard tool used by students and network professionals alike for emulating complex network environments. While it runs natively on Linux distributions with virtually no issues, Windows users often face frustrating limitations when trying to emulate modern appliances from various vendors. To run heavy network emulations on Windows, the official recommendation is to use the GNS3 VM running inside VMware Workstation. However, this creates a massive headache for modern Windows users. If you are running Docker, WSL2 (Windows Subsystem for Linux), or Hyper-V, Windows requires the "Virtual Machine Platform" feature to be enabled. Historically, this feature violently clashes with VMware, preventing the GNS3 VM from booting or causing massive performance drops. The ultimate workaround? Stop fighting Windows. In this guide, we will learn how to bypass these nested virtualization issues entirely by building your own dedicated GNS3 Server on a native Linux backend....

How To Create a Windows 11 Golden Image with Preinstalled Software

Image
Manually configuring Windows 11 for every new hire is a recipe for inconsistency and wasted billable hours. Between debloating the OS, toggling privacy settings, and installing the standard "must-have" software suite, a single workstation can eat up half a day. By creating a Windows 11 Golden Image , you move from manual labor to automated precision. In this guide, we’ll walk through the process of using Audit Mode and Sysprep to build a clean, pre-configured master image that ensures every machine in your fleet is identical, secure, and ready for production on day one. Prerequisites  Before we dive into the image creation process, ensure you have the following tools and assets ready. Using a virtual environment is critical here, as it allows us to capture a "clean" state without hardware-specific driver interference. Requirement Recommendation / Source Why it’s needed  Hypervisor   VMware Workstation (Preferred)   or VirtualBox  To build the image in a co...