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
WeiterlesenInstallation instructions for Ubuntu 16.04 and 18.04. Add the official Webmin APT repository vi /etc/apt/sources.list.d/webmin.list deb http://download.webmin.com/download/repository sarge contrib Install official GPG key cd wget http://www.webmin.com/jcameron-key.asc apt-key add jcameron-key.asc rm
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
WeiterlesenA common logrotate error if the mysql password is missing in /etc/mysql/debian.cnf Anacron job ‚cron.daily‘ on Ubuntu /etc/cron.daily/logrotate: mysqladmin: connect to server at ‚localhost‘ failed error: ‚Access denied for user
Weiterlesensystemctl status docker active (running) docker info docker ps -a docker stop 7e9c9d3cf458 docker rm 7e9c9d3cf458 docker images docker run -i -t 7e9c9d3cf458 /bin/bash docker log 7e9c9d3cf45 docker system prune
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
WeiterlesenIn Ubuntu, the default shell is dash, but for many applications bash is mandatory, e.g. for ISPConfig. ls -al /bin dpkg-reconfigure dash ls -al /bin
Weiterlesenmod_fcgid führt PHP nicht mit Berechtigung des Webservers aus (normalerweise apache oder www-data), sondern mit der des Eigentümers. Dies ist auf gemeinsam benutztem Webspace mit verschiedenen virtuellen Hosts natürlich wesentlich sicherer, weshalb Webinterface-Manager
WeiterlesenGenerate 4096 bit DH key openssl dhparam -out /etc/ssl/certs/dhparams.pem 4096 Apache configuration SSLEngine onSSLOpenSSLConfCmd DHParameters „/etc/ssl/certs/dhparams.pem“SSLOpenSSLConfCmd ECDHParameters secp384r1SSLOpenSSLConfCmd Curves secp521r1:secp384r1 See also SSL Labs Test: Rating 100% A+ (german)
Weiterlesen