Suche
Unten sind die Ergebnisse Ihrer Suche gelistet.
Volltextergebnisse:
- Host based Intrusion Detection System mit AIDE unter Arch Linux
- men mit mit dem Editor unserer Wahl, wie z.B. **''vim''** vor. # sudo vim /etc/aide/aide.conf <file bash /etc/aide/aide.conf># BEGIN ANSIBLE MANAGED - D... nzugekommen sowie die SWAP-Datei **''/root/.cache/vim/swap/%etc%aide.conf.swp''** entfernt worden. Im ... .. mc.. : /root d < ... mc.. : /root/.cache/vim/swap f > ... mci.H : /root/.lesshst f < ... mci
- DHCPv4|v6-Server mit DHCP ISC Kea unter Arch Linux einrichten und nutzen
- hcp4.conf''** für unseren Kea-DHCPv4-Daemon. # vim /etc/kea/kea-dhcp4.conf <file java /etc/kea/kea-... hcp6.conf''** für unseren Kea-DHCPv4-Daemon. # vim /etc/kea/kea-dhcp6.conf <file java /etc/kea/kea-... erzeichnis beinhaltet demnach unter anderem: $ vim inventories/production/hosts ++++ inventories/pro... initionsdatei für unseren Switch im SOHO an. $ vim inventories/production/host_vars/pnc010007 ++++ i
- TOFU - Trust On First Use - SSH Zertifikate @linux:ssh
- tionmsdatei vom SSH-Daemon entsprechend. <code> # vim /etc/ssh/sshd_config</code><code bash >... # Spec... figuirationsdatei **''~/.ssh/config''**. <code> $ vim ~/.ssh/config</code><code>Host kvm Hostname kvm... mon **''/etc/ssh/sshd_config''** wie folgt.<code> vim /etc/ssh/sshd_config</code><code>... # Specifies... amen aus dem Zertifikat in dieser Liste. <code> # vim /etc/ssh/ssh_auth_principals</code><file bash /et
- Ansible - erweitertes Konfigurationsbeispiel 7: Ansible Vault @linux:ansible
- zugeben, damit die Datei entschlüsselt und im **''vim''** zum editieren angeboten werden kann. Wir gebe... n legen wir das benötigte Wrapper-Script an. $ vim ~/bin/ansible_vault_password <file bash ~/bin/ans... on **''vault_password_file''** entsprechend. $ vim ~/.ansible.cfg <file bash ~/.ansible.cfg>... # I... lation]** unter anderem folgendes definiert. $ vim ~/.ansible.cfg <file bash ansible.cfg>... [priv
- Ansible - Erweiterte Konfigurationsbeispiel: Inventory @linux:ansible
- ere erweiterte Host-Datei im YAML-Format an. $ vim ~/ansible/inventories/production/hosts.yml> <fil... hnis unseres Ansible-Administrationshost ab. $ vim ~/ansible/inventories/production/inventory.yml <... le/inventories/production/group_vars''** ab. $ vim ~/ansible/inventories/production/group_vars/ffmuc... s **''~/ansible/inventory/hosts_vars''** ab. $ vim ~/ansible/inventories/production/host_vars/ff_pli
- Ansible @linux:ansible
- cht dazu auch ein ganz normaler Editor wie z.B. **vim**, **nano** oder **emacs**. In nachfolgendem Bei... das auszuführende Modul erforderlich sind. # vim /etc/ansible/beispiel.yml <file yaml /etc/ansible
- Ansible - einfaches Playbook-Beispiel: Bedingtes Kopieren @linux:ansible
- en zuvor im Verzeichnis **''~/ansible''** an $ vim 04_repro.yml <file bash 04_repro.yml>--- - hosts... Verzeichnis **''~/ansible/files/CentOS7''**. $ vim ~/ansible/files/CentOS7/nausch.org.repo <file ba... zeichnis **''~/ansible/files/CentOS8''** ab. $ vim ~/ansible/files/CentOS8/nausch.org.repo <file ba
- Bau eines Freifunk-Offloaders auf Basis eines Raspberry 4B @linux:ansible
- der Konfigurationsoptionen]]** zu Ansible. $ vim ~/.ansible.cfg Im Ganzen ergibt sich dann hier d... der Konfigurationsoptionen]]** zu Ansible. $ vim ~/.ansible.cfg Im Ganzen ergibt sich dann hier d... ir hier den Namen **''raspberry-ansible''**. $ vim ~/ansible/inventory/hosts Somit ergibt sich auch... ''~/.ssh/config''** des Clients diesen Host. $ vim ~/.ssh/config <code>Host raspberry-wireguard
- Erste Schritte Rund um Ansible @linux:ansible
- ionsdatei **''/etc/ansible/ansible.cfg''**. # vim /etc/ansible/ansible.cfg <file bash /etc/ansible... Adresse kann Mitglied mehrerer Gruppen sein # vim /etc/ansible/hosts <file bash /etc/ansible/hosts>... ** in der Sektion **''[defaults]''** setzen. # vim /etc/ansible/ansible.cfg <file bash /etc/ansible... unserer Produktions-/INstallationsumgebung. $ vim ~/ansible/inventories/production/hosts.yml <file