Raspberry Pi: Apache

Install Apache First, make sure you update the package manager. sudo apt update sudo apt upgrade sudo apt update Then, install the apache2 package. sudo apt install apache2 Now, make sure that apache has access to the webservers public folder. You may need to rerun this, when you add new folders/files to your server. sudo […]

Read More

Raspberry Pi: Basics

Check installed Raspbian Kernel version The current version can be found here. uname -a Install yarn See https://yarnpkg.com/en/docs/install#debian-stable Install a webserver See https://howtoraspberrypi.com/how-to-install-web-server-raspberry-pi-lamp/ Install samba First, update the package manager. sudo apt update && sudo apt upgrad Then, install the following packages. sudo apt install samba samba-common-bin Finally, you need to configure the installation. sudo […]

Read More