week 1 Flashcards

(13 cards)

1
Q

Privacy Policies

A

Do not access unauthorized information without going through proper steps to access it

dont read users files or access user emails, incredible violation of admin rights.

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

Sudo command

A

invokes admin permissions prior to running the command

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

Script command {Linux}

What is the command for Windows Powershell?

A

records commands as they happen along with the output

Start-Transcript

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

RMA

A

Return Merchandise Authorization

A form you file when you need to return hardware to the vendor

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

Script command In Detail

  • how to start*
  • how to stop*
  • how to open in content file in linux*
A

Script -session.log
Exit or cntrl D
ansi2txt or ansi2html

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

Start-Transcript Command In Detail

  • how to start*
  • how to stop*
  • how to open recorded file content in Windows*
A

Start-Transcript-PathC:\session.txt
Stop-Transcript
open file in desired location.

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

why shouldn’t you use graphical recording a majority of the time?

A

It is hard to perform graphical recording remotely

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

If you have to use graphical recording, what software should you use?

A

RecordMyDesktop is available for Linux along with OBS and VLC

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

Production

A

The server that delivery the website content to the user

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

Test Environment

A

A virtual machine that has an exact mock configuration of the real server but it does not service any real users

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

Secondary Machine

A

A second hardware device that is exactly the same as the production machine, although it doesn’t receive any user traffic unless directed to do so

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

Canaries in applying changes to servers

A

when applying changes to a server, after putting it through a test environment and the secondary machine, then only apply the changes to a small number of servers. That way if something goes wrong only a small number of users are effected

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

Reproduction Case

A

Retracing the steps of the error page

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