Suche
Unten sind die Ergebnisse Ihrer Suche gelistet.
Volltextergebnisse:
- Host based Intrusion Detection System mit AIDE unter Arch Linux
- red by already installed packages >> looking for conflicting AUR packages... 🛴 warning: Not showing dif... --:--:-- --:--:-- --:--:-- 0 -> Found aide.conf -> Found aidecheck.service -> Found aidecheck... sed aide-0.19.tar.gz.asc ... Skipped aide.conf ... Passed aidecheck.service ... Passed a... ter... yes checking for ld... ld checking for pkg-config... /usr/bin/pkg-config checking for special C c
- DHCPv4|v6-Server mit DHCP ISC Kea unter Arch Linux einrichten und nutzen
- t der Client **__keine__** Stateless Address Auto-Configuration (SLAAC) durch. - Da in der RA-Nachrich... ion Required By : None Optional For : None Conflicts With : None Replaces : None Installe... a /etc/ kea /etc/kea/ kea /etc/kea/kea-ctrl-agent.conf kea /etc/kea/kea-dhcp-ddns.conf kea /etc/kea/kea-dhcp4.conf kea /etc/kea/kea-dhcp6.conf kea /etc/kea/ke
- TOFU - Trust On First Use - SSH Zertifikate @linux:ssh
- habe in meiner SSH-Clientconfig unter **''~/.ssh/config''** die folgenden Zeilen eingetragen bei meinen... ] [-E log_file] [-e escape_char] [-F configfile] [-I pkcs11] [-i identity_file] [-J d... specified on a per-host basis in a configuration file. Agent forwarding s... be set on a host-by-host basis in the configuration files; see the Compression option in ssh
- Ansible - erweitertes Konfigurationsbeispiel 7: Ansible Vault @linux:ansible
- ersion show program's version number, config file location, configured module search path, module location, executable loc... -version show program's version number, config file location, configured module search path, module location, executable loca‐ tion and
- Ansible @linux:ansible
- ion : Ansible is a radically simple model-driven configuration management, multi-node deployment, and r... known/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Reinst-required (Status,Err: upp... iguration eines Mailservers name: install and configure MX hosts: mxtest.dmz.nausch.org beco
- Ansible - einfaches Playbook-Beispiel: Bedingtes Kopieren @linux:ansible
- m the target files, sometimes systems are configured or just broken in ways that prevent this. O... sible Playbooks - copy: src: /srv/myfiles/foo.conf dest: /etc/foo.conf owner: foo group: foo mode: 0644 # The same example as above, but ... ivalent to 0644 - copy: src: /srv/myfiles/foo.conf dest: /etc/foo.conf owner: foo group:
- Bau eines Freifunk-Offloaders auf Basis eines Raspberry 4B @linux:ansible
- 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/config <code>Host raspberry-wireguard Hostname 10.
- Erste Schritte Rund um Ansible @linux:ansible
- s.ansible.com/ansible/latest/reference_appendices/config.html|Ansible Konfigurationseinstellungen]]** na... 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
- G&D StarSign Kryptographie USB Token S für ElsterAuthenticator unter Arch Linux
- Required By : None Optional For : pcsclite Conflicts With : None Replaces : None Installe... tc/ ccid /etc/libccid_Info.plist ccid /etc/reader.conf.d/ ccid /etc/reader.conf.d/libccidtwin ccid /usr/ ccid /usr/lib/ ccid /usr/lib/pcsc/ ccid /usr/lib/pcsc... ools wpa_supplicant Optional For : gnupg vlc Conflicts With : None Replaces : None Installe
- Router Advertisements mit radvd unter Arch Linux einrichten und nutzen
- one Required By : None Optional For : None Conflicts With : None Replaces : None Installe... d By : Signature radvd /etc/ radvd /etc/radvd.conf radvd /usr/ radvd /usr/bin/ radvd /usr/bin/radvd ... r/share/man/man5/ radvd /usr/share/man/man5/radvd.conf.5.gz radvd /usr/share/man/man8/ radvd /usr/share/... hen: - **[[#slaac_-_ipv6_stateless_address_auto-configuration|Konfigurationsbeispiel: SLAAC - IPv6 Sta
- NTP-Zeitserver mit chrony unter Linux einrichten und nutzen
- one Required By : None Optional For : None Conflicts With : None Replaces : None Installe... y : Signature chrony /etc/ chrony /etc/chrony.conf chrony /etc/logrotate.d/ chrony /etc/logrotate.d/... lib/sysusers.d/ chrony /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
- Ansible - erweiterte Konfigurationsbeispiele: Ansible mit Hilfe von Ansible einrichten @linux:ansible
- ars: ansible_working_dir: ansible ansible_config: /etc/ansible/ansible.cfg admin_user: "{{ l... - name: "Ansible Konfigurationsdatei {{ ansible_config }} vorhanden?" ansible.builtin.stat: path: '{{ ansible_config }}' register: check_ansible_config - name: "Fehlerhinweis im Fehlerfall ausgeben" an
- 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: rg... und kopieren der SSH Client Konfiguration ~/.ssh/config.] *******************************************</
- Verteilte Versionsverwaltung für Programmcode und Dokumente mit Hilfe von Git
- r grundlegende Einstellungen vornehmen. $ git config --global user.name "Michael Nausch" $ git config --global user.email "django@nausch.org" Optional... spätere **''git push''** hinterlegen $ git config --global user.password "0l1v3r157einec001350ck3... llen, definieren wir diesen für **git**. $ git config --global core.editor "vim" $ git config -
- 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 cu... only warn about these rules, unless overridden in config file defaults to 'experimental' --enable-list... or files to skip. This option is repeatable. -c CONFIG_FILE Specify configuration file to use.
- Ansible - erweiterte Konfigurationsbeispiele: Ansible-Controll-Node und SSH-Jumphosts @linux:ansible