Home
Dom's Documentation Site
Cancel

How to install Wordpress on Ubuntu

How to install Wordpress on Ubuntu Step 1: Install NGINX First, we install NGINX on the system: sudo apt install nginx The server is now installed and running. To test if everything worked, sim...

How to install Odoo on Ubuntu

Installing Odoo in Ubuntu Odoo is an integrated, customizable, and open source business management software which provides a number of tools e.g. CRM, e-commerce, billing, accounting, manufacturin...

How to install SSH on Ubuntu

sudo apt-get install openssh-server Enbale SSH sudo systemctl enable ssh ## OR enable and start the ssh service immediately ## sudo systemctl enable ssh --now Start the ssh service by typing: s...

How to install nginx on ubuntu

How to install nginx on ubuntu Overview NGINX is a high-performance, open-source web server and reverse proxy server. It’s designed to efficiently handle and route web traffic, making it a crucial...

How to install nginx proxy manager on ubuntu

How to install nginx proxy manager on ubuntu The folloing requirements are needed to be installed on your ubuntu server: - How to install docker on ubuntu - How to install nginx on ubuntu overvi...

How to install docker and docker-compose on ubuntu

How to install docker and docker-compose on ubuntu Overview Docker: Docker is a platform that allows you to develop, deploy, and run applications inside containers. Containers are lightwei...

Defining Tables

Defining Tables Analyse the requirements Analyse the text to identify the potential subjects/entities, attributes and functionality. Commonly, some information is left or needs clarification; fo...

Intro to HTML basics

What is HTML? Hyper Text Markup Language, HTML is a standard markup language for creating web pages. HTML describes the structure of a web page. Hypertext Hypertext is a “text within text” a tex...

SYD502 Introduction

Introduction to SYD502 course Semester 2

The 13 privacy principles

The privacy act began on the 1st of December 2020, replacing the privacy act of 1993. It has 13 privacy principles that govern how businesses and organizations should collect, handle and use person...