Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

lighthouse

# Install Lighthouse globally
npm install -g lighthouse

# Run locally, output as html, output to path, headless, ignore ssl erros
lighthouse [URL] --output html --output-path [FILENAME].html --chrome-flags="--headless" --chrome-flags="--ignore-certificate-errors"
Comment

PREVIOUS NEXT
Code Example
Shell :: bash script create file 
Shell :: redirect stderr to file linux 
Shell :: give full permission to folder and subfolders in linux 
Shell :: kali linux command download 
Shell :: linux nano how to go to a certain line 
Shell :: git push to new branch 
Shell :: print file size in mb linux 
Shell :: docker 
Shell :: linux command line 
Shell :: steps to assign mfa using aws cli 
Shell :: vim set paste 
Shell :: cocoapods 
Shell :: curl command parameters 
Shell :: add gist file to dev.to 
Shell :: linux run multipel comands in one line 
Shell :: colcon reset build 
Shell :: npm -g yarn 
Shell :: strg s crashed vim 
Shell :: pyinstaller onefile hidden window 
Shell :: GIT: Clone and Existing Repository 
Shell :: kernel version link 
Shell :: doker desktop ffailed to initailise 
Shell :: htaccess route all requests to index.php 
Shell :: git find the commit that introduced a bug 
Shell :: linux bitcoin app 
Shell :: git change autor of all comits 
Shell :: extract path from url sed 
Shell :: install zeo 
Shell :: butler push userversion 
Shell :: opposite of diff unix 
ADD CONTENT
Topic
Content
Source link
Name
3+1 =