Configuring Postfix to use with AWS SES
Using AWS SES to send email from Linux host
I use AWS SES to send email to internet from home network.
So, here is brief configuration note.
/etc/postfix/main.cf
Make Ollama to Listen Any
Make ollama to listen on 0.0.0.0 instead of 127.0.0.1(default)
So that other hosts can talk to ollama
I installed ollama on lxc container, so I need to make my host machine or other container can use ollama running on the other container.
GPG Subkey 분실 및 Revocation 정리
Debugging `serverless-offline` with vscode debugger
Problem
When using vscode as a IDE and the framework is serverless-offline.
If you try to debug typescript code with breakpoint, it may not work properly.
TL; DR;
Set up serverless-esbuild configuration in serverless.yml
2024 Nov Cloud Project
Cloud Native Development in Nov 2024
- What I first wanted : I want to use
TelegramandWhatsAppas order notification channel
Set up the first project
-
Originally, I used to use plain Lambda function. This time I will try
express(https://expressjs.com/) +serverlesslambdaserverlessyaml : I useshttpApiintegration

