Synology NAS SMB 3 Windows Connection Issues

smb-3

Synology recently released DSM version 5.2-5565 and with that came some updates for SMB v3 (SMB 3). By default, DSM is set to use SMB 2, and when you change the option to use SMB 3, it seems to “reset” all of your connections.

ANY open connections or mapped drives will not work right away

What that means is that ANY open connections or mapped drives will not work right away; you may have to disconnect and re-connect them all. I actually had to remove my mapped drives and then reconnect them to get them to function properly. I think that may be remedied by a reboot, but I didn’t try that (since I don’t reboot my computer very often).

Read more

Simple Responsive MRTG Index Page

mrtg-index

I often view big-picture MRTG graphs on a mobile device of some type, and I hate how the pages look… So I made some real quick drop in CSS changes to make the page a little responsive so it shows the graphs a little better. The pages are way beyond simple, but they work for me…

Read more

MVEL Templates with Java

mvel-small

I recently had the need to develop a Java application that allowed the creation of HTML templates that could contain some basic if-else logic as well as bind some calculated parameters. The key around this was to make the templates editable, since they contained a lot of frequently changing content.

What I found to use was the MVEL 2.0 expression language.

What is MVEL, well I think their site says it best, “MVEL is a powerful expression language for Java-based applications.”

Read more