Instalacja i używanie ApexGuard na openSUSE Linux
Pobieranie aplikacji
Otwórz terminal i uruchom następujące polecenie:
sh <(curl -sSf https://downloads.apexcdn.com/apps/linux/install.sh)
Uwaga: jeśli nie masz curl, użyj tego polecenia zamiast niego:
sh <(wget -qO - https://downloads.apexcdn.com/apps/linux/install.sh)
Jeśli napotkasz błąd uprawnień (Whoops! Permission denied accessing /run/apexguard/apexguardd.sock), napraw go, uruchamiając:
sudo usermod -aG apexguard $USER
- Potem uruchom system ponownie.
Zaloguj się do konta ApexGuard:
apexguard login
Połącz się z serwerem:
apexguard connect
Obsługa ustawień ApexGuard
Te same polecenia co w RHEL i CentOS są dostępne także w openSUSE. Poniżej znajdziesz dodatkowe przykłady dla użytkowników openSUSE:
Łącz się z serwerami specjalnymi:
apexguard connect US -g double_vpn # Connect to a Double VPN server with the first hop in the US.
apexguard connect P2P # Connect to a P2P server.
apexguard connect Dedicated_IP # Connect to a Dedicated IP server.
apexguard connect The_Americas # Connect to servers located in the Americas.
Ustaw automatyczne łączenie:
apexguard set autoconnect on/off # Enable/disable Auto-connect.
apexguard set autoconnect on us2435 # Auto-connect to a specific server (e.g., US server #2435).
Wykrywanie LAN:
apexguard set lan-discovery enable/disable # Enable/disable LAN discovery.
apexguard set lan-discovery --help # Get more information on LAN discovery.
Więcej informacji o konfiguracji i użyciu znajdziesz w pełnej liście poleceń:
man apexguard
Dzięki tym krokom możesz bezpiecznie i skutecznie korzystać z ApexGuard na dystrybucjach Linuksa RHEL, CentOS i openSUSE.
Czy ten artykuł był pomocny?
Dziękujemy, dzięki Tobie stajemy się lepsi!