Ubuntu

DevOps code

How to Install and Configure Docker on Ubuntu 22.04

In this tutorial, I’ll show you how to install Docker on Ubuntu 22.04 and detail what you need to get started with containers and images. How to Install Docker on Ubuntu 22.04 We’re going to install the latest stable version of Docker from the official repository. However, before we proceed, we need to update our...

LATEST

ubuntu hero approved

Canonical Releases Ubuntu 23.04 with Azure Active Directory Support

Last week, Canonical announced the release of Ubuntu 23.04. The latest version of its Linux distribution includes improved Azure Active Directory support, a new desktop installer, and other enterprise-focused features. Codenamed Lunar Lobster, Ubuntu Desktop 23.04 provides native user authentication with Azure Active Directory (Azure AD). This release enables Microsoft 365 enterprise customers to authenticate…

View Article

How Does the Windows 10 Subsystem for Linux Work and What Is It For?

Last Update: Apr 10, 2023

In this Ask the Admin, I’ll look at what you can do with Bash and the Windows Subsystem for Linux in Windows 10 and Windows Server 1709.

View Article
DevOps code

How to Install and Configure Apache Web Server on Ubuntu 22.04

Apache web server, also known as Apache HTTP server, is one of the most popular web servers for UNIX and Windows operating systems. In this tutorial, I’ll show you how to install and configure Apache web server on Ubuntu Linux 22.04. Apache web server allows you to serve web pages and deploy web applications. It…

View Article
AWS (Amazon Web Services)

Amazon Workspaces Now Supports Ubuntu Virtual Desktops

Amazon WorkSpaces added support for Ubuntu-based virtual desktops last week. If you’re unfamiliar with WorkSpaces, it’s an Amazon Web Services solution that enables you to securely provision and distribute virtual desktops to your workforce. This can be useful for scenarios like securely enabling remote workers or quickly provisioning desktops for contractors. Previously, customers could only choose…

View Article
Hero Approved GitHub – 2

Microsoft Partners with Canonical to Add Native .NET 6 Support to Ubuntu 22.04

Microsoft has partnered with Canonical to bring native .NET 6 support to Ubuntu 22.04. This update should facilitate the development of .NET applications on the popular Linux distribution. Specifically, developers can now install the .NET 6 SDK by running the “apt install dotnet6” command in the terminal to download all necessary packages. It is also…

View Article
DevOps code

How to Install Git on Ubuntu 20.04

In this guide, we’ll explain how to install Git on Ubuntu 20.04 step by step so that you can manage your repositories quickly and easily from the command line! You can then go on to learn the Git commands, which will allow you to automate common tasks, like the ability to create, check out, and merge…

View Article