2  Linux

2.1 Resize an image

imagemagick

convert -resize 20% source.png dest.jpg

2.2 Reinstall google chrome

Install the .deb file (as not available in the official APT repositories).

wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb

Install google chrome.

sudo dpkg -i google-chrome-stable_current_amd64.deb

Remove the .deb file.

sudo rm google-chrome-stable_current_amd64.deb

2.3 Upgrade quarto

Install the .deb file, then run e.g….

sudo dpkg -i quarto-1.6.40-linux-amd64.deb