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

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

23 05, 2016

Add Server to Windows 2012 Server Manager within a Workgroup

By |2016-10-22T11:39:41+02:00May 23rd, 2016|Allgemein, Windows Server|Comments Off on Add Server to Windows 2012 Server Manager within a Workgroup

With Windows Server 2012 you can manage multiple remote servers by using Server Manager. Servers that you may want to manage with the Server Manager can run with Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 R2 and Windows Server 2008. In this article we have a Workgroup (non-domain) environment to which we want to add multiple server via the Server Manager. First of all we look at the current TrustedHosts list to become an overview of all listed [...]

23 05, 2016

Change the Network Category in Windows Server 2012 with PowerShell

By |2016-10-22T11:39:41+02:00May 23rd, 2016|Allgemein, PowerShell, Windows Server|Comments Off on Change the Network Category in Windows Server 2012 with PowerShell

This article describes how we can change the network category from “Public network” to “Private network” with the Windows PowerShell. First let us get a list of all available network profiles on your system. Get-NetConnectionProfile Now let us change the network category to Private, (use the InterfaceIndex number from the selected network profile within the Set command). Set-NetConnectionProfile -InterfaceIndex 17 -NetworkCategory Private  

19 03, 2016

Easy GCalendar PRO – Is Now On Sale

By |2016-10-22T11:50:39+02:00March 19th, 2016|Allgemein, Joomla, Joomla 3.0|Comments Off on Easy GCalendar PRO – Is Now On Sale

I am pleased to finally announce the start of the public sale of Easy Calendar PRO today. Without the need to fill any Contact Sales Forms except you'll need to request a custom offer! Please go to Easy GCalendar and use the "Buy Now!" button to place your order via our sales partner (http://www.mycommerce.com/de/).

5 02, 2016

Easy GCalendar Lite & PRO v1.0.2 has been released

By |2016-10-22T11:39:41+02:00February 5th, 2016|Allgemein, Joomla, Joomla 3.0|Comments Off on Easy GCalendar Lite & PRO v1.0.2 has been released

I'm glad to pronounce the new release of Easy Calendar today. Furthermore we have found a solution for the customers that are interested in to buy the PRO version of this extension. Please go to Easy GCalendar and use the "Contact Sales" button to request an individual offer! Easy GCalendar Version: 1.0.2 (Date: 04.02.2016) *BUGFIX* Fixed small issues with an term translation. *NEW* Added fr-FR language package

27 09, 2014

Easy Image Rotator v2.0.3 has been released

By |2016-10-22T11:39:41+02:00September 27th, 2014|Allgemein, Joomla, Joomla 2.5, Joomla 3.0|Comments Off on Easy Image Rotator v2.0.3 has been released

Easy Image Rotator v2.0.3 has been released for Joomla 2.5 and Joomla 3.x see below the release notes Release notes v2.0.3: *imp* enhanced css and js includes *bug* fixed W3C validator issues You can get the latest version there Downloads

Go to Top