file

Suche

Unten sind die Ergebnisse Ihrer Suche gelistet.

Einrichten eines lokalen DNS-Resolvers mit Unbound unter Arch Linux
487 Treffer, Zuletzt geändert:
1.24.2. SYNOPSIS unbound [-hdpv] [-c <cfgfile>] DESCRIPTION unbound is a caching DNS re... commandline option help, and exit. -c <cfgfile> Set the config file with settings for unbound to read instead of reading the file at the default location, /etc/unbound/unbound.co
Einrichten eines DNS-Daemons auf Basis von ISC Bind unter Arch Linux
341 Treffer, Zuletzt geändert:
nd /usr/include/isc/error.h bind /usr/include/isc/file.h bind /usr/include/isc/fips.h bind /usr/include/... nd /usr/lib/sysusers.d/bind.conf bind /usr/lib/tmpfiles.d/ bind /usr/lib/tmpfiles.d/bind.conf bind /usr/share/ bind /usr/share/licenses/ bind /usr/share/licen... NOPSIS rndc [-b source-address] [-c config-file] [-k key-file] [-s server] [-p port] [-q] [-r] [-
Host based Intrusion Detection System mit AIDE unter Arch Linux
272 Treffer, Zuletzt geändert:
-> Found aidecheck.timer ==> Validating source files with b2sums... aide-0.19.tar.gz ... Passed ... aidecheck.timer ... Passed ==> Verifying source file signatures with gpg... aide-0.19.tar.gz ... P... rks... yes checking for C compiler default output file name... a.out checking for suffix of executables.... oss compiling... no checking for suffix of object files... o checking whether the compiler supports GNU
NTP-Zeitserver mit chrony unter Linux einrichten und nutzen
245 Treffer, Zuletzt geändert:
usr/lib/sysusers.d/chrony.conf chrony /usr/lib/tmpfiles.d/ chrony /usr/lib/tmpfiles.d/chrony.conf chrony /usr/share/ chrony /usr/share/doc/ chrony /usr/share/... nyc's input or output are redirected from or to a file, the prompt will not be shown. The... w directive in the chronyd's configuration file or the cmdallow command in chronyc. By default, t
Bau eines Freifunk-Offloaders auf Basis eines Raspberry 4B @linux:ansible
239 Treffer, Zuletzt geändert:
niedrigerer Priorität für diese Rolle │ ├── files # Verzeichnis "files" │ │ └── main.yml # (Skript-)Dateien zur Verwe... ~/ansible/roles/common/{tasks,handlers,templates,files,vars,defaults,meta,library,module_utils,lookup_p... ~/ansible/roles/common/{tasks,handlers,templates,files,vars,defaults,meta}/main.yml */ === Ansible-Kon
TOFU - Trust On First Use - SSH Zertifikate @linux:ssh
222 Treffer, Zuletzt geändert:
**''-o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null''** auf, bzw. ich habe in meiner SSH-Cl... Host * StrictHostKeyChecking=no UserKnownHostsFile=/dev/null</code> Problem gelöst! \\ - Natürlich... ec] [-D [bind_address:]port] [-E log_file] [-e escape_char] [-F configfile] [-I pkcs11] [-i identity_file] [-J destination] [-L address
DHCPv4|v6-Server mit DHCP ISC Kea unter Arch Linux einrichten und nutzen
126 Treffer, Zuletzt geändert:
ol_dhcp6.h kea /usr/include/kea/dhcpsrv/csv_lease_file4.h kea /usr/include/kea/dhcpsrv/csv_lease_file6.h kea /usr/include/kea/dhcpsrv/d2_client_cfg.h kea /usr... hcpsrv/lease.h kea /usr/include/kea/dhcpsrv/lease_file_loader.h kea /usr/include/kea/dhcpsrv/lease_file_stats.h kea /usr/include/kea/dhcpsrv/lease_mgr.h kea /
Erste Schritte Rund um Ansible @linux:ansible
113 Treffer, Zuletzt geändert:
─ ansible.cfg ├── hosts └── roles 1 directory, 2 files </code> ==== /etc/ansible/ansible.cfg ==== Fast... ble.cfg''**. # vim /etc/ansible/ansible.cfg <file bash /etc/ansible/ansible.cfg># config file for ansible -- https://ansible.com/ # =====================... 2.ext.i18n # if set, always use this private key file for authentication, same as # if passing --privat
Ansible - einfaches Playbook-Beispiel: Bedingtes Kopieren @linux:ansible
100 Treffer, Zuletzt geändert:
hnis **''~/ansible''** an $ vim 04_repro.yml <file bash 04_repro.yml>--- - hosts: all become: true... sudoers: ansible tasks: - name: Place repo-file nausch.org for CentOS 8 right in place copy: src: /home/django/ansible/files/CentOS8/nausch.org.repo dest: /etc/yum.... on_major_version'] == "8" - name: Place repo-file nausch.org for CentOS 7 right in place cop
Ansible - erweitertes Konfigurationsbeispiel 7: Ansible Vault @linux:ansible
100 Treffer, Zuletzt geändert:
. encryption/decryption utility for Ansible data files positional arguments: {create,decrypt,edit,vi... create Create new vault encrypted file decrypt Decrypt vault encrypted file edit Edit vault encrypted file view View vault encrypted file
Verteilte Versionsverwaltung für Programmcode und Dokumente mit Hilfe von Git
81 Treffer, Zuletzt geändert:
also: git help everyday) add Add file contents to the index mv Move or rename a file, a directory, or a symlink restore Restore working tree files rm Remove files from the working tree and from the index sparse-checkout Initia
Ansible - erweiterte Konfigurationsbeispiele: Ansible-Controll-Node und SSH-Jumphosts @linux:ansible
67 Treffer, Zuletzt geändert:
che Konfigurationsdatei: $ vim ~/.ssh/config <file bash ~/.ssh/config># Default Werte Host * Po... Hostname firewall-c.idmz.nausch.org IdentityFile ~/.ssh/id_ed25519_idmz # Zweiter Sprunghost (fw... Hostname firewall-b.edmz.nausch.org IdentityFile ~/.ssh/id_ed25519_edmz ProxyCommand ssh -A -... .org Port 22222 user sysadmin IdentityFile ~/.ssh/id_ed25519_edmz ProxyCommand ssh -A -
Ansible - Erweiterte Konfigurationsbeispiel: Roles @linux:ansible
60 Treffer, Zuletzt geändert:
niedrigerer Priorität für diese Rolle ├── files # Verzeichnis "files" │ └── main.yml # (Skript-)Dateien zur Verwe... pache Webservers mit Hilfe von **''tasks''**, **''files''** und **''handlers''** === Systemweite... $ vim ~/ansible/playbooks/site_generation.yml <file c++ ~/ansible/playbooks/site_generation.yml>--- #
Ansible - erweiterte Konfigurationsbeispiele: Ansible mit Hilfe von Ansible einrichten @linux:ansible
53 Treffer, Zuletzt geändert:
~/ansible/playbooks/ansible_grundconfig_v1.yml <file c++ ~/ansible/playbooks/ansible_grundconfig_v1.ym... nfiguration anpassen" ansible.builtin.lineinfile: line: "{{ item.line }}" path: "/... e Directory Layout anlegen" ansible.builtin.file: path: '/home/{{ admin_user }}/{{ ansible... n/defaults/"} - {directory: "roles/common/files/"} - {directory: "roles/common/handlers/
Ansible @linux:ansible
48 Treffer, Zuletzt geändert:
/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pen... erlich sind. # vim /etc/ansible/beispiel.yml <file yaml /etc/ansible/beispiel.yml>--- #YAML start Be... name: <your service name> … #YAML end syntax </file> ==== Facts ==== Ansible ermittelt bei jedem Auf... hdir: /var/www/html/demo/webseite - file: src: '/tmp/{{ item }}' dest:
Nagios Exporter und Prometheus @linux:prometheus
40 Treffer, Zuletzt geändert:
Ansible - Erweiterte Konfigurationsbeispiel: Inventory @linux:ansible
23 Treffer, Zuletzt geändert:
Ansible-Lint: Die Fusselbürste @linux:ansible
23 Treffer, Zuletzt geändert:
Ansible @linux:ansible
1 Treffer, Zuletzt geändert:
Ansible - Erweiterte Konfigurationsbeispiele @linux:ansible
1 Treffer, Zuletzt geändert: