ssh
US
・UK
A1 初級
interj.感嘆詞噓
影片字幕
芝麻街:餅乾怪獸玩什麼零食#1 (Sesame Street: Cookie Monster Plays What's That Snack #1)
05:39
- - Elmo, ssh.
- 艾莫,SSH。
30 分鐘掌握克勞德密碼 (Mastering Claude Code in 30 minutes)
28:07
- It'll work locally over remote SSH, over Tmux, whatever environment you're in, you can run it.
它可以通過遠程 SSH 在在地運行,也可以通過 Tmux 運行,無論你在什麼環境下,都可以運行它。
- When I look at power users in and out of Anthropic, almost always they're going to have, like, SSH sessions.
當我查看進出 Anthropic 的高級用戶時,他們幾乎都會使用 SSH 會話。
利用 NVIDIA Nsight Compute | CUDA 開發人員工具進行內存分析 (Memory Analysis with NVIDIA Nsight Compute | CUDA Developer Tools)
18:23
- I will use NSight Compute's capability to remotely profile using an SSH connection.
我將使用 NSight Compute 的能力,透過 SSH 連線進行遠端設定檔分析。
ExaCC:探索客戶端 Exadata 雲中的虛擬叢集! (ExaCC: Exploring the virtual cluster in Exadata Cloud @ Customer)
03:56
- We can add SSH keys, we can move the resource once again and we can add tags or terminate the cluster.
我們可以加入 SSH keys,可以再次移動資源,還可以加入標籤或終止這個 cluster。
關於克勞德密碼的對話 (A conversation on Claude Code)
20:44
- So if you use iTerm2 or Apple Terminal or whatever terminal you use, even in an SSH session or TMAC session, it'll work.
是以,即使在 SSH 會話或 TMAC 會話中,只要使用 iTerm2 或 Apple Terminal 或其他任何終端,就能正常工作。
完整的 DevOps 路線圖 (The Complete DevOps Roadmap)
08:01
- Make sure to learn concepts like OSI and TCP models, IP addressing and subnetting, DNS and DHCP, networking protocols like HTTP, HTTPS, FTP and SSH, firewalls and security groups, and basic network troubleshooting using tools like ping, traceroute, and netstat.
確保學習 OSI 和 TCP 模型、IP 尋址和子網劃分、DNS 和 DHCP、HTTP、HTTPS、FTP 和 SSH 等網絡協議、防火牆和安全組等概念,以及使用 ping、traceroute 和 netstat 等工具進行基本網絡故障排除。
IT支持教程--託管一個Git存儲庫 (IT Support Tutorial - Host a Git repository)
10:51
- we'll be using SSH keys,
我們將使用SSH密鑰。
- on an operating system that has an SSH server
在一個有SSH服務器的作業系統上。
在 Oracle Linux 上使用 SSH 進行遠程訪問 (Remote Access Using SSH on Oracle Linux)
08:35
- in this video I'll show you one of the most common methods by connecting remotely using ssh, also known as Secure Shell.
不過在這支影片裡,我會教大家一個最常見的方法,也就是透過 SSH,也就是 Secure Shell 來遠端連線。
- we can verify that by using dnf list installed and then piping it to grep ssh and we see openssh Server listed here.
我們可以用 `dnf list installed` 然後 `grep ssh` 來確認,可以看到 openssh-server 已經列在這裡了。