Fiko Borizqy
Fiko Borizqy

Fiko Borizqy

Follow
homeAbout Menewsletter
Tag

Linux

#linux

More content

Read more stories on Hashnode


Articles with this tag

How to use GPG?

Apr 24, 20232 min read

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...

How to use GPG?

MySQL: Running multiple version of mysql using Docker

Apr 11, 20232 min read

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...

MySQL: Running multiple version of mysql using Docker

Apache 2: Setup Free SSL using Certbot

Apr 11, 20231 min read

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...

Apache 2: Setup Free SSL using Certbot

Apache 2: Setup Reverse Proxy to Access Private Network Over The Internet

Apr 10, 20232 min read

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...

Apache 2: Setup Reverse Proxy to Access Private Network Over The Internet

Linux: Allow User to Execute SUDO Without Password

Mar 27, 20231 min read

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...

Linux: Allow User to Execute SUDO Without Password

Linux: PHP FPM Loads very slow

Mar 24, 20232 min read

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...

Linux: PHP FPM Loads very slow