This shows you the differences between two versions of the page.
|
aix [2012/08/22 12:23] root [Permanently assign an IP to interface] |
aix [2013/06/07 11:45] (current) root |
||
|---|---|---|---|
| Line 17: | Line 17: | ||
| chdev -l en0 -a delalias=192.168.1.1,255.255.255.0 | chdev -l en0 -a delalias=192.168.1.1,255.255.255.0 | ||
| + | ====== Download file from remote web-server ====== | ||
| + | |||
| + | perl -e 'use LWP::Simple; getprint($ARGV[0]);'http://myserver.com/xxxx/xxx.html > file.iso | ||
| + | |||
| + | ====== Mount iso file ====== | ||
| + | |||
| + | loopmount -i file.iso -o "-V cdrfs -o ro" -m /mnt | ||