Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 592 Bytes

File metadata and controls

29 lines (22 loc) · 592 Bytes
date 2022-05-08 10:01:38 +0800
author Rustle Karl
title root 用户启动 google chrome
url posts/linux/tools/tripartite-gui/google-chrome
tags
Linux
series
Linux 学习笔记
categories
学习笔记
toc true
draft false

编辑启动项

vim /usr/share/applications/google-chrome.desktop
Exec=/usr/bin/google-chrome-stable --no-sandbox

设置代理

/usr/bin/google-chrome-stable --no-sandbox --proxy-server="socks5://127.0.0.1:8118"