Suche
Unten sind die Ergebnisse Ihrer Suche gelistet.
Volltextergebnisse:
- Einrichten eines lokalen DNS-Resolvers mit Unbound unter Arch Linux
- exit. -c <cfgfile> Set the config file with settings for unbound to read instead of... the thread-spawn time, so that most config and setup errors appear on stderr. If given twic... n addition to the verbosity (if any) from the config file. -V Show the versi... ONF(5) NAME unbound.conf - Unbound 1.24.2 configuration file. SYNOPSIS unbound.conf DESCR
- NTP-Zeitserver mit chrony unter Linux einrichten und nutzen
- which chronyd will accept these commands can be configured with the cmdallow directive in the chronyd's configuration file or the cmdallow command in chr... lent to being able to modify the chronyd's configuration file and restart it. OPTIONS -4 ... NTP sources that were specified in the configuration file, or chronyc commands. Without the -n
- Apache httpd, "der" WEB-Server - Installation unter Arch Linux @linux:webserver
- ver SYNOPSIS httpd [ -d serverroot ] [ -f config ] [ -C directive ] [ -c directive ] [ -D paramete... guments are available: httpd [ -k install|config|uninstall ] [ -n name ] [ -w ] SUMMARY ht... y the Server‐ Root directive in the configuration file. The default is /usr/local/apache2. -f config Uses the directives in the file con
- DHCPv4|v6-Server mit DHCP ISC Kea unter Arch Linux einrichten und nutzen
- n via Stateful DHCPv6) * **O-Flag**: \\ AdvOtherConfigFlag = **''on''** (Abrufen einer DNS-Serverliste u... t der Client **__keine__** Stateless Address Auto-Configuration (SLAAC) durch. - Da in der RA-Nachricht ... efault_credentials.h kea /usr/include/kea/cc/dhcp_config_error.h kea /usr/include/kea/cc/element_value.h k... nclude/kea/cc/user_context.h kea /usr/include/kea/config.h kea /usr/include/kea/config/ kea /usr/include/k
- Host based Intrusion Detection System mit AIDE unter Arch Linux
- ter... yes checking for ld... ld checking for pkg-config... /usr/bin/pkg-config checking for special C compiler options needed for large files... no checking for ... yes checking for ctype.h... yes checking for pkg-config... (cached) /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for libpcre
- Router Advertisements mit radvd unter Arch Linux einrichten und nutzen
- igsten Optionen sind hierbei: * **Address Autoconfiguration A-Flag** : Eine '1' bedeutet, dass der Hos... h ist, wenn der Client SLAAC-StatelessAddress Autoconfiguration durchführt. * **Router-Präferenz (Prf)... hen: - **[[#slaac_-_ipv6_stateless_address_auto-configuration|Konfigurationsbeispiel: SLAAC - IPv6 Stateless Address Auto-configuration]]** - **[[#router_advertisement_icmpv6-n
- Einrichten eines DNS-Daemons auf Basis von ISC Bind unter Arch Linux
- ity SYNOPSIS rndc [-b source-address] [-c config-file] [-k key-file] [-s server] [-p port] [-q] [-... ver_key known to the server. rndc reads a configuration file to determine how to contact the name ... th the IPv4 and IPv6 source addresses. -c config-file This option indicates config-file as the configuration file instead of the default, /e
- TOFU - Trust On First Use - SSH Zertifikate @linux:ssh
- v/null''** auf, bzw. ich habe in meiner SSH-Clientconfig unter **''~/.ssh/config''** die folgenden Zeilen eingetragen bei meinen Hosts: <code>Host * StrictHostK... ] [-E log_file] [-e escape_char] [-F configfile] [-I pkcs11] [-i identity_file] [-J des... specified on a per-host basis in a configuration file. Agent forwarding sho
- Bau eines Freifunk-Offloaders auf Basis eines Raspberry 4B @linux:ansible
- ansible-playbook ~/ansible/playbooks/ansible_grundconfig_v1.yml -K </WRAP> /* Als nächstes kopieren wir ... s.ansible.com/ansible/latest/reference_appendices/config.html|Dokumentation der Konfigurationsoptionen]]**... s.ansible.com/ansible/latest/reference_appendices/config.html|Dokumentation der Konfigurationsoptionen]]**... in unserer **SSH**-Konfigurationsdatei **''~/.ssh/config''** des Clients diesen Host. $ vim ~/.ssh/conf
- Ansible - erweiterte Konfigurationsbeispiele: Ansible-Controll-Node und SSH-Jumphosts @linux:ansible
- auf die SSH-Clientkonfigurationsdatei **''~/.ssh/config''** zurückgreift. Nachfolgendes Beispiel zeigt ex... spezifische Konfigurationsdatei: $ vim ~/.ssh/config <file bash ~/.ssh/config># Default Werte Host * Port 22 Protocol 2 user admin # ... 0%> Die Pflege der Konfigurationsdatei **''~/.ssh/config''** überlassen wir nun natürlich nicht jedem Admi
- Ansible - Erweiterte Konfigurationsbeispiel: Roles @linux:ansible
- lude: install.yml # Installation - include: config-backup.yml # original-Konfig sichern - include: configure.yml # Konfiguration - include: service.yml ... st </file> $ vim ~/ansible/roles/chrony/tasks/config-backup.yml <file c++ ~/ansible/roles/chrony/tasks/config-backup.yml>--- - name: "***chrony*** : 1) Überp
- Ansible - erweiterte Konfigurationsbeispiele: Ansible mit Hilfe von Ansible einrichten @linux:ansible
- ss, greifen wir auf das Playbook **''ansible_grundconfig_v1.yml''** zurück. Mit Hilfe dieses Playbooks k... n unser Ansible-Playbook/-Script **''ansible_grundconfig_v1.yml''** ab, mit dessen Hilfe wir unsere Ansibl... llen. $ vim ~/ansible/playbooks/ansible_grundconfig_v1.yml <file c++ ~/ansible/playbooks/ansible_grundconfig_v1.yml>--- # YAML Start # Ansible Playbook zu
- Erste Schritte Rund um Ansible @linux:ansible
- s.ansible.com/ansible/latest/reference_appendices/config.html|Ansible Konfigurationseinstellungen]]** nach... n: - Erst durch die Umgebungsvariable ''ANSIBLE_CONFIG'' definierten individuellen Konfigurationsdatei, ... nsible.cfg <file bash /etc/ansible/ansible.cfg># config file for ansible -- https://ansible.com/ # ======... ith command line flags. ansible will read ANSIBLE_CONFIG, # ansible.cfg in the current working directory,
- Ansible cowsay: Die sprechende Kuh, oder auch mehr Getier oder doch nur puristisch mit dem Ansible Stdout Compact Logger? @linux:ansible
- $ ansible-playbook ~/ansible/playbooks/ssh_client_config.yml <html> <pre class="code"> <font style="color: rgb(0, 0, 0)"> PLAY [ssh_client_config.yml] ********************************************... home/django/ansible/roles/ssh_client/tasks/client_config.yml for localhost</font> <font style="color: rgb(... und kopieren der SSH Client Konfiguration ~/.ssh/config.] *******************************************</fo
- Ansible-Lint: Die Fusselbürste @linux:ansible
- [--force-color] [--exclude EXCLUDE_PATHS] [-c CONFIG_FILE] [--offline] [--version] ... ect/repository, autodetected based on location of configuration file. -r RULESDIR Specify cust... only warn about these rules, unless overridden in config file defaults to 'experimental' --enable-list E... or files to skip. This option is repeatable. -c CONFIG_FILE Specify configuration file to use. De