Raspberry Pi III
My third attempt to build a raspberry pi, it seemed easier to start a third page than refactor the last one. Here are my notes.
1st steps
- I bought myself a micro-sd/usb adaptor.
- I reformatted the sd card using this tool.
- I installed the OS onto the SD card.
- I ‘touched’ the /boot/ssh file. I used the dos command program and used
type nul > ssh
I usedD:
to access the boot directory. I got the advise here.
I then plugged the thing into the hub and power
- I logged in using ssh
sudo apt-get install git samba apache2 xrdp
adduser ${newusername};
and thenusermod -a -G sudo ${newusername}
- I reinstalled the web site using ftp
- I reauthorised the hostname with noip.com and changed the firewall rule on the hub. I used whatismyip to discover my pubic ip address. I reinstalled noip’s dynamic update client. and copied down my noip service file and then
systemctl enable
‘d it. (Need to checkit works after the next boot.) - I set up /share, using these instructions.
- then
usermod -a -G videos ${newusername}
for Raspi Check - I am still copying HUGO files, but if I wanted it on the Pi, then How to install Hugo on Raspberry Pi will be useful although it uses snap which I have managed to avoid by now.
- I also found this about deluge and buster, on deluge’s community forums which talks about the install and apt.
Related Posts
- https://davelevy.info/wiki/raspberry-pi-part-deux/
- https://davelevy.info/wiki/raspberry-pi/
- https://davelevy.info/wiki/systemd-ptui/
Comment ( 1 )