man

Suche

Unten sind die Ergebnisse Ihrer Suche gelistet.

Bau eines Freifunk-Offloaders auf Basis eines Raspberry 4B @linux:ansible
188 Treffer, Zuletzt geändert:
Veranstaltungen bzw. Veranstaltungsräumen gelangt man mit den gängigen Plasteroutern sehr schnell an de... n ihre Grenzen kommen, da diese nicht für eine permanente Ver- und Entschlüsselung von großen Datenmeng... en bei der //Elliptic-Curve Cryptography// findet man auf der Seite [[https://safecurves.cr.yp.to/|hier... die Anzahl der KDF-Schlüsselableitfunktion (siehe manpage von ssh-keygen). Wir verwenden als Beschreibu
Ansible - erweiterte Konfigurationsbeispiele: Ansible-Controll-Node und SSH-Jumphosts @linux:ansible
35 Treffer, Zuletzt geändert:
Variante ist nun die Nutzung der Option **ProxyCommand**. Bei "nur" einem Jump-Host kann man dies im Inventory noch recht bequem und einfach abbilden. Weita... aus einfacher gestaltet sich o.g. Szenario in dem man auf die SSH-Clientkonfigurationsdatei **''~/.ssh/... IdentityFile ~/.ssh/id_ed25519_edmz ProxyCommand ssh -A -q -W %h:%p fwc # Dritter Sprunghost (f
Verteilte Versionsverwaltung für Programmcode und Dokumente mit Hilfe von Git
25 Treffer, Zuletzt geändert:
= Einen schnellen Überblick über Git und seine Kommandos kann man mit Hilfe der Option ''%%--%%help'' zur Ansicht bringen. $ git --help <code>usage: git ... [--exec-path[=<path>]] [--html-path] [--man-path] [--info-path] [-p | --paginate |... -tree=<path>] [--namespace=<name>] <command> [<args>] These are common Git commands used in
Ansible - einfaches Playbook-Beispiel: Bedingtes Kopieren @linux:ansible
10 Treffer, Zuletzt geändert:
has a corresponding action plugin. OPTIONS (= is mandatory): - attributes Attributes the file... y should have. To get supported flags look at the man page for `chattr' on the target system. T... mically and can only be done in an unsafe manner. This boolean option allows ansible to... _added: 2.2 - validate The validation command to run before copying into place. The path to th
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... nt: "# 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... heel># Allows people in group wheel to run all command %wheel ALL=(ALL) ALL</file> ====== Lin