Suche
Unten sind die Ergebnisse Ihrer Suche gelistet.
Volltextergebnisse:
- Apache httpd, "der" WEB-Server - Installation unter Arch Linux @linux:webserver
- HTTPD(8) NAME httpd - Apache Hypertext Transfer Protocol... httpd [ -k install|config|uninstall ] [ -n name ] [ -w ] SUMMARY httpd is the Apache Hype... uninstall the Apache httpd service. -n name The name of the Apache httpd service to signal. -w Keep the console window op
- Einrichten eines lokalen DNS-Resolvers mit Unbound unter Arch Linux
- und um das [[https://de.wikipedia.org/wiki/Domain_Name_System|Domain Name System]], jedoch beim Bereitstellen des Dienstes keineswegs Einschränkungen beim Fun... UNBOUND(8) NAME unbound - Unbound DNS validating resolver ... e-to-live or TTL). A second query for the same name will then be answered from the cache. Un
- DHCPv4|v6-Server mit DHCP ISC Kea unter Arch Linux einrichten und nutzen
- : # pacman -Qil kea ++++ Paketinhalte | <code>Name : kea Version : 3.0.0-6 Descri... ea/dns/messagerenderer.h kea /usr/include/kea/dns/name.h kea /usr/include/kea/dns/opcode.h kea /usr/incl... er_manager_impl.h kea /usr/include/kea/log/logger_name.h kea /usr/include/kea/log/logger_specification.h... ''** = **''unix''** der unter dem Link **''socket-name''** = **''/var/lib/kea/kea4-ctrl-socket''** errei
- Einrichten eines DNS-Daemons auf Basis von ISC Bind unter Arch Linux
- ssystemen und auch in Unix verwendet. Das Domain Name System (DNS) ist ein hierarchisches verteiltes Na... # pacman -Qil bind ++++ Paketinhalte | <code>Name : bind Version : 9.20.17-1 Des... /usr/include/dns/message.h bind /usr/include/dns/name.h bind /usr/include/dns/nametree.h bind /usr/incl... ation address="2003:a:e0d:7603:10::110" icmp-type name="echo-request" accept rule family="ipv4" destina
- Bau eines Freifunk-Offloaders auf Basis eines Raspberry 4B @linux:ansible
- n # Host mit dem Namen rpb4 aus derm inventory - name: wireguard-offloader.yml # Name des Playbooks hosts: ffmuc # Hostgru... + ~/ansible/roles/basic/tasks/hostname.yml>--- - name: "Hostname ändern" ansible.builtin.command: ... c++ ~/ansible/roles/basic/tasks/hosts.yml>--- - name: "Template Konfigurationsdatei für /etc/hosts an
- NTP-Zeitserver mit chrony unter Linux einrichten und nutzen
- # pacman -Qil chrony ++++ Paketinhalte | <code>Name : chrony Version : 4.5-1 Descr... CHRONYC(1) NAME chronyc - command-line interface for chron... ce ID This is the reference ID and name (or IP address) of the server to which the comput... If the reference ID is 7F7F0101 and there is no name or IP address, it means the computer is not synch
- Ansible @linux:ansible
- etreffende Paket. # rpm -qi ansible-doc <code>Name : ansible-doc Version : 2.9.2 Release ... )/Reinst-required (Status,Err: uppercase=bad) ||/ Name Version Architecture Description +... efinieren hierzu folegnde Werte/Abschnitte: - **name** : Dieser Tag gibt den Namen des Ansible-Playboo... tallation und Konfiguration eines Mailservers name: install and configure MX hosts: mxtest.dmz.n
- Ansible - einfaches Playbook-Beispiel: mehrere Benutzer anlegen @linux:ansible
- true vars: sudoers: ansible tasks: - name: add several users to the system user: name: "{{ item.name }}" comment: "{{ item.fullname }}" uid: "{{ item.uid }}" groups:... state: present with_items: - { name: bofh, fullname: "Bastard Operator from Hell", ui
- Ansible - Erweiterte Konfigurationsbeispiel: Roles @linux:ansible
- - # Grundlegende Konfiguration für alle Hosts - name: "***base*** : Gruppe für (WEB-Entwickler) '{{ cr... om/ansible/latest/modules/group_module.html name: '{{ createuser }}' gid: '{{ createguid }}' state: present - name: "***base*** : WEB-Admin Nutzerkonto für den User... com/ansible/latest/modules/user_module.html name: '{{ createuser }}' comment: '{{ createuser
- Router Advertisements mit radvd unter Arch Linux einrichten und nutzen
- + Paketinhalt und -info des Pakets radvd | <code>Name : radvd Version : 2.19-1 Descr... ning a DNS server list # and a domain name from a Stateless DHCPv6 server, but # ... tain a global address as well as DNS and a domain name from # a Stateful DHCPv6 server. Typically this... hey can # obtain a DNS server list and a domain name from a Stateless # DHCPv6 server, but not addr
- TOFU - Trust On First Use - SSH Zertifikate @linux:ssh
- SSH(1) NAME ssh — OpenSSH remote login client SYNOPSI... destination] [-L address] [-l login_name] [-m mac_spec] [-O ctl_cmd] [-o option] [-... e available from all interfaces. -l login_name Specifies the user to log in a... XAuthLocation -P tag Specify a tag name that may be used to select configuration in ssh_c
- Ansible - erweitertes Konfigurationsbeispiel 7: Ansible Vault @linux:ansible
- RYPT_VAULT_ID] [file_name [file_name ...]] positional arguments: file_name Filename optional arguments: -h, --help ... equire -vvvv. --output OUTPUT_FILE output file name for encrypt or decrypt; use - for stdout --encr
- Ansible - einfaches Playbook-Beispiel: Benutzer anlegen @linux:ansible
- word: 'M31nP4p4157d3r4113r83573!' tasks: - name: Make sure we have a group '{{ createuser }}' for... dmin-user '{{ createuser }}' group: name: '{{ createuser }}' gid: '{{ createguid }}' state: present - name: Add the user '{{ createuser }}' with a specific ... y group of '{{ createuser }}' user: name: '{{ createuser }}' comment: '{{ createus
- Host based Intrusion Detection System mit AIDE unter Arch Linux
- . yes checking for C compiler default output file name... a.out checking for suffix of executables... c... +++ Ausgabe der Befehls pacman -Qil aide | <code>Name : aide Version : 0.19-1 Descri... ommands AIDE(1) NAME aide - Advanced Intrusion Detection Enviro... DE AIDE.CONF(5) NAME aide.conf - The configuration file for Adv
- Ansible - einfaches Playbook-Beispiel: Bedingtes Kopieren @linux:ansible
- true vars: sudoers: ansible tasks: - name: Place repo-file nausch.org for CentOS 8 right in... facts['distribution_major_version'] == "8" - name: Place repo-file nausch.org for CentOS 7 right in... .org.repo># Repository nausch.org [nausch.org-os] name=Extra (Mailserver-)Packages for Enterprise Linux ... .GURU-RPM-GPG-KEY-CentOS-7 [nausch.org-testing] name=Testing (Mailserver-)Packages for Enterprise Linu
- Ansible - einfaches Playbook-Beispiel: NTP-Daemon chrony installieren und konfigurieren @linux:ansible
- Ansible - erweiterte Konfigurationsbeispiele: Ansible mit Hilfe von Ansible einrichten @linux:ansible
- Ansible - erweiterte Konfigurationsbeispiele: Ansible-Controll-Node und SSH-Jumphosts @linux:ansible