Select Page

Linux

Tutorials, tips & tricks in Linux systems.

Latest Linux Posts
Yubico Authenticator doesn’t work in Linux

Yubico Authenticator doesn’t work in Linux

Recently I had a problem: Yubico Authenticator doesn't work in Linux. I downloaded the appimage and ran it. But it didn't work at all. I couldn't scan any QR...

MySQL with PHP in Docker

MySQL with PHP in Docker

In my previous articles we learned how to install Docker in Linux and how to run Nginx Web Server with PHP in Docker. The next step is run MySQL server. If...

How to run Nginx and PHP in Docker

How to run Nginx and PHP in Docker

Today we will try to run nginx web server with PHP 7.4 in Docker. We will use Docker, because we will not install any software on our host system. You should...

Batch converting images in command line

Batch converting images in command line

Today I wanted to resize some pictures. I always use command line and "convert" to do it. Usually I type this: convert pix1.jpg -resize 1024 resized_pix1.jpg...