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

Devel Basis on OpenSUSE/SLE

If you are an Ubuntu or Debian user, you are looking for build-essential for OpenSUSE or SUSE Linux Enterprise. Build essential is a package that references all packages required to compile a Debian package. It is a common practice for developers to install this package to get the first stage of their development environment setup. … Read more

Zeal (Offline documentation browser) on OpenSUSE/SLE

Zeal is an offline documentation browser that is designed for developers. It is a great tool for folks who read and refer often to documentation. Having documentation offline can be a big time saver. I have Zeal installed on every computer I use, so I could quickly read more about a certain function or module … Read more