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
|
```sh
|
||||||
attrib +h +s +r Esconder
|
attrib +h +s +r Esconder
|
||||||
|
|
||||||
## Volvwe visibles
|
## volver visibles
|
||||||
attrib -h -s -r Esconder
|
attrib -h -s -r Esconder
|
||||||
```
|
```
|
||||||
## Mostrar propiedades de la red
|
## Mostrar propiedades de la red
|
||||||
@@ -20,14 +20,14 @@ attrib -h -s -r Esconder
|
|||||||
```sh
|
```sh
|
||||||
netsh wlan show profile "CHAPARRO" key=clear
|
netsh wlan show profile "CHAPARRO" key=clear
|
||||||
```
|
```
|
||||||
## Información HArdware
|
## Información Hardware
|
||||||
```sh
|
```sh
|
||||||
systeminfo
|
systeminfo
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
## Abrir consola en el explorador
|
## 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
|
## Abrir carpeta en el explorador desde la consola
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
@@ -42,12 +42,12 @@ subst s: "C:\Users\80187452\Documents\pruebaCMD"
|
|||||||
subst /d s:
|
subst /d s:
|
||||||
|
|
||||||
```
|
```
|
||||||
## Cambiar Promt
|
## Cambiar Prompt
|
||||||
```sh
|
```sh
|
||||||
prompt ¨:-)$G
|
prompt ¨:-)$G
|
||||||
```
|
```
|
||||||
|
|
||||||
## Clear codigo QR
|
## Crear codigo QR
|
||||||
```sh
|
```sh
|
||||||
curl qrenco.de/https://unelectronica.github.io/
|
curl qrenco.de/https://unelectronica.github.io/
|
||||||
```
|
```
|
||||||
@@ -66,7 +66,7 @@ del /s /q C:\Windows\temp\*
|
|||||||
doskey /history
|
doskey /history
|
||||||
```
|
```
|
||||||
|
|
||||||
## Historial
|
## ipconfig
|
||||||
```sh
|
```sh
|
||||||
ipconfig /release
|
ipconfig /release
|
||||||
ipconfig /renew
|
ipconfig /renew
|
||||||
@@ -112,7 +112,6 @@ sumasas.com
|
|||||||
expire = 259200 (3 days)
|
expire = 259200 (3 days)
|
||||||
default TTL = 300 (5 mins)
|
default TTL = 300 (5 mins)
|
||||||
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Reporte bateria
|
## Reporte bateria
|
||||||
@@ -147,12 +146,32 @@ netsh interface ip show address
|
|||||||
|
|
||||||
### NETSTAT
|
### NETSTAT
|
||||||
|
|
||||||
``` netstat```
|
```sh
|
||||||
``` netstat -af```
|
netstat
|
||||||
``` netstat -o```
|
```
|
||||||
``` netstat -e -t```
|
|
||||||
``` route print```
|
```sh
|
||||||
|
netstat -af
|
||||||
|
```
|
||||||
|
|
||||||
|
```sh
|
||||||
|
netstat -o
|
||||||
|
```
|
||||||
|
|
||||||
|
```sh
|
||||||
|
netstat -e -t
|
||||||
|
```
|
||||||
|
|
||||||
|
```sh
|
||||||
|
route print
|
||||||
|
```
|
||||||
|
|
||||||
## shuntdown
|
## shuntdown
|
||||||
Reiniciar equipo
|
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