mirror of
https://github.com/onceupon/Bash-Oneliner.git
synced 2024-11-22 12:57:01 +00:00
add others
use google-chrome browser from ssh server
This commit is contained in:
parent
cd6898a686
commit
b64da48bd1
10
README.md
10
README.md
@ -1283,6 +1283,16 @@ head -c 50 file
|
||||
2. apt-get install evince
|
||||
3. evince filename.pdf
|
||||
```
|
||||
##### use google-chrome browser from ssh server
|
||||
```bash
|
||||
1. ssh -X user_name@ip_address
|
||||
2. apt-get install libxss1 libappindicator1 libindicator7
|
||||
3. wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
|
||||
4. sudo apt-get install -f
|
||||
5. dpkg -i google-chrome*.deb
|
||||
6. google-chrome
|
||||
```
|
||||
|
||||
##### group/combine rows into one row
|
||||
|
||||
e.g.
|
||||
|
Loading…
Reference in New Issue
Block a user