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 on c64g.com,
if you take into account rank 26-30.

  1. Boulderdash
  2. Impossible Mission
  3. Ghostbusters
  4. Hitler Diktator
  5. 1942
  6. Commando
  7. Giana Sisters
  8. Wasteland
  9. International Karate
  10. Winter Games
  11. Pac-Man
  12. Bubble Bobble
  13. Bruce Lee
  14. Donkey Kong
  15. 3D Pacman
  16. Impossible Mission
  17. Space Taxi
  18. Last Ninja 2
  19. California Games
  20. Summer Games
  21. Blue Max
  22. Last Ninja 1
  23. 1000 Miglia
  24. Bruce Lee
  25. Turrican

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 project is called “dating”.
It’s located at ~/WebstormProjects/dating/ .

So let’s make this simple.

So again this is for the DEVELOPMENT server. Production has different settings.

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

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 access then update password.
Just those 2 lines. Nothing more.