NEWS
The Lone Sysadmin
- Out-of-Office Messages are a Security Risk February 3, 2019Every once in a while I get asked why I don’t have an out-of-office message for my email or voice mail. Truth is, I’ll often monitor my email even when I’m out, though I often practice good operations discipline by not responding. Just as intermittent problems with computer systems are hard to deal with, a […]Bob Plankers
- Free, Like a Puppy January 25, 2019I’ve found that things that are free of charge are often not a good deal. TANSTAAFL, or “There ain’t no such thing as a free lunch.” You’re always paying in some way. Maybe the piece of hardware is marked up more to cover the development cost of the “free” software that comes with it. Perhaps […]Bob Plankers
- Retrieve an SSL Certificate from a Server With OpenSSL November 26, 2018I was setting up VMware vRealize Automation’s Active Directory connections the other day and I needed the public SSL certificate for the AD DCs to authenticate correctly. You can use OpenSSL to get that information. I used a Linux shell but this should be do-able from a Mac or with OpenSSL installed on Windows, too. […]Bob Plankers
- What You Need to Know About Upgrading to an iPhone Xs or Xr November 21, 2018I just got a new iPhone Xs Max. I had an iPhone 6s which I liked a lot, but it’s been a few years and with more travel I thought I’d enjoy having a better device with me. There are a few things that bit me in the duff. Some two-factor authentication (2FA) apps like […]Bob Plankers
SysAdmin
- Simplifying Linux System Administration with Webmin July 25, 2024by George Whittaker Introduction Linux system administration encompasses managing the software and hardware of Linux systems, which can be complex, especially for those new to Linux or managing multiple systems. Fortunately, Webmin, a web-based interface, simplifies many of the routine tasks involved in maintaining a healthy Linux system. This article explores how Webmin can be […]George Whittaker
- Experts Attempt to Explain DevOps--and Almost Succeed August 7, 2019by Bryan Lunduke What is DevOps? How does it relate to other ideas and methodologies within software development? Linux Journal Deputy Editor and longtime software developer, Bryan Lunduke isn't entirely sure, so he asks some experts to help him better understand the DevOps phenomenon. The word DevOps confuses me. I'm not even sure confuses me […]Bryan Lunduke
- My Favorite Infrastructure August 7, 2019by Kyle Rankin Take a tour through the best infrastructure I ever built with stops in architecture, disaster recovery, configuration management, orchestration and security. Working at a startup has many pros and cons, but one of the main benefits over a traditional established company is that a startup often gives you an opportunity to build […]Kyle Rankin
- Bare-Bones Monitoring with Monit and RRDtool March 21, 2019by Andy Carlson How to provide robust monitoring to low-end systems. When running a critical system, it's necessary to know what resources the system is consuming, to be alerted when resource utilization reaches a specific level and to trend long-term performance. Zabbix and Nagios are two large-scale solutions that monitor, alert and trend system performance, […]Andy Carlson
4sysops
- OpenAI Agents SDK with MCP server support: A log monitoring example May 28, 2025OpenAI recently introduced the Agents SDK, a Python-based framework that enables developers and DevOps engineers to build AI agents. The example in this post showcases a script that uses the OpenAI Agents SDK to connect an AI agent to Anthropic’s filesystem MCP server. This integration enables the AI agent to analyze the contents of a […]Michael Pietroforte
- Microsoft Edit: Terminal editor for Windows and Linux May 27, 2025Microsoft has recently launched Edit, a lightweight terminal editor for Windows and Linux. It revives the spirit of the MS-DOS Editor, which debuted in 1991 as a full-screen text editor for DOS and early Windows systems. Edit eliminates the need to leave the terminal to edit files. While Edit doesn't feature a traditional GUI, it […]Edem Afenyo
- Install Anthropic Claude Code as VS Code “extension” May 26, 2025The leader in coding models has rolled out Claude Code to the public. Anthropic's terminal-based AI coding assistant automates editing, testing, and managing git workflows using natural language commands. Although you cannot install Claude Code as a VS Code extension via the marketplace, its integration into the open-source IDE is straightforward, and the user experience […]Michael Pietroforte
- Features on Demand (FoD) in Windows Server 2025 Nano Containers May 23, 2025Windows Server 2025 introduced several advancements that make containerized workloads more flexible, secure, and customizable. One notable feature is the addition of Features on Demand (FoD) in Nano Server containers. This feature allows you to customize Nano Server containers by adding only the necessary components while keeping your container images small and optimized. In this […]Surender Kumar