<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.csgalileo.org/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://wiki.csgalileo.org/feed.php">
        <title>Galileo Labs</title>
        <description></description>
        <link>https://wiki.csgalileo.org/</link>
        <image rdf:resource="https://wiki.csgalileo.org/_media/wiki/logo.png" />
       <dc:date>2026-04-18T12:32:57+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.csgalileo.org/projects/internetofthings/jetsonnano?rev=1700120363&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.csgalileo.org/projects/zibaldone/linux/docker?rev=1681884516&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.csgalileo.org/projects/3dprinter?rev=1642948283&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.csgalileo.org/projects/internetofthings/micropython?rev=1541231192&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.csgalileo.org/projects/iotaiuto/liberidicomunicare?rev=1666162309&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.csgalileo.org/projects/iotaiuto/mycroft?rev=1639570231&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.csgalileo.org/projects/livenet/image-build?rev=1529393270&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.csgalileo.org/projects/livenet/seamless?rev=1442494322&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.csgalileo.org/projects/livenet/server?rev=1521629811&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.csgalileo.org/projects/internetofthings/googlehome?rev=1529602276&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.csgalileo.org/projects/internetofthings/shinobi?rev=1522754395&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.csgalileo.org/projects/livenet/01_struttura_server?rev=1733917963&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.csgalileo.org/projects/livenet/scipiodev?rev=1529400464&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.csgalileo.org/_media/wiki/logo.png">
        <title>Galileo Labs</title>
        <link>https://wiki.csgalileo.org/</link>
        <url>https://wiki.csgalileo.org/_media/wiki/logo.png</url>
    </image>
    <item rdf:about="https://wiki.csgalileo.org/projects/internetofthings/jetsonnano?rev=1700120363&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-11-16T07:39:23+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>jetsonnano</title>
        <link>https://wiki.csgalileo.org/projects/internetofthings/jetsonnano?rev=1700120363&amp;do=diff</link>
        <description>Nvidia Jetson Nano

	* &lt;https://github.com/Qengineering/Jetson-Nano-Ubuntu-20-image&gt;
	* interesting projects
	* cameras
	* camera search engine

remove desktop


apt remove -y ubuntu-desktop
apt remove -y gnome-*
apt remove -y chromium-browser chromium-codecs-ffmpeg-extra
apt remove -y libreoffice* docker.io thunderbird bluez*
apt remove -y libnvinfer-samples
# remove snap
systemctl stop snapd
apt remove --purge --assume-yes snapd gnome-software-plugin-snap
rm -rf /var/cache/snapd/

apt autoremo…</description>
    </item>
    <item rdf:about="https://wiki.csgalileo.org/projects/zibaldone/linux/docker?rev=1681884516&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-04-19T06:08:36+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>docker</title>
        <link>https://wiki.csgalileo.org/projects/zibaldone/linux/docker?rev=1681884516&amp;do=diff</link>
        <description>docker

install


apt-get install -y ca-certificates curl gnupg lsb-release
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg
echo &quot;deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://download.docker.com/linux/ubuntu \
  $(lsb_release -cs) stable&quot; | sudo tee /etc/apt/sources.list.d/docker.list &gt; /dev/null
apt update
apt-get install -y docker-ce docker-ce-cli container…</description>
    </item>
    <item rdf:about="https://wiki.csgalileo.org/projects/3dprinter?rev=1642948283&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-01-23T14:31:23+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>3dprinter</title>
        <link>https://wiki.csgalileo.org/projects/3dprinter?rev=1642948283&amp;do=diff</link>
        <description>3D printer

Resources

	* hotend change
		* mount heatbreak and nozzle touching toghether and with 0.5mm gap between head and nozzle
		* preheat hotend at ABS temp
		* fix nozzle with 1nm torque
	*  E3D V6 assembly
	*  temperature tower
		*  set combing mode to off


z offset: subtract 0.25 to A4 paper without friction and without warm up</description>
    </item>
    <item rdf:about="https://wiki.csgalileo.org/projects/internetofthings/micropython?rev=1541231192&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2018-11-03T07:46:32+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>micropython</title>
        <link>https://wiki.csgalileo.org/projects/internetofthings/micropython?rev=1541231192&amp;do=diff</link>
        <description>micropython

esptools / ampy


pip install esptool
pip install adafruit-ampy


identify


esptool.py chip_id


esp32

Download firmware from &lt;http://www.micropython.org/download&gt;

erase flash (before any micropython deploy)


export PORT=/dev/ttyUSB1
esptool.py --chip esp32 --port $PORT erase_flash</description>
    </item>
    <item rdf:about="https://wiki.csgalileo.org/projects/iotaiuto/liberidicomunicare?rev=1666162309&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-10-19T06:51:49+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>liberidicomunicare</title>
        <link>https://wiki.csgalileo.org/projects/iotaiuto/liberidicomunicare?rev=1666162309&amp;do=diff</link>
        <description>openedx

	* liberi di comunicare
		* user: stefano.scipioni@csgalileo.org
		* pass: e....
	*  ssh ubuntu@10.45.103.201

documentazione



&lt;https://edx.readthedocs.io/projects/edx-installing-configuring-and-running/en/latest/front_matter/index.html&gt;

&lt;https://docs.tutor.overhang.io/&gt;

Installazione

Requisiti: docker, libyaml-dev


$ systemctl start docker
$ pip install tutor[full]
$ tutor local quickstart


