nemozone

βœ‰οΈ a zone for no one and everyone :) πŸ”ž

PhoneInfoga is one of the most advanced tools to scan international phone numbers using only free resources. It allows you to first gather standard information such as country, area, carrier and line type on any international phone number. Then search for footprints on search engines to try to find the VoIP provider or identify the owner

Source: https://github.com/sundowndev/PhoneInfoga

You open the terminal and then enter the code below

$ echo $XDG_SESSION_TYPE

If its wayland you this output

wayland

Else its

x11

Source: https://unix.stackexchange.com/questions/202891/how-to-know-whether-wayland-or-x11-is-being-used

wttr.in β€” the right way to check the weather!

wttr.in is a console-oriented weather forecast service that supports various information representation methods like terminal-oriented ANSI-sequences for console HTTP clients (curl, httpie, or wget), HTML for web browsers, or PNG for graphical viewers.

wttr.in uses wego for visualization and various data sources for weather forecast information.

You can see it running here: wttr.in…

Just type this in your terminal

Example:

$ curl wttr.in/London

Source: https://github.com/chubin/wttr.in

Free and Open Source Speedtest. No Flash, No Java, No Websocket, No Bullshit.

Source: https://librespeed.org/

You can also use speedtest-cli

sudo apt install -y speedtest-cli or speedtest
curl cht.sh/speadtest-cli for further info