My dear friends, it has been a while since my last post. I hope to catch up in the next few days and months, withRead more…
Install and old Kindle app version in an Android 7 tablet
I am the proud owner of a Samsung Galaxy Tab S2, purchased around 2016. It’s the same table which I talk about in this post.Read more…
Sql Server error: Cannot construct data type date, some of the arguments have values which are not valid.
Imagine waking up on a cold winter morning, and receiving an error from your customer that reads as follows: “Cannot construct data type date, someRead more…
Run an old Apache ASP web application in Ubuntu 20.04
Hello my friends! It’s been a while since we last spoke … but here I am!Today I want to tell you a new story aboutRead more…
Run an Apache website under SSL
Today we continue our journey into the Linux world and the Apache configuration. We touched on this topic in the following posts: Install Ubuntu ServerRead more…
Add a new website to an Apache installation
Hello my friends! Today I would like to talk about the Linux world once again. In a previous post we saw how to set upRead more…
Sample code of a cross platform analog clock using .NET 6, C# and Avalonia UI
I’m sure you’ve already heard of .NET 6’s cross platform capabilities. Using this platform you can develop a software once and execute on different operatingRead more…
Install LAMP in Ubuntu Server
LAMP is one of the most popular platforms for the development and publication of websites. As many of you know, it’s an acronym that standsRead more…
Install Ubuntu Server as VirtualBox guest
Ubuntu is one of the most popular Linux distribution, and definitely my favorite. Basically, it is available in two versions: Ubuntu Server Ubuntu Desktop AsRead more…
Create a new Visual Studio Code project
In the previous post we created a basic setup where we installed Visual Studio Code (from now VS Code), npm, and the TypeScript compiler. NowRead more…