Common Flashcards

1
Q

Install an ssh server

A

apt-get install openssh-server

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

Install git

A

apt-get install git

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

Install apache

A

apt-get install apache2

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

Untar a file

A

tar -zxvf yourfile.tar.gz

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