Latest News

CUPS Vulnerabilities Underscore the Need for Proper System Configuration Beyond Edge Security

Monday, October 14, 2024

Recent vulnerabilities identified in the Common Unix Printing System (CUPS), specifically CVE-2024-47076, CVE-2024-47175, CVE-2024-47176, and CVE-2024-47177, highlight the importance of not just securing the network perimeter but also ensuring proper system configuration. While edge security measures such as firewalls and intrusion detection systems (IDS) are crucial in protecting Linux servers from external threats, they are… Read more »

Zero Trust Architecture for Linux: A New Era of Security for Modern Infrastructure

Wednesday, September 4, 2024

The security paradigm is shifting as organizations increasingly adopt cloud, containerization, and microservices architectures. Traditional security models, which rely on a strong perimeter to protect the internal network, are becoming obsolete. In this new digital era, where workloads and users operate from anywhere, security must move closer to the workload. This is where Zero Trust… Read more »

The Inevitability of Cybersecurity Breaches: A Reflection on the XZ/LibLZMA Vulnerability

Thursday, April 4, 2024

The recent revelation of a significant vulnerability within xz’s liblzma library has brought to light a critical truth in cybersecurity: It’s not a matter of if a security breach will occur, but when. This incident serves as a poignant reminder that, despite rigorous security measures and proactive risk management strategies, vulnerabilities can and will be discovered within the… Read more »

The Rising Tide of Cyber Crime Targeting Small Businesses

Friday, March 22, 2024

Cybersecurity has become a paramount concern for organizations worldwide. As larger enterprises have fortified their defenses against cyber threats, small businesses have emerged as more vulnerable targets for cybercriminals. This shift is primarily due to the limited resources small businesses can allocate to cybersecurity measures compared to their larger counterparts. The implications of this trend… Read more »

Convert RedHat to CentOS And Save Money Today!

Thursday, July 25, 2019

Discussing how to convert RedHat to CentOS has been an increasingly common topic with IBM’s acquisition of RedHat. Many organizations are reviewing their RedHat agreements and asking themselves what they get from their RedHat licensing and support dollars. RHEL resellers are also concerned that their biggest competitor and RedHat reseller (IBM) is now in complete… Read more »

Latest from the Tech Blog

Tuesday, March 5, 2024


Using tcpdump and Wireshark – Linux & FreeBSD Network Capture and Analysis Guide

Network Capture and Analysis Guide A common go-to when troubleshooting network issues is to use a packet sniffer. However running Wireshark directly on a headless server with no GUI, potentially hundreds or thousands of miles away, presents problems. The good news is you can create pcap files with tcpdump which you can then download to… Read more »

Thursday, January 11, 2024


Gitlab Project Access Token “You are not allowed to download code from this project.”

We ran into an issue where a Gitlab Project Access Token simply would not work when trying to clone a repository it definitely had permission to, it would report this error: You are not allowed to download code from this project. It turns out that Project Access Tokens in a private repository will not work… Read more »

Tuesday, November 7, 2023


Understanding NginX’s sendfile Parameter and Its Implications with NFS

In the world of web servers, NginX has emerged as a robust, high-performance option, powering some of the most trafficked sites on the internet. It’s praised for its scalability and its myriad of features, which allow for fine-tuned optimization. One such feature is the sendfile directive, a parameter within NginX’s configuration that can significantly affect… Read more »

Friday, September 8, 2023


ZFS failed to read pad2 area of primary vdev

There are number of issues that can lead to this error when trying to boot a FreeBSD server with ZFS as root / zroot: ZFS failed to read pad2 area of primary vdev There can be a few reasons for this error, but check these in order: “Phantom” Pool: Make sure you haven’t added any… Read more »

Monday, August 21, 2023


FreeBSD OS Update Mirroring (freebsd-update)

Currently there is unfortunately no official way to mirror the OS updates that the freebsd-update downloads, however we have just open sourced our tool, free for anyone to use! See and get the tool on GitHub here: https://github.com/ateamsystems/freebsd-update-mirroring This, in conjunction with a web server such as NginX, will allow you to locally mirror the… Read more »

A-Team Systems