1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-11 00:15:41 +02:00

pages.*/common/*: update More Info link (part 2) (#16759)

This commit is contained in:
Sebastiaan Speck 2025-06-15 07:36:01 +02:00 committed by GitHub
parent c4f84c480f
commit 2f579793a4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
30 changed files with 30 additions and 30 deletions

View file

@ -1,7 +1,7 @@
# avrdude
> Atmel AVR 마이크로 컨트롤러 프로그래밍을 위한 드라이버 프로그램.
> 더 많은 정보: <https://www.nongnu.org/avrdude/>.
> 더 많은 정보: <https://www.nongnu.org/avrdude/user-manual/avrdude_3.html#Option-Descriptions>.
- AVR 마이크로 컨트롤러 읽기:

View file

@ -1,7 +1,7 @@
# beanstalkd
> 단순하고 일반적인 work-queue 서버.
> 더 많은 정보: <https://beanstalkd.github.io/>.
> 더 많은 정보: <https://manned.org/beanstalkd>.
- beanstalkd를 시작하고, 11300 포트로 듣기:

View file

@ -1,7 +1,7 @@
# bind
> bash 단축키 및 변수를 관리하기 위한 bash 내장.
> 더 많은 정보: <https://www.gnu.org/software/bash/manual/bash.html#Bash-Builtins>.
> 더 많은 정보: <https://www.gnu.org/software/bash/manual/bash.html#index-bind>.
- 모든 바인딩된 명령어와 해당 단축키를 나열:

View file

@ -2,7 +2,7 @@
> 터미널에서 이미지 인쇄.
> 참고: `pixterm`, `chafa`.
> 더 많은 정보: <https://github.com/posva/catimg>.
> 더 많은 정보: <https://manned.org/catimg>.
- 터미널에 JPEG, PNG, GIF를 인쇄:

View file

@ -1,7 +1,7 @@
# cdecl
> C 및 C++ 타입 선언을 작성하고 디코딩.
> 더 많은 정보: <https://github.com/paul-j-lucas/cdecl>.
> 더 많은 정보: <https://manned.org/cdecl>.
- 영어 구문을 C 선언으로 작성하고, 컴파일 가능한([c]ompilable) 출력을 생성 (`;``{}` 포함):

View file

@ -1,7 +1,7 @@
# chars
> 다양한 ASCII 및 유니코드 문자 및 코드 포인트에 대한 이름 및 코드 표시.
> 더 많은 정보: <https://github.com/antifuchs/chars>.
> 더 많은 정보: <https://github.com/boinkor-net/chars#running>.
- 밸류 값으로 문자 검색:

View file

@ -3,7 +3,7 @@
> 두 파일의 줄에서 설정 작업 수행.
> 출력되는 줄의 순서는 첫 번째 파일의 줄 순서에 따라 결정됨.
> 참고: `diff`.
> 더 많은 정보: <https://joeyh.name/code/moreutils/>.
> 더 많은 정보: <https://manned.org/combine>.
- 지정된 두 파일 모두에 있는 라인을 출력:

View file

@ -1,7 +1,7 @@
# cronic
> 과도한 이메일 전송을 방지하기 위해 cron 작업을 래핑하는 Bash 스크립트.
> 더 많은 정보: <https://habilis.net/cronic/>.
> 더 많은 정보: <https://manned.org/cronic>.
- 명령을 호출하고 0이 아닌 종료 코드를 반환하는 경우, 해당 출력을 표시:

View file

@ -1,7 +1,7 @@
# crunch
> 단어 목록 생성기.
> 더 많은 정보: <https://sourceforge.net/projects/crunch-wordlist/>.
> 더 많은 정보: <https://manned.org/crunch>.
- 소문자만 사용하여 길이가 1부터 3인 단어 목록을 출력:

View file

@ -1,7 +1,7 @@
# cvs
> 수정 관리 시스템이며 동시성 버전 관리 시스템.
> 더 많은 정보: <https://cvs.nongnu.org>.
> 더 많은 정보: <https://manned.org/cvs>.
- 새로운 저장소를 생성 (`CVSROOT` 환경 변수를 외부에서 설정해야 함):

View file

@ -1,7 +1,7 @@
# darkhttpd
> Darkhttpd 웹 서버.
> 더 많은 정보: <https://unix4lyfe.org/darkhttpd>.
> 더 많은 정보: <https://github.com/emikulic/darkhttpd#how-to-run-darkhttpd>.
- 지정된 문서 경로를 제공하는 서버 시작:

View file

@ -1,7 +1,7 @@
# deluge-console
> Deluge BitTorrent 클라이언트를 위한 대화형 인터페이스.
> 더 많은 정보: <https://deluge-torrent.org>.
> 더 많은 정보: <https://deluge-torrent.org/userguide/thinclient/>.
- 대화형 콘솔 인터페이스 시작:

View file

@ -1,7 +1,7 @@
# dexdump
> 안드로이드 DEX 파일들에 대한 정보 출력.
> 더 많은 정보: <https://manned.org/dexdump>.
> 더 많은 정보: <https://manned.org/man/debian-stretch/dexdump>.
- APK 파일으로부터 클래스들과 메서드들 추출:

View file

@ -1,7 +1,7 @@
# django-admin
> 관리 작업을 위한 Django 유틸리티.
> 더 많은 정보: <https://docs.djangoproject.com/en/4.2/ref/django-admin/>.
> 더 많은 정보: <https://docs.djangoproject.com/en/stable/ref/django-admin/>.
- 새로운 Django 프로젝트를 생성:

View file

@ -2,7 +2,7 @@
> 사람을 위한 DNS 클라이언트.
> Golang으로 작성됨.
> 더 많은 정보: <https://doggo.mrkaran.dev/docs/guide/reference/>.
> 더 많은 정보: <https://github.com/mr-karan/doggo/blob/main/docs/src/content/docs/guide/reference.md>.
- 간단한 DNS 조회를 수행:

View file

@ -2,7 +2,7 @@
> 도커로 구동되는 미니-Heroku (PaaS).
> 하나의 `git-push` 명령을 사용하여 여러 언어로 다른 앱을 쉽게 배포 할수 있습니다.
> 더 많은 정보: <https://github.com/dokku/dokku>.
> 더 많은 정보: <https://dokku.com/docs/deployment/application-deployment/>.
- 실행중인 앱들 목록보기:

View file

@ -1,7 +1,7 @@
# drush
> Drupal용 명령줄 쉘 및 스크립팅 인터페이스.
> 더 많은 정보: <https://www.drush.org>.
> 더 많은 정보: <https://www.drush.org/latest/usage/>.
- "foo" 모듈 활성화:

View file

@ -2,7 +2,7 @@
> 표현력이 풍부한 프로그래밍 언어와 다양한 대화형 쉘.
> 참고: `nu`.
> 더 많은 정보: <https://elv.sh>.
> 더 많은 정보: <https://elv.sh/ref/command.html>.
- 대화형 쉘 세션을 시작:

View file

@ -2,7 +2,7 @@
> F-Droid 빌드 도구.
> F-Droid는 Android 플랫폼용 FOSS (무료 및 오픈 소스 소프트웨어) 애플리케이션의 설치 가능한 카탈로그.
> 더 많은 정보: <https://f-droid.org/>.
> 더 많은 정보: <https://f-droid.org/en/docs/Building_Applications/>.
- 특정 앱 구축:

View file

@ -1,7 +1,7 @@
# flask
> Flask 애플리케이션을 위한 일반 유틸리티 스크립트. `FLASK_APP` 환경 변수에 정의된 애플리케이션을 로드.
> 더 많은 정보: <https://flask.palletsprojects.com/en/1.1.x/cli/>.
> 더 많은 정보: <https://flask.palletsprojects.com/en/stable/cli/>.
- 개발 서버 실행:

View file

@ -1,7 +1,7 @@
# flow
> JavaScript용 정적 유형 검사기.
> 더 많은 정보: <https://flow.org>.
> 더 많은 정보: <https://flow.org/en/docs/cli/>.
- 흐름 검사를 실행:

View file

@ -1,7 +1,7 @@
# forever
> Node.js 애플리케이션이 무기한 실행되도록 하는 서버측 JavaScript 애플리케이션 (종료 후 다시 시작됨).
> 더 많은 정보: <https://github.com/foreversd/forever>.
> 더 많은 정보: <https://github.com/foreversd/forever#usage>.
- 파일을 무기한으로 실행하기 시작 (데몬으로):

View file

@ -1,7 +1,7 @@
# fossa
> Fossa 서비스용 CLI - 종속성 라이센스에 대한 실시간 라이센스 감사, 취약성 검색 및 보고서를 생성.
> 더 많은 정보: <https://github.com/fossas/fossa-cli>.
> 더 많은 정보: <https://github.com/fossas/fossa-cli/blob/master/docs/README.md>.
- `.fossa.yml` 구성 파일을 초기화:

View file

@ -1,7 +1,7 @@
# geth
> go-ethereum 명령줄 인터페이스.
> 더 많은 정보: <https://geth.ethereum.org>.
> 더 많은 정보: <https://geth.ethereum.org/docs/fundamentals/command-line-options>.
- 메인 이더리움 네트워크에 연결하고 자동으로 전체 노드를 다운로드:

View file

@ -1,7 +1,7 @@
# gfortran
> Fortran 소스 파일을 전처리하고 컴파일한 다음 함께 어셈블하고 링크.
> 더 많은 정보: <https://gcc.gnu.org/wiki/GFortran>.
> 더 많은 정보: <https://gcc.gnu.org/onlinedocs/gfortran/Invoking-GNU-Fortran.html>.
- 여러 소스 파일을 실행 파일로 컴파일:

View file

@ -2,7 +2,7 @@
> Glasgow Haskell 컴파일러.
> 하스켈 소스 파일을 컴파일하고 링크.
> 더 많은 정보: <https://www.haskell.org/ghc>.
> 더 많은 정보: <https://downloads.haskell.org/ghc/latest/docs/users_guide/usage.html>.
- 현재 디렉터리에서 모든 모듈을 찾아 컴파일:

View file

@ -1,7 +1,7 @@
# gnatmake
> Ada 프로그램용 저수준 빌드 도구 (GNAT 도구 체인의 일부).
> 더 많은 정보: <https://gcc.gnu.org/onlinedocs/gnat_ugn/Building-with-gnatmake.html>.
> 더 많은 정보: <https://gcc.gnu.org/onlinedocs/gnat_ugn/Switches-for-gnatmake.html>.
- 실행 파일을 컴파일:

View file

@ -1,7 +1,7 @@
# gnucash
> 개인 및 소규모 기업의 재무 회계 소프트웨어.
> 더 많은 정보: <https://gnucash.org>.
> 더 많은 정보: <https://gnucash.org/viewdoc.phtml>.
- GnuCash를 실행하고 이전에 열었던 파일을 불러옴:

View file

@ -1,7 +1,7 @@
# gocryptfs
> Go로 작성된 암호화된 오버레이 파일 시스템.
> 더 많은 정보: <https://github.com/rfjakob/gocryptfs>.
> 더 많은 정보: <https://github.com/rfjakob/gocryptfs#use>.
- 암호화된 파일 시스템 초기화:

View file

@ -1,7 +1,7 @@
# groff
> `troff``nroff` 조판 유틸리티를 GNU로 대체.
> 더 많은 정보: <https://www.gnu.org/software/groff>.
> 더 많은 정보: <https://www.gnu.org/software/groff/manual/groff.html.node/Groff-Options.html>.
- PostScript 프린터의 출력 형식을 지정하고, 출력을 파일에 저장: