Operations | Monitoring | ITSM | DevOps | Cloud

Cloud SQL: Concepts of Networking

Cloud SQL provides a managed service for MySQL, PostgreSQL, and SQL Server databases as well as backups, high availability, maintenance, and so much more! In this episode of Networking End to End, Lorin Price discusses networking concepts from implementation and security to connectivity on Cloud SQL. Watch along to learn about the options for deploying Cloud SQL and tips on how to determine who and what can access your Cloud SQL instance.

What is UAC Virtualization? Benefits and Pitfalls

UAC stands for “User Account Control”. This is a field of software management that isolates the operating system’s core components from potentially damaging changes. It refers to the level of access that in Unix-like systems is called “root” and in Windows systems is known as Administrator privileges. User Account Control was initially rolled out as part of Windows Vista to allow only admin accounts to give and take away these permissions.

Implementing Microservices on AWS with the Twelve-factor App - Part 2

Welcome to the second post in a series of “Implementing Microservices on AWS with the Twelve-factor App”. In the first post, we covered the areas around the codebase, configuration, code packaging, code builds, and stateless processes. This article will go through the remaining areas for best practices in microservices. Let’s start the discussion with Port mapping!

Top 3 Ways Remote Working Has Unknowingly Increased Your Security Risk

Users across the globe have left their office buildings along with the safety and security of the workplace. This has left companies at their most vulnerable because the full scope of their security exposure is unknown. Attackers are wise to the gaps and vulnerabilities that come from remote working. Not only has the attack surface increased in recent months, but the volume of COVID-19 spam, phishing attacks and malware has also skyrocketed.

Uncovering the Manufacturing Security Risks in Today's Hybrid Working and Industry 4.0

Managing cyber risk is now a business imperative for manufacturing organizations to enjoy the benefits of Industry 4.0 and/or the move to long term hybrid working without falling victim to debilitating, expensive and public cyberattacks. As sophisticated threats including ransomware gangs and state-sponsored actors identify manufacturing as a preferred target, manufacturers struggle to respond to this threat with their current security tools and practices.

How to Monitor Microsoft IIS with OpenTelemetry

The OpenTelemetry members at observIQ are excited to add Microsoft IIS metric monitoring support to OpenTelemetry! You can now easily monitor your IIS web servers with the oIQ OpenTelemetry Collector. You can add the IIS metric receiver to any OpenTelemetry collector. This post demonstrates just one configuration for shipping metrics with OpenTelemetry components. This configuration and many other observIQ OpenTelemetry configurations are available in the oIQ Opentelemetry Collector.

Monitor FoundationDB with Datadog

FoundationDB is a distributed NoSQL database designed to support fully ACID transactions. FoundationDB uses an unbundled architecture that consists of an in-memory transaction management system, a distributed storage system, and a built-in distributed configuration system. This enables developers using FoundationDB to manage and configure each part of their database layer separately to ensure desired scalability, high-availability, and fault tolerance.

Top 6 AI Writing Tools for Students

In some majors, students do so much writing that they can't possibly do without writing assistance. Otherwise, never-ending homework is almost guaranteed to lead to burnout and loss of interest in one's degree. One of the ways to lessen the burden is to get professional help from writing services. But to buy a subscription for an AI-driven AI writing tool or two is also a great idea. Here are the top few to look out for if you're looking for writing help (in this exact order).

Now Monitor with Even More Granularity

StatusGator is a status data platform: We ingest data from almost 2,000 services by extracting and normalizing their official, public status page information. To monitor a service, you simply search through our list of thousands and its added to your dashboard. From there, you can filter to specific components of a service, such as products or regions. Now, you can subscribe to the same service more than once on a single StatusGator dashboard. What does this mean in practice?

How to write optimized & secure docker file to create docker images

How to write optimized and secure docker file to create docker image. Learn the simplest approach to Docker images and how to use them using a Docker repository, such as Docker Hub, or hosting your own private repository. What you will learn from this video: What is docker? How to write a docker file? How to write an optimized docker file? How to write a secure docker file? What about the docker repository? How to put or host docker images?