How to Configure Postfix with Webmail on Ubuntu 18.04

Install phpmyadmin Download and configure roundcube Create the roundcube database  Nginx configuration file  test nginx configuration Configuration of roundcube Now you can open your browser http://your-ip-or-domain/webmail/installer to continue the installation reference https://linoxide.com/mail/configure-postfix-webmail-ubuntu/

Continue Reading

Installing composer on Linux

sudo apt updatesudo apt install wget php-cli php-zip unzip php -r “copy(‘https://getcomposer.org/installer’, ‘composer-setup.php’);” HASH=”$(wget -q -O – https://composer.github.io/installer.sig)” php -r “if (hash_file(‘SHA384’, ‘composer-setup.php’) === ‘$HASH’) { echo ‘Installer verified’; } […]

Continue Reading