mirror of
https://github.com/onceupon/Bash-Oneliner.git
synced 2024-12-24 01:06:36 +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
|
#####open pictures/images from ssh server
|
||||||
```bash
|
```bash
|
||||||
1. ssh -X user_name@ip_address
|
1. ssh -X user_name@ip_address
|
||||||
2. apt-get eog
|
2. apt-get install eog
|
||||||
3. eog picture.png
|
3. eog picture.png
|
||||||
```
|
```
|
||||||
|
|
||||||
#####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
|
||||||
2. apt-get gedit
|
2. apt-get install gedit
|
||||||
3. gedit filename.txt
|
3. gedit filename.txt
|
||||||
```
|
```
|
||||||
#####open PDF file from ssh server
|
#####open PDF file from ssh server
|
||||||
|
Loading…
Reference in New Issue
Block a user