-
jwhois – A Tool To Check Information About Ownership Of A Domain Name And IP Address In Linux
2DayGeek: jwhois command is the advanced technology of whois, which is very fast and highly configurable compared with whois command. Article Source.
-
Safely Creating Temporary Files and Directories for Shell Scripting
How to safely create temporary files and directories to be used in Linux shell scripting. Learn some of the security concerns related to temporary files and how to implement best practices. Article Source.
-
Get Your IP Geographic Location with curl and jq
$ curl -s https://ipvigilante.com/$(curl -s https://ipinfo.io/ip) | jq '.data.latitude, .data.longitude, .data.city_name, .data.country_name' View this command to comment, vote or add to favourites View all commands by emphazer Diff your entire server config at ScriptRock.com Article Source.