mirror of
https://github.com/onceupon/Bash-Oneliner.git
synced 2024-12-23 16:56:35 +00:00
add others
Use gedit on server (GUI editor)
This commit is contained in:
parent
c0619def87
commit
9d2e98bf97
16
README.md
16
README.md
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user