command

Suche

Unten sind die Ergebnisse Ihrer Suche gelistet.

NTP-Zeitserver mit chrony unter Linux einrichten und nutzen
294 Treffer, Zuletzt geändert:
==== Binary chronyc ==== **''chronyc''** ist das Commandline-Interface des chrony Daemon. **''chronyc''** ... chronyc --help <code>Usage: chronyc [OPTION]... [COMMAND]... Options: -4 Use IPv4 addresses only -6 ... -e End responses with dot -m Accept multiple commands -h HOST Specify server (/var/run/chrony/chrony... CHRONYC(1) NAME chronyc - command-line interface for chrony daemon SYNOPSIS
Nagios Exporter und Prometheus @linux:prometheus
60 Treffer, Zuletzt geändert:
inetd or xinetd allowed_hosts=127.0.0.1,::1 # COMMAND ARGUMENT PROCESSING # This option determines whet... emon will allow clients # to specify arguments to commands that are executed. This option only works # if the daemon was configured with the --enable-command-args configure script # option. # # *** ENABLING ... le. # # Values: 0=do not allow arguments, 1=allow command arguments dont_blame_nrpe=0 # BASH COMMAND SU
TOFU - Trust On First Use - SSH Zertifikate @linux:ssh
57 Treffer, Zuletzt geändert:
General Commands Manual ... st:port] [-w local_tun[:remote_tun]] destination [command [argument ...]] DESCRIPTION ssh (SSH clie... r logging into a remote machine and for executing commands on a remote machine. It is intended ... several methods (see below). If a command is specified, it will be executed on the remote h
Erste Schritte Rund um Ansible @linux:ansible
26 Treffer, Zuletzt geändert:
s can be overridden in ansible-playbook # or with command line flags. ansible will read ANSIBLE_CONFIG, # a... t module name for /usr/bin/ansible #module_name = command # use this shell for commands executed under sudo # you may need to change this to bin/bash in rare insta... tive to # specifying --vault-password-file on the command line. #vault_password_file = /path/to/vault_passw
Bau eines Freifunk-Offloaders auf Basis eines Raspberry 4B @linux:ansible
13 Treffer, Zuletzt geändert:
>--- - name: "Hostname ändern" ansible.builtin.command: cmd: hostnamectl set-hostname {{ raspberry_h... kill am Raspberry deaktivieren" ansible.builtin.command: cmd: rfkill unblock wifi changed_when: fal... rnel Module Support hinzufügen" ansible.builtin.command: cmd: dkms add -m batman-adv -v {{ batman_adv... : "Dynamic Kernel Module bauen" ansible.builtin.command: cmd: dkms build -m batman-adv -v {{ batman_a
Ansible - erweitertes Konfigurationsbeispiel 7: Ansible Vault @linux:ansible
10 Treffer, Zuletzt geändert:
require -vvvv. See 'ansible-vault <command> --help' for more information on a specific command.</code> Wollen wir eine Kurz-Hilfe z.B. zur Option **... System administration commands ANSIBLE-VAULT(1)... r variable files passed on the ansible- playbook command line with -e @file.yml or -e @file.json
DHCPv4|v6-Server mit DHCP ISC Kea unter Arch Linux einrichten und nutzen
8 Treffer, Zuletzt geändert:
e/kea/cc/cfg_to_element.h kea /usr/include/kea/cc/command_interpreter.h kea /usr/include/kea/cc/data.h kea ... lude/kea/config/ kea /usr/include/kea/config/base_command_mgr.h kea /usr/include/kea/config/client_connecti... ea/config/cmds_impl.h kea /usr/include/kea/config/command_mgr.h kea /usr/include/kea/config/config_log.h ke... fig_messages.h kea /usr/include/kea/config/hooked_command_mgr.h kea /usr/include/kea/config/timeouts.h kea
Verteilte Versionsverwaltung für Programmcode und Dokumente mit Hilfe von Git
5 Treffer, Zuletzt geändert:
ork-tree=<path>] [--namespace=<name>] <command> [<args>] These are common Git commands used in various situations: start a working area (see also: git ... bcommands and some concept guides. See 'git help <command>' or 'git help <concept>' to read about a specifi... nd .gitignore. …or create a new repository on the command line echo "# ffmuc-offloader_rpb4" >> README.md
Ansible @linux:ansible
5 Treffer, Zuletzt geändert:
atabase "/etc/ansible/" { frame "playbook" { [Commands] } frame "inventory" { database "Group B"... ausgegeben und geloggt werden soll ' - command: <Befehl der ausgeführt werden soll> ... stgestellt und wird auch ausgegeben ' - command: <Rescue Befehle die ausgeführt werden, sofern ob... (1) System administration commands ANSIBLE-PLAYBOOK(1) NAME
Ansible - einfaches Playbook-Beispiel: Benutzer anlegen @linux:ansible
5 Treffer, Zuletzt geändert:
ble : TTY=pts/1 ; PWD=/home/ansible ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-lxiprplnioypvfmjjy... ble : TTY=pts/1 ; PWD=/home/ansible ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-dkoativjxmvilrtome... ble : TTY=pts/1 ; PWD=/home/ansible ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-qrempbbpxxpgsigefd... ble : TTY=pts/1 ; PWD=/home/ansible ; USER=root ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-guzlsexqnsjzxvmqkx
Ansible - einfaches Playbook-Beispiel: Bedingtes Kopieren @linux:ansible
4 Treffer, Zuletzt geändert:
ion_added: 2.2 - validate The validation command to run before copying into place. The path to the... hich must be present as in the example below. The command is passed securely so shell features like... on. validate: # The validation command to run before copying into place. The path to the... example below. The command is passed securely so shell features like expansi
Ansible - einfaches Playbook-Beispiel: sudoers anpassen @linux:ansible
3 Treffer, Zuletzt geändert:
. <code># Allows people in group wheel to run all command %wheel ALL=(ALL) ALL</code> ==== Script anlegen ... ntent: "# Allows people in group wheel to run all command\n%wheel ALL=(ALL) ALL\n" dest: /... o_wheel># Allows people in group wheel to run all command %wheel ALL=(ALL) ALL</file> ====== Link
Ansible - einfaches Playbook-Beispiel: mehrere Benutzer anlegen @linux:ansible
2 Treffer, Zuletzt geändert:
ntent: "# Allows people in group wheel to run all command\n%wheel ALL=(ALL) ALL\n" dest: /... o_wheel># Allows people in group wheel to run all command %wheel ALL=(ALL) ALL</file> Auch unsere
Ansible cowsay: Die sprechende Kuh, oder auch mehr Getier oder doch nur puristisch mit dem Ansible Stdout Compact Logger? @linux:ansible
2 Treffer, Zuletzt geändert:
If -n is specified, there must not be any command-line arguments left after all the switches have b... or before the 40th column. If any command-line arguments are left over after all switches h
Ansible-Lint: Die Fusselbürste @linux:ansible
1 Treffer, Zuletzt geändert:
System administration commands ANSIBLE-LINT(1)