mirror of
https://github.com/onceupon/Bash-Oneliner.git
synced 2024-12-23 16:56:35 +00:00
Update README.md
This commit is contained in:
parent
2134776d15
commit
ff846acbea
@ -1269,14 +1269,14 @@ head -c 50 file
|
||||
#####open pictures/images from ssh server
|
||||
```bash
|
||||
1. ssh -X user_name@ip_address
|
||||
2. apt-get eog
|
||||
2. apt-get install eog
|
||||
3. eog picture.png
|
||||
```
|
||||
|
||||
#####Use gedit on server (GUI editor)
|
||||
```bash
|
||||
1. ssh -X user_name@ip_address
|
||||
2. apt-get gedit
|
||||
2. apt-get install gedit
|
||||
3. gedit filename.txt
|
||||
```
|
||||
#####open PDF file from ssh server
|
||||
|
Loading…
Reference in New Issue
Block a user