window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-SZT5S2F4W5', { 'anonymize_ip':true });
24 09, 2016

SNMP (v3) Monitoring with Debian & Ubuntu

By |2016-10-29T13:48:58+02:00September 24th, 2016|Debian, Linux|Comments Off on SNMP (v3) Monitoring with Debian & Ubuntu

With Version 3 of the SNMP Protocol Security comes to SNMP which makes a lot of things smarter but also a bit more complicate to configure. That is why I would like to give a small introduction How-To setup SNMP v3 within this blog article for all Debian and Ubuntu Linux Environments. Installing SNMP (daemon and agent) First at all we need to installing SNMP (daemon and agent) packages on the server: apt-get install snmp snmpd After the successful installation we [...]

24 05, 2016

Finding spam sending PHP scripts on a linux server

By |2016-10-29T13:50:15+02:00May 24th, 2016|Allgemein, Debian, Linux|Comments Off on Finding spam sending PHP scripts on a linux server

Sometimes there are users on a server that may have installed old PHP scripts with known security gaps this can cause that this PHP scripts will spam senders. Finding these PHP scripts could be very difficult. With the release of of PHP 5.3 they have added new functionality to make it easier to handel the tracking of spammers or exploited web forms. The new functions are affected by settings in the server php.ini, you should have a more detailed look on the [...]

9 04, 2010

Debian suPHP & Confixx

By |2016-10-22T11:39:41+02:00April 9th, 2010|Debian, Linux|3 Comments

Im nachfolgendem HOWTO wird die Installation / Migration (von mod_php) von suPHP auf einem Debian Linux System mit bereits installiertem Confixx beschrieben. Bitte beachten Sie vor der Installation: suPHP wird von Confixx erst ab Version 3.2 unterstützt. Installiern von suPHP auf dem Debian System: apt-get install libapache2-mod-suphp suphp-common Konfiguration von suPHP: Jetzt muss die Datei /etc/suphp/suphp.conf angepasst werden. Einstellung logfile Wert /var/log/apache2/suphp.log Beschreibung - Einstellung allow_file_group_writeable allow_file_others_writeable allow_directory_group_writeable allow_directory_others_writeable Wert true Beschreibung - Einstellung errors_to_browser Wert false Beschreibung Wert: [...]

4 06, 2009

VMWare-Server auf Debian Linux Installieren

By |2016-10-29T13:57:18+02:00June 4th, 2009|Allgemein, Virtualization|5 Comments

Installation des VMWare-Server 2 auf einem Debian Linux Hostsystem. 1. Herunterladen des VMWare-Server Paketes: VMWare-Server kann kostenlos über die Website: http://www.vmware.com/download/server/ herunter geladen werden. Hierfür müsste ihr auf der VMWare Webseite eingelogt sein, auf der Download Seite findet Ihr auch eure Kostenlose Seriennummer. 2. Installation der benötigten Pakete: apt-get update apt-get install psmisc make gcc autoconf libc6 libx11-6 libxtst6 libxext6 libxt6 libice6 libsm6 libxrender1 zlib1g Achtung unter Debian 5.x ist der gcc in version 4.1.3 Installiert VMWare Server benötigt zum [...]

Go to Top