modprobe,tailscale-*: remove sudo from examples (#22083)

This commit is contained in:
Nelson Figueroa
2026-04-16 19:57:53 -07:00
committed by GitHub
parent 70decc6a76
commit 8b5604fb03
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
- Finge cargar un módulo en el kernel, pero no lo hace realmente:
`sudo modprobe {{[-n|--dry-run]}} {{nombre_del_módulo}}`
`modprobe {{[-n|--dry-run]}} {{nombre_del_módulo}}`
- Carga un módulo en el kernel:
+1 -1
View File
@@ -6,7 +6,7 @@
- Fa finta di carica un modulo nel kernel, ma non lo fa veramente:
`sudo modprobe {{[-n|--dry-run]}} {{nome_del_modulo}}`
`modprobe {{[-n|--dry-run]}} {{nome_del_modulo}}`
- Carica un modulo nel kernel:
+2 -2
View File
@@ -6,8 +6,8 @@
- 특정 노드로 파일 전송:
`sudo tailscale file cp {{경로/대상/파일}} {{호스트명|IP}}:`
`tailscale file cp {{경로/대상/파일}} {{호스트명|IP}}:`
- 현재 노드로 전송된 파일을 특정 디렉토리에 저장:
`sudo tailscale file get {{경로/대상/폴더}}`
`tailscale file get {{경로/대상/폴더}}`
+1 -1
View File
@@ -5,7 +5,7 @@
- 호스트에서 SSH 광고/비활성화:
`sudo tailscale up --ssh={{true|false}}`
`tailscale up --ssh={{true|false}}`
- Tailscale-SSH가 활성화된 특정 호스트에 SSH 접속:
+1 -1
View File
@@ -6,7 +6,7 @@
- 모듈을 커널에 로드하는 것처럼 시뮬레이션하지만 실제로는 하지 않음:
`sudo modprobe {{[-n|--dry-run]}} {{모듈_이름}}`
`modprobe {{[-n|--dry-run]}} {{모듈_이름}}`
- 모듈을 커널에 로드: