by admin | Apr 25, 2020 | Ubuntu, Virtualmin
As per https://sendy.co/, it is a self hosted email newsletter application that lets you send trackable emails via Amazon Simple Email Service (SES). This makes it possible for you to send authenticated bulk emails at an insanely low price without...
by admin | Apr 7, 2020 | Apache, Servers, Ubuntu
When trying to install the php7.x-imagick module in Ubuntu 18.04 using the command, # apt-get install php-imagick Facing this error, Package php7.x-imagick is not available, but is referred to by another package. This may mean that the package is missing, has been...
by admin | Apr 5, 2020 | OpenSource, Ubuntu
Login as root user and update the system to the latest packages # apt update && sudo apt upgrade Install Git, Pip, Node.js and the packages required for odoo # apt install git python3-pip build-essential wget python3-dev python3-venv python3-wheel libxslt-dev...