help

Comandos disponibles en este nodo:

  • ls - Listar artículos técnicos
  • cat about.json - Información del autor
  • read [file] - Ver contenido de un post
cat about.json
{
  "name": "Lord Gnuxs",
  "bio": "Especialista en entornos Unix y automatización minimalista.",
  "stack": ["Debian", "Bash", "Nginx", "JSON-API"],
  "motto": "Si puedes escribirlo en un script, no lo hagas a mano."
}
ls ./articles/linux
hard-disk-tuning.md
systemd-for-beginners.md
vim-productivity-tips.md
zsh-vs-bash.md
cat articles_db.json
[
  {
    "id": 1,
    "title": "Seguridad en SSH",
    "date": "2024-03-28",
    "tags": ["security", "linux"]
  },
  {
    "id": 2,
    "title": "Docker sin Root",
    "date": "2024-03-25",
    "tags": ["containers", "devops"]
  }
]