- arch: mostrar la arquitectura de la máquina (1).
- uname -m: mostrar la arquitectura de la máquina (2).
- uname -r: mostrar la versión del kernel usado.
- dmidecode -q: mostrar los componentes (hardware) del sistema.
- hdparm -i /dev/hda: mostrar las características de un disco duro.
- hdparm -tT /dev/sda: realizar prueba de lectura en un disco duro.
- cat /proc/cpuinfo: mostrar información de la CPU.
- cat /proc/interrupts: mostrar las interrupciones.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<IfModule mod_rewrite.c> | |
RewriteEngine On | |
RewriteCond %{QUERY_STRING} ^(.*?)(&?fbclid=[a-zA-Z0-9_-]+)$ | |
RewriteRule ^(.*)$ /$1?%1 [L,NE,R=301] | |
</IfModule> |
#Heading 1 ##Heading 2 ###Heading 3 ####Heading 4 #####Heading 5 ######Heading 6
Paragraph
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
STACK JS | |
MYSQL, EXPRESS, NODEJS, VUEJS |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
npm init | |
folder create | |
src | |
.controllers | |
.routes | |
.models | |
.views | |
.lib | |
.server.js |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
yum | |
//Usaremos yum para hacer el update completo | |
yum update | |
//Usaremos un editor de texto como vim, nano o vi | |
yum install vim | |
yum install nano | |
yum install vi |
Table of Contents generated with DocToc
NewerOlder