Admin hints: Difference between revisions

From Lolly's Wiki
Jump to navigationJump to search
(Die Seite wurde neu angelegt: „Kategorie:KnowHow ==Cheat sheets== * [https://cheat.sh Curl usable general cheat sheet] ==DNS== ===Get your IP address=== <source lang=bash> $ dig +short…“)
 
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Kategorie:KnowHow]]
[[category:KnowHow]]


==Cheat sheets==
==Cheat sheets==
Line 5: Line 5:
==DNS==
==DNS==
===Get your IP address===
===Get your IP address===
<source lang=bash>
<syntaxhighlight lang=bash>
$ dig +short +time=2 +tries=1 myip.opendns.com @resolver1.opendns.com
$ dig +short +time=2 +tries=1 myip.opendns.com @resolver1.opendns.com
</source>
</syntaxhighlight>

Latest revision as of 17:44, 25 November 2021


Cheat sheets

DNS

Get your IP address

$ dig +short +time=2 +tries=1 myip.opendns.com @resolver1.opendns.com