auto eth1 iface eth1 inet dhcp
Reference(s):
https://help.ubuntu.com/10.04/serverguide/network-configuration.html
Keywords:
network interface IP Ubuntu
auto eth1 iface eth1 inet dhcp
Hello world assembly on x86 Linux Save code below as hello.asm global _start section .data message: db 'hello, world!', 10 secti...
No comments:
Post a Comment