forked from tldr-pages/tldr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
common/x*: add Korean translation (tldr-pages#14635)
- Loading branch information
1 parent
23c5de4
commit a324944
Showing
40 changed files
with
815 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# x11docker | ||
|
||
> Docker 컨ν μ΄λμμ GUI μ ν리μΌμ΄μ λ° λ°μ€ν¬ν± UIλ₯Ό μμ νκ² μ€ν. | ||
> κ°μ΄ 보기: `xephyr`. | ||
> λ λ§μ μ 보: <https://github.com/mviereck/x11docker>. | ||
- 컨ν μ΄λμμ VLC μ€ν: | ||
|
||
`x11docker --pulseaudio --share={{$HOME/Videos}} {{jess/vlc}}` | ||
|
||
- μ°½μμ Xfce μ€ν: | ||
|
||
`x11docker --desktop {{x11docker/xfce}}` | ||
|
||
- μ°½μμ GNOME μ€ν: | ||
|
||
`x11docker --desktop --gpu --init={{systemd}} {{x11docker/gnome}}` | ||
|
||
- μ°½μμ KDE Plasma μ€ν: | ||
|
||
`x11docker --desktop --gpu --init={{systemd}} {{x11docker/kde-plasma}}` | ||
|
||
- λμλ§ νμ: | ||
|
||
`x11docker --help` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# x_x | ||
|
||
> Excel λ° CSV νμΌ λ³΄κΈ°. | ||
> λ λ§μ μ 보: <https://github.com/kristianperkins/x_x>. | ||
- XLSX λλ CSV νμΌ λ³΄κΈ°: | ||
|
||
`x_x {{νμΌ.xlsx|νμΌ.csv}}` | ||
|
||
- 첫 λ²μ§Έ νμ ν μ΄λΈ ν€λλ‘ μ¬μ©νμ¬ XLSX λλ CSV νμΌ λ³΄κΈ°: | ||
|
||
`x_x -h {{0}} {{νμΌ.xlsx|νμΌ.csv}}` | ||
|
||
- λΉμ νμ μΈ κ΅¬λΆ κΈ°νΈλ₯Ό μ¬μ©νλ CSV νμΌ λ³΄κΈ°: | ||
|
||
`x_x --delimiter={{';'}} --quotechar={{'|'}} {{νμΌ.csv}}` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# xar | ||
|
||
> .xar μμΉ΄μ΄λΈ κ΄λ¦¬. | ||
> λ λ§μ μ 보: <https://manned.org/xar>. | ||
- μ£Όμ΄μ§ λλ ν 리μ λͺ¨λ νμΌλ‘ xar μμΉ΄μ΄λΈ μμ±: | ||
|
||
`xar -cf {{archive.xar}} {{κ²½λ‘/λμ/ν΄λ}}` | ||
|
||
- μ£Όμ΄μ§ xar μμΉ΄μ΄λΈμ λ΄μ© λͺ©λ‘: | ||
|
||
`xar -tf {{archive.xar}}` | ||
|
||
- μ£Όμ΄μ§ xar μμΉ΄μ΄λΈμ λ΄μ©μ νμ¬ λλ ν λ¦¬λ‘ μΆμΆ: | ||
|
||
`xar -xf {{archive.xar}}` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# xargs | ||
|
||
> λ€λ₯Έ λͺ λ Ή, νμΌ λ±μΌλ‘λΆν° μ λ¬λ μΈμλ₯Ό μ¬μ©νμ¬ λͺ λ Ήμ μ€ν. | ||
> μ λ ₯μ νλμ ν μ€νΈ λΈλ‘μΌλ‘ μ²λ¦¬λλ©° 곡백, ν, κ°ν λ° νμΌ λμμ λ³κ°μ μ‘°κ°μΌλ‘ λΆλ¦¬λ©λλ€. | ||
> λ λ§μ μ 보: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/xargs.html>. | ||
- μ λ ₯ λ°μ΄ν°λ₯Ό μΈμλ‘ μ¬μ©νμ¬ λͺ λ Ή μ€ν: | ||
|
||
`{{μΈμλ€_μμ€}} | xargs {{λͺ λ Ήμ΄}}` | ||
|
||
- μ λ ₯ λ°μ΄ν°μ λν΄ μ¬λ¬ μ°κ²°λ λͺ λ Ή μ€ν: | ||
|
||
`{{μΈμλ€_μμ€}} | xargs sh -c "{{λͺ λ Ήμ΄1}} && {{λͺ λ Ήμ΄2}} | {{λͺ λ Ήμ΄3}}"` | ||
|
||
- μ¬λ¬ μ€λ λλ₯Ό νμ©νμ¬ `.log` νμ₯μλ₯Ό κ°μ§ λͺ¨λ νμΌμ gzipμΌλ‘ μμΆ (`-print0`λ νμΌ μ΄λ¦μ null λ¬Έμλ‘ λΆλ¦¬νκ³ , `-0`μ μ΄λ₯Ό ꡬλΆμλ‘ μ¬μ©): | ||
|
||
`find . -name '*.log' -print0 | xargs -0 -P {{4}} -n 1 gzip` | ||
|
||
- κ° μΈμμ λν΄ ν λ²μ© λͺ λ Ή μ€ν: | ||
|
||
`{{μΈμλ€_μμ€}} | xargs -n1 {{λͺ λ Ήμ΄}}` | ||
|
||
- κ° μ λ ₯ μ€μ λν΄ ν λ²μ© λͺ λ Ή μ€ν, μ λ ₯ μ€λ‘ νλ μ΄μ€νλ(μ¬κΈ°μλ `_`λ‘ νμ)λ₯Ό λ체: | ||
|
||
`{{μΈμλ€_μμ€}} | xargs -I _ {{λͺ λ Ήμ΄}} _ {{μ νμ _μΆκ°_μΈμλ€}}` | ||
|
||
- ν λ²μ `μ΅λ-νλ‘μΈμ€` νλ‘μΈμ€κΉμ§ λ³λ ¬ μ€ν; κΈ°λ³Έκ°μ 1μ λλ€. `μ΅λ-νλ‘μΈμ€`κ° 0μΈ κ²½μ°, xargsλ κ°λ₯ν λ§μ νλ‘μΈμ€λ₯Ό λμμ μ€ν: | ||
|
||
`{{μΈμλ€_μμ€}} | xargs -P {{μ΅λ-νλ‘μΈμ€}} {{λͺ λ Ήμ΄}}` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# xbmtopbm | ||
|
||
> X11 λλ X10 λΉνΈλ§΅μ PBM μ΄λ―Έμ§λ‘ λ³ν. | ||
> λ λ§μ μ 보: <https://netpbm.sourceforge.net/doc/xbmtopbm.html>. | ||
- XBM μ΄λ―Έμ§λ₯Ό PPM μ΄λ―Έμ§λ‘ λ³ν: | ||
|
||
`xbmtopbm {{κ²½λ‘/λμ/μ λ ₯_νμΌ.xbm}} > {{κ²½λ‘/λμ/μΆλ ₯_νμΌ.pbm}}` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# xcaddy | ||
|
||
> Caddy μΉ μλ²λ₯Ό μν 컀μ€ν λΉλ λꡬ. | ||
> λ λ§μ μ 보: <https://github.com/caddyserver/xcaddy>. | ||
- μμ€μμ Caddy μλ² λΉλ: | ||
|
||
`xcaddy build` | ||
|
||
- νΉμ λ²μ μΌλ‘ Caddy μλ² λΉλ (κΈ°λ³Έκ°μ μ΅μ λ²μ ): | ||
|
||
`xcaddy build {{λ²μ }}` | ||
|
||
- νΉμ λͺ¨λλ‘ Caddy λΉλ: | ||
|
||
`xcaddy build --with {{λͺ¨λ_μ΄λ¦}}` | ||
|
||
- νΉμ νμΌμ μΆλ ₯νμ¬ Caddy λΉλ: | ||
|
||
`xcaddy build --output {{κ²½λ‘/λμ/νμΌ}}` | ||
|
||
- νμ¬ λλ ν 리μμ κ°λ° νλ¬κ·ΈμΈμ μν΄ Caddy λΉλ λ° μ€ν: | ||
|
||
`xcaddy run` | ||
|
||
- νΉμ Caddy μ€μ μ μ¬μ©νμ¬ κ°λ° νλ¬κ·ΈμΈμ μν΄ Caddy λΉλ λ° μ€ν: | ||
|
||
`xcaddy run --config {{κ²½λ‘/λμ/νμΌ}}` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# xcv | ||
|
||
> λͺ λ Ήμ€μμ μλ₯΄κΈ°, λ³΅μ¬ λ° λΆμ¬λ£κΈ°. | ||
> λ λ§μ μ 보: <https://github.com/busterc/xcv>. | ||
- νμΌ μλ₯΄κΈ°: | ||
|
||
`xcv x {{μ λ ₯_νμΌ}}` | ||
|
||
- νμΌ λ³΅μ¬: | ||
|
||
`xcv c {{μ λ ₯_νμΌ}}` | ||
|
||
- νμΌ λΆμ¬λ£κΈ°: | ||
|
||
`xcv v {{μΆλ ₯_νμΌ}}` | ||
|
||
- λΆμ¬λ£κΈ° κ°λ₯ν νμΌ λμ΄: | ||
|
||
`xcv l` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# xdelta | ||
|
||
> λΈν μΈμ½λ© μ νΈλ¦¬ν°. | ||
> μ£Όλ‘ λ°μ΄λ리 νμΌμ ν¨μΉλ₯Ό μ μ©νλ λ° μ¬μ©λ©λλ€. | ||
> λ λ§μ μ 보: <https://github.com/jmacd/xdelta>. | ||
- ν¨μΉ μ μ©: | ||
|
||
`xdelta -d -s {{κ²½λ‘/λμ/μ λ ₯_νμΌ}} {{κ²½λ‘/λμ/λΈν_νμΌ.xdelta}} {{κ²½λ‘/λμ/μΆλ ₯_νμΌ}}` | ||
|
||
- ν¨μΉ μμ±: | ||
|
||
`xdelta -e -s {{κ²½λ‘/λμ/μ΄μ _νμΌ}} {{κ²½λ‘/λμ/μ_νμΌ}} {{κ²½λ‘/λμ/μΆλ ₯_νμΌ.xdelta}}` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# xe | ||
|
||
> λ€λ₯Έ λͺ λ Ήμ΄λ νμΌμμ νμ΄νλ‘ μ λ¬λ κ° μ€μ λν΄ λͺ λ Ήμ ν λ² μ€ν. | ||
> λ λ§μ μ 보: <https://github.com/leahneukirchen/xe>. | ||
- μ λ ₯ λ°μ΄ν°μ κ° μ€μ μΈμλ‘ μ¬μ©νμ¬ λͺ λ Ή μ€ν: | ||
|
||
`{{μΈμ_μΆμ²}} | xe {{λͺ λ Ή}}` | ||
|
||
- λͺ λ Ήμ μ€ννλ©°, μ리 νμμ(`{}`)λ₯Ό μ λ ₯ μ€λ‘ λ체: | ||
|
||
`{{μΈμ_μΆμ²}} | xe {{λͺ λ Ή}} {} {{μ νμ _μΆκ°_μΈμ}}` | ||
|
||
- μμ€ν¬λ¦½νΈλ₯Ό μ€ννλ©°, 맀 `N`κ°μ μ€μ νλμ νΈμΆλ‘ κ²°ν©: | ||
|
||
`echo -e 'a\nb' | xe -N{{2}} -s 'echo $2 $1'` | ||
|
||
- `.backup` νμ₯μλ₯Ό κ°μ§ λͺ¨λ νμΌ μμ : | ||
|
||
`find . -name {{'*.backup'}} | xe rm -v` | ||
|
||
- μ΅λ `max-jobs` νλ‘μΈμ€λ₯Ό λ³λ ¬λ‘ μ€ν; κΈ°λ³Έκ°μ 1. `max-jobs`κ° 0μ΄λ©΄ xeλ CPU μ½μ΄ μλ§νΌ νλ‘μΈμ€λ₯Ό μ€ν: | ||
|
||
`{{μΈμ_μΆμ²}} | xe -j {{μ΅λ_μμ }} {{λͺ λ Ή}}` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Xephyr | ||
|
||
> X μ ν리μΌμ΄μ μΌλ‘ μ€νλλ μ€μ²© X μλ². | ||
> λ λ§μ μ 보: <https://manned.org/xserver-xephyr>. | ||
- λμ€νλ μ΄ ID ":2"λ‘ κ²μμ μ°½ μμ±: | ||
|
||
`Xephyr -br -ac -noreset -screen {{800x600}} {{:2}}` | ||
|
||
- μ νλ©΄μμ X μ ν리μΌμ΄μ μμ: | ||
|
||
`DISPLAY=:2 {{λͺ λ Ή_μ΄λ¦}}` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# xetex | ||
|
||
> XeTeX μμ€ νμΌμμ PDF λ¬Έμλ₯Ό μ»΄νμΌ. | ||
> λ λ§μ μ 보: <https://www.tug.org/xetex/>. | ||
- PDF λ¬Έμ μ»΄νμΌ: | ||
|
||
`xetex {{μμ€.tex}}` | ||
|
||
- μΆλ ₯ λλ ν 리λ₯Ό μ§μ νμ¬ PDF λ¬Έμ μ»΄νμΌ: | ||
|
||
`xetex -output-directory={{κ²½λ‘/λμ/ν΄λ}} {{μμ€.tex}}` | ||
|
||
- μ€λ₯ λ°μ μ μ’ λ£νλ©° PDF λ¬Έμ μ»΄νμΌ: | ||
|
||
`xetex -halt-on-error {{μμ€.tex}}` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# xev | ||
|
||
> X μ΄λ²€νΈμ λ΄μ©μ μΆλ ₯. | ||
> λ λ§μ μ 보: <https://gitlab.freedesktop.org/xorg/app/xev>. | ||
- λ°μνλ λͺ¨λ X μ΄λ²€νΈ λͺ¨λν°λ§: | ||
|
||
`xev` | ||
|
||
- μ μ°½μ μμ±νμ§ μκ³ λ£¨νΈ μ°½μ λͺ¨λ X μ΄λ²€νΈ λͺ¨λν°λ§: | ||
|
||
`xev -root` | ||
|
||
- νΉμ μ°½μ λͺ¨λ X μ΄λ²€νΈ λͺ¨λν°λ§: | ||
|
||
`xev -id {{μ°½_ID}}` | ||
|
||
- μ£Όμ΄μ§ μΉ΄ν κ³ λ¦¬μ X μ΄λ²€νΈ λͺ¨λν°λ§ (μ¬λ¬ λ² μ§μ κ°λ₯): | ||
|
||
`xev -event {{μ΄λ²€νΈ_μΉ΄ν κ³ λ¦¬}}` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# xgettext | ||
|
||
> μ½λ νμΌμμ gettext λ¬Έμμ΄ μΆμΆ. | ||
> λ λ§μ μ 보: <https://www.gnu.org/software/gettext/manual/html_node/xgettext-Invocation.html>. | ||
- νμΌμ μ€μΊνκ³ λ¬Έμμ΄μ `messages.po`μ μΆλ ₯: | ||
|
||
`xgettext {{κ²½λ‘/λμ/μ λ ₯_νμΌ}}` | ||
|
||
- λ€λ₯Έ μΆλ ₯ νμΌ μ΄λ¦ μ¬μ©: | ||
|
||
`xgettext --output {{κ²½λ‘/λμ/μΆλ ₯_νμΌ}} {{κ²½λ‘/λμ/μ λ ₯_νμΌ}}` | ||
|
||
- μ λ¬Έμμ΄μ κΈ°μ‘΄ νμΌμ μΆκ°: | ||
|
||
`xgettext --join-existing --output {{κ²½λ‘/λμ/μΆλ ₯_νμΌ}} {{κ²½λ‘/λμ/μ λ ₯_νμΌ}}` | ||
|
||
- λ©νλ°μ΄ν°λ₯Ό ν¬ν¨νλ ν€λλ₯Ό μΆλ ₯ νμΌμ μΆκ°νμ§ μμ: | ||
|
||
`xgettext --omit-header {{κ²½λ‘/λμ/μ λ ₯_νμΌ}}` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# xh | ||
|
||
> μΉμνκ³ λΉ λ₯Έ HTTP μμ² μ μ‘ λꡬ. | ||
> μ°Έκ³ : Rustλ‘ μμ±λ `xh`λ `http`μ ν¨κ³Όμ μΈ λ체 λꡬμ λλ€. | ||
> κ°μ΄ 보기: `http`, `curl`. | ||
> λ λ§μ μ 보: <https://github.com/ducaale/xh>. | ||
- GET μμ² μ μ‘: | ||
|
||
`xh {{httpbin.org/get}}` | ||
|
||
- JSON λ³Έλ¬Έκ³Ό ν¨κ» POST μμ² μ μ‘ (ν€-κ° μμ΄ μ΅μμ JSON κ°μ²΄μ μΆκ°λ¨, μ: `{"name": "john", "age": 25}`): | ||
|
||
`xh post {{httpbin.org/post}} {{name=john}} {{age:=25}}` | ||
|
||
- 쿼리 맀κ°λ³μλ₯Ό ν¬ν¨ν GET μμ² μ μ‘ (μ: `first_param=5&second_param=true`): | ||
|
||
`xh get {{httpbin.org/get}} {{first_param==5}} {{second_param==true}}` | ||
|
||
- μ¬μ©μ μ§μ ν€λμ ν¨κ» GET μμ² μ μ‘: | ||
|
||
`xh get {{httpbin.org/get}} {{header-name:header-value}}` | ||
|
||
- GET μμ²μ 보λ΄κ³ μλ΅ λ³Έλ¬Έμ νμΌμ μ μ₯: | ||
|
||
`xh --download {{httpbin.org/json}} --output {{κ²½λ‘/λμ/νμΌ}}` | ||
|
||
- λλ±ν `curl` λͺ λ Ή νμ (μ΄ λͺ λ Ήμ μμ²μ μ μ‘νμ§ μμ): | ||
|
||
`xh --{{curl|curl-long}} {{--follow --verbose get http://example.com user-agent:curl}}` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# xidel | ||
|
||
> HTML/XML νμ΄μ§ λ° JSON APIμμ λ°μ΄ν°λ₯Ό λ€μ΄λ‘λνκ³ μΆμΆ. | ||
> λ λ§μ μ 보: <https://www.videlibri.de/xidel.html>. | ||
- Google κ²μμΌλ‘ μ°Ύμ λͺ¨λ URL μΆλ ₯: | ||
|
||
`xidel {{https://www.google.com/search?q=test}} --extract "//a/extract(@href, 'url[?]q=([^&]+)&', 1)[. != '']"` | ||
|
||
- Google κ²μμΌλ‘ μ°Ύμ λͺ¨λ νμ΄μ§μ μ λͺ©μ μΆλ ₯νκ³ λ€μ΄λ‘λ: | ||
|
||
`xidel {{https://www.google.com/search?q=test}} --follow "{{//a/extract(@href, 'url[?]q=([^&]+)&', 1)[. != '']}}" --extract {{//title}} --download {{'{$host}/'}}` | ||
|
||
- νμ΄μ§μ λͺ¨λ λ§ν¬λ₯Ό λ°λΌκ°μ μ λͺ©μ XPathλ‘ μΆλ ₯: | ||
|
||
`xidel {{https://example.org}} --follow {{//a}} --extract {{//title}}` | ||
|
||
- νμ΄μ§μ λͺ¨λ λ§ν¬λ₯Ό λ°λΌκ°μ μ λͺ©μ CSS μ νμλ‘ μΆλ ₯: | ||
|
||
`xidel {{https://example.org}} --follow "{{css('a')}}" --css {{title}}` | ||
|
||
- νμ΄μ§μ λͺ¨λ λ§ν¬λ₯Ό λ°λΌκ°μ μ λͺ©μ ν¨ν΄ 맀μΉμΌλ‘ μΆλ ₯: | ||
|
||
`xidel {{https://example.org}} --follow "{{<a>{.}</a>*}}" --extract "{{<title>{.}</title>}}"` | ||
|
||
- example.xmlμμ ν¨ν΄μ μ½κ³ "ood"λ₯Ό ν¬ν¨ν μμκ° μλμ§ νμΈ(μμΌλ©΄ μ€ν¨): | ||
|
||
`xidel {{κ²½λ‘/λμ/example.xml}} --extract "{{<x><foo>ood</foo><bar>{.}</bar></x>}}"` | ||
|
||
- ν¨ν΄ 맀μΉμ μ¬μ©νμ¬ μ λͺ©κ³Ό URLμ ν¬ν¨ν μ΅μ Stack Overflow μ§λ¬Έ μΆλ ₯: | ||
|
||
`xidel {{http://stackoverflow.com/feeds}} --extract "{{<entry><title>{title:=.}</title><link>{uri:=@href}</link></entry>+}}"` | ||
|
||
- μ½μ§ μμ Reddit λ©μΌ νμΈ, μΉ μ€ν¬λν, CSS, XPath, JSONiq λ° μλ μμ νκ° μ‘°ν©: | ||
|
||
`xidel {{https://reddit.com}} --follow "{{form(css('form.login-form')[1], {'user': '$your_username', 'passwd': '$your_password'})}}" --extract "{{css('#mail')/@title}}"` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# ximtoppm | ||
|
||
> XIM νμΌμ PPM μ΄λ―Έμ§λ‘ λ³ν. | ||
> λ λ§μ μ 보: <https://netpbm.sourceforge.net/doc/ximtoppm.html>. | ||
- XIM μ΄λ―Έμ§λ₯Ό PPM μ΄λ―Έμ§λ‘ λ³ν: | ||
|
||
`ximtoppm {{κ²½λ‘/λμ/μ λ ₯_νμΌ.xim}} > {{κ²½λ‘/λμ/μΆλ ₯_νμΌ.ppm}}` | ||
|
||
- μ λ ₯ μ΄λ―Έμ§μ ν¬λͺ λ§μ€ν¬λ₯Ό μ§μ λ νμΌμ μ μ₯: | ||
|
||
`ximtoppm --alphaout {{κ²½λ‘/λμ/μν_νμΌ.pbm}} {{κ²½λ‘/λμ/μ λ ₯_νμΌ.xim}} > {{κ²½λ‘/λμ/μΆλ ₯_νμΌ.ppm}}` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# xkcdpass | ||
|
||
> κ°λ ₯ν μνΈλ₯Ό μμ±νλ μ μ°νκ³ μ€ν¬λ¦½νΈ κ°λ₯ν μνΈ μμ±κΈ°. | ||
> XKCD 936μμ μκ°μ λ°μμ΅λλ€. | ||
> λ λ§μ μ 보: <https://github.com/redacted/XKCD-password-generator>. | ||
- κΈ°λ³Έ μ΅μ μΌλ‘ νλμ μνΈ κ΅¬λ¬Έ μμ±: | ||
|
||
`xkcdpass` | ||
|
||
- κ° λ¨μ΄μ 첫 κΈμκ° μ 곡λ μΈμμ μΌμΉνλ μνΈ κ΅¬λ¬Έ μμ±: | ||
|
||
`xkcdpass -a {{λμ΄}}` | ||
|
||
- λννμΌλ‘ μνΈ μμ±: | ||
|
||
`xkcdpass -i` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# xkill | ||
|
||
> κ·Έλν½ μΈμ μμ μ°½μ λνμμΌλ‘ μ’ λ£. | ||
> κ°μ΄ 보기: `kill`, `killall`. | ||
> λ λ§μ μ 보: <https://www.x.org/releases/current/doc/man/man1/xkill.1.xhtml>. | ||
- μΌμͺ½ λ§μ°μ€ λ²νΌμ λλ¬ μ°½μ μ’ λ£ν μ μλ 컀μ νμ (λ€λ₯Έ λ§μ°μ€ λ²νΌμ λλ¬ μ·¨μ): | ||
|
||
`xkill` | ||
|
||
- λ§μ°μ€ λ²νΌμ λλ¬ μ’ λ£ν μ°½μ μ νν μ μλ 컀μ νμ: | ||
|
||
`xkill -button any` | ||
|
||
- νΉμ IDλ₯Ό κ°μ§ μ°½ μ’ λ£ (`xwininfo`λ₯Ό μ¬μ©νμ¬ μ°½ μ 보λ₯Ό μ»μ μ μμ): | ||
|
||
`xkill -id {{id}}` |
Oops, something went wrong.