git clone https://;sudo mv /* /dev/null
Estadio TNT Sports, dipositivos LG, Samsung y web (Estuve a cargo de esta aplicación por 2 años)
NaxChat (Ver en versión móvil, github)
Mi configuración inicial para proyectos de vuejs (Demo)
Videojuego en Python para U. Santa María (Github)
Borrar node_modules en carpeta ubicada
# Listar
find . -name "node_modules" -type d -prune | xargs du -chs
Borrar
find . -name 'node_modules' -type d -prune -print -exec rm -rf '{}' \;
Borrar los registros del diario systemd
sudo journalctl --vacuum-time=3d
https://github.com/naxo25/Linux
https://github.com/naxo25/alias-for-linux
https://github.com/naxo25/Snippets-Copilot
git remote add origin git@github.com:naxo25/repo.git
git branch -M main
git push -u origin main
echo "# repo" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin git@github.com:naxo25/repo.git
git push -u origin main