FastCGI sent in stderr: Primary script unknown
Folgende Fehlermeldung: FastCGI sent in stderr: Primary script unknown Lösung fastcgi_param SCRIPT_FILENAME is set to an non existing file
FastCGI sent in stderr: Primary script unknown Weiterlesen »
Webserver, Datenbanken, Mailserver, Verschlüsselung
Folgende Fehlermeldung: FastCGI sent in stderr: Primary script unknown Lösung fastcgi_param SCRIPT_FILENAME is set to an non existing file
FastCGI sent in stderr: Primary script unknown Weiterlesen »
How to reinstall a linux package with all of the config files in pacman? # search for missing files # if you have removed the nginx.conf it should be recreated pacman -Qk # install package / automatically reinstalled pacman -S
How to create an arch vm (virtual machine) in vagrant: The nicest thing about vagrant: If you have installed virtualbox you can see the vm and connect to it via gui. The installation is very easy and very fast! #
Install a Arch Server VM automatically with Ansible: Code on github: https://github.com/mattionline/ansible-arch-server create arch server vm (kvm) and install it first script: create arch vm with kvm/virt second script: setup/configure/install the arch vm from the live cd create the arch
Arch – Create ISO file which automatically boots into installation process Download the arch ISO file:http://mirror.rackspace.com/archlinux/iso/latest/ mkdir /tmp/arch mount archlinux-2017.08.01-x86_64.iso /tmp/arch cp -r /tmp/arch ~/arch cd arch unsquashfs arch/x86_64/airootfs.sfs cd squashfs-root mount -t proc proc proc/ mount -t sysfs sys
Arch – Create ISO – automatically boot into shell Weiterlesen »
Zoneminder installieren – Videoanleitung Schritt für Schritt – Einbinden der Kameras, Sensitivität, Bildausschnitt und Aufzeichnung einstellen Wie kann man die Videoüberwachungssoftware Zoneminder installieren? Diese Anleitung ist für Debian Jessie (Linux Server) Viele haben Probleme Zoneminder zu installieren. Deswegen hier die
Error message sh: 0: getcwd() failed: No such file or directory: Solution If you get this error message via apt-get you are currently in a folder which is no longer existing. Just change your directory and the error message will
sh: 0: getcwd() failed: No such file or directory Weiterlesen »
Solution to the error: ‚Access denied for user ‚debian-sys-maint’@’localhost‘ (using password: YES)‘. After a mysql database import i got this error message from cron. Error Message /etc/cron.daily/logrotate: connect to server at ‚localhost‘ failed Access denied for user ‚debian-sys-maint’@’localhost‘ (using password:
When the following error appears at the zoneminder surveillance system: SQL-ERR ‚SQLSTATE[HY000]: General error: 1366 Incorrect integer value: “ for column ‚ServerId‘ at row 1 Zoneminder Error Solution nano /etc/mysql/mysql.conf.d/mysqld.cnf #insert at the end of the file sql_mode = NO_ENGINE_SUBSTITUTION service
How to prevent the fail2ban logs: lost connection after auth from unknown Output of the fail2ban log file Jul 20 14:57:56 mattionline postfix/smtpd[997]: connect from unknown[103.238.231.244] Jul 20 14:57:56 mattionline postfix/smtpd[997]: lost connection after CONNECT from unknown[103.238.231.244] Jul 20 14:57:56
fail2ban – lost connection after auth from unknown Weiterlesen »