window Flashcards

1
Q

rem => coment in bash

A

rem vamos con todo

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

@echo off

A

dont show the rote in the cli

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

where py
where node

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

variables in windows # dont work in powershell

A

set a=reliable
echo %a%

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

pause
help

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

goto

:first
goto first

A

@echo off

:first
cls
echo one
pause

:second
cls
echo two
pause

goto first

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

input in cmd

set /p my_variable=one

A

set /p var=# Select an option:
echo. The number “%var%” is correct

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

when dont work :

dir /?

A

dir –help #wrong
dir /? #fine

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

show => MAC

A

ipconfig/all
#direccion fisica (adress phisical)

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

show MAC => gateway

A

ipconfig
//search gateway

arp -a
//search your gateway

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

clean the memory cache

A

ipconfig/flushdns

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

servidor dns

use: UDP
port: 53 // very important

A

nslookup // ubutu | windows

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

#

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

DNS

A

sigilosos

#RESOLUCION ABIERTA => GoogleDNS (8.8.8.8)
———————————————
utiliza UDP
———————————————–

flujo rapido=> as direcciones IP de DNS cambian constantemente en apenas minutos. botnets
Double IP Flu=>rápidamente el hostname para las asignaciones de dirección IP
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

how to enter => management tools

A

Panel de control\Sistema y seguridad\Herramientas administrativas

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

Cuentas de usuario:

panel de control

A

how do you enter => panel de control => cuentas de
usuario
you can create => an account => without password

17
Q

how to view => accounts

A

c:/users/

18
Q

administracion de cuentas => : enter

A

=> Panel de control\Sistema y seguridad\Herramientas administrativas
=> administracion de equipos/usuarios y equipos

19
Q

all can change from => administracion de equipos

A
20
Q

into=> adminstracion de equipos

A

herrmaientas del sistema =>administrador del dispositivo

21
Q

help && version

A

ping –help <=are the same=> ping -help
ollama –help <=are the same=> ollama -v

22
Q

doesn’t matter : uppercase || lowercase

A

ping <==> PinG

23
Q

servicios =>

A

Panel de control\Sistema y seguridad\Herramientas administrativas\servicios

24
Q

You can create a file.csv con la canitdad de memoria

A

Monitor de rendimiento
Panel de control\Sistema y seguridad\Herramientas administrativas\monitor de rendimiento

25
Q

visor de eventos

// logs of errors
// para resolver errores

A

Panel de control\Sistema y seguridad\Herramientas administrativas\visor de eventos

parts
registro de windows => base de datos
registro de aplicaciones

25
Q
A
26
Q
A
27
Q
A