Tag how-to

convert-png-to-webp-format-with-imagemagick

Convert PNG images to WebP format with Imagemagick

Modern web is more about compression and one of it are images. There are many things which can be minified and compressed like CSS, JS, server side compression and even HTML of the page. Here I am going to show you how to convert PNG images to WebP format with Imagemagick while maintaining the same quality but reduced size.
How-to-fix-error-failed-to-synchronize-all-databases-manjaro

How to fix error: failed to synchronize all databases on Manjaro

Normally I update my system when there is a notification about updates. But for some time I did not get any notification. Firefox was stuck at 105 version and so was KDE plasma at 5.25.x. I was curious and ran sudo pacman -Syu and got an error, error: failed to synchronize all databases.
apache-with-brotli-compression

Enable brotli compression on Apache on Ubuntu

Apache by default have gzip compression enabled on all recent versions. But brotli is much better compression than gzip. If you would like to enable brotli on Apache on Ubuntu, read on how to do that.
nextcloud-25-installation-on-ubuntu-22.04

How to install Nextcloud 25 on Ubuntu 22.04 LTS

Nextcloud 25 or Nextcloud Hub 3 features a complete new revamped UI, it looks clean and modern. If you want to install fresh, then read on how to install Nextcloud 25 on Ubuntu 22.04 LTS.
onlyoffice-docker-installation-with-proxy

Install OnlyOffice on Ubuntu 22.04 and connect to Nextcloud

Nextcloud 24 and above comes with a default Office suite now which is based on Collabora CODE version and it works pretty well. But if you want to install OnlyOffice on a separate Ubuntu 22.04 server and then connect it to Nextcloud instead, read on how to do that.