Skip to content

開発環境構築

uvとMCP

gitのconfig

git config -l (または git config --list)
git config --local user.name "sugisaki"
git congig --local user.email example@email.com

~/.ssh/configに追加

    Host hy.github.com
       AddKeysToAgent yes
       Hostname github.com
       IdentityFile ~/.ssh/hy.id_ed25519
       User git
       IdentitiesOnly yes
       Compression yes
~/.gitconfigに追加 [includeIf "gitdir:~/tmp/repo/hy/"] - path = ~/.gitconfig.hy ~/.gitconfig.hy [user]

Please adapt and uncomment the following lines:

name = hjmurmur
email = h.imura@hy-create.com
signingKey = ""

[filter "lfs"] process = git-lfs filter-process required = true clean = git-lfs clean -- %f smudge = git-lfs smudge -- %f [core] excludesfile = /Users/h.imura/.gitignore_global [gpg] format = openpgp program = gpg [commit] gpgSign = false [tag] forceSignAnnotated = false [gpg "ssh"] program = ssh-keygen allowedSignersFile = "" ↑こういうのを書くか… 15:31 あとは、gitリポジトリで 15:32

ssh

cline

pandoc

ln -s /home/ksugisaki/pandoc . docker load < pd-eis-ja.tar docker run --platform linux/amd64 --rm -v $(pwd):/data mememedia/pd-eis-ja:20241113 -V luatexjapresetoptions=ipaex -N -o main.pdf main.md

サーバーレス、デプロイ、Terraform化 https://ruc-4130.hatenablog.com/entry/2024/10/10/224317

EKS、ECS https://zenn.dev/yoshinori_satoh/articles/2021-02-13-eks-ecs-compare

環境変数を直書き https://nishikiout.net/entry/2024/02/14/171253

CI/CD https://argo-cd.readthedocs.io/en/stable/

github

AWS

EC2

ポリシー、ロール

ポリシーユーザーに紐づく ロールはサービスに紐づく

S3

仮想サーバー

Gitlab

git push --set-upstream origin main git --help git commit -m "Add necessary files" git add -A git lfs track "static/**"

node nvm

WSL

https://qiita.com/eyuta/items/b956a376ba719fd30f9f

Prefect

fastAPI