3 followers
I wrote these tutorials for myself in future when I forget for the next steps.
How to create key? Simply we can run this: gpg --full-gen-key Then we will have some interactives. Key Type It's optional, but I oftenly use RSA...
In case to run multiple versions of MySQL, we can do in several ways. In this article, I'm going to run MySQL multiple versions using Docker & using...
SSL is important thing for the security for your web application, some of the SSL are paid features, but we can have free SSL provided by Let’s...
Do you already have apache2 configured on your server, and you want to have another application running on the same port as apache have? which is port...
As we know, if we want to execute something and act as administrator in linux (sudo) we need to input password. But for some of developers (including...
It's an intermittent issue I faced on some of project I have and those projects are running on PHP. Sometimes they load faster and sometimes they load...