OneDrive OnPremise with SharePoint

Open folder

OneDrive is Microsoft’s tool for storing information in the cloud and having a synchronized copy on your computer. This solution is increasingly used by individuals to save their data, so we are left with users who uses their personal drive to store professional files. OneDrive is available in Office 365 offers, in company you may …

Read more



MariaDB : Access denied for user ‘root’@’localhost’

Just after installing MariaDB on Ubuntu / Debian, this error may appear if you try to connect with phpMyadmin. To solve / work around the problem, we will create another user with the same level of rights as root. 1. Open an SSH connection on the server. 2. Enter the following commands: 3. Restart the …

Read more



Sharepoint 2013 foundation: installation and configuration

Introduction In this tutorial, we will see how to set up Sharepoint 2013 foundation on Windows 2012R2. Although this version at the time of writing this article is more than 5 years old, it allows to discover Sharepoint before making its acquisition. SharePoint is a web portal that allows to set up within a structure …

Read more



Jenkins: centralizing the management of scheduled tasks

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 …

Read more



Starwind: setting up a highly available storage

Starwind console HA

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 …

Read more



GPO: Installing the FusionInventory Agent

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 …

Read more



Veeam ONE: installation and configuration

Overview backup

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 …

Read more



PRTG: Supervision of a QNAP NAS

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 …

Read more



PRTG: equipment dependent on a parent

Save

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 …

Read more



PRTG: Configure a Netflow Sensor

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 …

Read more