Actualizar 'README.md'
This commit is contained in:
47
README.md
47
README.md
@@ -12,7 +12,7 @@ type $env:USERPROFILE\.ssh\id_rsa.pub | ssh suma@45.183.247.209 "cat >> .ssh/aut
|
||||
```sh
|
||||
attrib +h +s +r Esconder
|
||||
|
||||
## Volvwe visibles
|
||||
## volver visibles
|
||||
attrib -h -s -r Esconder
|
||||
```
|
||||
## Mostrar propiedades de la red
|
||||
@@ -20,14 +20,14 @@ attrib -h -s -r Esconder
|
||||
```sh
|
||||
netsh wlan show profile "CHAPARRO" key=clear
|
||||
```
|
||||
## Información HArdware
|
||||
## Información Hardware
|
||||
```sh
|
||||
systeminfo
|
||||
```
|
||||
|
||||
|
||||
## Abrir consola en el explorador
|
||||
. EN la barra de navegacion escribir cmd y enter
|
||||
En la barra de navegacion escribir cmd y enter
|
||||
|
||||
## Abrir carpeta en el explorador desde la consola
|
||||
|
||||
```sh
|
||||
@@ -42,12 +42,12 @@ subst s: "C:\Users\80187452\Documents\pruebaCMD"
|
||||
subst /d s:
|
||||
|
||||
```
|
||||
## Cambiar Promt
|
||||
## Cambiar Prompt
|
||||
```sh
|
||||
prompt ¨:-)$G
|
||||
```
|
||||
|
||||
## Clear codigo QR
|
||||
## Crear codigo QR
|
||||
```sh
|
||||
curl qrenco.de/https://unelectronica.github.io/
|
||||
```
|
||||
@@ -66,7 +66,7 @@ del /s /q C:\Windows\temp\*
|
||||
doskey /history
|
||||
```
|
||||
|
||||
## Historial
|
||||
## ipconfig
|
||||
```sh
|
||||
ipconfig /release
|
||||
ipconfig /renew
|
||||
@@ -112,7 +112,6 @@ sumasas.com
|
||||
expire = 259200 (3 days)
|
||||
default TTL = 300 (5 mins)
|
||||
|
||||
|
||||
```
|
||||
|
||||
## Reporte bateria
|
||||
@@ -147,12 +146,32 @@ netsh interface ip show address
|
||||
|
||||
### NETSTAT
|
||||
|
||||
``` netstat```
|
||||
``` netstat -af```
|
||||
``` netstat -o```
|
||||
``` netstat -e -t```
|
||||
``` route print```
|
||||
```sh
|
||||
netstat
|
||||
```
|
||||
|
||||
```sh
|
||||
netstat -af
|
||||
```
|
||||
|
||||
```sh
|
||||
netstat -o
|
||||
```
|
||||
|
||||
```sh
|
||||
netstat -e -t
|
||||
```
|
||||
|
||||
```sh
|
||||
route print
|
||||
```
|
||||
|
||||
## shuntdown
|
||||
Reiniciar equipo
|
||||
``` shuntdown /r /f ```
|
||||
```sh
|
||||
shuntdown /r /f
|
||||
```
|
||||
|
||||
### Convertir archivos md a pdf
|
||||
|
||||
[https://products.groupdocs.app/es/conversion/md-to-pdf](https://products.groupdocs.app/es/conversion/md-to-pdf)
|
||||
Reference in New Issue
Block a user