Apache2 with PHP-FPM

PHP-FPM is another way to use PHP with Apache2, we forget the libmod-apache2-phpX. PHP-FPM is a variant of FAST-CGI. PHP-FPM has the advantage of no longer being embedded in Apache. So PHP is used / called when needed.(When an image is requested PHP does not need to be loaded). PHP-FPM installs PHP as a service …

Read more

Veeam – extracting a backup with the Export Backup

Select point

With version 9.5u4, a new feature has been added to Veeam which is the Export Backup. The export backup is used to extract (export) files from a backup, a restore point of a virtual machine. This feature can, for example, make it possible to extract from a backup chain a virtual machine that is deleted …

Read more

Centreon: installation, configuration and supervision of equipment

In this tutorial, we will see how to set up Centreon, which is a Linux (CentOS) monitoring solution. The points addressed are the following: Installation of the distribution by an ISO 1. Start on the ISO. 2. Select CENTOS language 1 and click on Continue 2. 3. Click INSTALLATION TYPE 1. 4. Choose option 1 …

Read more

Update Veeam Backup and Replication

Console Veeam

In this tutorial, we will see how to update the Veeam Backup and Replication backup software. This operation is usually carried out once or twice a year. Schedule the update operation at a time when no job is in progress (Backup, Backup Copy, Replication …). Allow 1 to 2 hours to complete Veeam. The captures …

Read more

Veeam Agent 3 for Windows: Installation and Configuration

Veeam Agent

The Veeam Agent allows physical or virtual computer backup directly from Windows unlike Veeam Backup & Replication which manages the backup of virtual machines from the Hypervisor (VMware, Hyper-V). Version 3 of the agent is available since January 2019 with the following new features: Change of the interface (even more sober). Optimized backup management Supports …

Read more

IIS pac and dat files for proxy configuration

Add types mime

By default, IIS does not issue files with .dat and .pac extensions for automatic proxy configuration. If we try to attach to retrieve the file a 404 error page is displayed. Allow proxy configuration files You must declare MIME Types on the IIS server. 1. Open the console, go to server 1 and click on …

Read more

Admin Center: Create a Virtual Machine on a Hyper-V Host

Admin Center - VM resume

In this tutorial, we will have how to create a virtual machine with the Admin Center interface on a Hyper-V host. Prerequisites: Admin Center installed Hyper-V server Server added in the Admin Center Create a virtual machine 1. On the Admin Center, from the list of connections, click on the Hyper-V server. 2. If the …

Read more

Approval relationship between this workstation and the primary domain failed

Windows 7/8/2008/2012 Here is how to fix this problem : 1. Log in with a local administrator account 2. Launch a command window in administratorr 3. Enter the following command: NETDOM RESETPWD /s:fqdn.controleur.de.domaine /ud:compte-admin@domaine.local /pd:MotDePasse 4. Restart the computer Windows 10/2016/2019 With Windows 10, there are several solutions to fix the problem, which we will …

Read more