Tran Hau 2020-05-11 00:28:17 +07:00
parent abca4b070d
commit 71874db1ec
9 changed files with 35 additions and 22 deletions

View File

@ -38,7 +38,7 @@
[blueman](https://github.com/blueman-project/blueman): Bluetooth Manager.
[DNSCrypt](dnscrypt.md)
[dnscrypt-proxy](dnscrypt-proxy.md)
[OpenVPN](openvpn.md)

View File

@ -6,6 +6,7 @@
## Linux
Assume you use Archlinux.
[gameconqueror](https://www.archlinux.org/packages/community/x86_64/gameconqueror/)
| Distribution | Package |
| ------------ | --------------- |
| Archlinux | `gameconqueror` |
| Ubuntu | `gameconqueror` |

View File

@ -1,8 +1,9 @@
# DNSCrypt
# dnscrypt-proxy
Assume you use Archlinux and NetworkManager.
Install [dnscrypt-proxy](https://wiki.archlinux.org/index.php/Dnscrypt-proxy).
| Distribution | Package |
| ------------ | ---------------- |
| Archlinux | `dnscrypt-proxy` |
| Ubuntu | `dnscrypt-proxy` |
Edit `/etc/dnscrypt-proxy/dnscrypt-proxy.toml`:

View File

@ -1,5 +1,10 @@
# [fzf](https://wiki.archlinux.org/index.php/Fzf)
| Distribution | Package |
| ------------ | ------- |
| Archlinux | `fzf` |
| Ubuntu | `fzf` |
Add to `~/.bashrc`:
```bash

View File

@ -1,5 +1,10 @@
# Git
| Distribution | Package |
| ------------ | ------- |
| Archlinux | `git` |
| Ubuntu | `git` |
Add to `~/.bashrc`:
```bash

View File

@ -1,5 +1,10 @@
# [Neovim](https://github.com/neovim/neovim)
| Distribution | Package |
| ------------ | -------- |
| Archlinux | `neovim` |
| Ubuntu | `neovim` |
Add to `~/.bashrc`:
```bash

View File

@ -1,5 +1,10 @@
# rsync
| Distribution | Package |
| ------------ | ------- |
| Archlinux | `rsync` |
| Ubuntu | `rsync` |
```sh
rsync -vah src dest
```

View File

@ -1,19 +1,5 @@
# Steam
Assume you use Archlinux.
## Driver
Read [AMDGPU](https://wiki.archlinux.org/index.php/AMDGPU).
Read [ATI](https://wiki.archlinux.org/index.php/ATI).
Read [PRIME](https://wiki.archlinux.org/index.php/PRIME).
## Set up
Read [Steam](https://wiki.archlinux.org/index.php/steam).
In Steam, set launch options for game:
```sh

View File

@ -1,5 +1,10 @@
# tmux
| distribution | package |
| ------------ | ------- |
| archlinux | `tmux` |
| ubuntu | `tmux` |
Imagine you want to run a long task in terminal, but you don't want to keep terminal open.
Run the task in tmux then detach session, after some time attach that session.