Wie komme ich zum und ins LeineLab?

Das LeineLab ist im Oktober 2023 umgezogen! Ihr findet uns jetzt in der Hüttenstraße.

Das LeineLab findet Ihr über unsere Anfahrtsbeschreibungen. Die Eingangstüren zum LeineLab sind normalerweise verschlossen. Ist das LeineLab geöffnet (siehe Raumstatus in der Sidebar), so findet ihr nach dem Eintritt in die Halle die Blechbüchse des LeineLabs mit dem leuchtenden Logo. Daneben befindet sich die Tür, durch die ihr dann ins LeineLab gelangt.

Generell kann man über

anfragen, ob wir zu einem bestimmten Tag/Uhrzeit da sind. Aber sonst ist der Kalender gepflegt, Termine die nicht stattfinden, werden entsprechend rechtzeitig ausgetragen.

operating instructions

Various functions are available as part of the map.

mouse/touch operation
  • moving by grabbing the map with a mouse-click you can move the map around
  • overview map using the < button in the bottom right of the map you can expand an overview map
  • zooming in and out using the + and - buttons in the top left of the map you can obtain more or less detail in the map
  • switching themes or maps clicking on the ≡ icon on the right-hand side of the map you can view and select available maps and themes
  • retrieving information the map may contain elements that contain more information, by clicking these a popup will show this information
  • fullscreen display using the ✈ button the map can be maximized to fullscreen display, use the ✕ button to return to page display.
keyboard operation

Keyboard operation becomes available after activating the map using the tab key (the map will show a focus indicator ring).

  • moving using the arrow keys you can move the map
  • overview map using the + button in the bottom right of the map you can expand an overview map
  • zooming in and out using the + and - buttons in the top left of the map or by using the + and - keys you can obtain more or less detail in the map
  • switching themes or maps clicking on the ≡ icon on the right-hand side of the map you can view and select available maps and themes
  • retrieving information the map may contain elements that contain more information, using the i key you can activate a cursor that may be moved using the arrow keys, pressing the enter will execute an information retrieval. press the i or the escape key to return to navigation mode
  • fullscreen display using the ✈ button the map can be maximized to fullscreen display, use the ✕ button to return to page display.

It's possible that some of the functions or buttons describe above have been disabled by the page author or the administrator

 

Points of Interest
id symbol latitude longitude description
1 leinelab_marker 52.39335º 9.723º

LeineLab, Hüttenstraße 22b, 30165 Hannover
https://leinelab.org

Schlüsselliste

Für die Türen gibt es physikalische Schlüssel nur noch im Besitz des Vorstands, aber keine Sorge, ihr könnt trotzdem einen Schlüssel erhalten, wobei eher ihr einen Public Key dafür an den Vorstand übergebt. Schließberechtigungen werden nur noch über SSH-Zugänge ausgegeben, mit Austritt erlischt die Berechtigung automatisch.

Regeln zum Erwerb eines Schlüssels

(Beschlossen auf dem Plenum am 14. Juli 2017)

Zugang zum LeineLab per SSH

Der Zugang zum Lab selbst erfolgt per SSH-Key oder Bluetooth LE (App). Schließberechtigungen können so kurzfristig oder auch temporär erteilt werden.

Das *_LOCK WLAN ist insbesondere dann wichtig, wenn es ggf. einen Stromausfall geben sollte. Per USV funktioniert die Technik dann immer noch. Stellt sicher, dass ihr mit dem richtigen Netzwerk verbunden seid, über Freifunk kommt ihr nicht rein. Im _LOCK WLAN gibt's kein Internet, sondern nur SSH Zugang (und DHCP), allerdings auf einer anderen IP.

Der Fingerprint lautet:

192.168.0.15 ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDHiZtr7SWv09HNY7arwS84PYCSfl2d9rrMsl/ap+bCRjz2XX58keIio1l27EsieNtXhVttOy85fZpLwtc71YmQ=

Beispiel-Config-Eintrag:

Host leinelab-open
    HostName 192.168.0.15
    User open
    IdentitiesOnly yes
    IdentityFile ~/.ssh/leinelab
Host leinelab-unlock
    HostName 192.168.0.15
    User unlock
    IdentitiesOnly yes
    IdentityFile ~/.ssh/leinelab
Host leinelab-lock
    HostName 192.168.0.15
    User lock
    IdentitiesOnly yes
    IdentityFile ~/.ssh/leinelab

Terminus bietet sich für mobile Endgeräte als SSH-Client an (Android, iOS, WindowsPhone).