how to change Windows NTP Server to OVH NTP (for example, for OVH Public Cloud servers)
OVH lacks of documentation, especially for windows, and when you find something, it’s too old. So here it is… how to change Windows NTP Server to OVH NTP…
Open POWERSHELL, check current state:
w32tm /query /peers
Set the NTP Server to OVH one:
w32tm /config /syncfromflags:manual /manualpeerlist:”ntp0.ovh.net”
Restart the w32time Service:
restart-service w32time (instead of stop-service w32time ; start-service w32time)
Check current state again:
w32tm /query /peers
If it says “State: Active” then everything went fine!
Done!
How to change email on ryanair website ?
Can I change my email on ryanair website ? Straight answer: ABSOLUTELY NOT!
Seems it’s waaay too complex for their technicians. Yes, they have a technology able to check for air reservations, and let you book a flight all over the world. And yes, you can easily change your name/surname, date of birth, password, and mobile number. But not the email: it’s just really really too much effort for them.
Hey, Ryainar, if you’re reading: if you want to hire me to add a “change” botton on your website, I’ll do it for free.
La vagabonda

Era lì, senza domandarsi quando fosse nata o chi fossero i suoi genitori.
Era lì a gironzolare, senza troppi pensieri.
Senza dover pensare agli affitti o ai mutui o alle tasse o al traffico del mattino…
How to disable freemake notifications and auto updater
So, you had enough of that annoying update notifications multiple times a day, when you don’t use Freemake products (like the Video Downloader) so often ? Here is how to disable freemake updater and freemake notifications at the same time.
Postmark vs Sendgrid
Very simple article. I am testing several transactional email services.
Among them, PostMark and Sendgrid.
Let’s go straight to the results without wasting any time…
AjaxControlToolkit.Sanitizer class disappeared ?
So, you just updated your AjaxControlToolkit, and found out you don’t have anymore AjaxControlToolkit.Sanitizer class, right ? And there’s not even ONE single post on all the world talking about it, right ? Ok, you’ve come in the right place.
This is what happens when Microsoft starts behaving with *nux (il)logic, that is “fcb”: fuck backward compatibility !!! You wrote your code more than 2/3 years ago ? You’re old ! You should be banned ! Nothing should last so long !!!
The solution is…