Install Munin client
Munin is a free and open-source monitoring tool. Munin is written in Perl. Update the system and install packages apt update && apt install munin-node -y allow access for munin
WeiterlesenKnowledgebase von Gerald Allerstorfer
Munin is a free and open-source monitoring tool. Munin is written in Perl. Update the system and install packages apt update && apt install munin-node -y allow access for munin
Weiterlesenapt-get update && apt-get install build-essential The following additional packages will be installed: binutils cpp cpp-5 dpkg-dev fakeroot g++ g++-5 gcc gcc-5 libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan2 libatomic1 libc-dev-bin libc6-dev
Weiterlesenvi /etc/rsyslog.conf # provides UDP syslog reception module(load=“imudp“) input(type=“imudp“ port=“514″) # provides TCP syslog reception module(load=“imtcp“) input(type=“imtcp“ port=“514″) restart syslog server service syslog restart check config netstat -tulpn | grep
WeiterlesenInstall OpenDKIM apt update && apt -y dist-upgrade && apt -y install opendkim opendkim-tools Configure OpenDKIM vi /etc/opendkim.conf AutoRestart Yes AutoRestartRate 10/1h SyslogSuccess Yes LogWhy Yes Canonicalization relaxed/simple ExternalIgnoreList refile:/etc/opendkim/TrustedHosts
WeiterlesenInstall Git apt-get install git Install Certbot cd /opt git clone https://github.com/certbot/certbot Stop Apache service apache2 stop Generate certificate cd /opt/certbot/ ./certbot-auto certonly –standalone –rsa-key-size 4096 -d domain.xx -d www.domain.xx
WeiterlesenThis installation guide is tested with Nextcloud 11 and Ubuntu 16.04 x64. Nextcloud OCR (optical character recoginition) processing for images and PDF brings OCR capability to your Nextcloud server. Currently
Weiterlesen