Installation Cockpit/Apache Flashcards

1
Q

Command: Betriebssystem updaten

A

sudo dnf -y update

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Command: Apache installieren

A

sudo dnf -y install httpd

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Command: Dienst starten und zu Autostart hinzufügen

A

sudo systemctl enable httpd –now

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Command: Dienststatus anzeigen

A

sudo systemctl status httpd

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Command: Firewallregeln hinzufügen

A

sudo firewall-cmd –permanent –add-service=http(s)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Command: Firewallregeln neustarten

A

sudo firewall-cmd –reload

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Command: Cockpit installation

A

sudo dnf -y install cockpit

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Command: Service starten

A

sudo systemctl start cockpit.socket

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Command: Service in Autostart hinzufügen

A

sudo systemctl enable cockpit.socket

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Command: Dienststatus anzeigen

A

sudo systemctl status cockpit.socket

How well did you know this?
1
Not at all
2
3
4
5
Perfectly