mirror of
https://gitlab.com/hacklab01/pivilion.git
synced 2025-04-30 00:57:16 +00:00
Fixed some stuff
parent
e68cc10a7e
commit
ca6db12a8a
@ -29,7 +29,7 @@ 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)
|
||||||
|
|
||||||
### 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).
|
||||||
|
|
||||||
@ -41,7 +41,7 @@ Check used and available storage with
|
|||||||
|
|
||||||
df -h
|
df -h
|
||||||
|
|
||||||
### Upgrade your system.
|
### Upgrade your system
|
||||||
|
|
||||||
sudo apt-get update && sudo apt-get upgrade
|
sudo apt-get update && sudo apt-get upgrade
|
||||||
|
|
||||||
@ -55,7 +55,7 @@ You can now navigate to your Rpi's IP (or hostname - raspberry) using a browser.
|
|||||||
|
|
||||||
You will see lighttpd's placeholder page.
|
You will see lighttpd's placeholder page.
|
||||||
|
|
||||||
### Install PHP and modules.
|
### Install PHP and modules
|
||||||
|
|
||||||
sudo apt-get install php5-cgi php5-gd
|
sudo apt-get install php5-cgi php5-gd
|
||||||
|
|
||||||
@ -83,7 +83,7 @@ Dnsmasq is a Domain Name System (DNS) forwarder and Dynamic Host Configuration P
|
|||||||
|
|
||||||
sudo apt-get install git. Git (/ɡɪt/) is a version control system (VCS) that is used for software development and other version control tasks. We use it download settings and scripts from our Gitlab repository.
|
sudo apt-get install git. Git (/ɡɪt/) is a version control system (VCS) that is used for software development and other version control tasks. We use it download settings and scripts from our Gitlab repository.
|
||||||
|
|
||||||
### Install Tor.
|
### Install Tor
|
||||||
|
|
||||||
sudo apt-get install tor
|
sudo apt-get install tor
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user