Outils pour utilisateurs

Outils du site


tech:notes_chromium

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Prochaine révision
Révision précédente
tech:notes_chromium [2025/03/24 15:06] – créée - modification externe 127.0.0.1tech:notes_chromium [2026/06/29 13:58] (Version actuelle) Jean-Baptiste
Ligne 1: Ligne 1:
 +<!DOCTYPE markdown>
 +{{tag>Brouillon}}
 +
 +# Notes Chromium
 +
 +Voir :
 +  * ungoogled-chromium
 +  * Bromite
 +
 +## Debug
 +
 +https://chromedevtools.github.io/devtools-protocol/
 +
 +~~~
 +chromium --headless
 +chromium --remote-debugging-port=9222 &
 +chromium --user-data-dir=/tmp/plop http://localhost:9222
 +
 +# Allow URL file://
 +chromium --allow-file-access-from-files. 
 +~~~
 +
 +## Install
 +
 +### Chrome sur RedHat 6 & 7
 +
 +~~~bash
 +sudo wget https://chromedriver.storage.googleapis.com/84.0.4147.30/chromedriver_linux64.zip 
 +sudo unzip chromedriver_linux64.zip 
 +sudo mv chromedriver /usr/bin/chromedriver 
 +chromedriver –version 
 +sudo curl https://intoli.com/install-google-chrome.sh | bash
 +sudo mv /usr/bin/google-chrome-stable /usr/bin/google-chrome 
 +google-chrome –version
 +~~~
 +
 +## Autres
 +
 +Cache DNS \\
 +chrome://net-internals/#dns
 +
 +
  

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki