Top 25 most downloaded files on c64g.com

c64g.com is a Commodore 64 site where you can download games. This is the the top 25 list of most downloaded files

There is no other reason why some files are colored red and some blue other than the syntax highlighting plugin of this blog. This makes a list of 25 most downloaded games…

Read Article

Angular Development Server behind Nginx with Go API

You’re here because you’d like to know the nginx.conf or rather the vhost conf for nginx in order to serve an Angular dev app on your local host. Angular listens on port 4200 with ng serve. In my case I have a keycloak-proxy listening on port 8080. And my api is on /api/v1/ . My…

Read Article

keycloak: upstream sent too big header while reading response header from upstream

The relevant bits on how to solve this header too big error message

For a whole keycloak listening on default port 8080 example with letsencrypt see below

Read Article

Create MySQL Database and User – the proper way

I read so much bullshit about how to create a mysql user and database, in most cases it’s not just inefficient but also wrong. So here is the best and most efficient way to create a MySQL database and user with password:

Done. No FLUSH PRIVILEGES. No create user, then database then give user…

Read Article

Youtube is going DOWN

Today I received an email from Youtube [Channel Name], Today we are announcing changes to the YouTube Partner Program (YPP). While our goal remains to keep the YPP open to as many channels as possible, we recognize we need more safeguards in place to protect creator revenue across the YouTube ecosystem. What’s Changing Under the…

Read Article