Great tips! DVD rom could be burn with one CD-ROM ISO files
i was bothered by the CD-Rom disks this morning.
I just download one x86 Ubantu ISO which is CD ROM format, but i do not have CD ROM by hand. There are some DVD R- disk on my desk, so I have to try if a DVD R- could be burned with one CD format ISO file.
I am suprised at last! It is successful that the disk is OK and could restart the PC.
It is too strange for me according to my CD ROM knowledge.
soft ware: image burn
Disk: sony DVD-R 120min /4.7GB
Some keys of my software
1. For installations that require a 10-digit key: 335-3353356
2. For windows 2000 installations:
Professional: DDTPV-TXMX7-BBGJ9-WGY8K-B9GHM
3. Server and advanced server: KRJQ8-RQ822-YRMXF-6TTXC-HD2VM
poffice2k sr1 sn:
JX76X-QFVVB-Q2DX2-BKQBR-TGYCM
Visual Studio.net
D64GG-GXY6T-V6FTR-WCPBB-2YDYB
Modify the IP of a solaris sytem
There are thress files to be modified for IP change.
1. /etc/hosts
2./etc/netmasks
3./etc/inet/ipnodes
4./etc/defaultrouter : for the gateway
You could also run ‘route add default gw x.x.x.x’
5. /etc/resolv.conf : for dns setup
6. /etc/nsswitch.conf as below:
host:files dns
ifconfig command usage
ifconfig eth0 192.168.0.20 netmask 255.255.255.0
route add default gw 192.168.0.1
ifconfig eth0 210.34.6.89 netmask 255.255.255.128 broadcast 210.34.6.127
ifconfig eth0:0 210.34.6.88 netmask 255.255.255.128 broadcast 210.34.6.127
The below is used to modify the MAC of one network adpter.
ifconfig eth0 hw ether xx:xx:xx:xx:xx:xx
How to add SSH to debian linux?
Just after default install, there is no SSH and telnet service.
Run ‘aptitude install openssh-server’ and insert the CDROM.
Then SSH is installed automatically.
Does Vmware workstation 6.5 support IPV6?
It is a very troubled issue for me in these days. Searched nearly all the IPV6 vmware related info via google.com, there is no any positive article that vmware 6.5 support IPv6. Just send mail to official support of vmware, and hope to get their replay soon.