add xwindow tools

using mpv to watch videos on servers
This commit is contained in:
I-Man Ng 2019-05-07 17:13:30 +08:00 committed by GitHub
parent 1ffab331e4
commit 65cd41dd2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1246,6 +1246,14 @@ xcowsay
3. eog picture.png
```
##### Watch videos on server
```bash
1. ssh -X user_name@ip_address
2. sudo apt install mpv
3. mpv myvideo.mp4
```
##### Use gedit on server (GUI editor)
```bash
1. ssh -X user_name@ip_address