week 1 Flashcards
(13 cards)
Privacy Policies
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.
Sudo command
invokes admin permissions prior to running the command
Script command {Linux}
What is the command for Windows Powershell?
records commands as they happen along with the output
Start-Transcript
RMA
Return Merchandise Authorization
A form you file when you need to return hardware to the vendor
Script command In Detail
- how to start*
- how to stop*
- how to open in content file in linux*
Script -session.log
Exit or cntrl D
ansi2txt or ansi2html
Start-Transcript Command In Detail
- how to start*
- how to stop*
- how to open recorded file content in Windows*
Start-Transcript-PathC:\session.txt
Stop-Transcript
open file in desired location.
why shouldn’t you use graphical recording a majority of the time?
It is hard to perform graphical recording remotely
If you have to use graphical recording, what software should you use?
RecordMyDesktop is available for Linux along with OBS and VLC
Production
The server that delivery the website content to the user
Test Environment
A virtual machine that has an exact mock configuration of the real server but it does not service any real users
Secondary Machine
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
Canaries in applying changes to servers
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
Reproduction Case
Retracing the steps of the error page