@JS's Notes

Site with notes from my work.

Caddy Web Server with PHP and MariaDB on Ubuntu 20.04 in Intranet

2020-07-05 System @JS
Requirements:
  • A non-root user with sudo privileges.
  • DNS server in local network. In my case, the domain name for Caddy Web Server on the local network is ctx07vm.local.lnxorg.

Update your operating system packages and install some essential packages for basic administration of the operating system:

$ sudo apt update; sudo apt upgrade -y
$ sudo apt install mc nano vim wget curl git tree unzip -y
Continue reading

Nginx with fcgiwrap on Ubuntu 20.04

2020-06-14 System @JS

Requirements: user with root privileges or non-root user with sudo privileges.

Nginx installation
$ sudo apt update && sudo apt upgrade -y
$ sudo apt install nginx -y
$ sudo systemctl is-enabled nginx.service
$ sudo systemctl status nginx.service
## if nginx is not enabled, enable it and run ##
Continue reading
Newer posts