11 2022 档案

摘要:sudo fdisk /dev/sdasudo mkfs.vfat /dev/sda 注意: sda是 disk的名字。不同的电脑可能不一样。 阅读全文
posted @ 2022-11-24 20:27 panrui 阅读(170) 评论(0) 推荐(0)
摘要:Example: 在本地(local)上运行 ssh -L the-local-listening-port:localhost:the-host-listening-port root@server-host-addr 此时,在本地(local)上通过 localhost:the-local-li 阅读全文
posted @ 2022-11-21 01:17 panrui 阅读(29) 评论(0) 推荐(0)