About
This blog is mostly about my work, but expect an occasional home project, productivity tip and tooling review.Search
Categories
- Conference (20)
- Development (201)
- Security (17)
- Test (30)
- Tooling (160)
- Uncategorized (159)
Author Archives: erictummers
Renew certificate 2020 edition
It’s that time of the year to renew my certificate. In my Renew certificate 2017 edition post I wrote about switching to another source, that now has reached the end of the 3 free certificates. Time to switch again 🙄 A … Continue reading
Restore IFTTT applets
Since november IFTTT limits free users to 3 custom applets. More info on ifttt.com https://help.ifttt.com/hc/en-us/articles/360055682873-What-happens-if-I-do-not-upgrade-to-IFTTT-Pro- Today I did a checkup on my applets and noticed that 3 very old applets were left. My most used applets are in the archive. … Continue reading
Lift and shift SSIS package
We use Sql Server Integration Services (SSIS) to import text files into our database. The dtsx files are deployed into the MSDB on the Sql Server. Everything works well with deployment with a powershell DSC script. But times change and … Continue reading
iOS 14 Wi-Fi Private Address
I’ve setup my Wifi router with timed access. This allows internet for certain time slots and denies access outside these time slots. After installing iOS 14 on both my iPad and iPhone I noticed no internet for me too. But … Continue reading
Posted in Uncategorized
Leave a comment
Webdeploy connectionstrings to xTokenize
We have an asp.net webapplication (full framework) and deploy it using release manager. The bits are in an artifact that is created during build with the contents of the webdeploy zip and a powershell desired state configuration (dsc) script to … Continue reading
Posted in Uncategorized
Tagged Build, deployment, DSC, powershell, release management, web deploy
Leave a comment