Materiał dla Patronów

Jak postawić własną, prywatną wyszukiwarkę?

1  wyświetleń

WSL: wsl --update wsl --install -d Ubuntu Linux (serwer jak i desktop): sudo apt update sudo apt install docker.io docker run -d --restart unless-stopped -p 8080:8080 searxng/searxng Triczek z autostartem: Start-Process wsl.exe -ArgumentList "-d Ubuntu" -WindowStyle Hidden (zapisz jako .ps1) CTRL + r: shell:startup Serwer: sudo systemctl start ssh Tailscale: curl -fsSL https://tailscale.com/install.sh | sh sudo tailscale up Tylko połączone urządzenia: sudo tailscale serve --bg 8080 Każde urządzenie z linkiem: sudo tailscale funnel --bg 8080

Komentarze

Trwa ładowanie...