The growth of digital threats has made our need for security more pervasive. Where possible, we try to use active schemes. However, private key infrastructure and certificates serve a powerful purpose and will continue to do so for the foreseeable future. As threats grow, we as systems administrators need to improve the way that we …
Author Archives: Eric Siron
How to Determine if an EXE is 32-bit or 64-bit
[citationic] While not terribly common, sometimes you need to know the “bitness” of an executable (32-bit or 64-bit). The sudden growth of architectures besides traditional x86 and x64 (ARM, etc.) has introduced a related need to know the processor that an executable targets. Every EXE file has this information embedded in a common, easily read …
Continue reading “How to Determine if an EXE is 32-bit or 64-bit”
How to Configure Visual Studio 2022 to Use C++ Standard Library Modules
The C++20 standard introduced modules. This feature enhances the language by reducing reliance on header files. Visual Studio 2022’s Visual C++ projects have built-in support for modules. However, they don’t automatically provide access to modularized versions of the standard library headers. This article shows a quick way to configure Visual Studio 2022 to use C++ …
Continue reading “How to Configure Visual Studio 2022 to Use C++ Standard Library Modules”
Should Server Administrators Learn to Code?
Most yes/no questions in server administration have the wonderfully vague answer of “it depends”. This question, however, does not. Unequivocally: yes, server administrators should learn to code. If you got into this line of work because you enjoy computing but don’t want to program, take heart. You do not need to achieve anything like the …
Continue reading “Should Server Administrators Learn to Code?”
How to Change the Windows Server Activation Mechanism
The situation that prompted this article involved a Windows Server Standard Edition virtual machine that was migrated from a Windows Server Datacenter host to a Windows Server Standard Edition host. On the source host, the guest had used Automatic Virtual Machine Activation. That feature only exists on Datacenter Edition, so the virtual machine immediately went …
Continue reading “How to Change the Windows Server Activation Mechanism”
Decision Making for Server Administrators and System Architects
In a perfect world, server administrators would only need to install, maintain, and troubleshoot hardware and software. We would have access to detailed manuals, walkthroughs, and capable support staff. Employers would give us the freedom we need to select and deploy the best options. Industries and verticals would have standardized on the most superior solutions, …
Continue reading “Decision Making for Server Administrators and System Architects”
How to Install Windows Server 2022
Whether setting up a lab or deploying into production, server administrators need to gain comfort with the installation process for Windows Server. This article specifically shows how to install Windows Server 2022. The process has not had much more than cosmetic changes for about a decade. These directions start at the beginning and go through …
How to Build a Home Lab for Learning Server Administration
Every new field we explore starts with the same basic question: “Where do I start?” Many of us worked with home computers before moving into the world of professional IT. The lucky ones enjoyed a smooth ramp-up. As the field continues to expand and consumer-grade systems require less knowledge to use, that transition becomes rougher. …
Continue reading “How to Build a Home Lab for Learning Server Administration”
How to Submit an Effective Trouble Ticket
This site focuses on systems administrators, but everyone at every level, technical or not, needs to report problems. As the first point of contact, your trouble ticket (or e-mail, or problem report, or service ticket, or helpdesk request, or whatever your organization might call it) sets the tone for the future interactions necessary to get …
Continue reading “How to Submit an Effective Trouble Ticket”
DNS is the Problem
For our blog’s inaugural article, we chose one of the most common, yet vexing problems that new administrators encounter: DNS misconfiguration (domain name system). Many of us stumbled our way through these problems in the early days of TCP/IP emergence as the dominant network stack. We mainly knew of DNS from working with our Internet …