Install different Java versions on MacOS Mojave 10.14+

Install different Java versions on MacOS Mojave 10.14+

0
There are a lot of updates on Java versions recently, and it is hard to keep track of them. In this post, I will...
Measure user distance in MySQL

Measure user distance in MySQL

0
In this article, I will share with you some techniques to measure user distance in MySQL and MariaDB by computing the distance using SQL...
Calculate distance of two locations on Earth

Calculate distance of two locations on Earth

1
We will discuss about geographic calculation in this article, and that will be how to calculate distance of two locations on Earth using Python. Is...
Debug request and response headers using curl

Debug request and response headers using curl

0
Just another nice tip using curl. I will show you how to debug request and response headers using curl utility. Debug request and response headers...
Config User-Agent for curl

Config User-Agent for curl

0
If you can access a website using browsers, but cannot access with curl, then you might need to config User-Agent for curl client to...