2021年6月8日 星期二

CentOS send hostname to DHCP server

CentOS DHCP client 要使用 hostnamect set-hostname 設定過才會正常送出 DHCP Option (12) Host Name






沒有留言:

Mount SSHFS in Windows

https://github.com/winfsp/winfsp https://github.com/winfsp/sshfs-win 要先安裝這兩個工具 一般用帳密掛載,預設是掛載使用者的 home 目錄 net use Z: \\sshfs\username@host 使用...