mirror of
https://github.com/onceupon/Bash-Oneliner.git
synced 2024-11-26 06:17:01 +00:00
add xwindow tools
using mpv to watch videos on servers
This commit is contained in:
parent
1ffab331e4
commit
65cd41dd2a
@ -1246,6 +1246,14 @@ xcowsay
|
|||||||
3. eog picture.png
|
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)
|
##### Use gedit on server (GUI editor)
|
||||||
```bash
|
```bash
|
||||||
1. ssh -X user_name@ip_address
|
1. ssh -X user_name@ip_address
|
||||||
|
Loading…
Reference in New Issue
Block a user