raspberry

Tutorial RaspberryPi: models – setup – first boot – configuration in a nutshell

A quick guide to the world’s cheapest and best-known Linux-ARM platform  Models – Connections – Setup – Installation – Booting – Configuration commands – Linux commands – Tricks  Introduction  What is Raspberry Pi Raspberry Pi was conceived from the idea of creating a low-cost computer.  In particular, a card that is able to run a linux distribution with […]

Tutorial RaspberryPi: models – setup – first boot – configuration in a nutshell Read More »

7 useful functions that a network RaspberryPi can do (FTP-TFTP-WEB-SAMBA-SYSLOG-RADIUS-DHCP)

Let’s see how to set up a Raspberry Pi to use it as a server on your local network. Below you will find a list of commands and actions to perform step by step to configure the device. [1] SERVER FTP mkdir -p /home/pi/files/ chmod 777 /home/pi/files/ sudo bash apt-get install pure-ftpd -y pure-pw useradd pi

7 useful functions that a network RaspberryPi can do (FTP-TFTP-WEB-SAMBA-SYSLOG-RADIUS-DHCP) Read More »

Share on Social Media