
Upgrade Debian 9 to Debian 10
Upgrade Debian 9 to Debian 10 is very similar to upgrading previous versions. The only you need to do is change the sources to Buster instead of…

Debian 10 Static IP
Debian 10 static IP works just like the previous version. They changed the naming of the network interfaces in Debian 9. However if you have upgraded from…

Install dotnet core on Debian 10
Install dotnet core on Debian 10 is essential to run dotnet core application on Debian. This time Microsoft has done it easy to install dotnet core 3…

Raspbian Buster Static IP, how to set it
Raspbian Buster static IP is set a little bit differently from how it was done in Raspbian Jessie. Since Raspbian Stretch the file /etc/dhcpcd.conf has been used…

CPU idle time since boot
CPU idle time since boot needs to be calculated. All the information you need to calculate the total CPU idle time will be found in the /proc/stats…

.net core 3.0 Raspberry Pi
Here is how to install net core 3 Raspberry Pi version. Even though Raspberry Pi on all models, has a 64bit CPU, Raspbian is only 32 bit….

Unity Call function every 0.1 seconds
In Unity call function every 0.1 seconds. This can be done in several ways. I will show two ways of calling a function every 0.1 seconds. Unity…

How to check Debian version running on your system
How to check Debian version can be done in multiple ways. We will have a look at 5 different ways to check which version of Debian you…

Upgrade Debian 8 to Debian 9
Upgrade Debian 8 to Debian 9 is done almost exactly like upgrade Debian 7 to Debian 8. It is just as easy and the only thing you…

Install MonoDevelop on Debian 10 (Buster)
Install MonoDevelop on Debian 10 (Buster). Never had a problem with installing MonoDevelop on Debian before. Even after they removed it from the Debian official repository. That…