Skip to content

Instantly share code, notes, and snippets.

View BattlerHaru's full-sized avatar
🐳
Be Yourself

Saúl Villeda BattlerHaru

🐳
Be Yourself
View GitHub Profile
@BattlerHaru
BattlerHaru / css-reset.md
Created February 23, 2024 04:34
CSS Reset 2024

CSS Reset

* {
  font: inherit;
  min-width: 0;
}

*,
*::before,
@BattlerHaru
BattlerHaru / comandos-mongodb.md
Created November 27, 2023 20:05
Comandos Basicos de MongoDB
@BattlerHaru
BattlerHaru / comandos-wsl.md
Created November 27, 2023 20:02
Comandos Basicos de WSL

Comandos basicos de WSL

Convertir rutas

Convertir rutas de Windows a Linux

wslpath "ROUTE"

# Ejemplo
@BattlerHaru
BattlerHaru / comandos-terminal-bash.md
Created November 27, 2023 20:01
Comandos Basicos de Terminal y Bash

Listar elementos

ls

Listar elementos de forma detallada con permisos

ls -l
@BattlerHaru
BattlerHaru / comandos-node.md
Last active November 27, 2023 19:58
Comandos Basicos de Node

Comandos básicos NodeJS

Init

Inicia el proyecto creando un package.json

npm init
@BattlerHaru
BattlerHaru / comandos-git.md
Created November 27, 2023 19:50
Comandos Basicos de Git
@BattlerHaru
BattlerHaru / comandos-basicos-de-docker.md
Last active September 12, 2023 22:37
Comandos basicos de Docker, Dockerfile y Docker-Compose

Update path Dart

  1. Ir al directorio donde se tiene instalado Dart.
  2. Abrir el directorio bin dentro del mismo directorio.
  3. Abrir Editar las variables de entorno del sistema y dar clic en Variables de entorno....
  4. En el apartado Variables del sistema dar clic en Editar....
  5. Dar clic en Nuevo.
  6. Copiar y Pegar el directorio del paso 2 y Aceptar.