can

Suche

Unten sind die Ergebnisse Ihrer Suche gelistet.

Host based Intrusion Detection System mit AIDE unter Arch Linux
22 Treffer, Zuletzt geändert:
o systemctl enable --now aidecheck.timer You can check the results from /var/log/aide.log or by ru... place (see database_in config option) before you can use the --check com‐ mand. ... ent directories of the path. If a restricted rule cannot be matched against a parent dir... files reported?) Since those three cases can occur together, the respective error codes are ad
DHCPv4|v6-Server mit DHCP ISC Kea unter Arch Linux einrichten und nutzen
46 Treffer, Zuletzt geändert:
stalled Size : 22.81 MiB Packager : Robin Candau <antiz@archlinux.org> Build Date : Wed 31... rtbeat.json kea /usr/share/kea/api/ha-maintenance-cancel.json kea /usr/share/kea/api/ha-maintenance-not... fetime": 3600, // Many additional parameters can be specified here: // - option definitions (i... // - ddns information (how the DHCPv4 component can reach a DDNS daemon) // // Some of them h
TOFU - Trust On First Use - SSH Zertifikate @linux:ssh
83 Treffer, Zuletzt geändert:
he authenticity of host 'vml172042 (172.17.2.42)' can't be established. ED25519 key fingerprint is SHA2... he authenticity of host 'vml172042 (172.17.2.42)' can't be established. ED25519 key fingerprint is SHA2... he authenticity of host 'vml172042 (172.17.2.42)' can't be established. ED25519 key fingerprint is SHA2... he authenticity of host 'vml172042 (172.17.2.42)' can't be established. ED25519 key fingerprint is SHA2
Ansible - erweitertes Konfigurationsbeispiel 7: Ansible Vault @linux:ansible
5 Treffer, Zuletzt geändert:
ypt,encrypt_string,rekey} ... DESCRIPTION can encrypt any structured data file used by Ansible. This can include group_vars/ or host_vars/ inventory varia... asks, handlers, and other objects are data, these can also be encrypted with vault. If you'd like to n... t expose what variables you are using, you can keep an individual task file entirely encrypted.
Ansible @linux:ansible
9 Treffer, Zuletzt geändert:
o be installed on remote nodes. Extension modules can be written in any language and are transferred to... ocs.ansible.com. IRC and mailing list info can be found in file CONTRIBUTING.md, available in: h... t package. Note that setting allow_downgrade=True can make this module behave in a non-idempote... dencies between the downgraded package and others can cause changes to the packages which were
Ansible - einfaches Playbook-Beispiel: Bedingtes Kopieren @linux:ansible
10 Treffer, Zuletzt geändert:
p file including the timestamp information so you can get the original file back if you somehow... ocal path to a file to copy to the remote server; can be absolute or relative. If path is a dir... ne example are docker mounted files, they cannot be updated atomically and can only be done in an unsafe manner. This boolean option
Bau eines Freifunk-Offloaders auf Basis eines Raspberry 4B @linux:ansible
3 Treffer, Zuletzt geändert:
order of unused pixels visible # and your display can output without overscan #disable_overscan=1 # un... omment to force a HDMI mode rather than DVI. This can make audio work in # DMT (computer monitor) modes... he authenticity of host '10.0.10.29 (10.0.10.29)' can't be established. ECDSA key fingerprint is SHA256
Erste Schritte Rund um Ansible @linux:ansible
42 Treffer, Zuletzt geändert:
======================== # nearly all parameters can be overridden in ansible-playbook # or with comma... from facter # ohai - import facts from ohai # You can combine them using comma (ex: network,virtual) # You can negate them using ! (ex: !hardware,!facter,!ohai)... cking = False # change the default callback, you can only have one 'stdout' type enabled at a time. #