Home

Installation of WordPress

This is part of a series on hosting a website on the Raspberry Pi. Click the Raspberry Pi Webserver in the Blog Series to the right for the complete steps. Let’s begin with the installation of WordPress. Follow these commands to create the directory, download WordPress, extract it, move it to your directory, change ownership of the […]

READ MORE

Installation of MariaDB

This is part of a series on hosting a website on the Raspberry Pi. Click the Raspberry Pi Webserver in the Blog Series to the right for the complete steps. For today, we will install MariaDB, here is the command: After installation is completed, test to make sure the insulation is ok by checking for the version. […]

READ MORE

Installation of PHP

This is part of a series on hosting a website on the Raspberry Pi. Click the Raspberry Pi Webserver in the Blog Series to the right for the complete steps. With Apache working, let’s move on to a scripting language for our website, PHP. Here is the install command: To test PHP, use this command to create […]

READ MORE

Installation of Apache

This is part of a series on hosting a website on the Raspberry Pi. Click the Raspberry Pi Webserver in the Blog Series to the right for the complete steps. Today we are getting closer to seeing our website live on your local network. With Apache installed on the Raspberry Pi and a simple addition to a […]

READ MORE

Using Keys to help secure OpenSSH

This is part of a series on hosting a website on the Raspberry Pi. Click the Raspberry Pi Webserver in the Blog Series to the right for the complete steps. Start MobaXterm and connect to the Raspberry Pi. To generate the keys enter this command: Option Meaning -t Specifies the type of key to create. […]

READ MORE

Accessing the Raspberry Pi using MobaXterm

This is part of a series on hosting a website on the Raspberry Pi. Click the Raspberry Pi Webserver in the Blog Series to the right for the complete steps. How to use MobaXterm to connect to the Raspberry Pi using SSH. Download and install the free Home Edition: https://mobaxterm.mobatek.net/download.html Start MobaXterm. Create a new session by […]

READ MORE

Install Raspberry Pi OS Lite (64 bit)

This is part of a series on hosting a website on the Raspberry Pi. Click the Raspberry Pi Webserver in the Blog Series to the right for the complete steps. I am using the Raspberry Pi Imager v1.7.4. on a Windows machine. Download and install Raspberry Pi Imager from : https://www.raspberrypi.com/software/ Insert a 8+GB MicroSD card into […]

READ MORE

Raspberry Pi Web Server

This is a new build series on creating a web server and securing it for the Raspberry Pi. The OS is Raspberry Pi OS Lite (64-bit). It is a headless version and is compatible with the Raspberry Pi 3/4/400. Here are some of the installs and config file changes that are planned for this series: […]

READ MORE