Account amministratore:</description>
    </item>
    <item rdf:about="https://wiki.csgalileo.org/projects/iotaiuto/mycroft?rev=1639570231&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-12-15T12:10:31+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>mycroft</title>
        <link>https://wiki.csgalileo.org/projects/iotaiuto/mycroft?rev=1639570231&amp;do=diff</link>
        <description>Assistente vocale Mycroft

Installazione

	* Scaricare &lt;https://mycroft.ai/to/picroft-image&gt;
	* Estrarre lo zip
	* Flashare il file .img sulla sd del raspberry (si può usare balena etcher)
	* Aprire terminale nella partizione rootfs della scheda sd:


sudo nano /etc/wpa_supplicant/wpa_supplicant.conf</description>
    </item>
    <item rdf:about="https://wiki.csgalileo.org/projects/livenet/image-build?rev=1529393270&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2018-06-19T07:27:50+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>image-build</title>
        <link>https://wiki.csgalileo.org/projects/livenet/image-build?rev=1529393270&amp;do=diff</link>
        <description>Image build

Build image (xenial 64bit) named for example xenial-test (NAME=xenial-test)


ln-image --new-name bionic --create


This command create a chroot into /livenet/images/bionic</description>
    </item>
    <item rdf:about="https://wiki.csgalileo.org/projects/livenet/seamless?rev=1442494322&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2015-09-17T12:52:02+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>seamless</title>
        <link>https://wiki.csgalileo.org/projects/livenet/seamless?rev=1442494322&amp;do=diff</link>
        <description>Seamless Windows

RDP RemoteAPP

Windows remote (guest)

	* reference
	* Activate remote connections
	*  Install dot net runtime
	*  Install remoteapptool
	*  Activate allowlist for remoteapps with this regedit file

&lt;code&gt;
Windows Registry Editor Version 5.00


[HKEYLOCAL</description>
    </item>
    <item rdf:about="https://wiki.csgalileo.org/projects/livenet/server?rev=1521629811&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2018-03-21T10:56:51+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>server</title>
        <link>https://wiki.csgalileo.org/projects/livenet/server?rev=1521629811&amp;do=diff</link>
        <description>Requirements

 HW: 2 nic device

OS: Ubuntu server 17.10

apt install bash debootstrap schroot syslinux nfs-kernel-server tftpd-hpa xorriso pigz  zfsutils-linux

Optional config

apt install isc-dhcp-server 

network config 
nano /etc/netplan/01-netcfg.yaml</description>
    </item>
    <item rdf:about="https://wiki.csgalileo.org/projects/internetofthings/googlehome?rev=1529602276&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2018-06-21T17:31:16+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>googlehome</title>
        <link>https://wiki.csgalileo.org/projects/internetofthings/googlehome?rev=1529602276&amp;do=diff</link>
        <description>GOOGLE HOME

	* Create a new project in the &lt;https://console.cloud.google.com/home/dashboard&gt; console

	*  Specify project name and country



	* Now you get a new project to the cloud console. Here you get a new project_id.

	* Enable HOMEGRAPH API to the new project.



	* Generate a new API key (the same Api key of api</description>
    </item>
    <item rdf:about="https://wiki.csgalileo.org/projects/internetofthings/shinobi?rev=1522754395&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2018-04-03T11:19:55+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>shinobi</title>
        <link>https://wiki.csgalileo.org/projects/internetofthings/shinobi?rev=1522754395&amp;do=diff</link>
        <description>Shinobi

Install

Install nodejs ...
Install mariadb or mysql

Install ffmpeg


sudo apt-get install -y software-properties-common
sudo add-apt-repository -y ppa:jonathonf/ffmpeg-3 -y
sudo apt update -y &amp;&amp; sudo apt install ffmpeg libav-tools x264 x265 -y</description>
    </item>
    <item rdf:about="https://wiki.csgalileo.org/projects/livenet/01_struttura_server?rev=1733917963&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-12-11T11:52:43+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>01_struttura_server</title>
        <link>https://wiki.csgalileo.org/projects/livenet/01_struttura_server?rev=1733917963&amp;do=diff</link>
        <description>Struttura server

Partendo da un fissato root path, al esempio /livenet, vediamo la struttura del server. E&#039; una descrizione minimale, che verrà approfondita nel seguito.


drwxr-xr-x  9 root root 4096 Nov 18 14:51 .
drwxr-xr-x 23 root root 4096 Oct 24 08:24 ..
drwxr-xr-x  7 root root 4096 Oct  9 09:00 aux
drwxr-xr-x  8 root root 4096 Nov 13 12:38 .git
drwxr-xr-x 10 root root 4096 Oct 31 13:25 images
drwxr-xr-x  4 root root 4096 Nov 13 11:57 overlay
drwxr-xr-x 11 root root 4096 Oct 31 08:16 rele…</description>
    </item>
    <item rdf:about="https://wiki.csgalileo.org/projects/livenet/scipiodev?rev=1529400464&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2018-06-19T09:27:44+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>scipiodev</title>
        <link>https://wiki.csgalileo.org/projects/livenet/scipiodev?rev=1529400464&amp;do=diff</link>
        <description>scipio dev environmnet

prereq

prereq on my dev machine


sudo apt install schroot pigz debootstrap syslinux nfs-kernel-server tftpd-hpa xorriso pxelinux zfsutils-linux
cd /lab/livenet/livenet-server
rm -fR /etc/schroot/livenet
ln -s `pwd`/etc/schroot/livenet /etc/schroot/
[ -f /etc/default/livenet ] || cp -a etc/default/livenet /etc/default/livenet

zfs set sharenfs=ro rpool/livenet/backups</description>
    </item>
</rdf:RDF>
