From 65cd41dd2a6d6b8444cf51bba72a5e01840564c2 Mon Sep 17 00:00:00 2001 From: I-Man Ng Date: Tue, 7 May 2019 17:13:30 +0800 Subject: [PATCH] add xwindow tools using mpv to watch videos on servers --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index a763410..65bbf65 100644 --- a/README.md +++ b/README.md @@ -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