Bios or Efi

This commit is contained in:
git
2024-06-27 15:48:52 +02:00
parent 6e6aedfb13
commit e0492b0c19
4 changed files with 24 additions and 6 deletions

View File

@@ -1,4 +1,9 @@
#!/bin/bash
# Plain
ip a add 192.168.57.132/24 dev eth1 && \
rc-service sshd start
rc-service sshd start
# NetworkManager
nmcli con mod "Con name" ipv4.adress "192.168.57.132/24"