Issues with sshd address binding

So several days ago I was setting up Raspberry pi as a small server where I will have k3s and a few other services I am running for personal needs. Anyway, I wanted also to add dyndns to it so I can access it outside of the local network however, I did not want sshd to be accessible from the outside. Thus, I’ve set in the configuration of `/etc/ssh/sshd_config the following line:...

March 6, 2023 · 2 min · 234 words · Milos Kovacki

Openai ChatGPT generating Terraform scripts

Recently I was playing with ChatGPT and its ability to generate code. Frankly, I am amazed. While I see some people saying coders will become obsolete, I firmly stand that it is actually quite the opposite. ChatGPT will not take our jobs but rather empower us to do things faster. I really see it as an empowerment tool rather than a competition. Anyway, I’ve wrote following command: write a terraform script that will provision cloudfront distribution and use s3 as a source for a static website....

December 21, 2022 · 3 min · 457 words · Milos Kovacki

Crawling and Adding Events to Your Google Calendar by Aws Lambda

I came up with a quick and dirty solution to utilize BeatifulSoup for data extraction from HTML DOM and then use Google API. This became a bit tricky as you need to open a service account for which you need to get an authentication JSON file. In the end, you need to add the email address of this account to the Calendar shared with the list. The email you can find in the [name-of-the-cred-file]....

December 2, 2022 · 5 min · 915 words · Milos Kovacki