-
> Is your feature request related to a problem? Please describe.
After reinstall the whole Linux system, recovering applications and configurations manually looks like very inefficient and boring.
…
-
* Add `gpu_mem=16` to /boot/config.txt
* Create swap - increasing "RAM" by 1GB
```
$ sudo fallocate -l 1g /swap && \
sudo mkswap /swap && \
sudo chmod 0600 /swap
```
Run this command …
-
I'm trying to train the ds2_small_1gpu model on an AWS p3.2xlarge instance. After setting everything up, I start a tmux session and run `python run.py --config_file=example_configs/speech2text/ds2_sm…
-
您好,在使用实验室远程服务器(3张3090卡)运行chatbot_gradio.py文件时会发生服务器中断连接情况,直接退出原本正常运行界面,或者是直接卡住,想请问一下这是什么原因呢?是远程服务器无法带动该程序吗?
所运行的具体命令为python ./examples/chatbot_gradio.py --deepspeed configs/ds_config_chatbot.json --m…
-
Hi,
I just followed the instructions to install tmux-fzf using TPM. To the best of my knowledge, all requirements are satisfied. I'm running Ubuntu 16. When I ran tmux run-shell -b 'command -v fzf'…
-
> Is your feature request related to a problem? Please describe.
Yes, recently, I am falling in love with `(Neo)Vim` / `tmux`/ `i3wm` / `ranger` / etc , and a ton of configs make me feel hard to co…
-
## User Story
I try install 3 the same game servers (CS:GO).
I create user, next I create different folders for server.
> Example: Server №1 have folder Server_1, Server №2 have folder Server_2 e…
-
Currently no ios SSH apps support XWindow forwarding so you can't view graphical objects like graphs or what have you over the SSH connection. It'd be *really* nice this app were to offer such a featu…
-
**Is your feature request related to a problem? Please describe.**
On Windows, Alt-Space opens a little menu windows with `Restore`, `Minimize`, `Maximize`, `Close`,...
That menu is simply useless t…
-
Pressing `prefix + I` gives me this message:
```
'~/.tmux/plugins/tpm/tpm' returned 127
TMUX environment reloaded.
Done, press ENTER to continue.
```
I have the prerequisites installed
```
userna…