This is a list of some of the machines in our hacklab. Here you can check their current state, configuration, and their purpose. Please keep it up to date.
Some information on the various web pages hosted at/by/in/from LAG
Non Computer Machines in Lag:
- Mate Brewery
- ?Pottery wheel
- DigiSound Modular
- 3D-printer
- Book scanner
- Sewing machines
- ?Electronics equipment
- Coinvox Euro Payhone
Current computing machines that are in Lag, or are related to lag:
printerpc.lag
https://git.puscii.nl/sms/nomasters-radio/-/blob/master/hiera/nodes/printerpc.yaml
On cart, connected to labelprinter and a3 laser printer
festival-studio.lag
https://git.puscii.nl/sms/nomasters-radio/-/blob/master/hiera/nodes/festival-studio.yaml
Connected to the stanton dj controllers, might have big disks full of music in future
cr-prodesk.lag
https://git.puscii.nl/sms/nomasters-radio/-/blob/master/hiera/nodes/cr-prodesk.yaml
Radio / television streaming machine
synth.lag
https://git.puscii.nl/sms/nomasters-radio/-/blob/master/hiera/nodes/synth.yaml
Standing on bar in music corner, to be used for running softsynths on midi, needs setting up, already has debian on it.
electronics table computer, standing on platform
https://git.puscii.nl/sms/nomasters-radio/-/blob/master/hiera/nodes/electronics.yaml
Needs to be installed and set up.
laglab.org vm
see: Website
Historical (computing) machines that used to be in Lag:
- Server
- Lagbar
- Kapsalon
- Platformers
- ?Weaving Loom
- Electronic Knitting Machine
- bakkie (antenna still there, so if you find a new one..)
Connecting to computers in LAG
This is currently not working, cause the lag network is not there atm. should be fixed one day..
The best way to connect to lag is to go there and plug an ethernet cable in the nearest ethernetsocket.
If you are locked in your house cause of one thing or the other, you can also use ssh.
Ask someone to add your ssh key, and add this to your ~/.ssh/config to be able to connect to the router that is inside lag
Host lagrouter
User root
Hostname 82.161.145.133
Port 1222
it is possible to connect to machines behind the router using ProxyJump, for example if you want to connect to dock.lag, add the following to your ~/.ssh/
Host dock.lag
Hostname dock.lag
User root
ProxyJump lagrouter