title
stringlengths 1
544
โ | parent
stringlengths 0
57
โ | created
stringlengths 11
12
โ | editor
stringclasses 1
value | creator
stringclasses 4
values | edited
stringlengths 11
12
โ | refs
stringlengths 0
536
โ | text
stringlengths 1
26k
| id
stringlengths 32
32
|
---|---|---|---|---|---|---|---|---|
atuin
|
linux history packages
|
May 11, 2022
|
Alan Jo
|
Alan Jo
|
Apr 10, 2023
|
[atuin](https://github.com/ellie/atuin)
|
[SQLite](https://texonom.com/sqlite-851a00fbc4004694a5a075ad6b4175fe) ๋ฅผ ์ด์ฉํ history sync
๊ทธ๋ฐ๋ฐ upํ๋ฉด ํญ์ ๋์์ ๋ถํธ
```typeatuin stats```
### mac
```typebrew install atuin```
```type# do not run this as root, root will be asked for if requiredbash <(curl https://raw.githubusercontent.com/ellie/atuin/main/install.sh)```
### Docs
> [Config | Atuin](https://atuin.sh/docs/config)
|
950a84d7f3504f58be5546ca9081a75b
|
hishtory
|
linux history packages
|
Mar 11, 2023
|
Alan Jo
|
Alan Jo
|
Mar 11, 2023
|
e8b8ffa71e4441d792eb60e2a5eba65c
|
||
mcfly history
|
linux history packages
|
Jun 18, 2021
|
Alan Jo
|
Alan Jo
|
May 11, 2022
|
55840a23c59b4b619dc779eef5b18c0b
|
||
cron
|
Linux Execute Packages
|
Jan 6, 2020
|
Alan Jo
|
Alan Jo
|
Apr 11, 2023
|
[Workflow Scheduler](https://texonom.com/workflow-scheduler-4fef05cf2df248d9b1a628125695c5cf)
|
### Scheduler
[cronitor](https://texonom.com/cronitor-e9872da752e84bb69fe1c39d5d3fa688)
### JK / TS
[croner](https://github.com/Hexagon/croner)
|
cae0c084f6784063b0b443db2bb215e0
|
crontab
|
Linux Execute Packages
|
Mar 4, 2020
|
Alan Jo
|
Alan Jo
|
May 11, 2022
|
[cronitor](https://texonom.com/cronitor-1bcd5ab897ab4c93b8033a7a686446ca)
### to use bash syntax
```type* * * * * bash -c 'ls -t /mytest | tail -n +2 | xargs rm --'https://stackoverflow.com/questions/56311070/bash-command-with-pipe-not-working-in-crontab/56311820```
```typecron -e0 0 * * * /usr/bin/daily-commitcd ~/Gits/templates/etc/commitsh ./commit.sh@monthly```
- @reboot
- **@hourly - **Run at the start of each hour
- **@daily - **Run every day at midnight UTC
- **@weekly - **Run at every Sunday at midnight UTC
- **@monthly - **Run on the 1st of each month at midnight UTC
- **@yearly - **Run on Jan 1st at midnight UTC
- **@annually - **Same asย **@yearly**
> [How to Schedule Tasks on Linux: An Introduction to Crontab Files](https://www.howtogeek.com/101288/how-to-schedule-tasks-on-linux-an-introduction-to-crontab-files/)
> [[tip] ๋ฆฌ๋
์ค์์ ๋ถํ
์ ๊ฐ๋จํ๊ธฐ ์์ ํ๋ก๊ทธ๋จ ๋ฑ๋กํ๊ธฐ](https://hmjkor.tistory.com/420)
> [Cron Helper](https://cron.help/#@daily_reboot)
> [crontab.guru - the cron schedule expression editor](https://crontab.guru/every-night-at-midnight)
> [Bash command with pipe not working in crontab](https://stackoverflow.com/questions/56311070/bash-command-with-pipe-not-working-in-crontab/56311820)
|
7f8b916c6c5945eaa9a44a2a8fb663eb
|
|
dmesg
|
Linux Execute Packages
|
Jan 10, 2020
|
Alan Jo
|
Alan Jo
|
Dec 30, 2022
|
## Display message - show Kernel message buffer
```typedmesg```
|
f1a3d21a47da4b6e87ea7a8e4ae38c05
|
|
expect
|
Linux Execute Packages
|
Jan 10, 2020
|
Alan Jo
|
Alan Jo
|
Dec 30, 2022
|
- have to change file mod
```typechmod 755 exp-file```
- simple example
```type#!/usr/bin/expectset timeout -1set target_host [lindex $argv 0]set password [lindex $argv 1]spawn bash -c "ssh $target_host"expect { "password: " { send "$password\r" }}interact```
|
f9e53fa96e384d7d91f4006484ec95db
|
|
ldd
|
Linux Execute Packages
|
May 11, 2021
|
Alan Jo
|
Alan Jo
|
May 11, 2022
|
check dynamic dependancy library
```typeldd /bin/bash```
|
efae8135225b4b20ae3390a376f66d23
|
|
linux time package
|
Linux Execute Packages
|
Feb 7, 2023
|
Alan Jo
|
Alan Jo
|
Feb 7, 2023
|
performance of command line
```typetime ls```
|
73b73d7cfd0a429aab9469029e890e76
|
|
linux tldr package
|
Linux Execute Packages
|
Jun 18, 2021
|
Alan Jo
|
Alan Jo
|
May 11, 2022
|
[tealdeer](https://texonom.com/tealdeer-268fce8bd219474ba0957ba6d8e31d2b)
> [tldr-pages/tldr](https://github.com/tldr-pages/tldr)
|
ee602bc1e47c4e5d8165ff3b0af7e82b
|
|
man
|
Linux Execute Packages
|
Jan 25, 2020
|
Alan Jo
|
Alan Jo
|
Mar 14, 2023
|
[linux tldr package](https://texonom.com/linux-tldr-package-ee602bc1e47c4e5d8165ff3b0af7e82b)
|
### man - ์์ ์์ฃผ๋ก ๋ณด๊ธฐ - rtfm!
[how-2](https://texonom.com/how-2-8df64cd3a27e4f8b8248571498de4afc)
[halp](https://texonom.com/halp-1812706dcce64460ac5ddc73afe4dc29)
|
bd39209d8fc44c87aaa9b2ef302394d0
|
screen
|
Linux Execute Packages
|
Mar 19, 2020
|
Alan Jo
|
Alan Jo
|
May 11, 2022
|
> [[Linux] screen ์ฌ์ฉ๋ฒ](https://dreamlog.tistory.com/470)
|
f3240bc63f4a41deac6756d54c44e06b
|
|
wcn
|
Linux Execute Packages
|
Feb 11, 2020
|
Alan Jo
|
Alan Jo
|
May 11, 2022
|
55a015fda40143d1a6ba437974ca72ff
|
||
cronitor
|
cron
| null | null | null | null | null |
> [Cron Monitoring and Uptime Monitoring for Websites and APIs - Cronitor](https://cronitor.io/index)
|
e9872da752e84bb69fe1c39d5d3fa688
|
cronitor
|
crontab
| null | null | null | null | null |
```typecurl -sOL https://cronitor.io/dl/cronitor-stable-linux-amd64.tgzsudo tar xvf cronitor-stable-linux-amd64.tgz -C /usr/bin/sudo cronitor configure --api-key 7ffb1cc046aa4e5eae8052fa6e321736cronitor discover```
|
1bcd5ab897ab4c93b8033a7a686446ca
|
tealdeer
|
linux tldr package
| null | null | null | null | null |
implementation of tldr in Rust
> [dbrgn/tealdeer](https://github.com/dbrgn/tealdeer)
|
268fce8bd219474ba0957ba6d8e31d2b
|
halp
|
man
| null | null | null | null | null |
โฃ
|
1812706dcce64460ac5ddc73afe4dc29
|
how-2
|
man
| null | null | null | null | null |
browser based man
> [santinic/how2](https://github.com/santinic/how2)
-l is language option
```typehow2 -l python remove file```
|
8df64cd3a27e4f8b8248571498de4afc
|
aafire
|
Linux Terminal Packages
|
Oct 7, 2021
|
Alan Jo
|
Alan Jo
|
May 11, 2022
|
7fa8ec9ca98c432c966c7ad11ba91a32
|
||
cd
|
Linux Terminal Packages
|
Jun 18, 2021
|
Alan Jo
|
Alan Jo
|
Dec 30, 2022
|
[ls](https://texonom.com/ls-7a246c281cc846339f400951698be5f2)
|
[enhancd](https://github.com/b4b4r07/enhancd)
[zsh-bd](https://github.com/Tarrasch/zsh-bd)
[tere](https://github.com/mgunyho/tere)
[walk](https://github.com/antonmedv/llama)
[zoxide](https://texonom.com/zoxide-658bfbedc7cb4c3b9019511d1431eee0)
|
83b00f92e92045f4bff815a8d71aef9d
|
cmatrix
|
Linux Terminal Packages
|
Oct 7, 2021
|
Alan Jo
|
Alan Jo
|
May 11, 2022
|
78db4d318d684ea295658ba0bf12c3fb
|
||
cowsay
|
Linux Terminal Packages
|
Oct 7, 2021
|
Alan Jo
|
Alan Jo
|
May 11, 2022
|
```typefortune | cowsay -f moofasa```
|
4443c98fb8dc4d74bf6cf093b62e24c9
|
|
figlet
|
Linux Terminal Packages
|
Oct 7, 2021
|
Alan Jo
|
Alan Jo
|
May 11, 2022
|
[Ascii Art](https://texonom.com/ascii-art-40282c08963142329ad356e2b12a910b)
|
```typefiglet -c blabla```
> [Linux terminal tricks](https://www.youtube.com/watch?v=bx3aJyWy7Pc)
|
73d1040b05ea46c58de7f4db557aaf39
|
linux fortune
|
Linux Terminal Packages
|
Oct 7, 2021
|
Alan Jo
|
Alan Jo
|
Mar 19, 2023
|
๊ฒฉ์ธ ๋งํด์ฃผ๊ธฐ
```typefortune | cowsay -f moofasa```
|
283e8675c184425da5ad343d3294ec7e
|
|
linux tty
|
Linux Terminal Packages
|
Jan 7, 2020
|
Alan Jo
|
Alan Jo
|
May 11, 2022
|
[TTY](https://texonom.com/tty-d3c35ff3460343359b453c88a3bb896f) ์์ ์ ๋๋ ๊ฒ
[stty](https://texonom.com/stty-0f01e7f759114747bbaeafb9374a76f4)
```typettyls /dev```
edit
```typestty -a```
> [Introduction](https://mug896.github.io/bash-shell/tty.html)
```type$COLUMNS $LINES```
- to gui
pressย ctrl+alt+F7
```typerun the commandย startx```
|
265b76483ac84dcaac36f0857ad65d4f
|
|
rev
|
Linux Terminal Packages
|
Oct 7, 2021
|
Alan Jo
|
Alan Jo
|
May 11, 2022
|
reverse string input
|
678299bb96f54f16b772175a565c4dca
|
|
Terminal File Explorer
|
Linux Terminal Packages
|
Jul 18, 2022
|
Alan Jo
|
Alan Jo
|
Jul 18, 2022
|
### Terminal File Explorers
|Title|
|:-:|
|[tere](https://texonom.com/tere-92dce39c8f6142efbdd22a40f8228afe)|
|
62267618402140b19488b27300e86e72
|
|
toilet
|
Linux Terminal Packages
|
Oct 7, 2021
|
Alan Jo
|
Alan Jo
|
May 11, 2022
|
[Ascii Art](https://texonom.com/ascii-art-40282c08963142329ad356e2b12a910b)
|
```typetoilet -f mono12 -F metal devsnote.com```
|
56988fd5854d4b918c6af52d8d6c4fba
|
zoxide
|
cd
| null | null | null | null | null |
zsh like cd
> [ajeetdsouza/zoxide](https://github.com/ajeetdsouza/zoxide)
|
658bfbedc7cb4c3b9019511d1431eee0
|
stty
|
linux tty
| null | null | null | null | null |
set tty
ํฐ๋ฏธ๋ ๋ผ์ธ ์ค์ ์ ํ์ธํ๊ณ ์์
|
0f01e7f759114747bbaeafb9374a76f4
|
tere
|
Terminal File Explorers
|
Jul 18, 2022
|
Alan Jo
|
Alan Jo
|
Jul 18, 2022
|
[tere](https://github.com/mgunyho/tere)
|
92dce39c8f6142efbdd22a40f8228afe
|
|
Ctag
|
Linux Development Packages
|
Nov 5, 2019
| null | null | null |
4cbc1e7aaa0d4b59b0c3def9ff08e0c7
|
||
Linux Directory Package
|
Linux File Packages
|
Mar 23, 2021
|
Alan Jo
|
Alan Jo
|
Dec 30, 2022
|
### Linux Directory Packages
|Title|
|:-:|
|[ls](https://texonom.com/ls-7a246c281cc846339f400951698be5f2)|
|[linux find](https://texonom.com/linux-find-93b42b6911e84eed93c1d7261ce99857)|
|[dircolor](https://texonom.com/dircolor-63c14df44efa41208acbedc921c532b8)|
|[fzf](https://texonom.com/fzf-cfd542454cf94768b8f558a0f10e0cb7)|
|[mv](https://texonom.com/mv-f6ca79b70a774ee1a3abcf81a59b63db)|
|[cp](https://texonom.com/cp-1f12f4d5875847ef9ed48d421fda39bd)|
|[linux tree](https://texonom.com/linux-tree-f6cce23d151a449a80ee2dd139de05a7)|
|[broot](https://texonom.com/broot-1909f08100a74fdca9a18785e76544ce)|
|[fd](https://texonom.com/fd-79ceddc558ac4a0396ddfd8385c9b1ad)|
|
87cddf9cb0c14a71bd9d51c58cdc8fd2
|
|
Linux Dummy File Package
|
Linux File Packages
|
Mar 23, 2021
|
Alan Jo
|
Alan Jo
|
Dec 30, 2022
|
### Also for Swap File Creation
### Linux Dummy File Packages
|Title|
|:-:|
|[dd](https://texonom.com/dd-e6b8b430af2a416d8a4b9ca3868e90e4)|
|[truncate](https://texonom.com/truncate-1e8f724c028c4c6e99713a6d5d9f9f16)|
|[fallocate](https://texonom.com/fallocate-f58a42974c3b46ff925a45ea45d16546)|
> [Linux ํ๊ฒฝ์์ Dummy File ์์ฑ ๋ฐฉ๋ฒ๊ณผ ์ฑ๋ฅ ๋น๊ต](https://blog.dry8r3ad.com/130)
|
106e5b6667624719b90f4b5ce734bb54
|
|
Linux File Edit Package
|
Linux File Packages
|
Mar 23, 2021
|
Alan Jo
|
Alan Jo
|
Dec 30, 2022
|
### Linux File Edit Packages
|Title|
|:-:|
|[linux write](https://texonom.com/linux-write-a7c62e6948ad47b399804035fa62b416)|
|[echo](https://texonom.com/echo-4d4cb67736fd434dbc679b716508243d)|
|[rm](https://texonom.com/rm-ddf8f1753ba34055b4b5a23c69d6c1d6)|
|[sed](https://texonom.com/sed-ed1f9f146a2547f7b14dbe727e3b25c8)|
|[helix](https://texonom.com/helix-67dc366f94d345f39b051029b2e2c3b6)|
|[touch](https://texonom.com/touch-fac1135cb6d34bd293c53d0b3ae282c8)|
|[nano](https://texonom.com/nano-1640b98cfa8b48caa76d193c27f5a164)|
|[tee](https://texonom.com/tee-828328d599644e639845619b16a99034)|
|[tuc](https://texonom.com/tuc-8de210340c784d5f97620fba972ddeb9)|
|
61ffb36a3aa84a31a74d2a037e6e50d2
|
|
Linux File Meta Package
|
Linux File Packages
|
Mar 23, 2021
|
Alan Jo
|
Alan Jo
|
Dec 30, 2022
|
### Linux File Meta Packages
|Title|
|:-:|
|[stat](https://texonom.com/stat-04a4128e130e4db0ad9a5e5d5c38e4f0)|
|
890e3a59ff4945de85dd4c85883a8b48
|
|
Linux File Permission Package
|
Linux File Packages
|
Aug 6, 2021
|
Alan Jo
|
Alan Jo
|
Dec 30, 2022
|
### Linux File Permission Packages
|Title|
|:-:|
|[chmod](https://texonom.com/chmod-964e41193a1f4dc88315f199b9df5598)|
|[chown](https://texonom.com/chown-d239c14854e844bab2074de0633a7a58)|
|
e4e199e1f2334eee91417d365dfa2e6d
|
|
Linux File Read Package
|
Linux File Packages
|
Mar 23, 2021
|
Alan Jo
|
Alan Jo
|
Jun 7, 2023
|
### Linux Search Packages
|Title|
|:-:|
|[Silver Searcher](https://texonom.com/silver-searcher-95baf83d78ee435eaf03a9c3e8629240)|
|[grep](https://texonom.com/grep-a773cdd0924e4d87a57d7bf96d5cf97f)|
|[ripgrep](https://texonom.com/ripgrep-33d3d44bfc1c4c1692f2b7a5c2897879)|
|[fd-find](https://texonom.com/fd-find-28284dc51b2648e4a0bb2b76b4aa0513)|
|[codespelunker](https://texonom.com/codespelunker-fca4eda2b6534a418f63b2b4b4f6bfde)|
### Linux File Read Packages
|Title|
|:-:|
|[hexyl](https://texonom.com/hexyl-3ada26c39679408685ee5f441b2bec07)|
|[cargo bat](https://texonom.com/cargo-bat-d29eca443f7d40f788b33a4b9369b86a)|
|[cat](https://texonom.com/cat-dd12b4760b114138ade1613891effd2d)|
|[cut](https://texonom.com/cut-1da426dd4342438fb299c22fd5629512)|
|[tail](https://texonom.com/tail-a67f5492d97a4b56a91dc763c479c1e7)|
|[head](https://texonom.com/head-19479a8d78474550a5a4bb3f083e9235)|
|[cat](https://texonom.com/cat-b60832ae1d9f401abec7a42fd2a13386)|
|[more](https://texonom.com/more-551146a8c4f441399460b114a3059e4a)|
|[less](https://texonom.com/less-f00895149532410b88018d23498f0e87)|
|[awk](https://texonom.com/awk-aef873fca9f24e9eba2428f89a1a2550)|
|[wc](https://texonom.com/wc-389d9475d03c4ce59b3795c2d7fe78d4)|
|[readlink](https://texonom.com/readlink-ae0679a1e7634fc088ac7f1e155050b7)|
### ^M error - windows style new line
> [๋ฆฌ๋
์ค awk ๋ช
๋ น์ด : ์ํ๋ ์ปฌ๋ผ์ ์ถ๋ ฅํ๋ค.](https://codingdog.tistory.com/entry/%EB%A6%AC%EB%88%85%EC%8A%A4-awk-%EB%AA%85%EB%A0%B9%EC%96%B4-%EC%9B%90%ED%95%98%EB%8A%94-%EC%BB%AC%EB%9F%BC%EC%9D%84-%EC%B6%9C%EB%A0%A5%ED%95%9C%EB%8B%A4)
|
fee0f9b13a3242188ac9349ceb778e2a
|
|
Linux Sync Package
|
Linux File Packages
|
Apr 23, 2021
|
Alan Jo
|
Alan Jo
|
Dec 30, 2022
|
[fast_rsync](https://texonom.com/fastrsync-ac82b00a4da74a6cbe69c585862ffc22)
### Template Gallary
|Title|
|:-:|
|[](https://texonom.com/2b3f9110ae9b4fc7b2b4417b277842c3)|
|
8c7d04027f7c4fe6bfcf5ad2f7e09f83
|
|
broot
|
Linux Directory Packages
|
Dec 30, 2022
|
Alan Jo
|
Alan Jo
|
Dec 30, 2022
|
[broot](https://github.com/Canop/broot)
|
1909f08100a74fdca9a18785e76544ce
|
|
cp
|
Linux Directory Packages
|
Apr 30, 2021
|
Alan Jo
|
Alan Jo
|
Dec 30, 2022
|
- `-n` - disable overwrite option
|
1f12f4d5875847ef9ed48d421fda39bd
|
|
dircolor
|
Linux Directory Packages
|
Nov 5, 2019
|
Alan Jo
|
Seong-lae Cho
|
Dec 30, 2022
|
- ๊ฒ์์ ํฐ๋ฏธ๋์์ ls ์ ๋๋ ํ ๋ฆฌ ๊ฐ๋
์ฑ ์ข๊ฒ ํ๊ธฐ
|
63c14df44efa41208acbedc921c532b8
|
|
fd
|
Linux Directory Packages
|
Jun 18, 2021
|
Alan Jo
|
Alan Jo
|
Dec 30, 2022
|
```typecargo install fd-find```
> [sharkdp/fd](https://github.com/sharkdp/fd)
|
79ceddc558ac4a0396ddfd8385c9b1ad
|
|
fzf
|
Linux Directory Packages
|
Jan 25, 2020
|
Alan Jo
|
Alan Jo
|
Mar 22, 2023
|
[Windows Everything](https://texonom.com/windows-everything-59d698c5cbba4f0aacc5459b7019df0e)
|
[fzf tools](https://texonom.com/fzf-tools-88500347ed7541108a52d57e26e573d5)
```typegit clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf~/.fzf/install```
- ctrl t
- ctrl r
### How to use
> [Untitled](https://andrew-quinn.me/fzf/)
> [FZF๋ก ZSH ํฐ๋ฏธ๋ ๋ ๊ฐ๋ ฅํ๊ฒ ์ฌ์ฉํ๊ธฐ](https://medium.com/harrythegreat/fzf%EB%A1%9C-zsh-%ED%84%B0%EB%AF%B8%EB%84%90-%EB%8D%94-%EA%B0%95%EB%A0%A5%ED%95%98%EA%B2%8C-%EC%82%AC%EC%9A%A9%ED%95%98%EA%B8%B0-730c20eb496b)
> [๊นํ๋ธ์์ 1๋ง ์คํ ๋ฐ์ ํ๊ตญ์ ์คํ์์ค๋ค - Byline Network](https://byline.network/2020/03/3-63/)
|
cfd542454cf94768b8f558a0f10e0cb7
|
linux find
|
Linux Directory Packages
|
Jan 3, 2020
|
Alan Jo
|
Alan Jo
|
Dec 30, 2022
|
[fd](https://texonom.com/fd-79ceddc558ac4a0396ddfd8385c9b1ad) [fzf](https://texonom.com/fzf-cfd542454cf94768b8f558a0f10e0cb7)
|
### default is recursive
```typefind / name```
### file type
```typefind . -type f # ์ผ๋ฐ ํ์ผ ๊ฒ์find . -type d # ๋๋ ํ ๋ฆฌ ๊ฒ์find . -type l # ์ฌ๋ณผ๋ฆญ ๋งํฌ ๊ฒ์```
### file matching
```typefind . -path "*some_path*"find . -path "*some_path/some_file*"```
### size matching
```typefind . -size +300k # ํฌ๊ธฐ๊ฐ 300k ์ด์์ธ ํ์ผ ๊ฒ์```
### file ctime mtime
```typefind . -ctime +1 # ํ๋ฃจ ์ด์ ์ ์์ฑ(์์ )๋ ํ์ผ ๊ฒ์find . -ctime -1 # ํ๋ฃจ ์ด๋ด์ ์์ฑ(์์ )๋ ํ์ผ ๊ฒ์find . -newer a # a๋ณด๋ค ๋ฆ๊ฒ ์์ฑ๋ ํ์ผ๋คfind . ! -newer a # a๋ณด๋ค ์ผ์ฐfind . -mtime +30 | xargs mv -i {} {}.bak```
### boolean control
```typefind . -name "*some_name*" -a -type f -a ! -newer a # and ์กฐ๊ฑดfind . -name "*some_name*" -type f ! -newer a # ์ด๊ฒ๋ and ์กฐ๊ฑดfind . -name "*some_name*" -o -type f -o ! -newer a # or ์กฐ๊ฑด```
> [๋ฆฌ๋
์ค find ๋ช
๋ น์ด ์ฌ์ฉ๋ฒ. (Linux find command) - ๋ฆฌ๋
์ค ํ์ผ ๊ฒ์.](https://recipes4dev.tistory.com/156)
> [์์๋๋ฉด ๊ฐ๋์ ์ ์ฉํ ๋ฆฌ๋
์ค ๋ช
๋ น์ด](https://sinjin0.medium.com/%EC%95%8C%EC%95%84%EB%91%90%EB%A9%B4-%EA%B0%80%EB%81%94%EC%9D%80-%EC%9C%A0%EC%9A%A9%ED%95%A0-%EB%A6%AC%EB%88%85%EC%8A%A4-%EB%AA%85%EB%A0%B9%EC%96%B4-f46eb08eba1f)
> [xargs ์ฌ์ฉ๋ฒ](http://www.dreamy.pe.kr/zbxe/CodeClip/164220)
|
93b42b6911e84eed93c1d7261ce99857
|
linux tree
|
Linux Directory Packages
|
Jun 18, 2021
|
Alan Jo
|
Alan Jo
|
Dec 30, 2022
|
[broot](https://texonom.com/broot-1909f08100a74fdca9a18785e76544ce)
|
```typecargo install broot```
|
f6cce23d151a449a80ee2dd139de05a7
|
ls
|
Linux Directory Packages
|
Dec 30, 2022
|
Alan Jo
|
Alan Jo
|
Dec 30, 2022
|
[cd](https://texonom.com/cd-83b00f92e92045f4bff815a8d71aef9d)
|
### enhanced ls
|Title|
|:-:|
|[pls](https://texonom.com/pls-e2c14f1508124378a3b9101901dd4812)|
|[logo-ls](https://texonom.com/logo-ls-26284b3590a74c9eab7d499511b4d2cb)|
|[lsd](https://texonom.com/lsd-32a781565f7b4909ae11c1fe37603e8c)|
|[exa](https://texonom.com/exa-ed624e925fbe4ac8a0cffe69036f3bce)|
```typedefault : mtimels -l -u : atimels -l -c : ctime```
- h option - human readable
- a - all file with hidden
- l - with column
```typels -alh```
> [[Linux ] ์ฃผ์ ๋ช
๋ น์ด ๋ ๋ฒจ1 - cd, ls, head, tail, grep, cp, mv](https://m.blog.naver.com/PostView.naver?isHttpsRedirect=true&blogId=jjhstr&logNo=60104254252)
|
7a246c281cc846339f400951698be5f2
|
mv
|
Linux Directory Packages
|
Apr 30, 2021
|
Alan Jo
|
Alan Jo
|
Dec 30, 2022
|
f6ca79b70a774ee1a3abcf81a59b63db
|
||
fzf tools
|
fzf
| null | null | null | null | null |
[forgit](https://texonom.com/forgit-223dba38664a46c5bc2a7200902854b8)
|
88500347ed7541108a52d57e26e573d5
|
forgit
|
fzf tools
| null | null | null | null | null |
[forgit](https://github.com/wfxr/forgit)
|
223dba38664a46c5bc2a7200902854b8
|
exa
|
enhanced ls
|
Jun 10, 2020
|
Alan Jo
|
Alan Jo
|
Dec 30, 2022
|
### ls
> [ogham/exa](https://github.com/ogham/exa)
|
ed624e925fbe4ac8a0cffe69036f3bce
|
|
logo-ls
|
enhanced ls
|
Dec 14, 2021
|
Alan Jo
|
Alan Jo
|
Dec 30, 2022
|

|
26284b3590a74c9eab7d499511b4d2cb
|
|
lsd
|
enhanced ls
|
Jun 18, 2021
|
Alan Jo
|
Alan Jo
|
Dec 30, 2022
|
## Backwards compatible with ls
```typecargo install lsd```
> [Peltoche/lsd](https://github.com/Peltoche/lsd)
|
32a781565f7b4909ae11c1fe37603e8c
|
|
pls
|
enhanced ls
|
Dec 30, 2022
|
Alan Jo
|
Alan Jo
|
Dec 30, 2022
|
> [pls](https://dhruvkb.github.io/pls/)
|
e2c14f1508124378a3b9101901dd4812
|
|
dd
|
Linux Dummy File Packages
|
Mar 23, 2021
| null | null | null | null |
e6b8b430af2a416d8a4b9ca3868e90e4
|
|
fallocate
|
Linux Dummy File Packages
|
Mar 23, 2021
| null | null | null | null |
f58a42974c3b46ff925a45ea45d16546
|
|
truncate
|
Linux Dummy File Packages
|
Mar 23, 2021
| null | null | null | null |
1e8f724c028c4c6e99713a6d5d9f9f16
|
|
echo
|
Linux File Edit Packages
|
Jan 24, 2020
| null | null | null |
[tee](https://texonom.com/tee-828328d599644e639845619b16a99034)
|
### use printf
option board
-e
-c
๋ฑ๋ฑ
> [[Bash] echo ์ต์
์์ ๋ค | ํผ๋์ค ํธ์คํ
](https://fun25.co.kr/blog/bash-echo-options-example/?page=10)
|
4d4cb67736fd434dbc679b716508243d
|
helix
|
Linux File Edit Packages
|
Jun 2, 2021
| null | null | null |
vim like post modern vim
> [Helix](https://helix-editor.com/)
> [helix-editor/helix](https://github.com/helix-editor/helix?utm_source=tldrnewsletter)
|
67dc366f94d345f39b051029b2e2c3b6
|
|
linux write
|
Linux File Edit Packages
|
Jan 6, 2020
| null | null | null |
[dump](https://texonom.com/dump-8bc393207c71439db0abaa02d988a7b3)
|
a7c62e6948ad47b399804035fa62b416
|
|
nano
|
Linux File Edit Packages
|
Dec 19, 2019
| null | null | null |
1640b98cfa8b48caa76d193c27f5a164
|
||
rm
|
Linux File Edit Packages
|
Jan 13, 2020
| null | null | null |
```typerm -rf directory```
> [๋ฆฌ๋
์ค- ํ์ผ ๊ฒฝ๋ก ๋ชจ๋ ์ญ์ ๋ ??(rm: remove write-protected regular file)](https://drengineer.tistory.com/entry/%EB%A6%AC%EB%88%85%EC%8A%A4)
> [How to Recover a Deleted File in Linux](https://www.tecmint.com/recover-deleted-file-in-linux/)
|
ddf8f1753ba34055b4b5a23c69d6c1d6
|
|
sed
|
Linux File Edit Packages
|
Apr 23, 2021
| null | null | null |
[awk](https://texonom.com/awk-aef873fca9f24e9eba2428f89a1a2550) [undefined](https://github.com/adrianscheff/useful-sed)
|
### ํน์ ํ์ผ์์ ์ด๋ค ๋จ์ด๋ฅผ ๋ฐ๊พธ๊ฑฐ๋, ์ด๋ค ๋ผ์ธ๋ง ์ญ์
awk์ ๊ฒฐํฉํ์ฌ ์ฌ์ฉํ๋ฉด ์ข๋ค
### stream edit
- regex replace like lineinfile
### stdout
```typesed "s/from_str/to_str/g" file_name # from_str์ to_str๋ก ์นํsed "/pattern/d" file_name # pattern์ด ํฌํจ๋ ๋ผ์ธ ์ญ์ ```
### another file
```typesed "s/from_str/to_str/g" file_name > new_file1sed "/pattern/d" file_name > new_file2```
### ๋ฐ๋ก์์
```typesed -i "s/from_str/to_str/g" file_namesed -i "/pattern/d" file_name```
use @ of /
> [sed ๋ช
๋ น์ด ์คํ ์ "unknown option to `s'" error ๊ฐ ์๊ธธ ๊ฒฝ์ฐ](https://m.blog.naver.com/oasiss12/221600130084)
> [Replace smart quotes with the Linux sed command](https://opensource.com/article/21/9/sed-replace-smart-quotes)
> [Replace Strings Using Sed And Regex](https://stackoverflow.com/questions/14072592/replace-strings-using-sed-and-regex)
> [์์๋๋ฉด ๊ฐ๋์ ์ ์ฉํ ๋ฆฌ๋
์ค ๋ช
๋ น์ด](https://sinjin0.medium.com/%EC%95%8C%EC%95%84%EB%91%90%EB%A9%B4-%EA%B0%80%EB%81%94%EC%9D%80-%EC%9C%A0%EC%9A%A9%ED%95%A0-%EB%A6%AC%EB%88%85%EC%8A%A4-%EB%AA%85%EB%A0%B9%EC%96%B4-f46eb08eba1f)
|
ed1f9f146a2547f7b14dbe727e3b25c8
|
tee
|
Linux File Edit Packages
|
Nov 9, 2021
| null | null | null |
[echo](https://texonom.com/echo-4d4cb67736fd434dbc679b716508243d)
|
```typeecho 'validate_password.policy=LOW' | sudo tee -a /etc/my.cnf```
> [sudo echo ๋ช
๋ น์ด ์ฌ์ฉ์ Permission denied ๋ฌธ์ ํด๊ฒฐํ๊ธฐ](https://www.lesstif.com/lpt/sudo-echo-permission-denied-89556053.html)
|
828328d599644e639845619b16a99034
|
touch
|
Linux File Edit Packages
|
Jan 7, 2020
| null | null | null |
๋น ํ์ผ ๋ง๋ค๊ฑฐ๋ ์๋ํ์ผ ๊ทธ๋๋ก ๋๊ธฐ
|
fac1135cb6d34bd293c53d0b3ae282c8
|
|
tuc
|
Linux File Edit Packages
|
Jun 14, 2022
| null | null | null |
[tuc](https://github.com/riquito/tuc)
|
8de210340c784d5f97620fba972ddeb9
|
|
dump
|
linux write
| null | null | null | null | null |
### backup
|
8bc393207c71439db0abaa02d988a7b3
|
stat
|
Linux File Meta Packages
|
Jan 10, 2020
| null | null | null | null |
### File specific Stats
> [Get Last Modified Date of File in Linux](https://superuser.com/questions/737247/get-last-modified-date-of-file-in-linux)
|
04a4128e130e4db0ad9a5e5d5c38e4f0
|
chmod
|
Linux File Permission Packages
|
Jan 10, 2020
| null | null | null | null |
964e41193a1f4dc88315f199b9df5598
|
|
chown
|
Linux File Permission Packages
|
Jan 10, 2020
| null | null | null | null |
d239c14854e844bab2074de0633a7a58
|
|
awk
|
Linux File Read Packages
|
Apr 3, 2022
|
Alan Jo
|
Alan Jo
|
Jun 7, 2023
|
[sed](https://texonom.com/sed-ed1f9f146a2547f7b14dbe727e3b25c8)
|
## Aho Weinberger Kernighan
์ ๋์ค์์ ์ฒ์ ๊ฐ๋ฐ๋ ์ผ๋ฐ ์คํฌ๋ฆฝํธ ์ธ์ด
ํ
์คํธ ํํ๋ก ๋์ด์๋ ์
๋ ฅ ๋ฐ์ดํฐ๋ฅผ ํ๊ณผ ๋จ์ด ๋ณ๋ก ์ฒ๋ฆฌํด ์ถ๋ ฅ
sed์ ๊ฒฐํฉํ์ฌ ์ฌ์ฉํ๋ฉด ์ข๋ค
> [Unix legend, who owes us nothing, keeps fixing foundational AWK code](https://arstechnica.com/gadgets/2022/08/unix-legend-who-owes-us-nothing-keeps-fixing-foundational-awk-code/?comments=1)
> [AWK - Wikipedia](https://en.wikipedia.org/wiki/AWK)
|
aef873fca9f24e9eba2428f89a1a2550
|
cargo bat
|
Linux File Read Packages
|
Apr 23, 2021
|
Alan Jo
|
Alan Jo
|
Jun 7, 2023
|
d29eca443f7d40f788b33a4b9369b86a
|
||
cat
|
Linux File Read Packages
|
Nov 5, 2019
|
Alan Jo
|
Seong-lae Cho
|
Jun 7, 2023
|
this option means do not link-c makes automatically set file name to source.odo not find main functio
[lolcat](https://texonom.com/lolcat-ec357cbeb4a6400999faa67d3902b6bd)
|
b60832ae1d9f401abec7a42fd2a13386
|
|
cat
|
Linux File Read Packages
|
Dec 1, 2019
|
Alan Jo
|
Alan Jo
|
Jun 7, 2023
|
dd12b4760b114138ade1613891effd2d
|
||
cut
|
Linux File Read Packages
|
Dec 1, 2019
|
Alan Jo
|
Alan Jo
|
Jun 7, 2023
|
1da426dd4342438fb299c22fd5629512
|
||
head
|
Linux File Read Packages
|
Nov 5, 2019
|
Alan Jo
|
Seong-lae Cho
|
Jun 7, 2023
|
this option means do not link-c makes automatically set file name to source.odo not find main functio
|
19479a8d78474550a5a4bb3f083e9235
|
|
hexyl
|
Linux File Read Packages
|
Jun 10, 2020
|
Alan Jo
|
Alan Jo
|
Jun 7, 2023
|
> [sharkdp/hexyl](https://github.com/sharkdp/hexyl)
|
3ada26c39679408685ee5f441b2bec07
|
|
less
|
Linux File Read Packages
|
Nov 5, 2019
|
Alan Jo
|
Seong-lae Cho
|
Jun 7, 2023
|
f00895149532410b88018d23498f0e87
|
||
more
|
Linux File Read Packages
|
Nov 5, 2019
|
Alan Jo
|
Seong-lae Cho
|
Jun 7, 2023
|
551146a8c4f441399460b114a3059e4a
|
||
readlink
|
Linux File Read Packages
|
May 11, 2021
|
Alan Jo
|
Alan Jo
|
Jun 7, 2023
|
```typereadlink /proc/$$/ns/mnt```
|
ae0679a1e7634fc088ac7f1e155050b7
|
|
tail
|
Linux File Read Packages
|
Nov 5, 2019
|
Alan Jo
|
Seong-lae Cho
|
Jun 7, 2023
|
this option means do not link-c makes automatically set file name to source.odo not find main functio
|
a67f5492d97a4b56a91dc763c479c1e7
|
|
wc
|
Linux File Read Packages
|
Apr 19, 2021
|
Alan Jo
|
Alan Jo
|
Jun 7, 2023
|
lines
|
389d9475d03c4ce59b3795c2d7fe78d4
|
|
lolcat
|
cat
| null | null | null | null | null |
### animation
```typelolcat -a file```
```typesl | lolcat```
> [Linux terminal tricks](https://www.youtube.com/watch?v=bx3aJyWy7Pc)
|
ec357cbeb4a6400999faa67d3902b6bd
|
codespelunker
|
Linux Search Packages
|
Jun 7, 2023
|
Alan Jo
|
Alan Jo
|
Jun 7, 2023
|
[cs](https://github.com/boyter/cs)
|
fca4eda2b6534a418f63b2b4b4f6bfde
|
|
fd-find
|
Linux Search Packages
|
Jun 10, 2020
|
Alan Jo
|
Alan Jo
|
Jun 7, 2023
|
> [sharkdp/fd](https://github.com/sharkdp/fd)
### Template Gallery
|Title|
|:-:|
|[](https://texonom.com/4b091d599e3148dd854667c2e880954b)|
|
28284dc51b2648e4a0bb2b76b4aa0513
|
|
grep
|
Linux Search Packages
|
Jan 3, 2020
|
Alan Jo
|
Alan Jo
|
Jun 7, 2023
|
[ripgrep](https://texonom.com/ripgrep-33d3d44bfc1c4c1692f2b7a5c2897879)
|
### | grep regex
```typenetstat | grep TIME_WAIT | wc -lnetstat | grep ESTABLISHED | wc -l```
### grep alias
```typefind / | grep "*."egrep = grep -E # 'egrep'์ grep ๋ช
๋ น์ด์ -E ์ต์
์ ๋ถ์ธ ๊ฒ๊ณผ ๋์ผfgrep = grep -F # 'fgrep'์ grep ๋ช
๋ น์ด์ -F ์ต์
์ ๋ถ์ธ ๊ฒ๊ณผ ๋์ผgrep = grep -G # 'grep'์ grep ๋ช
๋ น์ด์ -G ์ต์
์ ๋ถ์ธ ๊ฒ๊ณผ ๋์ผ (๊ธฐ๋ณธ๊ฐ)```
### line
- `-r` - recursive
- `-n` - which line
```typegrep -nr 'yourString*' .```
```typegrep -A 2 -B 3 "some_keyword" * # ๊ฒ์๋ ๋ผ์ธ์ ์ 3๋ผ์ธ, ๋ค 2๋ผ์ธ ํ์```
### grep count
```typegrep -c "some_keyword" some_file```
### which file
- `-H` - which file
```typegrep -H "some_keyword" *```
> [How can I use grep to find a word inside a folder?](https://stackoverflow.com/questions/4121803/how-can-i-use-grep-to-find-a-word-inside-a-folder)
> [command line grep * does not work but grep *. works](https://askubuntu.com/questions/872716/command-line-grep-does-not-work-but-grep-works)
> [Start from the Beginning : ๋ค์ด๋ฒ ๋ธ๋ก๊ทธ](https://blog.naver.com/itperson/220839763320)
|
a773cdd0924e4d87a57d7bf96d5cf97f
|
ripgrep
|
Linux Search Packages
|
Jun 10, 2020
|
Alan Jo
|
Alan Jo
|
Jun 7, 2023
|
ripgrep
|
33d3d44bfc1c4c1692f2b7a5c2897879
|
|
Silver Searcher
|
Linux Search Packages
|
Apr 23, 2021
|
Alan Jo
|
Alan Jo
|
Jun 7, 2023
|
```typeag```
code searching tool similar to ack with a focus on speed.
> [ggreer/the_silver_searcher](https://github.com/ggreer/the_silver_searcher)
> [๋ฆฌ๋
์ค ๋ฌธ์์ด ์ฐพ๊ธฐ - ag command](https://wiznxt.tistory.com/713)
|
95baf83d78ee435eaf03a9c3e8629240
|
|
Untitled
|
Template Gallery
|
Feb 27, 2021
| null | null | null | null |
4b091d599e3148dd854667c2e880954b
|
|
fast_rsync
|
Linux Sync Package
| null | null | null | null | null |
> [dropbox/fast_rsync](https://github.com/dropbox/fast_rsync)
using SIMD operations where available
|
ac82b00a4da74a6cbe69c585862ffc22
|
Untitled
|
Template Gallary
|
Apr 23, 2021
| null | null | null | null |
### Common Notion Template
|Title|
|:-:|
### Common Usage Template
|Title|
|:-:|
### Common Error Template
|Title|
|:-:|
|
2b3f9110ae9b4fc7b2b4417b277842c3
|
audit2why
|
Linux Log Packages
|
Jan 10, 2020
|
Alan Jo
|
Alan Jo
|
Dec 30, 2022
|
22cbac81a97e4bafac7213ba49283f37
|
||
dos2unix
|
Linux Log Packages
|
Jan 10, 2020
|
Alan Jo
|
Alan Jo
|
Dec 30, 2022
|
> [\r\n, \r and \n what is the difference between them?](https://stackoverflow.com/questions/15433188/r-n-r-and-n-what-is-the-difference-between-them)
```typeapt install dos2unixdos2unix {{file}}```
|
1a001b5c18724a45bffc491ec27c3a64
|
|
whatfiles
|
Linux Log Packages
|
Jun 14, 2020
|
Alan Jo
|
Alan Jo
|
Jul 12, 2023
|
```typewhatfiles -d -s {{command}}```
logs what files other programs read/write/create/delete on your system
> [spieglt/whatfiles](https://github.com/spieglt/whatfiles)
|
33890b4b265b4e4eab7076c3524bcec4
|
|
dmsg
|
Linux Hardware Packages
|
Jan 10, 2020
|
Alan Jo
|
Alan Jo
|
Apr 16, 2023
|
### usb message etc device messages
|
16c05e9494d04edf9611e9f693960289
|
|
inxi
|
Linux Hardware Packages
|
Mar 7, 2022
|
Alan Jo
|
Alan Jo
|
Apr 16, 2023
|
### good
sudo for serial number
```typeinxi -Fx```
|
4872beb5fd8340ebb58de3af3e516127
|
|
lspci
|
Linux Hardware Packages
|
Jan 10, 2020
|
Alan Jo
|
Alan Jo
|
Apr 16, 2023
|
740f1386add94095bd992086d36e93c2
|
||
lsusb
|
Linux Hardware Packages
|
Jan 10, 2020
|
Alan Jo
|
Alan Jo
|
Apr 16, 2023
|
23c3030d9a2c4a6781aabd6ede25a7eb
|
||
oomd
|
Kind of Linux Memory Packages
|
May 21, 2020
| null | null | null | null |
afa198e504804f049bfaafb78c35d3ed
|
|
psi - linux package
|
Kind of Linux Memory Packages
|
May 21, 2020
| null | null | null | null |
d98cecd1a44d4d3587d28672c7a840a8
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.