1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-07 21:46:03 +02:00
This commit is contained in:
Sebastiaan Speck 2025-06-05 17:15:02 +02:00 committed by GitHub
commit b729fa09e8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
27 changed files with 32 additions and 28 deletions

View file

@ -1,7 +1,7 @@
# mklost+found
> Crea un directori lost+found.
> Més informació: <https://manned.org/mklost+found>.
> Més informació: <https://linux.die.net/man/8/mklost+found>.
- Crea un directori `lost+found` en el directori actual:

View file

@ -1,7 +1,7 @@
# lxc-create
> Crea contenedores linux.
> Más información: <https://linuxcontainers.org/lxc/getting-started>.
> Más información: <https://linuxcontainers.org/lxc/getting-started/>.
- Crea un contenedor interactivamente en `/var/lib/lxc/`:
@ -9,8 +9,12 @@
- Crea un contenedor en un directorio de destino:
`lxc-create {{[-P|--lxcpath]}} {{/ruta/al/directorio/}} {{[-n|--name]}} {{contenedor}} {{[-t|--template]}} download`
`sudo lxc-create {{[-P|--lxcpath]}} {{/ruta/al/directorio/}} {{[-n|--name]}} {{contenedor}} {{[-t|--template]}} download`
- Crea un contenedor pasando opciones a una plantilla:
`sudo lxc-create {{[-n|--name]}} {{nombre}} {{[-t|--template]}} download -- {{[-d|--dist]}} {{nombre-distro}} {{[-r|--release]}} {{versión-de-lanzamiento}} {{[-a|--arch]}} {{arch}}`
- Muestra ayuda:
`lxc-create {{[-?|--help]}}`

View file

@ -1,7 +1,7 @@
# st
> Emulator terminal simpel untuk sistem window X.
> Informasi lebih lanjut: <https://st.suckless.org>.
> Informasi lebih lanjut: <https://manned.org/st>.
- Membuka sebuah terminal:

View file

@ -2,7 +2,7 @@
> Burrows-Wheeler 정렬 도구.
> 짧고 낮은 발산율의 DNA 서열을 인간 유전체와 같은 대형 참조 유전체에 매핑합니다.
> 더 많은 정보: <https://github.com/lh3/bwa>.
> 더 많은 정보: <https://manned.org/bwa>.
- 참조 유전체 색인 생성:

View file

@ -1,7 +1,7 @@
# collectd
> 시스템 통계 수집 데몬.
> 더 많은 정보: <https://collectd.org/>.
> 더 많은 정보: <https://www.collectd.org/documentation/>.
- 구성 파일을 테스트하고 종료:

View file

@ -1,7 +1,7 @@
# cryptcat
> Cryptcat은 암호화 기능을 갖춘 netcat입니다.
> 더 많은 정보: <https://cryptcat.sourceforge.net>.
> 더 많은 정보: <https://manned.org/cryptcat>.
- 지정된 [p]포트에서 [l]수신하고 받은 데이터를 출력:

View file

@ -1,7 +1,7 @@
# dbclient
> 경량 Dropbear 보안 셸 클라이언트.
> 더 많은 정보: <https://manned.org/dbclient.1>.
> 더 많은 정보: <https://manned.org/dbclient>.
- 원격 호스트에 연결:

View file

@ -1,7 +1,7 @@
# debsecan
> Debian 보안 분석기, 특정 Debian 설치에서 취약점을 나열하는 도구.
> 더 많은 정보: <https://gitlab.com/fweimer/debsecan>.
> 더 많은 정보: <https://manned.org/debsecan>.
- 현재 호스트에서 취약한 설치 패키지 나열:

View file

@ -1,7 +1,7 @@
# dirb
> HTTP 기반 웹 서버의 디렉토리와 파일을 스캔합니다.
> 더 많은 정보: <https://dirb.sourceforge.net>.
> 더 많은 정보: <https://manned.org/dirb>.
- 기본 단어 목록을 사용하여 웹 서버 스캔:

View file

@ -1,7 +1,7 @@
# dkms
> 커널 모듈의 동적 빌드를 위한 프레임워크.
> 더 많은 정보: <https://github.com/dell/dkms>.
> 더 많은 정보: <https://manned.org/dkms>.
- 현재 설치된 모듈 나열:

View file

@ -1,7 +1,7 @@
# dropbearkey
> Dropbear 형식으로 SSH 키를 생성합니다.
> 더 많은 정보: <https://manned.org/dropbearkey.1>.
> 더 많은 정보: <https://manned.org/dropbearkey>.
- [t]유형 ed25519의 SSH 키를 생성하여 키 [f]파일에 저장:

View file

@ -2,7 +2,7 @@
> 저널을 분석하여 ext3 또는 ext4 파티션에서 삭제된 파일을 복구합니다.
> Unix 시간 정보는 `date`, 파티션을 마운트 해제하려면 `umount`도 참조하세요.
> 더 많은 정보: <https://extundelete.sourceforge.net>.
> 더 많은 정보: <https://extundelete.sourceforge.net/options.html>.
- 디바이스 X의 파티션 N 안의 모든 삭제된 파일 복구:

View file

