wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo apt install -y ./google-chrome-stable_current_amd64.deb
只想在远程访问时用浏览器,不希望它在服务器后台常驻
google-chrome --no-sandbox --disable-gpu
qishizhe·2025-10-28·375 次阅读
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo apt install -y ./google-chrome-stable_current_amd64.deb
只想在远程访问时用浏览器,不希望它在服务器后台常驻
google-chrome --no-sandbox --disable-gpu
Comments | NOTHING