diff --git a/_posts/2023-12-22-ssh.md b/_posts/2023-12-22-ssh.md index 782de3ffb5ee..cd2483838ed5 100644 --- a/_posts/2023-12-22-ssh.md +++ b/_posts/2023-12-22-ssh.md @@ -14,7 +14,7 @@ Run from iterm (mac) => mac's 9090 port is tunneled to localhost (hotcake) 8000 port - --- +--- Run from hotcake @@ -22,20 +22,18 @@ Run from hotcake => localhost (hotcake) port 8000 is connected to container's 8000 port - --- +--- Access to http://localhost:9090/docs -from mac edge browser. +from mac edge browser - --- - -Use this for 1) MLflow Setup | ML Engineer를 위한 MLOps (mlops-for-mle.github.io) +Use this for 1 MLflow Setup | ML Engineer를 위한 MLOps (mlops-for-mle.github.io) ssh -L 9091:localhost:5001 jun@hotcake diff --git a/_posts/2023-12-27-etc.md b/_posts/2023-12-27-etc.md index 51f824be4eb5..fa88c448ae6f 100644 --- a/_posts/2023-12-27-etc.md +++ b/_posts/2023-12-27-etc.md @@ -26,7 +26,7 @@ If vscode doesn't recognize `zsh`, install it first. ## git branch output issue -https://stackoverflow.com/questions/68413744/my-integrated-vscode-terminal-zsh-opens-git-cli-when-i-type-in-git-branch +[link](https://stackoverflow.com/questions/68413744/my-integrated-vscode-terminal-zsh-opens-git-cli-when-i-type-in-git-branch) `git config --global pager.branch false`