mirror of
https://gitlab.com/hacklab01/pivilion.git
synced 2025-04-30 09:07:18 +00:00
minor fixes
parent
b2339a86b9
commit
f0d3f89c41
@ -29,20 +29,22 @@ ssh pi@{10.0.0.5}
|
|||||||
|
|
||||||
(Replace 10.0.0.5 with your Rpi's IP)
|
(Replace 10.0.0.5 with your Rpi's IP)
|
||||||
|
|
||||||
### Upgrade your system.
|
|
||||||
|
|
||||||
sudo apt-get update && sudo apt-get upgrade
|
|
||||||
|
|
||||||
### Expand your filesystem.
|
### Expand your filesystem.
|
||||||
|
|
||||||
sudo raspi-config (select the first option from the menu).
|
sudo raspi-config (select the first option from the menu).
|
||||||
|
|
||||||
Reboot.
|
Select finish and reboot.
|
||||||
|
|
||||||
|
SSH back into your RPi
|
||||||
|
|
||||||
Check used and available storage with
|
Check used and available storage with
|
||||||
|
|
||||||
df -h
|
df -h
|
||||||
|
|
||||||
|
### Upgrade your system.
|
||||||
|
|
||||||
|
sudo apt-get update && sudo apt-get upgrade
|
||||||
|
|
||||||
### Install Lighttpd
|
### Install Lighttpd
|
||||||
|
|
||||||
Lighttpd (pronounced "lighty") is an open-source web server optimized for speed-critical environments while remaining standards-compliant, secure and flexible.
|
Lighttpd (pronounced "lighty") is an open-source web server optimized for speed-critical environments while remaining standards-compliant, secure and flexible.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user