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

About Daniel

This author has not yet filled in any details.
So far Daniel has created 53 blog entries.
6 05, 2017

iCal Calendar – PHP Code Library

By |2017-07-22T16:24:02+02:00May 6th, 2017|PHP, Programming|Comments Off on iCal Calendar – PHP Code Library

Due to a new feature development for the Joomla Extension Easy GCalendar we have created the iCal PHP Library. The Code is distributed under the MIT license and work also stand alone.   Installation The Codeninja iCal library is available via GitHub download only. Download Introduction This library offers a abstraction layer for creating iCal Calendars and .ics files. The output will be generated according RFC 5545. The following types are currently supported and could be used in combination: [...]

26 11, 2016

Easy GCalendar v1.1.1

By |2017-07-22T16:41:10+02:00November 26th, 2016|Changelog, Easy GCalendar|Comments Off on Easy GCalendar v1.1.1

[B] Added missing translation for limited calendar text [B] Fixed an issue with DateTime object PHP syntax

22 11, 2016

Easy GCalendar v1.1.0

By |2017-07-22T16:41:26+02:00November 22nd, 2016|Changelog, Easy GCalendar|Comments Off on Easy GCalendar v1.1.0

[N] Free / busy support for calendar items [N] Joomla Update Server integration [N] PHP 5.4 is now the minimum supported PHP version [X] Google API Client v2.1.0

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 [...]

23 07, 2016

Setup Hyper-V 2012 Replica with Certificate Based Authentication

By |2016-07-23T14:50:24+02:00July 23rd, 2016|Allgemein, Hyper-V, Virtualization|Comments Off on Setup Hyper-V 2012 Replica with Certificate Based Authentication

Pre requirements MakeCert is a MS certificate creation tool which generates self-singed certificates for testing purpose. We will need the makecert.exe to generate our self-singed certificates. (More Information’s could be found here https://msdn.microsoft.com/library/windows/desktop/aa386968.aspx) Test Environment Our Test environment has two servers without a domain that mean we will use a basic Workgroup setup for this HowTo (if the two servers will be part of the domain a replica with SSL setup you could leave out Step 5). Our setup looks [...]

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 [...]

24 05, 2016

Unidentified networks in Windows Server 2012 forced to be Private

By |2016-10-22T11:39:41+02:00May 24th, 2016|Allgemein, Windows Server|Comments Off on Unidentified networks in Windows Server 2012 forced to be Private

This article describes how we can force a network connection from Microsoft Windows "Network and Sharing Center" that is classified as an “Unidentified Network” to a private network e.g. to solve issues with the firewall rules. The problem is that Windows cannot classify the type of network, often due to there being no default gateway or DNS specified on local network connections. The default solution would be to make it public cause this offers the most restrictive level of network [...]

Go to Top