Select Page

Linux

Tip and tricks in Linux systems.

Latest Posts

How to check WiFi signal strength in Ubuntu?

Sometimes you want to know how is the strength of WiFi signal. It is very useful when you are in a hotel, or you want to diagnose problems with WiFi. In order to check WiFi signal strength in Ubuntu type in terminal: watch -n 1 "awk 'NR==3 {print...

How to check if remote port is open?

Once upon a time I wanted to check if some ports are open. The network I wanted to check was at my office, and when I forwarded some ports on my Mikrotik I wanted to be sure if I did it correctly. So I started to find solution in the internet and I...

Scanner MUSTEK 1248 UB on Ubuntu

I have an old scanner Mustek 1248UB and I decided to use it on my Ubuntu 12.04 64bit. Of course after plugged it in USB it doesn't work, so I found solution in the internet. BTW Mustek 1248UB is still very popular scanner.     You have to...

Featured Posts

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

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

How to install Docker in Linux Mint and Ubuntu

Today I will show you how to install Docker in Linux Mint and Ubuntu. Docker is a very useful tool which every developer should know. Using Docker...