Operations | Monitoring | ITSM | DevOps | Cloud

Automation

Platform Engineering Best Practices: Data Security and Privacy

Security is and will always be a huge concern, and Platform Engineering is here to stay: so, what are some Platform Engineering best practices that can support your data security and privacy efforts? You’d be surprised where they overlap, and what you can learn about putting security and productivity together — we’ll explain.

Third Largest Retailer Worldwide Builds Automation Over Time to Launch Cost Savings, Surge ROI

A leading retailer based in the U.K., in early 2021, was in search of help to solve a few problems its business was facing, and so they decided to implement automation—starting with the resolution of service desk tickets. There were too many tasks and processes that the company’s IT team was completing manually. They needed to automate such repetitive work, with the potential to build onto other automations already in place.

Feature Friday #11: namespaces

Did you know that CFEngine has namespaces? Let’s see how they can facilitate policy sharing while avoiding “duplicate definitions of bundle” errors. Most of the Masterfiles Policy Framework (MPF) and policy examples for CFEngine use the default namespace. However, body file control allows you to specify a namespace that applies for the rest of the file or until it’s set again by another body file control.

AI Essay Generators: Decode the Black Box of Automated Writing

In today's fast-paced digital age, the demand for efficient writing solutions has surged, leading to the emergence of AI essay generators. These advanced tools promise to craft essays in a matter of minutes, but how do they work? And are they as effective as they claim to be? Let's delve into the world of AI essay generators and decode the black box of automated writing.

Puppet Delivers Secure Infrastructure Automation Required for a New Operating Reality

Puppet by Perforce today announced a significant enhancement to the capabilities of its commercial offering with the addition of new security, compliance, and continuous integration/continuous delivery (CI/CD) capabilities.

AI in Networking: Revolutionizing Network Operations

In the ever-evolving world of network operations, staying ahead of the curve is crucial. With the exponential growth of data, increasing complexity of networks, and rising demand for seamless connectivity, traditional network management methods are becoming insufficient. Artificial Intelligence (AI) is the transformative technology poised to radically transform network operations. By integrating AI into network management, organizations can achieve unprecedented efficiency, reliability, and performance.

DISA STIGs: Who Needs Them & How to Enforce DISA STIG Compliance

DISA STIGs are an important compliance standard. There’s a security technical implementation guide (STIG) for almost every kind of technology in an IT environment, and each STIG can include hundreds of individual settings, configurations, and recommendations for ensuring compliance and security.

Feature Friday #10: cf-support

Found a bug, asking for help? Use cf-support to collect info quickly. cf-support was born from interactions supporting Enterprise customers to streamline data collection and was introduced in late 2022 with the release of 3.18.31 and 3.21.02. Furthermore, it was featured on The Agent is In3 episode 21 Troubleshooting with cf-support. It gathers various details about the system and creates an archive that you can attach to your ticket.

Efficient data/file copying on modern Linux

Editing and copying large files or large numbers of files is slow. For a configuration management tool, it is probably one of the slowest things we do, apart from waiting for other programs to finish or waiting for network communication. In this blog post, we look at how to copy files. More specifically, the most performant approaches available on modern Linux systems. We are working on implementing these techniques so CFEngine and all your policy will copy files more efficiently.