files

Suche

Unten sind die Ergebnisse Ihrer Suche gelistet.

Fail2ban unter CentOS 6.x @centos
140 Treffer, Zuletzt geändert:
[http://exchange.nagios.org/directory/Plugins/Log-Files/check_logfiles/details| check_logfiles]] kann mit... ntication errors Description : Fail2Ban scans log files and bans IP addresses that makes too many passwor... fined by the user. Fail2Ban can read multiple log files such as sshd or Apache web server ones. Fail2Ban... or other actions and configurations. (contains no files) </code> # rpm -qil fail2ban-server <code>Nam
Installation und Konfigurationsdateien von Postfix unter CentOS 7.x @centos:mail_c7
127 Treffer, Zuletzt geändert:
postfix/post-install /usr/libexec/postfix/postfix-files /usr/libexec/postfix/postfix-script /usr/libexec/... L-RedHat.txt /usr/share/doc/postfix-2.10.1/README_FILES /usr/share/doc/postfix-2.10.1/README_FILES/AAAREADME /usr/share/doc/postfix-2.10.1/README_FILES/ADDRESS_CLASS_README /usr/share/doc/postfix-2.10.1/
Postfix, der sichere Mailserver (MTA) unter CentOS 7.x @centos:mail_c7
102 Treffer, Zuletzt geändert:
at service in the first place. The files in the examples/chroot-setup subdirectory of the ... postconf(5), configuration parameters README FILES Use "postconf readme_directory" or "postc... ions are logged to syslogd(8). Corrupted message files are marked so that the queue manager can ... le (empty) Zero or more PEM-format files with trust-anchor certificates and/or pub‐
Installation und Konfigurationsdateien von Postfix 3 unter CentOS 7.x @centos:mail_c7
68 Treffer, Zuletzt geändert:
/etc/postfix/master.cf.proto /etc/postfix/postfix-files /etc/postfix/relocated /etc/postfix/transport /et... SL-RedHat.txt /usr/share/doc/postfix-3.3.2/README_FILES /usr/share/doc/postfix-3.3.2/README_FILES/AAAREADME /usr/share/doc/postfix-3.3.2/README_FILES/ADDRESS_CLASS_README /usr/share/doc/postfix-3.3.2/RE
Host based Intrusion Detection System mit AIDE unter Arch Linux @linux
65 Treffer, Zuletzt geändert:
-> Found aidecheck.timer ==> Validating source files with b2sums... aide-0.19.tar.gz ... Passed ... oss compiling... no checking for suffix of object files... o checking whether the compiler supports GNU C... g for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking whether ld supports "-z,relro"...
Logfileanalyse und -Auswertung mit (Better-)AWStats unter CentOS 7.x @centos:web_c7
45 Treffer, Zuletzt geändert:
as erste Modul erstellt an Hand der gewählten LOG-Files entsprechende zusammengefasste Statistikfiles. Da... ountries, OS busiest times, robot visits, type of files, search engines/keywords used, visits duration, H... # This is to permit URL access to scripts/files in AWStats directory. # <Director... /etc/awstats/htpasswd; # Static awstats files: HTML files stored in DOCUMENT_ROOT/awstats/
Installation des Mailinglistenservers Mailman unter CentOS 7.x @centos:mail_c7
43 Treffer, Zuletzt geändert:
dditional mailman documentation, or other mailman files. IMPORTANT NOTE FOR USERS UPGRADING FROM A PREVI... Red Hat mailman rpms installed all of the mailman files under /var/mailman. This did not conform to t... and scripts are located in /usr/lib/mailman, lock files are in /var/lock/mailman, the pid file is in ... are in /var/spool/mailman, and configuration files have been moved to the new /etc/mailman. If
Erste Schritte Rund um Ansible @linux:ansible
40 Treffer, Zuletzt geändert:
─ ansible.cfg ├── hosts └── roles 1 directory, 2 files </code> ==== /etc/ansible/ansible.cfg ==== Fast ... # templates indicates to users editing templates files will be replaced. # replacing {file}, {host} and ... :6379:0 #fact_caching_connection=/tmp # retry files # When a playbook fails a .retry file can be crea... ~/ # You can enable this feature by setting retry_files_enabled to True # and you can change the location
TLS-Verbindungen, verschlüsselte Kommunikation für Postfix 3.x unter CentOS 7 @centos:mail_c7
35 Treffer, Zuletzt geändert:
s that read the consolidated configuration files found in the /etc/pki/ca-trust/extracted director... guration in a fixed location, contained in files with particular path and name, or by referring to... ble replacements for classic configuration files and for the classic NSS trust module named ... enable legacy applications, that read the classic files or access the classic module, to make use
Mailserver - Logfileauswertungen unter CentOS 7.x @centos:mail_c7
33 Treffer, Zuletzt geändert:
ufruf ==== Die automatische Befüllung der **rrd**-files übernimmt ein cronjob, der jede Minute das Script... ME use NAME.rrd and NAME_virus.rrd for the rrd files\n"; print " --rbl-is-spam count rbl... ME use NAME.rrd and NAME_virus.rrd for the rrd files --rbl-is-spam count rbl rejects as spam --... n/bash # Django : 2015-02-26 # Einsammeln der RRD-Files von den einzelnen Mailservern cd /home/mx-transf
IT Infrastruktur und Sytem Monitoring mit Nagios unter CentOS 7.x @centos:web_c7
29 Treffer, Zuletzt geändert:
he core program, web interface, and documentation files for Nagios. Development files are built as a separate package. /etc/httpd/conf.d/nagios.conf ... │   │   ├── check_mysql_open-files.cfg │   │   ├─... TION FILE(S) # These are the object configuration files in which you define hosts, # host groups, contact
Mailserver - Logfileauswertungen unter CentOS 6.x @centos:mail_c6
28 Treffer, Zuletzt geändert:
ufruf ==== Die automatische Befüllung der **rrd**-files übernimmt ein cronjob, der jede Minute das Script... pache/access.log.gz |" # If there are several log files from load balancing servers : # Example: "/pathto... atistics, it stores results of its analysis in # files (AWStats database). All those files are written in the directory # defined by the "DirData" parameter. S
Ansible - einfaches Playbook-Beispiel: Bedingtes Kopieren @linux:ansible
26 Treffer, Zuletzt geändert:
ace copy: src: /home/django/ansible/files/CentOS8/nausch.org.repo dest: /etc/yum.r... CentOS 7 right in place copy: src: files/CentOS7/nausch.org.repo dest: /etc/yum.r... en Dateien vorhalten werden. $ mkdir ~/ansible/files/CentOS7 $ mkdir ~/ansible/files/CentOS8 \\ Die **CentOS 7** spezifische Repo-Datei **''nausch.org.re
TOFU - Trust On First Use - SSH Zertifikate @linux:ssh
24 Treffer, Zuletzt geändert:
set on a host-by-host basis in the configuration files; see the Compression option in ssh_config(5). ... /.ssh/config. If set to “none”, no configuration files will be read. -f Requests ssh to go ... ~/.ssh/id_ed25519_sk and ~/.ssh/id_dsa. Identity files may also be specified on a per-host basis in the ... ties specified in configuration files). If no certificates have been explicitly specif
Bau eines Freifunk-Offloaders auf Basis eines Raspberry 4B @linux:ansible
22 Treffer, Zuletzt geändert:
niedrigerer Priorität für diese Rolle │ ├── files # Verzeichnis "files" │ │ └── main.yml # (Skript-)Dateien zur Verwend... ~/ansible/roles/common/{tasks,handlers,templates,files,vars,defaults,meta,library,module_utils,lookup_pl... ~/ansible/roles/common/{tasks,handlers,templates,files,vars,defaults,meta}/main.yml */ === Ansible-Konf
Dovecot, "der" IMAP-Server unter CentOS 7.x @centos:mail_c7
12 Treffer, Zuletzt geändert:
Ansible @linux:ansible
9 Treffer, Zuletzt geändert:
rsync-Server unter CentOS 8.x einrichten @centos
7 Treffer, Zuletzt geändert:
Nitrokey Pro in der Praxis unter Linux Mint 20 @nitrokey:linuxmint
6 Treffer, Zuletzt geändert:
Webmail mit Roundcube unter CentOS 7.x @centos:mail_c7
5 Treffer, Zuletzt geändert:
Einrichten von Asterisk 14.x unter CentOS7 @voip:c7:asterisk14
4 Treffer, Zuletzt geändert:
SRS - Sender Rewriting Scheme unter CentOS 7.x @centos:mail_c7
4 Treffer, Zuletzt geändert:
Nitrokey Start in der Praxis unter Fedora 29 @fedora:nitrokey
3 Treffer, Zuletzt geändert:
Nitrokey Pro in der Praxis unter CentOS 7.x @centos:nitrokey
3 Treffer, Zuletzt geändert:
Nitrokey Start in der Praxis unter ArchLinux @nitrokey:arch
3 Treffer, Zuletzt geändert:
Nitrokey Start in der Praxis unter CentOS 7.x @centos:nitrokey
3 Treffer, Zuletzt geändert:
Nitrokey 3A mini in der Praxis unter ArchLinux @nitrokey:arch
2 Treffer, Zuletzt geändert:
NitroPad X230 @nitrokey
1 Treffer, Zuletzt geändert:
Secure Shell - ssh @centos
1 Treffer, Zuletzt geändert: