command

Suche

Unten sind die Ergebnisse Ihrer Suche gelistet.

Host based Intrusion Detection System mit AIDE unter Arch Linux
27 Treffer, Zuletzt geändert:
nclude/config.h config.status: executing depfiles commands make all-am make[1]: Entering directory '/home/... rmat-attribute -Wshadow -Wlogical-op -MT src/aide-commandconf.o -MD -MP -MF src/.deps/aide-commandconf.Tpo -c -o src/aide-commandconf.o `test -f 'src/commandconf.c' || echo './'`src/commandconf.c mv -f src
Ansible - erweiterte Konfigurationsbeispiele: Ansible-Controll-Node und SSH-Jumphosts @linux:ansible
15 Treffer, Zuletzt geändert:
te Variante ist nun die Nutzung der Option **ProxyCommand**. Bei "nur" einem Jump-Host kann man dies im Inv... IdentityFile ~/.ssh/id_ed25519_edmz ProxyCommand ssh -A -q -W %h:%p fwc # Dritter Sprunghost (fw... IdentityFile ~/.ssh/id_ed25519_edmz ProxyCommand ssh -A -q -W %h:%p fwc # externer Server im Int... IdentityFile ~/.ssh/id_ed25519_n3rd ProxyCommand ssh -A -q -W %h:%p fwa </file> Nun können wir g
Bau eines Freifunk-Offloaders auf Basis eines Raspberry 4B @linux:ansible
14 Treffer, Zuletzt geändert:
gw05: "fe80::281:8eff:fef0:73aa" gw06: "fe80::2a2:e4ff:fef9:2269" gw07: "fe80::23b:d2ff:fe95:967... >--- - 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
Verteilte Versionsverwaltung für Programmcode und Dokumente mit Hilfe von Git
8 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 ... 'git help -a' and 'git help -g' list available subcommands and some concept guides. See 'git help <command>' or 'git help <concept>' to read about a specific subcom
Ansible - einfaches Playbook-Beispiel: Bedingtes Kopieren @linux:ansible
5 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... rned: when supported type: string sample: 2a5aeecc61dc98c4d780b14b330e3282 checksum: descr... on. validate: # The validation command to run before copying into place. The path to the
Ansible - einfaches Playbook-Beispiel: sudoers anpassen @linux:ansible
4 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: /... 0, "group": "root", "md5sum": "a7c4cc84eb0dbbf844d2a8d4fbe64164", "mode": "0440", "owner": "root", "se... o_wheel># Allows people in group wheel to run all command %wheel ALL=(ALL) ALL</file> ====== Link