How to disable SSH login for the root user on Linux? [Music no 10]

I had a problem that sometimes somebody hacked my password to my Linux server and run some programs on my Linux server. Every time when I decided to rebuild my Linux distribution on the server and change password to more crazy after a few months this happened again – somebody hacked access to my Linux. …

How to disable SSH login for the root user on Linux? [Music no 10] Read More »

How To Install Nginx, MySQL, PHP, PhpMyAdmin, .NET Core in Ubuntu 18.04 [Music no 8]

I wrote this post because I tried to have on one Linux server .NET Core app and MySQL with PhpMyAdmin tool. On the Internet I found how to do it on 16.04, but it doesn’t work as ease as it is written on 18.04. I wrote that post base on articles: https://www.digitalocean.com/community/tutorials/how-to-install-linux-nginx-mysql-php-lemp-stack-in-ubuntu-16-04 and https://www.digitalocean.com/community/tutorials/how-to-install-and-secure-phpmyadmin-with-nginx-on-ubuntu-16-04. Login …

How To Install Nginx, MySQL, PHP, PhpMyAdmin, .NET Core in Ubuntu 18.04 [Music no 8] Read More »

OVH domain and Linode Domain [Music no 7]

I moved from www.oktawave.com to https://www.linode.com/.Linode is cheaper and has more RAM and disk space. I followed that instruction https://www.linode.com/docs/getting-started/ to set up a new machine. It is worth to remember to google some promo code to get an extra start some extra dollars for new register users. I decided to follow instructions from my post Hosting two websites …

OVH domain and Linode Domain [Music no 7] Read More »

One code, two apps, different connection strings. How to managed that problem on asp.net core 2 [Music no 6]

I want to host two applications on one Linux server. One app for dev, another app for users. The problem which I have is that I try managed with sensitive data like connection string. Both databases (for dev and prod) are available on the Internet. Ideally, I want to write an app on the Windows, …

One code, two apps, different connection strings. How to managed that problem on asp.net core 2 [Music no 6] Read More »