1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-03-09 15:40:18 +00:00

docs - tips and plugins

This commit is contained in:
silversword411 2022-08-07 18:10:47 -04:00
parent fda71bf1e7
commit 4e2c15458c
No known key found for this signature in database
GPG key ID: 6F4BD176F56B50CA
2 changed files with 16 additions and 0 deletions

9
docs/docs/tipsntricks.md Normal file
View file

@ -0,0 +1,9 @@
# Tips n' Tricks
## Colors in SSH
The SSH terminal does support color. The issue is going to be the terminal configuration of the shell. Try typing this:
```bash
ls -al --color /tmp
```