How to install Microsoft’s Build of OpenJDK on Linux

Microsoft has built their own version of OpenJDK. This build of Open JDK 11 is available on Azure as well as for users to download and install on their local machine. According to Microsoft’s Dev Blogs: They rely on Java technologies for a variety of their own internal systems, applications, and workloads to enable well-known … Read more

Install Kitty (Terminal Emulator) on Ubuntu

Kitty Logo

Kitty is a free and open-source feature rich GPU based terminal emulator developed by Kovid Goyal, the project is being actively maintained with over 130+ contributors. Here are some of its features listed below: Offloads rendering to the GPU for lower system load and buttery smooth scrolling. Uses threaded rendering to minimize input latency. Supports … Read more

Install and setup .NET 5 on Raspberry Pi

Here is how to install and set up Microsoft’s .Net Core 5 on Raspberry Pi, this tutorial covers installation for both 64 and 32-bit ARM architecture. I am using Ubuntu 20.04, but Raspbian should work as well. To check what OS architecture the Raspberry Pi is, run the following command. The output should be something … Read more

Turn Raspberry Pi into a remote Linux development environment.

This article will walk you through the step-by-step process of setting up your Raspberry Pi into a remote Linux development environment. You can access this setup on your local network. This environment can be used for web and software development. It will give you complete access to the Raspberry Pi hardware remotely. To achieve this, … Read more