開発環境構築
uvとMCP
-
Windows環境でMCP quickstartを試す https://note.com/kou519/n/n492707890c7e
-
Blender MCP を試す https://note.com/npaka/n/n65db8cc404bd
gitのconfig
- 同じPCでGitHubのアカウントを複数利用して切り替える方法 https://qiita.com/manzoku_bukuro/items/c6fc9cbc069fe4a1b776
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
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
- GitHubでssh接続する手順~公開鍵・秘密鍵の生成から~ https://qiita.com/shizuma/items/2b2f873a0034839e47ce
cline
- CLINEに全部賭けろ https://zenn.dev/mizchi/articles/all-in-on-cline
- CLINEを試してみた https://voluntas.ghost.io/try-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
-
AmazonEC2にGitLab CEの環境を構築する https://blog.k-bushi.com/post/tech/cloud/building-gitlab-on-ec2/#gsc.tab=0
-
【AWS初学者向け】EC2にアプリケーションをデプロイ https://qiita.com/oono_dev/items/a4c143b87418e5fd43ff
ポリシー、ロール
- 【AWS】IAMロールとIAMポリシーの違いとは?わかりやすく解説! https://programmingnote.jp/archives/1897
ポリシーユーザーに紐づく ロールはサービスに紐づく
S3
- 【AWS】pythonでS3のファイルを操作する手順(Boto3) https://predora005.hatenablog.com/entry/2021/07/12/190000
- 【AWS】LambdaをS3トリガーで起動しサムネイル画像を作成するチュートリアルをやってみた https://predora005.hatenablog.com/entry/2021/05/29/190000
仮想サーバー
Gitlab
- Git LFS をちょっと詳しく https://qiita.com/ikmski/items/5cc8b8832336b8d85429
git push --set-upstream origin main git --help git commit -m "Add necessary files" git add -A git lfs track "static/**"
node nvm
- Node と NPM を最新バージョンに更新する方法 https://www.freecodecamp.org/japanese/news/how-to-update-node-and-npm-to-the-latest-version/
- Install & Update Script https://github.com/nvm-sh/nvm#installing-and-updating
WSL
https://qiita.com/eyuta/items/b956a376ba719fd30f9f
-
Windows11 で WSL2 + VSCodeによる複数のpython仮想開発環境を作る https://qiita.com/a-hira/items/c6a9eaa0fbdfa71d1e0c
-
1個のディストロから複数のWSL2のUbuntuインスタンスを起動する https://fsms.hatenablog.com/entry/2020/10/29/075650
-
WSL2でDocker環境構築(Docker Desktop有料化対策) https://qiita.com/haveAbook/items/0d0ae20a19214f65e7cd#docker%E3%82%A4%E3%83%B3%E3%82%B9%E3%83%88%E3%83%BC%E3%83%AB
-
【WSL 2】1つのディストロから複数のインスタンスを作成する方法 https://laboradian.com/multi-instances-from-distro-on-wsl2/
Prefect
- Welcome to Prefect https://docs-3.prefect.io/3.0rc/get-started/index