NEWS

WE would like to share some good news with you

RSS The Lone Sysadmin

  • Out-of-Office Messages are a Security Risk February 3, 2019
    Every 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, 2019
    I’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, 2018
    I 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, 2018
    I 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

RSS SysAdmin

  • Simplifying Linux System Administration with Webmin July 25, 2024
    by 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, 2019
    by 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, 2019
    by 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, 2019
    by 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

RSS 4sysops

  • Google Colab CLI enables remote execution and AI agent integration June 8, 2026
    Google has released the Google Colab Command-Line Interface to bridge local terminal environments with remote Colab runtimes. This tool allows for the provisioning of high-performance compute resources, such as GPUs and TPUs, directly from a local machine. It facilitates the execution of local Python scripts on remote hardware and the subsequent retrieval of generated artifacts […]
    IT News
  • DockSec combines AI with open-source scanners to automate Docker remediation June 8, 2026
    DockSec is an open-source Python tool and OWASP Incubator Project designed to bridge the gap between vulnerability detection and remediation in container environments. It integrates established security scanners including Trivy, Hadolint, and Docker Scout to analyze Dockerfiles and images for security flaws. By correlating findings from these tools, it generates a security score and provides […]
    IT News
  • Blocking Copilot and connected services with sensitivity labels June 8, 2026
    Microsoft is expanding the BlockContentAnalysisServices sensitivity label setting to cover all connected experiences that analyze content in Word, Excel, and PowerPoint. This update ensures that any service relying on content analysis is blocked consistently across different platforms and applications. While this enhances data privacy, it also disables helpful features like text predictions, suggested replies, and […]
    IT News
  • Linux kernel 7.1 nears final release with expanded hardware support June 8, 2026
    The development of Linux kernel 7.1 has reached its final testing phase with the release of the seventh candidate. Stabilization is proceeding according to schedule, and the final version is expected to be available next week. Recent updates have focused heavily on graphics subsystems, networking fixes, and various driver improvements. Source
    IT News