-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
【令和最新版】使ってるツールスタック #54
Comments
Rustインストール方法では https://forge.rust-lang.org/infra/other-installation-methods.html#other-ways-to-install-rustup
インストールの際は上記リンクから最新のものを確認 cargo, rustc, rustup とかが一発で入るっぽい |
NeovimAstroNvim最近はこれにハマっている neovimインストール後、dotfilesのmakeでastronvim用のもろもろをする LSP
よく使う機能
参考: 紹介記事 |
MyDNS (DDNS)DDNSの通知設定 手順MyDNSのIP更新手順を参考に /etc/systemd/system/mydns.service [Unit]
Description=MyDNS IP Update
[Service]
Type=oneshot
ExecStart=/usr/bin/sh -c 'curl -u masterID:password https://ipv4.mydns.jp/login.html' /etc/systemd/system/mydns.timer [Unit]
Description=Run mydns.service at 01:00
[Timer]
OnCalendar=01:00
[Install]
WantedBy=timers.target タイマーのセット、有効化 $ sudo systemctl start mydns.timer
$ sudo systemctl enable mydns.timer startしたあとに時間とか変更加えたら $ sudo systemctl daemon-reload 行けたらこのへんで確認 mydnsは24時間以内に複数通信があっても最初の通信しか残らないっぽいので、journalctlとかで通信時のログ確認するのがいいかも 参考 |
バージョン管理
asdf※ 注意: 最近asdfのRust実装、rtxをつかってるので以下のほうをみる
getting startedの通りインストール
homebrewとpacmanが楽そうなので基本Archならpacman、それ以外はbrewで入れとく。
使い方
php(8.2.9)入れるときに追加でapt install必要だったやつlibssl-devはopensslのエラーで入れたやつ。参考ここ
asdf phpのreadmeにあらかじめ依存関係いれとけよみたいな話シレッとかいてあったっぽい。
githubのactionsっぽいworkflowに答え書いてあった。そのままaptの部分書けばよさそう
https://github.com/asdf-community/asdf-php/blob/master/.github/workflows/workflow.yml
rtx
ggラビリティ悪いのほんとなんとかしてくれなんだrtxって
install のコマンドが使いやすそうな感じする。 node@lts とかでファジーマッチングするよみたいな話書いてある
よくつかう
The text was updated successfully, but these errors were encountered: