Linux

Webserver, Datenbanken, Mailserver, Verschlüsselung

apache2 – reverse proxy configuration file

Configuration of a reverse proxy from the apache2 webserver to another webserver / website: a2enmod proxy a2enmod proxy_http nano /etc/apache2/sites-available/000-default.conf <VirtualHost *:80>         ProxyPreserveHost On         ProxyPass / http://192.168.2.132:3000/         ErrorLog ${APACHE_LOG_DIR}/error.log         CustomLog ${APACHE_LOG_DIR}/access.log combined </VirtualHost>

apache2 – reverse proxy configuration file Weiterlesen »

Teamspeak 3 Sinusbot installieren

Teamspeak 3 Musikbot unter Linux. Sinusbot installieren und youtube-dl, zum Abspielen von Musik (Debian 8). So installiert Ihr sinusbot auf eurem Rootserver apt-get install x11vnc xvfb libxcursor1 ca-certificates bzip2 -y update-ca-certificates apt-get install libglib2.0-0 wget http://youtube-dl.org/downloads/2016.06.14/youtube-dl -O /usr/local/bin/youtube-dl chown sinusbot /usr/local/bin/youtube-dl

Teamspeak 3 Sinusbot installieren Weiterlesen »

Icinga2 Installation under Debian (Graphite & Grafana)

Tutorial: Icinga2 Installation with graphite and grafana under debian 8.4 jessie Ansible playbook to install icinga2/icingaweb2 on arch linux: https://github.com/mattionline/ansible-install-icinga2/blob/master/installmonitoring.yml first you need to add the debmon sources (Debian Monitoring Project) cat <<EOF >/etc/apt/sources.list.d/debmon.list deb http://debmon.org/debmon debmon-jessie main EOF wget

Icinga2 Installation under Debian (Graphite & Grafana) Weiterlesen »

Nach oben scrollen