Benjamin_Loison opened issue Benjamin_Loison/linux#40 2024-11-04 17:25:23 +01:00
User basis /etc/hosts
Benjamin_Loison closed issue Benjamin_Loison/linux#39 2024-11-04 17:23:52 +01:00
Get IP from domain name from an uncensored DNS
Benjamin_Loison commented on issue Benjamin_Loison/linux#39 2024-11-04 17:17:46 +01:00
Get IP from domain name from an uncensored DNS
curl -s -H 'accept: application/dns-json' 'https://cloudflare-dns.com/dns-query?name=lemnoslife.com' 
Benjamin_Loison commented on issue Benjamin_Loison/linux#39 2024-11-04 17:17:26 +01:00
Get IP from domain name from an uncensored DNS

DuckDuckGo search Curl DNS over HTTPS.

I would like a curl solution.

Benjamin_Loison commented on issue Benjamin_Loison/linux#39 2024-11-04 16:29:37 +01:00
Get IP from domain name from an uncensored DNS
nslookup lemnoslife.com 8.8.8.8

I suspect that DNS request to other servers are blocked.

An HTTPS alternative would be fine.

Benjamin_Loison commented on issue Benjamin_Loison/linux#39 2024-11-04 16:28:54 +01:00
Get IP from domain name from an uncensored DNS
man nslookup
Output:
NSLOOKUP(1)                                                      BIND 9                                                   …
Benjamin_Loison opened issue Benjamin_Loison/linux#39 2024-11-04 16:26:52 +01:00
Get IP from domain name from an uncensored DNS
Benjamin_Loison closed issue Benjamin_Loison/linux#38 2024-11-04 16:14:39 +01:00
Test open port
Benjamin_Loison commented on issue Benjamin_Loison/linux#38 2024-11-04 16:11:49 +01:00
Test open port
netcat -l
netcat: missing port number
netcat -l -p 33927

waits.

Chosen randomly.

Benjamin_Loison commented on issue Benjamin_Loison/linux#38 2024-11-04 16:10:50 +01:00
Test open port

Maybe already have opened an issue about it.

netcat -h
Output:
OpenBSD netcat (Debian patchlevel 1.219-1)
usage: nc [-46CDdFhklNnrStUuvZz]…
Benjamin_Loison opened issue Benjamin_Loison/linux#38 2024-11-04 16:05:57 +01:00
Test open port
Benjamin_Loison opened issue Benjamin_Loison/Linguee_webscraper#6 2024-11-01 15:09:01 +01:00
Now there is a captcha?
Benjamin_Loison closed issue Benjamin_Loison/diff#3 2024-10-31 20:35:46 +01:00
Get byte position of first difference
Benjamin_Loison commented on issue Benjamin_Loison/diff#3 2024-10-31 20:15:09 +01:00
Get byte position of first difference

DuckDuckGo search Linux get byte position of first difference.

Benjamin_Loison commented on issue Benjamin_Loison/diff#3 2024-10-31 20:14:58 +01:00
Get byte position of first difference
diff --help
Output:
Usage: diff [OPTION]... FILES
Compare FILES line by line.

Mandatory arguments to long options are mandatory for short…
Benjamin_Loison opened issue Benjamin_Loison/diff#3 2024-10-31 19:54:04 +01:00
Get byte position of first difference