WinRM, exceeded MaxEnvelopeSize quota

Today, while I was configuring an Exchange 2010 server, I got the following error: The WinRM […] was notified that the request size exceeded the configured MaxEnvelopeSize quota The MaxEnvelopeSize parameter defines the maximum size (in Kb) of a single SOAP request. Sometimes you may need to increase the value to be able to run a big script/command…

Microsoft Exchange without using Outlook

If you have a mailbox hosted on a Microsoft Exchange server, you’re probably using Outlook (or its web variant) as mail client. Thanks to a suggestion by a colleague, I’ve just discovered a way to access your Exchange mailbox (including calendar and contacts) using any mail clients. You only need to install on your PC an opensource…

Eagle – PCB quote generator

The PCBShopper website compares the prices of the most used PCB services. Jeremy Ruhland published on his Github’s repository an Eagle script (ulp, user language program) that automatically gets the required information from an Eagle project and compiles the PCBShopper web form. Let’s see how to use it: – first click on pcbshopper.ulp and display his source code (RAW button). – save…

Raspberry, how to update node.js

If you read some of my latest projects (for example Home automation with Telegram BOT) you probably noticed that I really like the node.js javascript runtime. The framework is frequently updated (the moment I’m writing the latest version is 4.3.1) but if you use a Raspberry Pi running Raspbian you may have found that the official packages are quite outdated. For example, if…

Arduino clones with CH340G IC

Recently, I received some Arduino clones, mostly from chinese webstores, that use the CH340G chip as USB-to-serial converter instead of the more common (and I suppose more expensive) FTDI chip: Windows natively does not support that chip, which is not automatically recognized: You must download the driver from the manufacturer’s website. Once unzipped, you can update the driver…