.....


Kartei Details

Karten 90
Sprache Deutsch
Kategorie Informatik
Stufe Andere
Erstellt / Aktualisiert 12.04.2021 / 28.04.2021
Weblink
https://card2brain.ch/box/20210412_devasc900201
Einbinden
<iframe src="https://card2brain.ch/box/20210412_devasc900201/embed" width="780" height="150" scrolling="no" frameborder="0"></iframe>

FILL BLANK -
Fill in the blanks to complete the Bash script in which each file in a directory is renamed to its SHA256 hash?

TARGET_DIR=/usr/local/certs -
for f in '__________ __________'; do
__________ $f' openssl sha -sha256 -r < $f | cut -f1 -cl' ''

ls TARGET_DIR mv

Users cannot access a webserver and after the traffic is captured, the capture tool shows an ICMP packet that reports "communication administratively prohibited". What is the cause of this webserver access issue?

What is an advantage of a version control system?

A 401 HTTP response code is returned when calling a REST API. What is the error state identified by this response code?

What is the first development task in test-driven development?

What is the purpose of a firewall in application deployment?

A small company has 5 servers and 50 clients. What are two reasons an engineer should split this network into separate client and server subnets? (Choose two.)

----unsicher----

How does a developer create and switch to a new branch called "my-bug-fix" to develop a product fix?

What operation is performed with YANG model-driven programmability in NX-OS?

gRPC = HTTP/2

NETCONF = SSH

RESTCONF = HTTP/HTTPS

Cheks out, seems fine