docs: cleanup many things

main
Tran Hau 2021-04-22 03:24:32 +00:00
parent 482db9c0cd
commit e8c9c24405
33 changed files with 0 additions and 240 deletions

View File

@ -1 +0,0 @@
# Essential

View File

@ -1,13 +0,0 @@
# Bash completion
| Distribution | Package |
| ------------ | ----------------- |
| Arch Linux | `bash-completion` |
| Ubuntu | `bash-completion` |
Add to `~/.bashrc`:
```bash
[[ -f /usr/share/bash-completion/bash_completion ]] && \
source /usr/share/bash-completion/bash_completion
```

View File

@ -1,6 +0,0 @@
# [fd](https://github.com/sharkdp/fd)
| Distribution | Package |
| ------------ | --------- |
| Arch Linux | `fd` |
| Ubuntu | `fd-find` |

View File

@ -1,6 +0,0 @@
# [ripgrep](https://github.com/BurntSushi/ripgrep)
| Distribution | Package |
| ------------ | --------- |
| Arch Linux | `ripgrep` |
| Ubuntu | `ripgrep` |

View File

@ -1,6 +0,0 @@
# [tldr](https://github.com/tldr-pages/tldr)
| Distribution | Package |
| ------------ | ------- |
| Arch Linux | `tldr` |
| Ubuntu | `tldr` |

View File

@ -1,6 +0,0 @@
# [gameconqueror](https://github.com/scanmem/scanmem)
| Distribution | Package |
| ------------ | --------------- |
| Arch Linux | `gameconqueror` |
| Ubuntu | `gameconqueror` |

View File

@ -1,5 +0,0 @@
# [Foliate](https://github.com/johnfactotum/foliate)
| Distribution | Package |
| ------------ | --------- |
| Arch Linux | `foliate` |

View File

@ -1,12 +0,0 @@
# [GameMode](https://github.com/FeralInteractive/gamemode)
| Distribution | Package |
| ------------ | ---------- |
| Arch Linux | `gamemode` |
| Ubuntu | `gamemode` |
In Steam, set launch options:
```sh
gamemoderun %command%
```

View File

@ -1,5 +0,0 @@
# [Heimdall](https://gitlab.com/BenjaminDobell/Heimdall)
| Distribution | Package |
| ------------ | ---------- |
| Arch Linux | `heimdall` |

View File

@ -1,12 +0,0 @@
# [Prettier](https://prettier.io/)
| Distribution | Package |
| ------------ | ---------- |
| Arch Linux | `prettier` |
| Homebrew | `prettier` |
Usage:
```sh
prettier --write unformatted.md
```

View File

@ -1 +0,0 @@
# Misc

View File

@ -1,6 +0,0 @@
# [Rclone](https://github.com/rclone/rclone)
| Distribution | Package |
| ------------ | -------- |
| Arch Linux | `rclone` |
| Ubuntu | `rclone` |

View File

@ -1,6 +0,0 @@
# [Syncthing](https://github.com/syncthing/syncthing)
| Distribution | Package |
| ------------ | ----------- |
| Arch Linux | `syncthing` |
| Ubuntu | `syncthing` |

View File

@ -1,20 +0,0 @@
# [Ventoy](https://github.com/ventoy/Ventoy)
Check disks carefully:
```sh
lsblk
```
Use:
```sh
# Install
sh Ventoy2Disk.sh -i /dev/XXX
# Force install
sh Ventoy2Disk.sh -I /dev/XXX
# Update
sh Ventoy2Disk.sh -u /dev/XXX
```

View File

@ -1,5 +0,0 @@
# [WoeUSB](https://github.com/WoeUSB/WoeUSB)
| Distribution | Package |
| ------------ | -------- |
| Arch Linux | `woeusb` |

View File

@ -1,6 +0,0 @@
# adb
| Distribution | Package |
| ------------ | ------------------------------------------ |
| Arch Linux | `android-tools` |
| Ubuntu | `android-tools-adb android-tools-fastboot` |

View File

