add others

Use gedit on server (GUI editor)
This commit is contained in:
onceupon 2017-01-19 11:46:02 +08:00 committed by GitHub
parent c0619def87
commit 9d2e98bf97

View File

@ -1266,7 +1266,17 @@ echo $?
```bash
head -c 50 file
```
#####open pictures/images from ssh server
```bash
ssh -X user_name@ip_address
eog picture.png
```
#####Use gedit on server (GUI editor)
```bash
ssh -X user_name@ip_address
gedit filename.txt
```
##System
[[back to top](#handy-bash-oneliner-commands-for-tsv-file-editing)]
@ -1702,12 +1712,6 @@ ssh -X user_name@ip_address
or setting through xhost
#####open pictures from ssh server
```bash
ssh -X user_name@ip_address
eog picture.png
```
#####kill all process of a user
```bash
pkill -U user_name