Suche
Unten sind die Ergebnisse Ihrer Suche gelistet.
Volltextergebnisse:
- Host based Intrusion Detection System mit AIDE unter Arch Linux
- -> Found aidecheck.timer ==> Validating source files with b2sums... aide-0.19.tar.gz ... Passed ... oss compiling... no checking for suffix of object files... o checking whether the compiler supports GNU C... g for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking whether ld supports "-z,relro"...
- Apache httpd, "der" WEB-Server - Installation unter Arch Linux @linux:webserver
- the configuration directive before reading config files. -c directive Process the configuration directive after reading config files. -D parameter Sets a confi... sed with <IfDefine> sections in the configuration files to conditionally skip or process co... -t Run syntax tests for configuration files only. The program immediately exits after these s
- Einrichten eines DNS-Daemons auf Basis von ISC Bind unter Arch Linux
- ne. Without the -clean option, zone files must be deleted manually. (If the zone is of type secondary or stub, the files needing to be removed are reported in the output ... This command closes and re-opens DNSTAP output files. rndc dnstap -reopen allows the ou... t file to be rolled automatically, similar to log files. The most recent output file has ".0" appended to
- Erste Schritte Rund um Ansible @linux:ansible
- ─ ansible.cfg ├── hosts └── roles 1 directory, 2 files </code> ==== /etc/ansible/ansible.cfg ==== Fast ... # templates indicates to users editing templates files will be replaced. # replacing {file}, {host} and ... :6379:0 #fact_caching_connection=/tmp # retry files # When a playbook fails a .retry file can be crea... ~/ # You can enable this feature by setting retry_files_enabled to True # and you can change the location
- NTP-Zeitserver mit chrony unter Linux einrichten und nutzen
- s reported by chronyc and most offsets in the log files are relative to the NTP clock, not... s command causes chronyd to re-read all *.sources files from the directories specified by the ... yclelogs command causes all of chronyd's open log files to be closed and re-opened. This allows them to b... y of measurements for each of its sources to dump files in the directory specified in the conf
- Einrichten eines lokalen DNS-Resolvers mit Unbound unter Arch Linux
- can be repeated throughout the file (or included files) to group attributes under the same clause. Files can be included using the include: directive. It... g chroot, using full path names for the included files works, relative pathnames for the included... : dir. Wildcards can be used to include multiple files, see glob(7). For a more structural in
- Ansible - einfaches Playbook-Beispiel: Bedingtes Kopieren @linux:ansible
- ace copy: src: /home/django/ansible/files/CentOS8/nausch.org.repo dest: /etc/yum.r... CentOS 7 right in place copy: src: files/CentOS7/nausch.org.repo dest: /etc/yum.r... en Dateien vorhalten werden. $ mkdir ~/ansible/files/CentOS7 $ mkdir ~/ansible/files/CentOS8 \\ Die **CentOS 7** spezifische Repo-Datei **''nausch.org.re
- TOFU - Trust On First Use - SSH Zertifikate @linux:ssh
- set on a host-by-host basis in the configuration files; see the Compression option in ssh_config(5). ... /.ssh/config. If set to “none”, no configuration files will be read. -f Requests ssh to go ... ~/.ssh/id_ed25519_sk and ~/.ssh/id_dsa. Identity files may also be specified on a per-host basis in the ... ties specified in configuration files). If no certificates have been explicitly specif
- Bau eines Freifunk-Offloaders auf Basis eines Raspberry 4B @linux:ansible
- niedrigerer Priorität für diese Rolle │ ├── files # Verzeichnis "files" │ │ └── main.yml # (Skript-)Dateien zur Verwend... ~/ansible/roles/common/{tasks,handlers,templates,files,vars,defaults,meta,library,module_utils,lookup_pl... ~/ansible/roles/common/{tasks,handlers,templates,files,vars,defaults,meta}/main.yml */ === Ansible-Konf
- Verteilte Versionsverwaltung für Programmcode und Dokumente mit Hilfe von Git
- symlink restore Restore working tree files rm Remove files from the working tree and from the index sparse-checkout Initiali... efs ├── heads └── tags 9 directories, 16 files</code> In diesem Verzeichnis verwaltet **git** in... r No commits yet nothing to commit (create/copy files and use "git add" to track)</code> Was genau tei
- DHCPv4|v6-Server mit DHCP ISC Kea unter Arch Linux einrichten und nutzen
- /kea/util/encode/utf8.h kea /usr/include/kea/util/filesystem.h kea /usr/include/kea/util/hash.h kea /usr/... n kea /usr/share/kea/meson-info/intro-buildsystem_files.json kea /usr/share/kea/meson-info/intro-compiler... effektiv reduziert. Gibt es beim Laden des Lease-Files Fehler, soll der Server nach 100 Fehlern abbreche... // This specifies the maximum number of rotated files to keep. // "maxver": 8
- Ansible - erweitertes Konfigurationsbeispiel 7: Ansible Vault @linux:ansible
- . encryption/decryption utility for Ansible data files positional arguments: {create,decrypt,edit,vie... t-password | --vault-password-file VAULT_PASSWORD_FILES] [-v] [--output OUTP... t password --vault-password-file VAULT_PASSWORD_FILES, --vault-pass-file VAULT_PASSWORD_FILES vault password file -v, --verbose
- Ansible @linux:ansible
- /Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend... cur -D, --diff when changing (small) files and templates, show the differences in those files; works great with --check -e EXTRA_VARS, --extr... ey --new-vault-password-file=NEW_VAULT_PASSWORD_FILES new vault password file f
- Ansible - erweiterte Konfigurationsbeispiele: Ansible mit Hilfe von Ansible einrichten @linux:ansible
- n/defaults/"} - {directory: "roles/common/files/"} - {directory: "roles/common/handlers/"... - name: "Ansible Directory Layout mit dummy-files main.yml befüllen" ansible.builtin.file: ... efaults/main.yml"} - {file: "roles/common/files/main.yml"} - {file: "roles/common/handler... chliessend - Ansible Directory Layout mit dummy-files main.yml befüllen. === Script starten === Das A
- Ansible - Erweiterte Konfigurationsbeispiel: Roles @linux:ansible
- niedrigerer Priorität für diese Rolle ├── files # Verzeichnis "files" │ └── main.yml # (Skript-)Dateien zur Verwend... pache Webservers mit Hilfe von **''tasks''**, **''files''** und **''handlers''** === Systemweite ... leapsectz right/UTC # Specify directory for log files. logdir /var/log/chrony # Select which informati
- Ansible cowsay: Die sprechende Kuh, oder auch mehr Getier oder doch nur puristisch mit dem Ansible Stdout Compact Logger? @linux:ansible