Project Hermes: verschil tussen versies

Uit MakerSpace Leiden
Ga naar: navigatie, zoeken
(initial page)
 
k (MarkKlaauw heeft de pagina Hermes hernoemd naar Project Hermes zonder een doorverwijzing achter te laten)
 
(7 tussenliggende versies door 2 gebruikers niet weergegeven)
Regel 1: Regel 1:
 +
[[Category:Historic projects]]
 +
{{Project
 +
|Name=Hermes
 +
|Status=In progress
 +
|Contact=Freerk
 +
}}
 
== Project Hermes ==
 
== Project Hermes ==
 
Project hermes aims to provide the Space with electronic communication support.
 
Project hermes aims to provide the Space with electronic communication support.
Regel 26: Regel 32:
 
           addresses: [8.8.8.8, 1.1.1.1]
 
           addresses: [8.8.8.8, 1.1.1.1]
  
==== next steps ====
+
=== next steps ===
 
tbd
 
tbd
 +
=== sandbox ===
 +
{{#ask:
 +
[[Category:Project]]
 +
|?name
 +
|?contact
 +
}}

Huidige versie van 20 sep 2024 om 23:35


Project Hermes
Status In progress
Contact Freerk
Last Update 2024-09-20

Project Hermes

Project hermes aims to provide the Space with electronic communication support. Initially it consists of a server running a light headerless version of Ubuntu.

Installation

install Linux

install Ubuntu in a light headerless version

install ssh

  • sudo apt install open-ssh

create fixec ip address

sudo nano /etc/netplan/01-netcfg.yaml (do not use tabs; use spaces to indent)

# This file describes the network interfaces available on your system
# For more information, see netplan(5).
network:
  version: 2
  renderer: networkd
  ethernets:
    enp1s7:
      dhcp4: no
      addresses:
        - 192.168.6.113/24
      gateway4: 192.168.6.1
      nameservers:
          addresses: [8.8.8.8, 1.1.1.1]

next steps

tbd

sandbox

{{#ask:

|?name 
|?contact

}}