Compare commits

...

5 Commits

Author SHA1 Message Date
pull[bot] ceb3e2f114
Merge 3947b1c14e into 6ba1707fea 2024-09-19 11:09:52 +00:00
Managor 3947b1c14e
chsh: remove sudo where not needed (#13746) 2024-09-19 13:09:48 +02:00
Wiktor Perskawiec d126ced1cf
CODEOWNERS: remove @spageektti as CODEOWNER from `pages/` (#13739) 2024-09-19 12:38:50 +02:00
Managor 335de6f8fc
lychee: add page (#13733)
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2024-09-19 12:38:01 +02:00
Sebastiaan Speck 08ce1bae3c
pages*/freebsd, pages*/netbsd: uniform links (#13730) 2024-09-19 08:36:19 +02:00
24 changed files with 51 additions and 29 deletions

4
.github/CODEOWNERS vendored
View File

@ -15,9 +15,7 @@
/pages.zh/ @blueskyson @einverne
/pages.zh_TW/ @blueskyson
/pages/common/ @spageektti
/pages/linux/ @cyqsimon @spageektti
/pages/windows/ @spageektti
/pages/linux/ @cyqsimon
/*.md @sbrl @kbdharun @sebastiaanspeck
/.devcontainer/* @kbdharun @sebastiaanspeck

View File

@ -1,7 +1,7 @@
# pkg
> Gestor de paquetes de FreeBSD.
> Más información: <https://man.freebsd.org/cgi/man.cgi?query=pkg&sektion=8>.
> Más información: <https://man.freebsd.org/cgi/man.cgi?pkg>.
- Instala un nuevo paquete:

View File

@ -1,7 +1,7 @@
# df
> Muestra una visión general del uso del espacio en disco del sistema de archivos.
> Más información: <https://man.netbsd.org/NetBSD-9.3/df.1>.
> Más información: <https://man.netbsd.org/df.1>.
- Muestra todos los sistemas de ficheros y su uso de disco usando unidades de 512 bytes:

View File

@ -3,7 +3,7 @@
> Lista sockets abiertos de Internet o dominios UNIX.
> Nota: este programa es una reescritura para NetBSD 3.0 de `sockstat` de FreeBSD.
> Vea también: `netstat`.
> Más información: <https://man.freebsd.org/cgi/man.cgi?sockstat>.
> Más información: <https://man.netbsd.org/sockstat.1>.
- Muestra información de sockets IPv4, IPv6 y Unix que estén escuchando y conectados:

View File

@ -1,7 +1,7 @@
# pkg
> Manajer paket untuk FreeBSD.
> Informasi lebih lanjut: <https://man.freebsd.org/cgi/man.cgi?query=pkg&sektion=8>.
> Informasi lebih lanjut: <https://man.freebsd.org/cgi/man.cgi?pkg>.
- Pasang sebuah paket:

View File

@ -1,7 +1,7 @@
# pkg
> FreeBSD 패키지 관리자입니다.
> 더 많은 정보: <https://man.freebsd.org/cgi/man.cgi?query=pkg&sektion=8>.
> 더 많은 정보: <https://man.freebsd.org/cgi/man.cgi?pkg>.
- 새 패키지 설치:

View File

@ -1,7 +1,7 @@
# cal
> 달력을 표시합니다.
> 더 많은 정보: <https://man.freebsd.org/cgi/man.cgi?cal>.
> 더 많은 정보: <https://man.netbsd.org/cal.1>.
- 현재 월의 달력 표시:

View File

@ -2,7 +2,7 @@
> 사용자 데이터베이스 정보, 로그인 셸 및 비밀번호를 추가하거나 변경합니다.
> 같이 보기: `passwd`.
> 더 많은 정보: <https://man.openbsd.org/chsh>.
> 더 많은 정보: <https://man.netbsd.org/chsh>.
- 현재 사용자에게 특정 로그인 셸을 대화식으로 설정:

View File

@ -1,7 +1,7 @@
# df
> 파일 시스템 디스크 공간 사용량 개요를 표시합니다.
> 더 많은 정보: <https://man.netbsd.org/NetBSD-9.3/df.1>.
> 더 많은 정보: <https://man.netbsd.org/df.1>.
- 512바이트 단위로 모든 파일 시스템과 디스크 사용량 표시:

View File

@ -3,7 +3,7 @@
> 열린 인터넷 또는 UNIX 도메인 소켓을 나열합니다.
> 참고: 이 프로그램은 FreeBSD의 `sockstat`를 NetBSD 3.0용으로 다시 작성한 것입니다.
> 같이 보기: `netstat`.
> 더 많은 정보: <https://man.freebsd.org/cgi/man.cgi?sockstat>.
> 더 많은 정보: <https://man.netbsd.org/sockstat.1>.
- IPv4, IPv6 및 Unix 소켓에 대한 수신 및 연결된 소켓에 대한 정보 표시:

View File

@ -1,7 +1,7 @@
# pkg
> FreeBSD pakketbeheerder.
> Meer informatie: <https://man.freebsd.org/cgi/man.cgi?query=pkg&sektion=8>.
> Meer informatie: <https://man.freebsd.org/cgi/man.cgi?pkg>.
- Installeer een nieuw pakket:

View File

@ -6,11 +6,11 @@
- Stel een specifieke login shell interactief in voor de huidige gebruiker:
`sudo chsh`
`chsh`
- Stel een specifieke login[s]hell in voor de huidige gebruiker:
`sudo chsh --shell {{pad/naar/shell}}`
`chsh --shell {{pad/naar/shell}}`
- Stel een login[s]hell in voor een specifieke gebruiker:
@ -18,4 +18,4 @@
- Toon ([l]) beschikbare shells:
`sudo chsh --list-shells`
`chsh --list-shells`

View File

@ -1,7 +1,7 @@
# cal
> Toon een kalender.
> Meer informatie: <https://man.freebsd.org/cgi/man.cgi?cal>.
> Meer informatie: <https://man.netbsd.org/cal.1>.
- Toon een kalender voor de huidige maand:

View File

@ -2,7 +2,7 @@
> Gebruikersdatabase informatie toevoegen of wijzigen, inclusief login shell en wachtwoord.
> Bekijk ook: `passwd`.
> Meer informatie: <https://man.openbsd.org/chsh>.
> Meer informatie: <https://man.netbsd.org/chsh>.
- Stel interactief een specifieke login shell in voor de huidige gebruiker:

View File

@ -1,7 +1,7 @@
# df
> Toon een overzicht van het gebruik van het bestandssysteem op het gebied van schijfruimte.
> Meer informatie: <https://man.netbsd.org/NetBSD-9.3/df.1>.
> Meer informatie: <https://man.netbsd.org/df.1>.
- Toon alle bestandssystemen en hun schijfgebruik met behulp van 512-byte eenheden:

View File

@ -3,7 +3,7 @@
> Toon open Internet- of UNIX-domeinsockets.
> Let op: dit programma is hergeschreven voor NetBSD 3.0 van FreeBSD's `sockstat`.
> Bekijk ook: `netstat`.
> Meer informatie: <https://man.freebsd.org/cgi/man.cgi?sockstat>.
> Meer informatie: <https://man.netbsd.org/sockstat.1>.
- Toon informatie voor IPv4- en IPv6-sockets voor zowel luister- als verbonden sockets:

View File

@ -1,7 +1,7 @@
# pkg
> Gerenciador de pacotes do FreeBSD.
> Mais informações: <https://man.freebsd.org/cgi/man.cgi?query=pkg&sektion=8>.
> Mais informações: <https://man.freebsd.org/cgi/man.cgi?pkg>.
- Instala um novo pacote:

24
pages/common/lychee.md Normal file
View File

@ -0,0 +1,24 @@
# lychee
> Find broken URLs.
> More information: <https://lychee.cli.rs/usage/cli/>.
- Scan a website for broken links:
`lychee {{https://example.com}}`
- Display a breakdown of error types:
`lychee --format detailed {{https://example.com}}`
- Limit the amount of connections to prevent DDOS protection:
`lychee --max-concurrency {{5}} {{links.txt}}`
- Check files in a directory structure for any broken URLs:
`grep -r "{{pattern}}" | lychee -`
- Display help:
`lychee --help`

View File

@ -1,7 +1,7 @@
# pkg
> FreeBSD package manager.
> More information: <https://man.freebsd.org/cgi/man.cgi?query=pkg&sektion=8>.
> More information: <https://man.freebsd.org/cgi/man.cgi?pkg>.
- Install a new package:

View File

@ -6,11 +6,11 @@
- Set a specific login shell for the current user interactively:
`sudo chsh`
`chsh`
- Set a specific login [s]hell for the current user:
`sudo chsh --shell {{path/to/shell}}`
`chsh --shell {{path/to/shell}}`
- Set a login [s]hell for a specific user:
@ -18,4 +18,4 @@
- [l]ist available shells:
`sudo chsh --list-shells`
`chsh --list-shells`

View File

@ -1,7 +1,7 @@
# cal
> Display a calendar.
> More information: <https://man.freebsd.org/cgi/man.cgi?cal>.
> More information: <https://man.netbsd.org/cal.1>.
- Display a calendar for the current month:

View File

@ -2,7 +2,7 @@
> Add or change user database information, including login shell and password.
> See also: `passwd`.
> More information: <https://man.openbsd.org/chsh>.
> More information: <https://man.netbsd.org/chsh>.
- Set a specific login shell for the current user interactively:

View File

@ -1,7 +1,7 @@
# df
> Display an overview of the filesystem disk space usage.
> More information: <https://man.netbsd.org/NetBSD-9.3/df.1>.
> More information: <https://man.netbsd.org/df.1>.
- Display all filesystems and their disk usage using 512-byte units:

View File

@ -3,7 +3,7 @@
> List open Internet or UNIX domain sockets.
> Note: this program is a rewrite for NetBSD 3.0 from FreeBSD's `sockstat`.
> See also: `netstat`.
> More information: <https://man.freebsd.org/cgi/man.cgi?sockstat>.
> More information: <https://man.netbsd.org/sockstat.1>.
- Show information for IPv4, IPv6 and Unix sockets for both listening and connected sockets: