mirror of
https://github.com/onceupon/Bash-Oneliner.git
synced 2024-11-26 06:17:01 +00:00
add system
This commit is contained in:
parent
1317413b23
commit
7bca76e79c
14
README.md
14
README.md
@ -1692,4 +1692,18 @@ shutdown -c
|
||||
wall -n hihi
|
||||
```
|
||||
|
||||
#####allow x redirection to the client,in orther to use graphical application on servers
|
||||
```bash
|
||||
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
|
||||
```
|
||||
|
||||
|
||||
=-=-=-=-=-A lot more coming!! =-=-=-=-=-=-=-=-=-=waitwait-=-=-=-=-=-=-=-=-=-
|
||||
|
Loading…
Reference in New Issue
Block a user