Skip to content

Instantly share code, notes, and snippets.

View R042160's full-sized avatar
🤐

R042160

🤐
View GitHub Profile
@R042160
R042160 / cluster-setup.md
Created April 30, 2026 13:17
ProFix cluster node setup

Cluster Node Setup — Forge & Acer

Abre Ubuntu / WSL en este ordenador y pega este comando:

sudo apt update -qq && \
sudo apt install openssh-server -y && \
sudo service ssh start && \
grep -q 'service ssh start' /etc/wsl.conf 2>/dev/null || \
 printf '\n[boot]\ncommand = service ssh start\n' | sudo tee -a /etc/wsl.conf && \