Wingate365 - Business Central, Dynamics 365, Microsoft cloud and technology notes by Andy Wingate.

More posts

Photo Station QNAP

If after trying the in-built photo web service for a bit you give up on it. Which is inevitable as its terribly slow, using normal home broadband in any case. It can be a pain to …

Mount SMB in QNAP

# mount.cifs //Server/Share /mnt/win7/test -o username=xxx,password=xxx This command will mount the folder ‘Share’ hosted on ‘Server’ into the nix folder …

SMTP test from telnet

Need to test out access to a mail server? From GNU/linux is easiest, fire up the terminal You will need your username and password as base64, to get these use perl perl …