big
parent
abca4b070d
commit
71874db1ec
|
@ -38,7 +38,7 @@
|
|||
|
||||
[blueman](https://github.com/blueman-project/blueman): Bluetooth Manager.
|
||||
|
||||
[DNSCrypt](dnscrypt.md)
|
||||
[dnscrypt-proxy](dnscrypt-proxy.md)
|
||||
|
||||
[OpenVPN](openvpn.md)
|
||||
|
||||
|
|
|
@ -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` |
|
||||
|
|
|
@ -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`:
|
||||
|
|
@ -1,5 +1,10 @@
|
|||
# [fzf](https://wiki.archlinux.org/index.php/Fzf)
|
||||
|
||||
| Distribution | Package |
|
||||
| ------------ | ------- |
|
||||
| Archlinux | `fzf` |
|
||||
| Ubuntu | `fzf` |
|
||||
|
||||
Add to `~/.bashrc`:
|
||||
|
||||
```bash
|
||||
|
|
|
@ -1,5 +1,10 @@
|
|||
# Git
|
||||
|
||||
| Distribution | Package |
|
||||
| ------------ | ------- |
|
||||
| Archlinux | `git` |
|
||||
| Ubuntu | `git` |
|
||||
|
||||
Add to `~/.bashrc`:
|
||||
|
||||
```bash
|
||||
|
|
|
@ -1,5 +1,10 @@
|
|||
# [Neovim](https://github.com/neovim/neovim)
|
||||
|
||||
| Distribution | Package |
|
||||
| ------------ | -------- |
|
||||
| Archlinux | `neovim` |
|
||||
| Ubuntu | `neovim` |
|
||||
|
||||
Add to `~/.bashrc`:
|
||||
|
||||
```bash
|
||||
|
|
|
@ -1,5 +1,10 @@
|
|||
# rsync
|
||||
|
||||
| Distribution | Package |
|
||||
| ------------ | ------- |
|
||||
| Archlinux | `rsync` |
|
||||
| Ubuntu | `rsync` |
|
||||
|
||||
```sh
|
||||
rsync -vah src dest
|
||||
```
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue