Operations | Monitoring | ITSM | DevOps | Cloud

Recapping Yalla! DevOps 2022

TL;DR Yalla! DevOps 2022 community event — Learning. Networking. Fun. Driven by the DevOps community. All about the DevOps community. Yalla! DevOps was back again this year with an exciting lineup of content ranging from DevOps, DevSecOps, professional development and more. Local speakers from the DevOps community and industry leaders from around the world took the stage making it one of the best DevOps community events this year. Keep reading for a recap of Yalla! DevOps 2022.

Let's get confidential! Canonical Ubuntu Confidential VMs are now generally available on Microsoft Azure

On behalf of all Canonical teams, I am happy to announce the general availability of Ubuntu Confidential VMs (CVMs) on Microsoft Azure! They are part of the Microsoft Azure DCasv5/ECasv5 series, and only take a few clicks to enable and use. Ubuntu 20.04 is the first and only Linux distribution to support Confidential VMs on Azure.

BindPlane OP Build Process - Using Goreleaser

BindPlane OP is written in Go. It is a single http webserver, serving REST, Websocket, and Graphql clients. It includes embedded react applications for serving the user interface. Go provides us with the ability to produce a single binary program that has no external dependencies. The binary is not dynamically linked to external libraries, meaning it is easy to build, deploy, and run on any platform supported by the Go compiler. BindPlane OP officially supports Linux, Windows, and macOS.

3 Reasons to Ditch Your ITSM Solution for a No-Code One

With an increased shift to hybrid and remote work environments, IT teams have had to adapt their support models to meet the evolving needs of their organization at a rapid pace. For most IT organizations, the programming effort required to customize less flexible software solutions to meet the changing demands of the business can often be expensive and slow-moving.

What is Bashtop? Setup, Commands, and Shortcuts

Usually, we have top and htop to monitor the Linux system and get to know the running processes along with CPU and Memory utilization. But these commands have certain limitations which refrain them from giving a detailed overview of the system performance. This limitation is overcome by the alternative called Bashtop. In this blog, we will learn about Bashtop, its advantages, and disadvantages along with its shortcuts and installation guide.

The Ultimate Guide To Freeing Up Extra Space Storage on Your Phone

Isn't it funny how you always seem to run out of phone storage at the most inopportune times? It's your kid's graduation, and BOOM, no room for photos. You need to transfer a big presentation file to your phone before class, and POW is no storage. You're about to get on a flight, and you'd like to download a playlist, and NOPE, absolutely zero room left on your phone. Below we've created the ultimate guide to freeing up extra space on your phone.

Open Source APM Tools

Application performance monitoring software is a basic need for most tech-related companies in the world. APM software is built by tech companies to help in the performance management of the application. Open Source APM tools are those whose source code is publicly accessible. In fact, for any software which is open source, the source code of the application must be publicly accessible on Github or any other website.

Free Logon Simulator for AVD (Azure Virtual Desktop) - Now Available!

I’m excited to be able to announce the availability of the new eG Enterprise Express Logon Simulator for AVD that now provides any AVD administrator with a no-risk, powerful “synthetic” monitoring tool to track logon performance and failures.Slow logon performance has been one of the most challenging user complaints that VDI and digital workspace administrators and support teams have to deal with.

Pushing a project to GitHub

GitHub is a web-based platform used for project version control and codebase hosting. GitHub uses Git, a widely-used version control system. GitLab and Bitbucket are similar tools. Using GitHub is a prerequisite of most tutorials on the CircleCI blog, so it is helpful to learn to use it. In this tutorial, I’ll show you how to push a project to GitHub.