Operations | Monitoring | ITSM | DevOps | Cloud

Latest News

Learn Jenkins: Top Jenkins Tutorials and Resources

If there’s one thing SRE professionals and DevOps engineers lack, it’s time. After all, engineers need to oversee a variety of processes—like ensuring operational stability, conducting integration testing, and maintaining cybersecurity—to make sure their apps are working optimally. The list goes on and on. With heavy workloads and tight deadlines, there’s little time to waste on software issues stemming from internal collaboration issues.

$25 Million Lost: Tech Issues Hit Businesses Where It Hurts

The phrase just a few months ago has never seemed to cover more ground than it does today. Well, just a few months ago, Nexthink commissioned a study with Vanson Bourne to find out the real state of the Digital Employee Experience. Vanson Bourne reached out to 3,000 IT leaders and employees across major markets in the USA, United Kingdom, Germany and France.

2004 to 20.04 LTS: Ubuntu in popular culture

When we launched Ubuntu back in 2004, our mission to make well-supported, free open source software available to everyone, everywhere was a bold one – but today, Ubuntu is one of the world’s most popular operating systems. One consequence of that popularity is that Ubuntu has very much entered the public consciousness, and its influence can be seen across all kinds of popular culture.

WSLConf: Sessions Part 1 - C++ cross-platform development and more

Earlier this year, Canonical had the pleasure of hosting WSLConf, a virtual conference dedicated to the Windows Subsystem for Linux (WSL). We demonstrated what teamwork and community can achieve when we flipped the in-person conference to a virtual experience in less than a week. WSLConf united developers, security professionals, team leaders from Microsoft, and a passionate community from all around the world.

A Checklist for Your Website Launch

Launching your business website is a big step, but, if you don’t know how to launch a website the right way, you’re just wasting time. There are many considerations, including design, functionality, SEO, testing, marketing, analytics, and security. Assuming you’ve designed and built a site that’s ready to go, your website launch checklist should include the following.

Log Management Solutions: A Look at 11 That You Need

The days of logging as a mere troubleshooting mechanism are past gone. Nowadays, log management is a must. In today’s post, we’ll present you with a list of 11 log management solutions worth checking out. Let’s dig in. The first tool in our list is Splunk, which is a comprehensive utility very well-known by sysadmins. It’s available as a downloadable tool for Linux, Windows, and macOS X. A cloud version also exists, as well as a free version with limited capabilities.

Elastic: Distributed by design

As COVID-19 continues to make clear, being adaptable and resilient when the world changes can help a business stay alive. At Elastic, we know from experience that being distributed helps build a strong company that can scale and adapt as new challenges arise. In the spirit of open source and our relationship with the Elastic community, we’ve been offering tips and tricks on our blog and on social media about how to work effectively while remote.

Smooth mocking with the Elasticsearch Node.js client

A classic problem that every backend developer has faced during their work is testing an application that uses a database. A perfectly valid solution is to use the real database for testing your application, but you would be doing an integration test, while you want a unit test. There are many ways to solve this problem. You could create the database with docker, or use an in-memory compatible one, but if you are writing unit tests that can be easily parallelized this will become quite uncomfortable.

Extracting Insights from Metrics with AIOps for Better Observability

In this second installment of this blog series, we’ll discuss the importance of analyzing metrics, and how AIOps helps you with this fundamental pillar of observability. Without proper metrics analysis, you’re left blind to potential outages, or possibly worse — inundated with false positive anomalies, leading to alert fatigue and ultimately business impacts. Automated discovery and analysis can’t be achieved with legacy tools nor will it scale with humans.

PowerShell and 'Fileless Attacks'

PowerShell had its beginnings as a way to enable administrators to perform their tasks both locally and remotely with unprecedented access to underlying Windows components, such as COM objects and WMI. Since being included in every major Windows Operating System since Windows 7, PowerShell based tooling is well proliferated for both legitimate and malicious use and includes common tooling such as SharpSploit, PowerSploit, PowerShell Empire, Nishang and Invoke-Obfuscation.