initial commit

This commit is contained in:
l_samenv
2024-01-24 10:04:43 +01:00
parent fafeca9e1a
commit e11dd89253
10 changed files with 71 additions and 90 deletions

10
reg Normal file
View File

@ -0,0 +1,10 @@
echo -n "new hostname: "
read hostname
sudo hostname $hostname
echo "address of leftmost socket eth0 (for control box):"
ifconfig | grep eth0
echo " "
echo "address of rightmost socket (for bare apu):"
ifconfig | grep eth3
echo " "
echo "register $hostname to packet fence and connect LAN to corresponding socket"