QuickerSite is available on GitHub as from 2020.
You may want to star, fork, follow, download and/or contribute to the project over there. Thank you!
Wed, 11 Feb 2026 00:05:39 GMT by Pieter
I'm too excited not to share this already: http://3.253.2.121/AxonASP-CMS This is a pure Classic ASP/VBScript CMS generated by Claude.ai. Crappy spaghetti code. But ... on Linux! An Amazon Linux 2023 t2.small EC2 instance. AxonASP is slowly getting there. The developer Lucas is very responsive to issues. It's a matter of a few more weeks and we'll have a very robust Classic ASP/VBScript compiler for ...
Tue, 10 Feb 2026 17:25:10 GMT by Pieter
All you need is this line (only use on a freshly installed Amazon Linux 2023): wget https://quickersite.com/userfiles/ssh/setupWP.txt -O wordpress-install.sh && sed -i 's/\r$//' wordpress-install.sh && chmod +x wordpress-install.sh && sudo bash wordpress-install.sh This script fetches another script that installs Apache, MariaDB, PHP and it creates the WP installation form on the s ...
Sun, 08 Feb 2026 00:42:57 GMT by Pieter
Run a datacenter at home? That question popped into my head recently while I was playing around with DuckDNS.org - and I haven’t been able to shake it since. DuckDNS is a free dynamic DNS service that maps a stable, easy-to-remember subdomain (like yourname.duckdns.org) to your home network’s public IP address. In plain English: even if your ISP keeps changing your IP address, you can still reliably acces ...
Tue, 03 Feb 2026 15:39:40 GMT by Pieter
AI is everywhere. That much is obvious. But recently I realized something more uncomfortable: as an individual professional web designer, web developer, or web hoster, it has become nearly impossible to turn a passion for the web into a sustainable financial success story. And no — this isn’t AI’s fault. This has been coming for years. The End of the “Good Old Days” If you’re thinking about starting a h ...
Mon, 02 Feb 2026 18:04:01 GMT by Pieter
This website is nothing special. It looks like a fresh install of aspLite, my developer framework for Classic ASP/VBScript. However, this is a WordPress. aspLite is not loaded via an iFrame or so. No, the aspLite demo is loaded in a block Custom HTML in WordPress. That block includes all JavaScript and CSS dependecies. The most interesting part of this site therefore is: its web.config! I attach it t ...
Mon, 02 Feb 2026 09:52:21 GMT by Pieter
Where to even start? A lot has happened, and my head has been spinning these past few days. Let me start with the most exciting news for ASP developers ever since it was invented back in 1996. We have an open-source ASP/VBScript runtime! It goes under the name of AxonASP! (Github: https://github.com/guimaraeslucas/axonasp). The developer contacted me a few days ago. He is using aspLite as a sample ...