start

Suche

Unten sind die Ergebnisse Ihrer Suche gelistet.

Host based Intrusion Detection System mit AIDE unter Arch Linux
194 Treffer, Zuletzt geändert:
aidecheck.timer ... Passed ==> Verifying source file signatures with gpg... aide-0.19.tar.gz ... P... rks... yes checking for C compiler default output file name... a.out checking for suffix of executables.... checking for flex... flex checking for lex output file root... lex.yy checking for lex library... none n... ptions needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no ch
DHCPv4|v6-Server mit DHCP ISC Kea unter Arch Linux einrichten und nutzen
109 Treffer, Zuletzt geändert:
ol_dhcp6.h kea /usr/include/kea/dhcpsrv/csv_lease_file4.h kea /usr/include/kea/dhcpsrv/csv_lease_file6.h kea /usr/include/kea/dhcpsrv/d2_client_cfg.h kea /usr... hcpsrv/lease.h kea /usr/include/kea/dhcpsrv/lease_file_loader.h kea /usr/include/kea/dhcpsrv/lease_file_stats.h kea /usr/include/kea/dhcpsrv/lease_mgr.h kea /
TOFU - Trust On First Use - SSH Zertifikate @linux:ssh
193 Treffer, Zuletzt geändert:
**''-o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null''** auf, bzw. ich habe in meiner SSH-Cl... Host * StrictHostKeyChecking=no UserKnownHostsFile=/dev/null</code> Problem gelöst! \\ - Natürlich... ec] [-D [bind_address:]port] [-E log_file] [-e escape_char] [-F configfile] [-I pkcs11] [-i identity_file] [-J destination] [-L address
Ansible - erweitertes Konfigurationsbeispiel 7: Ansible Vault @linux:ansible
89 Treffer, Zuletzt geändert:
create Create new vault encrypted file decrypt Decrypt vault encrypted file edit Edit vault encrypted file view View vault encrypted file encrypt Encrypt YAML file encrypt
Ansible - Erweiterte Konfigurationsbeispiel: Inventory @linux:ansible
22 Treffer, Zuletzt geändert:
vim ~/ansible/inventories/production/hosts.yml> <file bash ~/ansible/inventories/production/hosts.yml>-... ssh_user: ansible ansible_ssh_private_key_file: /home/django/.ssh/id_ed25519_ansible hosts... ssh_user: ansible ansible_ssh_private_key_file: /home/django/.ssh/id_rsa_ansible ho... le_ssh_user: root ansible_ssh_private_key_file: /home/django/.ssh/id_rsa4096_freifunk_2014
Ansible @linux:ansible
36 Treffer, Zuletzt geändert:
erlich sind. # vim /etc/ansible/beispiel.yml <file yaml /etc/ansible/beispiel.yml>--- #YAML start Be... name: <your service name> … #YAML end syntax </file> ==== Facts ==== Ansible ermittelt bei jedem Auf... hdir: /var/www/html/demo/webseite - file: src: '/tmp/{{ item }}' dest:... -i INVENTORY, --inventory=INVENTORY, --inventory-file=INVENTORY specify invento
Ansible - einfaches Playbook-Beispiel: Bedingtes Kopieren @linux:ansible
67 Treffer, Zuletzt geändert:
hnis **''~/ansible''** an $ vim 04_repro.yml <file bash 04_repro.yml>--- - hosts: all become: true... sudoers: ansible tasks: - name: Place repo-file nausch.org for CentOS 8 right in place copy... on_major_version'] == "8" - name: Place repo-file nausch.org for CentOS 7 right in place cop... _facts['distribution_major_version'] == "7" ... </file> Im Arbeitsverzeichnis für unsere Ansible hatten
Bau eines Freifunk-Offloaders auf Basis eines Raspberry 4B @linux:ansible
216 Treffer, Zuletzt geändert:
IdentitiesOnly=yes Protocol 2 IdentityFile ~/.ssh/id_ed25519_ffmuc</code> Beim Parameter **... chlüssel]]** geben wir beim Parameter **''IdentityFile''** an. ==== Klonen des GIT-Repositories (Ansib... │   ├── templates │   │   │   ├── systemd-service-file.j2 │   │   │   └── vxlan-init.j2 │   │   └── vars... ition der Hosts erfolgt via **''hosts''**-Datei: <file bash ~/ansible/inventories/production/hosts># Dja
Erste Schritte Rund um Ansible @linux:ansible
67 Treffer, Zuletzt geändert:
ble.cfg''**. # vim /etc/ansible/ansible.cfg <file bash /etc/ansible/ansible.cfg># config file for ansible -- https://ansible.com/ # =====================... 2.ext.i18n # if set, always use this private key file for authentication, same as # if passing --privat... e-key to ansible or ansible-playbook #private_key_file = /path/to/file # If set, configures the path to
G&D StarSign Kryptographie USB Token S für ElsterAuthenticator unter Arch Linux
3 Treffer, Zuletzt geändert:
\\ vergleichen wir nun mit dem Wert aus dem json-File \\ **''76b87916444fd09c621a7b96fcb74e472c87395095... kompromittiert wurde! </WRAP> Mit dem Befehl **''file''** sehen wir uns kurz dennoch mal an, was wir nu... erzeichnis unseres aktuellen Nutzers haben. $ file ElsterAuthenticator_unix_60_0_0_x64.sh ElsterA
Router Advertisements mit radvd unter Arch Linux einrichten und nutzen
26 Treffer, Zuletzt geändert:
für unseren **radvd**: # vim /etc/radvd.conf <file bash /etc/radvd.conf># Configuration example for ... };</file> Wollen wir die Kondfigurationsdate ohne die Kom... : radvd -C, --config=PATH Set the config file. Default is /etc/radvd.d. -c, --configtest Parse the config file and exit. -d, --debug=NUM Set the debug
NTP-Zeitserver mit chrony unter Linux einrichten und nutzen
198 Treffer, Zuletzt geändert:
nyc's input or output are redirected from or to a file, the prompt will not be shown. The... w directive in the chronyd's configuration file or the cmdallow command in chronyc. By default, t... able to modify the chronyd's configuration file and restart it. OPTIONS -4 Wit... at were specified in the configuration file, or chronyc commands. Without the -n and -N optio
Ansible - weitere Beispiele: Admin Benutzer verwalten (v2) @linux:ansible
4 Treffer, Zuletzt geändert:
s mal eine Hülle für die weitere Bearbeitung an. <file c++ admins>linux_admins: - user : Vorname Nac... penssl passwd -6 --> key : ssh-key </file> === gehashtes Passwort === Damit wir keine PLAI... it inventories/production/group_vars/all/admins <file c++ admins>linux_admins: - user : Michael Nau... b38bv0oM9fw01erIZbw5yzDqeCC5 waennae@nausch.org </file> In diesem Beispiel haben wir also drei Admins mi
Ansible - erweiterte Konfigurationsbeispiele: Ansible mit Hilfe von Ansible einrichten @linux:ansible
45 Treffer, Zuletzt geändert:
~/ansible/playbooks/ansible_grundconfig_v1.yml <file c++ ~/ansible/playbooks/ansible_grundconfig_v1.ym... nfiguration anpassen" ansible.builtin.lineinfile: line: "{{ item.line }}" path: "/... e Directory Layout anlegen" ansible.builtin.file: path: '/home/{{ admin_user }}/{{ ansible... my-files main.yml befüllen" ansible.builtin.file: path: '/home/{{ admin_user }}/{{ ansible
Ansible cowsay: Die sprechende Kuh, oder auch mehr Getier oder doch nur puristisch mit dem Ansible Stdout Compact Logger? @linux:ansible
11 Treffer, Zuletzt geändert:
e) SYNOPSIS cowsay [-e eye_string] [-f cowfile] [-h] [-l] [-n] [-T tongue_string] [-W column] [-... he -f option specifies a particular cow picture file (``cowfile'') to use. If the cowfile spec contains '/' then it will be interpreted as a path relative to t
Ansible-Lint: Die Fusselbürste @linux:ansible
15 Treffer, Zuletzt geändert:
Ansible - Erweiterte Konfigurationsbeispiel: Roles @linux:ansible
52 Treffer, Zuletzt geändert:
Nagios Exporter und Prometheus @linux:prometheus
35 Treffer, Zuletzt geändert:
  • start.txt
  • Zuletzt geändert: 12.10.2024 12:43.
  • von django