clean up cmd tags
This commit is contained in:
@@ -115,7 +115,6 @@ bin: ntpd
|
|||||||
tag: time
|
tag: time
|
||||||
tag: system
|
tag: system
|
||||||
|
|
||||||
|
|
||||||
aim: Check a service
|
aim: Check a service
|
||||||
cmd: sudo systemctl status mpd
|
cmd: sudo systemctl status mpd
|
||||||
shell: sh
|
shell: sh
|
||||||
@@ -123,7 +122,6 @@ bin: systemd
|
|||||||
tag: system
|
tag: system
|
||||||
tag: service
|
tag: service
|
||||||
|
|
||||||
|
|
||||||
aim: Recognize service changes
|
aim: Recognize service changes
|
||||||
cmd: sudo systemctl daemon-reload
|
cmd: sudo systemctl daemon-reload
|
||||||
shell: sh
|
shell: sh
|
||||||
@@ -131,7 +129,6 @@ bin: systemd
|
|||||||
tag: system
|
tag: system
|
||||||
tag: service
|
tag: service
|
||||||
|
|
||||||
|
|
||||||
aim: Start a service (it stops when the computer shuts down)
|
aim: Start a service (it stops when the computer shuts down)
|
||||||
cmd: sudo systemctl taskd.service start
|
cmd: sudo systemctl taskd.service start
|
||||||
+ sudo systemctl daemon-reload
|
+ sudo systemctl daemon-reload
|
||||||
@@ -140,7 +137,6 @@ bin: systemd
|
|||||||
tag: system
|
tag: system
|
||||||
tag: service
|
tag: service
|
||||||
|
|
||||||
|
|
||||||
aim: Find out why the computer takes so long to start
|
aim: Find out why the computer takes so long to start
|
||||||
cmd: sudo systemd-analyze
|
cmd: sudo systemd-analyze
|
||||||
+ sudo systemd-analyze blame
|
+ sudo systemd-analyze blame
|
||||||
@@ -149,7 +145,6 @@ bin: systemd
|
|||||||
tag: system
|
tag: system
|
||||||
tag: boot
|
tag: boot
|
||||||
|
|
||||||
|
|
||||||
aim: See what the computer is doing
|
aim: See what the computer is doing
|
||||||
cmd: journalctl -f
|
cmd: journalctl -f
|
||||||
shell: sh
|
shell: sh
|
||||||
@@ -188,7 +183,6 @@ shell: sh
|
|||||||
bin: journalctl
|
bin: journalctl
|
||||||
tag: system
|
tag: system
|
||||||
|
|
||||||
|
|
||||||
aim: Convert markdown table to csv
|
aim: Convert markdown table to csv
|
||||||
cmd: mlr --imarkdown --ocsv cat ${file}.md
|
cmd: mlr --imarkdown --ocsv cat ${file}.md
|
||||||
bin: mlr
|
bin: mlr
|
||||||
@@ -359,7 +353,6 @@ tag: vision
|
|||||||
tag: video
|
tag: video
|
||||||
shell: sh
|
shell: sh
|
||||||
|
|
||||||
|
|
||||||
aim: Convert video to audio
|
aim: Convert video to audio
|
||||||
cmd: ffmpeg -i ${input}.mp4 -vn ${output}.mp3
|
cmd: ffmpeg -i ${input}.mp4 -vn ${output}.mp3
|
||||||
bin: ffmpeg
|
bin: ffmpeg
|
||||||
@@ -375,7 +368,6 @@ bin: ffmpeg
|
|||||||
tag: vision
|
tag: vision
|
||||||
shell: sh
|
shell: sh
|
||||||
|
|
||||||
|
|
||||||
aim: Change resolution
|
aim: Change resolution
|
||||||
cmd: ffmpeg -i ${input}.mp4 -filter:v scale=1280:720 -c:a copy ${output}.mp4
|
cmd: ffmpeg -i ${input}.mp4 -filter:v scale=1280:720 -c:a copy ${output}.mp4
|
||||||
bin: ffmpeg
|
bin: ffmpeg
|
||||||
|
|||||||
Reference in New Issue
Block a user