mirror of
https://github.com/onceupon/Bash-Oneliner.git
synced 2025-08-22 03:43:16 +02:00
add xwindow tools
using mpv to watch videos on servers
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user