DevOps portfolio, services and blog posts

DevOps Portfolio

If you are interested in projects I have done before, then just check...

DevOps Services

If you are interested in how I can help you to save money on cloud infrastructure, then just check...

How to upgrade Ubuntu to 24.04 and kernel to latest version

How to upgrade Ubuntu to 24.04 and kernel to latest version

|DevOps

Feeling stuck in an older version of Ubuntu? Yearning for the latest features and security updates? Don't let the upgrade process hold you back! This guide empowers you to conquer the transition to the newest stable version, Ubuntu 24.04, and upgrade your kernel to the latest stable 6.9 kernel. Upgrading your Ubuntu system is about more than just keeping up with the Joneses. It unlocks a treasure trove of benefits: access to cutting-edge features, improved performance, and most importantly, enhanced security against ever-evolving threats. Ready to experience the best of Ubuntu, optimized and protected? This comprehensive guide unveils the secrets to a seamless upgrade process for any version of Ubuntu to the latest release. We'll equip you with the knowledge to navigate the upgrade with confidence, highlight potential pitfalls, and even walk you through the steps for installing the bleeding-edge 6.10 kernel.

Tags: how-toupgrade

PowerShell one-liners cheat sheet

PowerShell one-liners cheat sheet

|DevOps

PowerShell is a powerful and flexible command-line shell and scripting language used by IT professionals and power users. One of its greatest strengths is the ability to perform tasks with just a single line of code. This "cheat sheet" article provides an overview of some of the most useful PowerShell one-liners for administrators, developers, and other technical professionals. Whether you're a seasoned PowerShell expert or just getting started, this article is an essential resource for anyone looking to streamline their work and increase their efficiency. With concise, easy-to-remember examples and explanations, this cheat sheet is the perfect tool for anyone looking to get the most out of their PowerShell experience.

Tags: automationpowershell

How to run PowerShell in Docker with custom modules

How to run PowerShell in Docker with custom modules

|DevOps

Running PowerShell in a Docker container has many benefits, such as being able to run isolated environments, access to a large number of pre-built images, and more. However, one of the challenges of using PowerShell in Docker is being able to use custom modules. This can be especially important if you're relying on specific scripts or functions that are not included in the default set of PowerShell modules. In this article, we'll cover the steps for running PowerShell in Docker with custom modules, so you can take full advantage of the benefits that containers offer for your PowerShell scripts.

Tags: virtualizationdockerpowershell

How to create a custom ESXi image

How to create a custom ESXi image

|DevOps

Creating a custom ESXi image can be a valuable way to streamline and optimize your virtualization environment. With a custom image, you can incorporate the necessary drivers, applications, and configurations to ensure that your environment runs smoothly and efficiently. In this guide, we will explore the steps required to create a custom ESXi image and configure it to meet your specific needs. Whether you are looking to enhance your existing infrastructure or are setting up a new virtualization environment, understanding how to create a custom ESXi image is a must-have skill for any IT professional.

Tags: automationvirtualization

How to encrypt EBS volume to secure your data

How to encrypt EBS volume to secure your data

|DevOps

If you're looking to secure your data on Amazon Web Services (AWS), encrypting your Elastic Block Store (EBS) volumes is a must. Encryption provides an extra layer of protection to your data, ensuring that even in the unlikely event of a data breach, your sensitive information remains secure. This guide will take you through the process of encrypting an EBS volume, from start to finish. By following these simple steps, you'll have peace of mind knowing your data is protected by industry-standard encryption methods.

Tags: how-toawscloud