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. [blueman](https://github.com/blueman-project/blueman): Bluetooth Manager.
[DNSCrypt](dnscrypt.md) [dnscrypt-proxy](dnscrypt-proxy.md)
[OpenVPN](openvpn.md) [OpenVPN](openvpn.md)

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,19 +1,5 @@
# Steam # 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: In Steam, set launch options for game:
```sh ```sh

View File

@ -1,5 +1,10 @@
# tmux # 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. 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. Run the task in tmux then detach session, after some time attach that session.