This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
chrome [2014/02/24 10:17] val создано |
chrome [2025/10/02 17:31] (current) val |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Chrome ====== | ====== Chrome ====== | ||
| + | ===== Установка ===== | ||
| + | |||
| + | * [[https://www.google.com/intl/ru_ru/chrome/|Установщик Браузера от Google]] | ||
| + | |||
| + | ==== Windows ==== | ||
| + | |||
| + | * [[https://val.bmstu.ru/unix/WWW/GoogleChromeEnterpriseBundle64.zip]] | ||
| + | |||
| + | ==== Linux Debian ==== | ||
| <code> | <code> | ||
| - | C:\Program Files\Google\Chrome\Application>chrome --proxy-server=https://proxy.corpX.un:8080 | + | client1# apt install fonts-liberation libvulkan1 xdg-utils |
| + | |||
| + | client1# dpkg -i ~user2/Загрузки/google-chrome-stable_current_amd64.deb | ||
| + | </code> | ||
| + | |||
| + | ===== Подключение через https proxy ===== | ||
| + | * [[https://www.chromium.org/developers/design-documents/secure-web-proxy/|Secure Web Proxy]] | ||
| + | |||
| + | <code> | ||
| + | C:\Program Files\Google\Chrome\Application>chrome --ignore-certificate-errors --proxy-server=https://proxy.corpX.un:8080 | ||
| </code> | </code> | ||