- How to run ubuntu server on virtual box (Windows, Mac, Ubuntu)
- How to add local network with Ubuntu Virtual Box Instance.
- How to share directory with Ubuntu Virtual Box Instance.
Category: Ubuntu
Ubuntu features and installations
Moodle – How to install Moodle on Ubuntu 18.04
This post will show you how to install Moodle step by step by below details:
- OS: Ubuntu 18.04
- Web Server: Apache 2.4
- PHP 7.2
- Mysql 5.7
- Moodle 3.6
Ubuntu – How to open new Ubuntu 18.04 server on Digital Ocean
Step 1 (registrations)
Create account on digital ocean https://www.digitalocean.com
After registration click on create new droplet and choose Ubuntu 18.04
Continue reading “Ubuntu – How to open new Ubuntu 18.04 server on Digital Ocean”Moodle – Make backup each day on Ubuntu server
Simple Bash script to make
Moodle – Install Unoconv on Ubuntu
On Ubuntu 16.04 and Ubuntu 18
sudo apt-get install python3-minimal -y sudo apt-get install graphviz -y sudo apt-get install ghostscript -y sudo apt-get install du -y sudo apt-get install aspell -y sudo apt-get install dot -y sudo apt-get install unoconv -y
Source Moodle Doc: https://docs.moodle.org/35/en/Universal_Office_Converter_(unoconv)
Bash Script:
https://github.com/devlionco/bashscripts/blob/master/install_unoconv_moodle_ubunut_18.sh