<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>raspberry Archivi - SPACECLICK</title>
	<atom:link href="https://www.spaceclick.com/blog/tag/raspberry-en/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.spaceclick.com/blog/tag/raspberry-en/</link>
	<description>Technology, Engineering, Space</description>
	<lastBuildDate>Thu, 05 Dec 2024 12:29:35 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>

<image>
	<url>/wp-content/uploads/2020/02/SpaceclickSC_Star_Square_W-ICON2_500-45x45.png</url>
	<title>raspberry Archivi - SPACECLICK</title>
	<link>https://www.spaceclick.com/blog/tag/raspberry-en/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>From Firmware to Firewalls: A Secure Approach for Embedded Systems in Electronics</title>
		<link>https://www.spaceclick.com/blog/from-firmware-to-firewalls-a-secure-approach-for-embedded-systems-in-electronics/</link>
		
		<dc:creator><![CDATA[Dave]]></dc:creator>
		<pubDate>Thu, 05 Dec 2024 12:29:35 +0000</pubDate>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[raspberry]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[technology]]></category>
		<guid isPermaLink="false">https://www.spaceclick.com/?p=2713</guid>

					<description><![CDATA[<p>Embedded system is a critical component that acts as the heart of today’s electronics and spans to industries such as healthcare, car manufacturing, and factories. This underlines the growing role of embedded software in the global market, their value in 2023 was USD 16.77 billion, and their CAGR for the years 2024-2030 is 9.1%. However, [&#8230;]</p>
<p>This post <a href="https://www.spaceclick.com/blog/from-firmware-to-firewalls-a-secure-approach-for-embedded-systems-in-electronics/">From Firmware to Firewalls: A Secure Approach for Embedded Systems in Electronics</a> is from <a href="https://www.spaceclick.com">SPACECLICK</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>7 useful functions that a network RaspberryPi can do (FTP-TFTP-WEB-SAMBA-SYSLOG-RADIUS-DHCP)</title>
		<link>https://www.spaceclick.com/blog/7-useful-functions-that-a-network-raspberrypi-can-do-ftp-tftp-web-samba-syslog-radius-dhcp/</link>
		
		<dc:creator><![CDATA[Dave]]></dc:creator>
		<pubDate>Wed, 22 May 2024 17:52:04 +0000</pubDate>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[raspberry]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tool]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[web]]></category>
		<guid isPermaLink="false">https://www.spaceclick.com/?p=776</guid>

					<description><![CDATA[<p>Let&#8217;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 [&#8230;]</p>
<p>This post <a href="https://www.spaceclick.com/blog/7-useful-functions-that-a-network-raspberrypi-can-do-ftp-tftp-web-samba-syslog-radius-dhcp/">7 useful functions that a network RaspberryPi can do (FTP-TFTP-WEB-SAMBA-SYSLOG-RADIUS-DHCP)</a> is from <a href="https://www.spaceclick.com">SPACECLICK</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>Tutorial RaspberryPi: models &#8211; setup &#8211; first boot &#8211; configuration in a nutshell</title>
		<link>https://www.spaceclick.com/blog/tutorial-raspberrypi-models-setup-first-boot-configuration-in-a-nutshell/</link>
		
		<dc:creator><![CDATA[Dave]]></dc:creator>
		<pubDate>Wed, 15 Apr 2020 23:52:47 +0000</pubDate>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[learning]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[raspberry]]></category>
		<category><![CDATA[tool]]></category>
		<category><![CDATA[tutorial]]></category>
		<guid isPermaLink="false">https://www.spaceclick.com/?p=1502</guid>

					<description><![CDATA[<p>A quick guide to the world&#8217;s cheapest and best-known Linux-ARM platform  Models &#8211; Connections &#8211; Setup &#8211; Installation &#8211; Booting &#8211; Configuration commands &#8211; Linux commands &#8211; 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 [&#8230;]</p>
<p>This post <a href="https://www.spaceclick.com/blog/tutorial-raspberrypi-models-setup-first-boot-configuration-in-a-nutshell/">Tutorial RaspberryPi: models &#8211; setup &#8211; first boot &#8211; configuration in a nutshell</a> is from <a href="https://www.spaceclick.com">SPACECLICK</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>How to create a shared folder on linux in few step</title>
		<link>https://www.spaceclick.com/blog/how-to-create-a-shared-folder-on-linux-in-few-step/</link>
		
		<dc:creator><![CDATA[Dave]]></dc:creator>
		<pubDate>Sun, 22 Sep 2019 19:43:10 +0000</pubDate>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[Hack]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[raspberry]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[web]]></category>
		<guid isPermaLink="false">https://www.spaceclick.com/?p=1359</guid>

					<description><![CDATA[<p>A simple guide to create a shared folder accessible and writable from any device on the local network.  Valid for Ubuntu, Debian, RaspberryPi, etc&#8230;  Warning: this is one of the simplest and shortest procedures and creates a public folder; to create folders with users and passwords the procedure is more complicated.   1. install samba sudo apt-get [&#8230;]</p>
<p>This post <a href="https://www.spaceclick.com/blog/how-to-create-a-shared-folder-on-linux-in-few-step/">How to create a shared folder on linux in few step</a> is from <a href="https://www.spaceclick.com">SPACECLICK</a>.</p>
]]></description>
		
		
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 

Served from: example.com @ 2026-06-13 01:41:51 by W3 Total Cache
-->