pages/*: update links and more info link script (#11390)

* pages/*: update links and more info link script

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* cleanup: reformat code

* ax-webapp: fix link

* curl: fix false positive

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>

---------

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:
K.B.Dharun Krishna
2023-11-06 23:14:12 +05:30
committed by GitHub
parent c059eb1c19
commit 5c26174aa9
385 changed files with 391 additions and 348 deletions

View File

@@ -1,7 +1,7 @@
# aws backup
> Amazon Web Services와 관련 데이터를 보호하기 위해 설계된 통합 백업 서비스.
> 더 많은 정보: https://docs.aws.amazon.com/cli/latest/reference/backup/index.html.
> 더 많은 정보: <https://docs.aws.amazon.com/cli/latest/reference/backup/index.html>.
- 특정 BackupPlanId에 대한 백업 계획 세부 정보 반환:

View File

@@ -1,7 +1,7 @@
# brew
> macOS와 Linux를 위한 패키지 관리자.
> 더 많은 정보: <https://brew.sh>.
> 더 많은 정보: <https://docs.brew.sh/Manpage>.
- 공식(formula) 혹은 캐스크(cask)의 최신 안정 버전을 설치 (개발 버전을 원한다면 `--devel` 사용):

View File

@@ -1,7 +1,7 @@
# case
> 표현식의 값에 근거하여 분기.
> 더 많은 정보: <https://manned.org/case>.
> 더 많은 정보: <https://www.gnu.org/software/bash/manual/bash.html#index-case>.
- 변수를 문자열 리터럴과 일치시켜 실행할 명령어 결정:

View File

@@ -1,7 +1,7 @@
# nc
> Netcat은 TCP 또는 UDP 데이터 작업을 위한 다목적 유틸리티입니다.
> 더 많은 정보: <https://nmap.org/ncat>.
> 더 많은 정보: <https://manned.org/man/nc.1>.
- 특정 포트에서 수신대기 및 수신한 데이터 출력:

View File

@@ -1,7 +1,7 @@
# curl
> 이 명령은 `curl -p common` 의 에일리어스 (별칭) 입니다.
> 더 많은 정보: <https://curl.se>.
> 더 많은 정보: <https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/invoke-webrequest>.
- 원본 명령의 도큐멘테이션 (설명서) 보기:

View File

@@ -1,6 +1,7 @@
# iwr
> 이 명령은 `invoke-webrequest` 의 에일리어스 (별칭) 입니다.
> 더 많은 정보: <https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/invoke-webrequest>.
- 원본 명령의 도큐멘테이션 (설명서) 보기:

View File

@@ -1,7 +1,7 @@
# wget
> 이 명령은 `wget -p common` 의 에일리어스 (별칭) 입니다.
> 더 많은 정보: <https://www.gnu.org/software/wget>.
> 더 많은 정보: <https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/invoke-webrequest>.
- 원본 명령의 도큐멘테이션 (설명서) 보기: