
Files are located at http://3dub.com/wp-content/SerialParallelTesters/

Files are located at http://3dub.com/wp-content/SerialParallelTesters/
I tried following the instructions for changing the IP in the document http://download.oracle.com/docs/cd/B32110_01/core.1013/b32196/host.htm#CIHHADCE, but it kept erroring out with ‘file not found’ errors. As a quick and easy work-around, I bound the old IP to the loopback and voila!
create the file /etc/sysconfig/network-scripts/ifcfg-lo:1 like so:
DEVICE=”lo:1″
IPADDR=”PUT_YOUR_OLD_IP_HERE”
NETMASK=”255.255.255.255″
Tags: change ebs IP, change IP Address EBS, change IP r12 EBS
http://linuxmafia.com/faq/Devtools/python-to-perl-conversions.html
http://support.microsoft.com/kb/555463
1. dell computer gx620 has an auto on feature. Auto on time set to 9:45AM.
2. scheduled task set ’shutdown -s -t 01′ to shutdown at 1:30AM every day.
3. Windows set to autologin Customer user (http://support.microsoft.com/kb/315231).
4. All scripts are stored in vidmenu on Customer desktop.
5. Screensaver turned off for Customer.
6. Login script: automate ftp in windows: ftp -n -s:”c:\Documents and Settings\Customer\Desktop\vidmenu\cmdftp.txt” oasisbowl.com cmdftp.txt contains:
lcd “c:\Documents and Settings\Customer\Desktop\vidmenu”
user xxxxxx
<password>
bin
cd /httpdocs/vidmenu get menuBuford.txt
quit
7. set iexplore homepage to C:\Documents and Settings\Customer\Desktop\vidmenu\menu.html which contains:
<head>
<meta HTTP-EQUIV=”REFRESH” content=”60; url=http://www.oasisbowl.com/vidmenu/menu.swf”>
</head>
<center>
Please wait. Menu is loading…
</center>
You can download a perl script I wrote to replace the work of iscsi-ls here.
From the linux server:
wget http://oracle.3dub.com/iscsi-ls
chmod 755 iscsi-ls
./iscsi-ls
Tags: iscsi-ls red hat EL5, iscsi-ls redhat, iscsi-ls RHEL 5




