Skip to content

Commit 31a0d57

Browse files
author
longendu
committed
...
1 parent 991ea57 commit 31a0d57

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

en/content/2018/09/ssh-tunnel-and-proxy/ssh-tunnel-and-proxy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Slug: ssh-tunnel
55
Title: SSH Tunnel
66
Category: Software
77
Tags: software, SSH tunnel, socks proxy, reverse, SSH
8-
Modified: 2023-08-01 09:13:09
8+
Modified: 2025-11-25 04:47:23
99

1010

1111
1. The StackOverflow discussion
@@ -83,7 +83,7 @@ please refer to the
8383
## Advanced Usage 3: Access Service in an Indirectly Accessible Remote Server
8484

8585
Suppose you have 2 machines A and B.
86-
Machine B cannot visit the public network nor machine A.
86+
Machine B cannot visit the public network or machine A.
8787
However,
8888
machine B is accssible (directly or via a bastion server)
8989
from machine A using SSH and machine A can visit the public network.

misc/content/2025/04/manage-python-projects-using-uv/manage-python-projects-using-uv.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Status: published
22
Date: 2025-04-30 06:16:38
3-
Modified: 2025-11-18 18:29:13
3+
Modified: 2025-11-24 21:29:25
44
Author: Benjamin Du
55
Slug: manage-python-projects-using-uv
66
Title: Manage Python Projects Using uv
@@ -27,11 +27,11 @@ curl -LsSf https://astral.sh/uv/install.sh | sudo env UV_INSTALL_DIR="/usr/local
2727
e.g., Python 3.14 with 3rd-party packages dockeree and aituil
2828
) using the following command.
2929

30-
uv run --python 3.14 --with dockeree --with aiutil python
30+
uv run --python 3.13 --with dockeree --with aiutil python
3131
32-
2. Similar to the above but start an Ipython shell instead.
32+
2. Similar to the above but start an IPython shell instead.
3333

34-
uv run --python 3.14 --with dockeree --with aiutil --with IPython python -m IPython
34+
uv run --python 3.13 --with dockeree --with aiutil --with IPython python -m IPython
3535

3636
3. Initialize a uv managed Python script.
3737

0 commit comments

Comments
 (0)