We have seen in the previous article, how to implement the ADAL Authentication in Angular 6. Now we can see, how to do, for init…
Angular 6 – ADAL Authentication
Today i want to talk to you about Microsoft ADAL (Azure Active Directory Authentication Library). ADAL allows users to authenticate in Active Directory (AD) local…
Angular 6 Material – MatDatePicker italian format dd/MM/yyyy
Material Angular is very very useful library to generate beautiful app with material design and use all the power of angular.Today we can see how…
Angular 6 – IE 11 method fill not supported
You have created your angular app and now you have some error about method fill, for example: “Object doesn’t support property or method ‘fill’”. Line…
Complete Guide Ionic 3 Firebase with cordova plugin firebase
Okay let’s start to integrate in our Ionic 3 app the Firebase Google Cloud Message with the cordova plugin firebase.In the Ionic 3 we can…
ElasticSearch 5 – NEST Dynamic QueryContainer with QueryContainerDescriptor
How can i create a dynamic QueryContainer with many QueryContainerDescriptor? How to dynamically build up a Bool query using the NEST client? I will teach you how…
ElasticSearch 5 – How to start using NEST C# .net
In this guide i want to show you how to start in c# .net framework with ElasticSearch version 5, with the library NEST. WHAT IS…
[CVE-2017-1000253] Linux kernel security bug fixed
How to report on zdnet on their article there is a serious bug with linux kernel identified as CVE-2017-1000253: § Centos6 con Kernel < 2.6.32-696.10.3 §…
Aruba VPS Centos VMware – Come aumentare lo spazio hdd
Oggi vedremo come aumentare lo spazio (ripartizionare) dell’hard disk, una volta eseguito l’upgrade sul vostro vps aruba. fdisk -l parted /dev/sda/ Per creare una nuova…
How to reset mysql root password
Pratical and best guide that i have tried from many others that founded on web about how to reset mysql root password on linux server.…