@ -1,13 +0,0 @@
# [apng2gif](http://apng2gif.sourceforge.net/)
| Distribution | Package |
| ------------ | ---------- |
| Arch Linux | `apng2gif` |
| Ubuntu | `apng2gif` |
| Homebrew | `apng2gif` |
Convert `input.png` to `output.gif`:
```sh
apng2gif input.png output.gif
```

View File

@ -1,6 +0,0 @@
# [bucklespring](https://github.com/zevv/bucklespring)
| Distribution | Package |
| ------------ | -------------- |
| Arch Linux | `bucklespring` |
| Ubuntu | `bucklespring` |

View File

@ -1,6 +0,0 @@
# [diff-so-fancy](https://github.com/so-fancy/diff-so-fancy)
| Distribution | Package |
| ------------ | --------------- |
| Arch Linux | `diff-so-fancy` |
| Homebrew | `diff-so-fancy` |

View File

@ -1,5 +0,0 @@
# [duf](https://github.com/muesli/duf)
| Distribution | Package |
| ------------ | ------- |
| Arch Linux | `duf` |

View File

@ -1,6 +0,0 @@
# [exa](https://github.com/ogham/exa)
| Distribution | Package |
| ------------ | ------- |
| Arch Linux | `exa` |
| Ubuntu | `exa` |

View File

@ -1,12 +0,0 @@
# [imagemagick](https://github.com/ImageMagick/ImageMagick)
| Distribution | Package |
| ------------ | ------------- |
| Arch Linux | `imagemagick` |
| Ubuntu | `imagemagick` |
Convert `.svg` to `.png`:
```sh
convert input.svg output.png
```

View File

@ -1,16 +0,0 @@
# [inkscape](https://gitlab.com/inkscape/inkscape)
| Distribution | Package |
| ------------ | ---------- |
| Arch Linux | `inkscape` |
| Ubuntu | `inkscape` |
Convert `.svg` to `.png`:
```sh
# version < 1.0
inkscape -z input.svg -e output.png
# version >= 1.0
inkscape input.svg --export-filename output.png
```

View File

@ -1,12 +0,0 @@
# [kitty](https://github.com/kovidgoyal/kitty)
| Distribution | Package |
| ------------ | ------- |
| Arch Linux | `kitty` |
| Ubuntu | `kitty` |
List fonts:
```sh
kitty list-fonts
```

View File

@ -1,6 +0,0 @@
# [ncdu](https://dev.yorhel.nl/ncdu)
| Distribution | Package |
| ------------ | ------- |
| Arch Linux | `ncdu` |
| Ubuntu | `ncdu` |

View File

@ -1,5 +0,0 @@
# [scrcpy](https://github.com/Genymobile/scrcpy)
| Distribution | Package |
| ------------ | -------- |
| Ubuntu | `scrcpy` |

View File

@ -1,6 +0,0 @@
# [HTTPie](https://github.com/jakubroztocil/httpie)
| Distribution | Package |
| ------------ | -------- |
| Arch Linux | `httpie` |
| Ubuntu | `httpie` |

View File

@ -1 +0,0 @@
# Network

View File

@ -1,12 +0,0 @@
# Telnet
| Distribution | Package |
| ------------ | ----------- |
| Arch Linux | `inetutils` |
| Ubuntu | `telnet` |
Check connectivity:
```sh
telnet google.com 80
```

View File

@ -1,6 +0,0 @@
# [sshuttle](https://github.com/sshuttle/sshuttle)
| Distribution | Package |
| ------------ | ---------- |
| Arch Linux | `sshuttle` |
| Ubuntu | `sshuttle` |

View File

@ -1,5 +0,0 @@
# [PipeWire](https://pipewire.org/)
| Distribution | Package |
| ------------ | ----------------------------------------------------- |
| Arch Linux | `pipewire pipewire-alsa pipewire-pulse pipewire-jack` |

View File

@ -1,6 +0,0 @@
# [Profile-sync-daemon](https://github.com/graysky2/profile-sync-daemon)
| Distribution | Package |
| ------------ | --------------------- |
| Arch Linux | `profile-sync-daemon` |
| Ubuntu | `profile-sync-daemon` |

View File

@ -1 +0,0 @@
# System