Author: chris

  • Let’s Encrypt Certificates can’t renew if Web Station site is restricted

    Let’s Encrypt Certificates can’t renew if Web Station site is restricted

    If you have set a custom “Access Control Profile” for a Virtual Host site configured by Synology Web Station (see below picture), where the profile restricts external access to the site, it also results in failing updates for the Let’s Encrypt Certificates. I have found no work-around so far, other than removing the access control…

  • Synology Firewall settings for Docker

    Synology Firewall settings for Docker

    Some Docker applications require outgoing access to the internet, which is not possible with typical Synology firewall rules. In my case Vaultwarden (lightweight implementation of Bitwarden) needs access to download icons for the various sites with passwords stored, and Watchtower requires access to check and download from docker hub. Simple thing to be done is…

  • Synology Let’s Encrypt certificate renewal doesn’t work with VPN connection enabled

    Synology Let’s Encrypt certificate renewal doesn’t work with VPN connection enabled

    Small lesson learned – I got warning e-mails from Let’s Encrypt that some of my certificates I used to access certain services on my Synology NAS were almost expiring. I was mildly surprised as I have all certificates on auto-renewal on my NAS and to my recollection that was working for almost a year already.…

  • Perception of software updates

    Perception of software updates

    Very much true…

  • A Mandelbrot applet

    Written a few years ago, an applet which nicely draws a mandelbrot fractal (even with adjustable parameters).You can use the left mouse button to zoom in, and the right to zoom out (click on “read more” to see the applet). The (very simple and immature) code is attached: Mandel.java. You can use in your webpage…

  • Use of <s:selectItems> in JBoss Seam

    In JSF (JavaServer Faces), the use of a SelectList or SelectMenu is combined with the use of a List<SelectItem> in a backing bean. Most of the times you already have a list wih the items to choose from, and have to rewrite that list to selectItems. And then add a way in your backing bean…

  • XP erfenis in Office 2007

    Als je in Office 2007 gebruik maakt van de ribbon (of, in goed Nederlands: Lint ) en je wilt alle opties zien, kun je rechtsonder op een knopje drukken, zoals te zien in dit plaatje: Dan zie je ook gelijk dat het voorbeeld van het dialoogvenster in XP stijl is. Erg jammer, zeker als je…

  • Hibernate en Standby equivalenten in Nederlandse Vista

    In Microsoft Vista zijn verschillende energiebesparingstanden. Je kunt in het Startmenu kiezen voor ‘slaapstand’ en ‘sluimerstand’. De slaapstand komt overeen met een toestand in het Engels stand-by genaamd (ook wel ACPI modus S3). Hierbij gaat de pc in een low-power state (het geheugen blijft stroom krijgen), het voordeel is dat de computer binnen twee seconden…

  • Rare spellingsverbeteringen in Word 2007

    Wel grappig om te zien dat Word 2007 met de Engelse spellingscontrole ziet dat “wich” niet klopt: Nu geeft Word als eerste verbetering witch, welke dan ook weer niet goed is: En nu kan ik het eindelijk verbeteren naar which, wat ik natuurlijk bedoelde J.

  • C# versus Java

    Ik ben bezig in het kader van een opdracht om een hoop informatie over de verschillen en overeenkomsten tussen Java (5) en C# op te zoeken. En heb daar een hele berg aan informatie gevonden: http://www.suite101.com/article.cfm/c_sharp/92073 http://www1.cs.columbia.edu/~eaddy/publications/csharpvsjava-eaddy-ddj-feb01.pdf http://www.devhood.com/tutorials/tutorial_details.aspx?tutorial_id=76 http://tweakers.net/nieuws/20163/Java-uitvinder:-Microsofts-C-slaat-de-plank-mis.html http://searchvb.techtarget.com/tip/0,289483,sid8_gci880182,00.html Binnenkort zal het artikel hier te lezen zijn… nun nog niet.