add system

This commit is contained in:
onceupon 2017-01-06 15:05:41 +08:00 committed by GitHub
parent 1317413b23
commit 7bca76e79c

View File

@ -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-=-=-=-=-=-=-=-=-=-