Contains technical document about Unix/Linux, Java, Python, Raspberry Pi and other IT related topics.
Not a full tutorial but as a quick reference guide
Friday, November 23, 2007
AIX - Change IP with one command
chdev -l -a netaddr= -a state=
e.g. chdev -l en0 -a netaddr='192.168.1.1' -a state='up'
No comments:
Post a Comment