@ -1,7 +1,7 @@
# fail2ban-client
> fail2ban 서버를 구성하고 제어.
> 더 많은 정보: <https://github.com/fail2ban/fail2ban>.
> 더 많은 정보: <https://manned.org/fail2ban-client>.
- 감옥 서비스의 현재 상태 검색:

View file

@ -1,7 +1,7 @@
# findfs
> 파일시스템을 레이블 또는 UUID로 찾습니다.
> 더 많은 정보: <https://mirrors.edge.kernel.org/pub/linux/utils/util-linux>.
> 더 많은 정보: <https://manned.org/findfs>.
- 파일시스템 레이블로 블록 장치 검색:

View file

@ -1,7 +1,7 @@
# fpsync
> 여러 동기화 프로세스를 로컬 또는 여러 원격 워커에서 SSH를 통해 실행.
> 더 많은 정보: <https://www.fpart.org/fpsync/>.
> 더 많은 정보: <https://manned.org/fpsync>.
- 디렉토리를 다른 위치로 재귀적으로 동기화:

View file

@ -1,7 +1,7 @@
# i3exit
> i3 윈도우 관리자를 종료.
> 더 많은 정보: <https://gitlab.manjaro.org/packages/community/i3/i3exit>.
> 더 많은 정보: <https://gitlab.manjaro.org/packages/extra/i3exit/-/blob/master/i3exit>.
- i3에서 로그아웃:

View file

@ -1,7 +1,7 @@
# mkfs.erofs
> 이미지 내에 EROFS 파일 시스템 생성.
> 더 많은 정보: <https://erofs.docs.kernel.org/en/latest/>.
> 더 많은 정보: <https://manned.org/mkfs.erofs>.
- 루트 디렉토리를 기반으로 EROFS 파일 시스템 생성:

View file

@ -1,7 +1,7 @@
# mklost+found
> lost+found 디렉토리 생성.
> 더 많은 정보: <https://manned.org/mklost+found>.
> 더 많은 정보: <https://linux.die.net/man/8/mklost+found>.
- 현재 디렉토리에 `lost+found` 디렉토리 생성:

View file

@ -1,7 +1,7 @@
# needrestart
> 라이브러리 업그레이드 후 다시 시작해야 하는 데몬 확인.
> 더 많은 정보: <https://github.com/liske/needrestart>.
> 더 많은 정보: <https://manned.org/needrestart>.
- 오래된 프로세스 나열:

View file

@ -1,7 +1,7 @@
# nitrogen
> X 윈도우용 데스크탑 배경 탐색기 및 설정기.
> 더 많은 정보: <https://github.com/l3ib/nitrogen>.
> 더 많은 정보: <https://manned.org/nitrogen>.
- 특정 디렉토리의 배경 화면을 보고 설정:

View file

@ -2,7 +2,7 @@
> 삭제된 파일 복구 도구.
> 복구된 파일은 원본 디스크와 다른 디스크에 저장하는 것이 권장됩니다.
> 더 많은 정보: <https://www.cgsecurity.org/wiki/PhotoRec>.
> 더 많은 정보: <https://www.cgsecurity.org/wiki/PhotoRec_Step_By_Step>.
- 특정 장치에서 PhotoRec 실행:

View file

@ -1,7 +1,7 @@
# powerprofilesctl
> D-Bus를 통해 전원 프로필 관리를 사용할 수 있게 합니다.
> 더 많은 정보: <https://gitlab.freedesktop.org/hadess/power-profiles-daemon/>.
> 더 많은 정보: <https://gitlab.freedesktop.org/upower/power-profiles-daemon#how-to-use>.
- 사용 가능한 전원 프로필 나열:

View file

@ -1,7 +1,7 @@
# pyrit
> 계산 능력을 활용한 WPA/WPA2 크래킹 도구.
> 더 많은 정보: <https://github.com/JPaulMora/Pyrit>.
> 더 많은 정보: <https://manned.org/pyrit>.
- 시스템 크래킹 속도 표시:

View file

@ -1,7 +1,7 @@
# rofi
> 애플리케이션 실행기 및 창 전환기.
> 더 많은 정보: <https://github.com/davatorium/rofi>.
> 더 많은 정보: <https://github.com/davatorium/rofi#manpage>.
- 앱 목록 표시:

View file

@ -1,7 +1,7 @@
# mklost+found
> Tworzy katalog lost+found.
> Więcej informacji: <https://manned.org/mklost+found>.
> Więcej informacji: <https://linux.die.net/man/8/mklost+found>.
- Utwórz katalog `lost+found` w bieżącym katalogu:

View file

@ -1,7 +1,7 @@
# wajig
> Uproszczone narzędzie do zarządzania pakietami dla systemów oparych na Debianie.
> Więcej informacji: <https://wajig.togaware.com>.
> Więcej informacji: <https://togaware.com/linux/survivor/wajig.html>.
- Aktualizacja listy dostępnych pakietów i ich wersji:

View file

@ -1,7 +1,7 @@
# xrdb
> Utilitário de base de dados de recursos para servidor X window em sistemas tipo Unix.
> Mais informações: <https://www.x.org/releases/X11R7.7/doc/man/man1/xrdb.1.xhtml>.
> Mais informações: <https://www.x.org/releases/current/doc/man/man1/xrdb.1.xhtml>.
- Inicia `xrdb` em modo interactivo: