apt config deleted – get new files
apt-get remove –purge icinga2* apt-get –reinstall install icinga2
apt-get remove –purge icinga2* apt-get –reinstall install icinga2
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
Durch folgendes Kommando kann man eine Firefox Zweitinstallation anlegen. Der Befehl öffnet den Profil Manager von Firefox, in dem man beliebig viele Benutzer anlegen kann. firefox -P Dann ein neues Profil erstellen für den neuen Nutzer.
How to solve the nginx 413 – request entity too large error? nano /etc/nginx/nginx.conf client_max_body_size 2M;
Bei mir wurden in Oxid trotz der konfigurierten Auswahlliste die Preise nicht aktualisiert. Das lag daran, dass ich kein Häkchen gesetzt hatte unter: Stammdaten -> Grundeinstellungen -> Performance -> Preisänderungen durch Auswahllisten unterstützen
Oxid – Auswahlliste – Preise werden nicht angezeigt Weiterlesen »
I noticed that all dedicated devices in my network had a very low upload speed. On all of my virtual machines i had the full speed of my internet connection. The problem was my network card (DeLOCK PCI Express Karte
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 »
Durch diesen Befehl könnt Ihr eure Audioaufnahme von m4a zu mp3 konvertieren: ffmpeg -i Neue\ Aufnahme\ 4.m4a -acodec libmp3lame -ab 128k converted.mp3
Different error meanings for zoneminder: socket_sendto( /var/run/zm/zms-152934s.sock ) failed: No such file or directory That happens when your Apache ScriptAlias directive is configured incorrectly or overlaps with another ScriptAlias The standard apache2 scriptalias overlaps with the zoneminder config. Just comment
I had the problem that my date was set correctly but in the logs it was different. Solution: Try to restart syslog. systemctl restart rsyslog