Monat: Februar 2018

Install gcc

apt-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

Weiterlesen

Install Webmin

Installation 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

Weiterlesen

Install DBD::mysql

If the installation with CPAN perl -MCPAN -e ‘install DBD::mysql does not work Running install for module ‘DBD::mysql’ Checksum for /root/.cpan/sources/authors/id/M/MI/MICHIELB/DBD-mysql-4.041.tar.gz ok Configuring M/MI/MICHIELB/DBD-mysql-4.041.tar.gz with Makefile.PL Can’t exec “mysql_config”: No

Weiterlesen

Install OpenDKIM

Install 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

Weiterlesen