How to install Ms Sql Server vNext on Debian 8 Jessie

better_linux_boxMicrosoft surprised the IT world with the announcement about the new MS SQL Server that is able to run on Linux. In this post I’ll show hot to install Sql Server on Debian 8 Jessie.

apt-get update
apt-get upgrade
apt-get install curl apt-transport-https sudo 

Add to /etc/apt/sources.list this backports

deb http://ftp.debian.org/debian jessie-backports main

After that you’ll be able to install jessie-backports openssl

apt-get install -t jessie-backports openssl

Continue reading

Azure Mobile Client SDK e Google OAuth: un amore finito ?

Penso che molti di Voi avranno letto con apprensione l’annuncio apparso nel Developer blog di Google (Modernizing OAuth interactions in Native Apps for Better Usability and Security – in linkografia) in cui si dice che non verrà più supportato l’autenticazione oAuth con le web-view, guarda caso quella utilizzata proprio dal’SDK di Azure Mobile Client.

Senza scendere troppo nel dettaglio quando si usa l’autenticazione di Google per accedere ai servizi Azure, e l’SDK Azure Mobile Cliente, al lancio del comando loginasync del citato SDK si viene direzionati a una pagina web che ci chiede la userid e password: l’oggetto del contendere è in pratica il modo in cui viene visualizzata tale pagina,

Continue reading

Fax & Voip – Part 3/3 – Baud Rate & Fax Relay

oldfaxmachineDecrease Baud Rate and turning off ECM
Packet loss, jitter, and latency all add up to corrupt a fax transmission in VoIP env
and unfortunately also in Asterisk PBX.

When a fax machine determines that some data is lost, it will shut down the entire fax transmission, even though you would still have a workable document.

By slowing down the transmission speed up to 9600 bps, you’ll increase the probability that all the faxes will be transmitted or received correctly.

To slowing down the BAUD rate to 9600 bps you need to check the parameteres of the fax device. Continue reading