File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed
Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -159,6 +159,13 @@ tcpdump -i eth0 -s 1500 port not 22 | strings | grep "frag"
159159# Check current DNS servers used
160160cat /etc/resolv.conf
161161
162+ # Google public recursive DNS
163+ 8.8.8.8
164+ 8.8.4.4
165+
166+ # Quad9 public recursive DNS
167+ 9.9.9.9
168+
162169# Level3 public recursive DNS
1631704.2.2.1
1641714.2.2.2
@@ -167,10 +174,6 @@ cat /etc/resolv.conf
1671744.2.2.5
1681754.2.2.6
169176
170- # Google public recursive DNS
171- 8.8.8.8
172- 8.8.4.4
173-
174177# Like top, but for networking (built in macOS)
175178nettop
176179
@@ -193,6 +196,9 @@ aws s3api list-objects --bucket <bucket_name> --output json --query "[sum(Conten
193196ssh-keygen -t rsa -b 2048 -v
194197ssh-copy-id -i ~ /.ssh/< cert> .pub < user> @< server-ip>
195198
199+ # xenserver start all hosts
200+ xe vm-start --multiple
201+
196202```
197203
198204--------------------------
You can’t perform that action at this time.
0 commit comments