The steps below use Flutter’s WebView to create a mobile app from an existing web application. 1. System requirements Flutter depends on one of these tools being available in your OS environment. Windows PowerShell 5.0 or newer (this is pre-installed with Windows 10) – https://docs.microsoft.com/en-us/powershell/scripting/install/installing-windows-powershell or Git for Windows 2.x – https://git-scm.com/download/win 2. Install Flutter 1. Download flutter here: https://flutter.dev/docs/get-started/install 2. Extract the zip file […]
How to Install ERPNext on Ubuntu 20.04
ERPNext is a modern, easy-to-use, free, business system used by more than three thousand enterprises. ERPNext has everything you need to run a business. ERPNext includes all modules and integrations out of the box including Financial Accounting, CRM, Inventory, Sales, Purchasing, Projects, Manufacturing, Education, Healthcare, E-Commerce, Website and Support. Supported industry domains are Non Profit, Agriculture, […]
How To Install And Setup OpenVPN On Ubuntu
OpenVPN is a full-featured open source SSL VPN solution that accommodates a wide range of configurations, including remote access, site-to-site VPNs, Wi-Fi security, and enterprise-scale remote access solutions with load balancing, failover, and fine-grained access-controls. Starting with the fundamental premise that complexity is the enemy of security, OpenVPN offers a cost-effective, lightweight alternative to other VPN technologies that […]
How To Install Odoo 13 on Ubuntu 18.04
Odoo 13 is a suite of web based open source business management apps. The main Odoo Apps include an Open Source CRM, Website Builder, eCommerce, Warehouse Management, Project Management, Billing & Accounting, Point of Sale, Human Resources, Marketing, Manufacturing, and more. Odoos fully-integrated, customizable, an open-source suite of business applications intends to serve SMBs but is […]
How to Install / Upgrade To MariaDB 10.4 on Ubuntu 18.04 / 20.04
Choose a mirror close to your server to download from: https://downloads.mariadb.org/mariadb/repositories/# Here are the commands to install MariaDB 10.4 from the MariaDB repository: 1. DigitalOcean mirrors for Ubuntu 20.04 “focal” Amsterdam https://downloads.mariadb.org/mariadb/repositories/#distro_release=focal–ubuntu_focal&mirror=digitalocean-ams&version=10.4 $ sudo apt-get install software-properties-common $ sudo apt-key adv –fetch-keys ‘https://mariadb.org/mariadb_release_signing_key.asc’ $ sudo add-apt-repository ‘deb [arch=amd64,arm64,ppc64el] http://ams2.mirrors.digitalocean.com/mariadb/repo/10.4/ubuntu focal main’ Once the key is imported and the repository added you […]
How To Install Calibre Server On Ubuntu 14.04/16.04/18.04
Calibre is a free, open source and easy to use e-book manager. Calibre supports organizing existing e-books into virtual libraries, displaying, editing, creating and converting e-books, as well as syncing e-books with a variety of e-readers. Editing books is supported for EPUB and AZW3 formats. 1. Install Python and dependencies $ sudo apt update $ sudo […]
How To Upgrade To PHP7.4-FPM in Ubuntu 16.04/18.04
This will upgrade your php version to php7.4-fpm when using Nginx web server.