Delete tips.md

This commit is contained in:
TheK4n 2022-03-03 18:57:09 +03:00 committed by GitHub
parent df03710796
commit 96d8594867
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,18 +0,0 @@
## Tips
4. ```bash
sudo pkill -9 -t pts/1 # close session
```
### Autostart
* create ```/etc/systemd/system/service.service```
```bash
sudo vim /etc/systemd/system/service.service # create custom service
sudo systemctl daemon-reload
sudo systemctl start service.service # start custom service
sudo systemctl status service.service # check status
sudo systemctl enable service.service # autostart custom service
```
set caps as ctrl for tmux prefix Ctrl+a