Google Analytics: track outgoing clicks with jQuery
The script below allows you to track clicks to external links to your website. In addition, I leave you the code to track PNG image openings and zip file downloads.
The script below allows you to track clicks to external links to your website. In addition, I leave you the code to track PNG image openings and zip file downloads.
Introduction Jenkins is a free open source software for continuous integration. It is normally used by development equipment to ensure non-regression of source code. In turn, it is possible to use Jenkins as a scheduler to centralize the administration of scheduled Windows and / or Linux tasks. I propose in this article to explain how …
StarWind Virtual SAN is software that turns Windows into an iSCSI target server. The advantage of StarWind is that it can be used to put the storage in high availability by installing two StarWind servers, because this is managed at the software level, it can be used with any type of storage (SAN, DAS) and …
Introduction In this article, I propose a PHP function to display similar articles on your WordPress site. Following the hacking of the plugin Yuzo Related Post that I used on the site, I finally decided to do without plugin to do that. To have a demo, I invite you to browse the site to see …
Following the many messages that I can see on the forum regarding the installation of the FusionInventory agent, I will explain how I have been proceeding for several years. In this article, I will explain how to install the FusionInventory agent using a script that runs when the computer starts up. It is possible to …
Veeam ONE is a “free” software package offered by Veeam for virtual infrastructure supervision. Veeam ONE consists of software: Installation of Veeam ONE 1. Mount the ISO on the server where Veeam ONE is to be installed. 2. Start the installation program by clicking on the file Setup.exe 1 . 3. (Optional) If the UAC …
In this tutorial, I will explain how to supervise a QNAP NAS with PRTG. PRTG integrates a model for QNAP NAS that allows the automatic creation of the following sensors: QNAP system status Physical disks Logical disks. Configure the SNMP Agent on the NAS 1. On the NAS web interface, open the control panel and …
PRTG allows you to create dependencies between multiple devices. This allows in case of failure of a device to pass the others automatically paused. This parameter can be used with servers and a switch. In this tutorial, we will use it to bind a server to a database instance. If on a server, there are …
PRTG has a Netflow sensor, which makes it possible to transform it into a Netflow server so that network flows can be analyzed. Before configuring the sensor, you must set the network equipment to send the streams to PRTG. 1. From the equipment, add sensor 1 . 2. In the search area 1 enter netflow then …
In this tutorial, we will see how to add custom fields using the Fields plugin. Fields allows you to add custom field blocks in the different elements of GLPI to customize the information. To illustrate this tutorial, we will add fields to the computers to save the backup information. For the fields, I relied on …