- 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 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
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */ | |
/* Document | |
========================================================================== */ | |
/** | |
* 1. Correct the line height in all browsers. | |
* 2. Prevent adjustments of font size after orientation changes in | |
* IE on Windows Phone and in iOS. | |
*/ |
Guis de estilos: idiomaticjs está bastante bien : https://github.com/rwaldron/idiomatic.js la de arib&b tb es buena Se puede tirar de standardjs.com aunque no tiene todo
Lintr:
Complejidad cyclomática: Es un análisis sobre el código, a medida que está peor la complejidad sube y es peor. Al refactorizar baja y por tanto cuanto más baja sea mejor.
Se puede usar jslint si no se tiene instalado que es online.
This file contains 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
# Created by https://www.gitignore.io/api/node,sass,ruby,macos,jekyll,angular,android,reactnative,androidstudio | |
### Android ### | |
# Built application files | |
*.apk | |
*.ap_ | |
# Files for the ART/Dalvik VM | |
*.dex |
Post de Nicole Merlin Cap.1. Post de Nicole Merlin Cap.2.
Procurar que no pesen mucho
NewerOlder