mirror of
https://github.com/onceupon/Bash-Oneliner.git
synced 2024-12-24 09:16: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
|
```bash
|
||||||
head -c 50 file
|
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
|
##System
|
||||||
[[back to top](#handy-bash-oneliner-commands-for-tsv-file-editing)]
|
[[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
|
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
|
#####kill all process of a user
|
||||||
```bash
|
```bash
|
||||||
pkill -U user_name
|
pkill -U user_name
|
||||||
|
Loading…
Reference in New Issue
Block a user