Infrastructure/Hosts/SGM-NA-LAP-10.LATHAMA.NET
< Infrastructure | Hosts
Jump to navigation
Jump to search
Key | Value |
---|---|
MAC | 00:15:af:b5:5f:21 |
IP Address | DHCP |
Site | Portable |
Room | Portable |
Status | Operational |
Commissioned | |
Decommissioned | |
Make | Asus |
Model | EEE PC 900 |
RAM | 1GB |
Drives | 16GB |
Firmware | NA |
OS | Debian |
Upcycling Unused Tech
I wanted/needed a dedicated terminal for accessing systems via serial console. I looked at various solutions and found the cost to be prohibitive so I found a used Asus EEE PC to use. On order is a USB to serial cable that has a RS232 Female DB9 plug which is somewhat rare. Together these two items will go into a rackmount drawer for supporting my lab.
Setup
- Console only install of Debian Stretch
- Change systemd getty config with -a root to auto login as root on boot. Tech/HowTo/Auto login to root on console with systemd
- Setup wireless network
- Tech/HowTo/Mediawiki from the command line
- Changed MOTD to instruct on Tech/OSS/Minicom usage
- USB Serial adapter is awesome, plugged straight into SGM-DEN-SRV-02.LATHAMA.NET and did a fresh install via notes on Tech/HowTo/PC Engines
lathama@SGM-DEN-LAP-10:~$ cat /etc/fancontrol # Configuration file generated by pwmconfig, changes will be lost INTERVAL=10 DEVPATH=hwmon0= hwmon1=devices/platform/eeepc DEVNAME=hwmon0=acpitz hwmon1=eeepc FCTEMPS=hwmon1/pwm1=hwmon0/temp1_input FCFANS= hwmon1/pwm1=hwmon1/fan1_input MINTEMP=hwmon1/pwm1=50 MAXTEMP=hwmon1/pwm1=70 MINSTART=hwmon1/pwm1=80 MINSTOP=hwmon1/pwm1=60 MINPWM=hwmon1/pwm1=30