Examples with "sudo service" and their translation in Duits
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
sudo service ntp stop (use the same password as for the SSH connection)
sudo service ntp stop (verwenden Sie dasselbe Passwort, wie für die SSH-Verbindung)
sudo service mysqld start Set root MySQL password with the following command
Sichern Sie Ihr MySQL ab, indem Sie mit dem folgenden Befehl die Standardeinstellungen überschreiben
Andere resultaten
In this case you need to additionally install the package avahi and start the associated service with sudo systemctl start avahi-daemon on all clients.
In diesem Fall müssen Sie zusätzlich das Paket avahi installieren und den zugehörigen Dienst mit sudo systemctl start avahi-daemon auf allen Clients starten.
Start and enable (set it to start on reboot) MongoDB service: sudo systemctl start mongod.service
Starten und aktivieren Sie den PHP-FPM-Dienst: sudo systemctl start php-fpm.service sudo systemctl enable php-fpm.service
sudo reboot After reboot you should check if the service started ok
Nach dem Neustart sollten Sie überprüfen, ob der Dienst richtig gestartet wurde
Assuming you have Docker installed locally and can run Docker without sudo, this command will produce three docker containers, one for each of the services.
In der Annahmen, dass wir Docker lokal installiert haben und auch ohne sudo ausführen können, wird dieser Befehl drei Docker-Container erstellen - jeweils einen pro Service.
Now we'll overwrite the imported file as the active SNMPd configuration and restart the service needing privileged mode using sudo
Überschreiben wir nun die bestehende Datei mit der synchronisierten SNMP-Konfiguration und starten den Service neu im privilegierten Modus mit sudo.
You're able to start/stop/restart or check the status of the application service either as user "metasfresh" or using "sudo"
Wenn Du den Status der metasfresh-Dienste überprüfen möchtest, stoppe bzw. starte sie einfach neu. Hierzu kannst Du folgende Befehle benutzen
sudo systemctl status docker To start the Docker service, we issue the following command
Laden Sie zunächst den Signaturschlüssel herunter und fügen Sie ihn Ihrem System mit dem folgenden Befehl hinzu
Once all the packages are installed, start Nginx and MariaDB service and enable them to start on boot time with the following command: sudo systemctl start nginx sudo systemctl start mariadb
Sobald die Installation abgeschlossen ist, starten Sie den Nginx- und MariaDB-Dienst und aktivieren Sie ihn, damit er beim Booten mit dem folgenden Befehl gestartet werden kann: sudo systemctl start nginx sudo systemctl enable nginx sudo systemctl start mysql sudo systemctl enable mysql
Once all the packages are installed, start Apache and MariaDB service and enable them to start on boot by running the following command: sudo systemctl start apache2 sudo systemctl enable apache2
Speichern und schließen Sie die Datei, starten Sie dann den Apache und MariaDB-Dienst und ermöglichen Sie ihnen, beim Booten zu starten: sudo systemctl start apache2 sudo systemctl enable apache2 sudo systemctl Installation mit dem folgenden Befehl