Penny Arcade! - Do You Hear What I Hear
Someday, airlines are going to figure out the stark terror that they invoke, and they're going to just start injecting passengers with Morphine at the door or something. I'd pay an upgrade fee for that, baby.
I know more people with prescriptions for zanex or whatever just for this reason ...
Wednesday, July 19, 2006
Monday, June 26, 2006
Extended Dynamic problem when using jt400 with db2 for i5 (db2/400)
Was getting this problem. Set classloader to single, then disabled extended dynamic support and resolved.
Tuesday, June 20, 2006
Computing.Net - A batch file for rename
Computing.Net - A batch file for rename
You can do a substring in a batch file in the following way:
echo %filename:~3,9% - this will echo the variable filename starting at character 3 and going through character 9
This can be combined with the for /f command or a utility like fart.exe to do some really neat stuff :)
You can do a substring in a batch file in the following way:
echo %filename:~3,9% - this will echo the variable filename starting at character 3 and going through character 9
This can be combined with the for /f command or a utility like fart.exe to do some really neat stuff :)
Macworld: News: IBM runs frozen chip at 500GHz
Macworld: News: IBM runs frozen chip at 500GHz
Zaaaaaaoooooowweeeeeeee. That's fast.
Think of all the rediculous things that Microsoft could do in Word if they had 500 - 1000 Giga-Hertz to play with. ;)
Zaaaaaaoooooowweeeeeeee. That's fast.
Think of all the rediculous things that Microsoft could do in Word if they had 500 - 1000 Giga-Hertz to play with. ;)
Saturday, May 27, 2006
Monday, May 22, 2006
WebSphere AdminConsole not starting
On WebSphere 5.1.1.3 Network Deployment:
Get an error message stating that the virtual host or webgroup /admin/ is not configured.
After verifying that the dmgr was starting without serious error, I did the following:
Bingo.
Get an error message stating that the virtual host or webgroup /admin/ is not configured.
After verifying that the dmgr was starting without serious error, I did the following:
- Started wsadmin.
- Ran $AdminApp uninstall adminconsole
- Ran $AdminConfig save
- Ran $AdminApp install
/installedapps/adminconsole.ear - Note that I did not install from installable apps. I don't know if this makes a difference, but it is what the linked web page recommended.
- Ran $AdminConfig save
- Restarted the deployment manager.
Bingo.
Saturday, May 20, 2006
The worst Member
A friend from theNaz Church came to visit me today. At one point in our conversation he asked me, "Are you a member?"
"Yes," I responed.
"Wow - You're, like, the worst member I know."
"Thanks?" ...
"Yes," I responed.
"Wow - You're, like, the worst member I know."
"Thanks?" ...
Subscribe to:
Posts (Atom)
Get Restart log using PowerShell
I'm often curious about a restart on a Windows server system. An easy way to get a list of the restart and what initiated it is to use t...
-
Most of what we're going to want to look at when you're having production issues are available through DMV's. If granti...
-
I’ve been having some trouble getting DBCA to run in order to create databases. Thought I’d share it with you, and thus document it for la...
-
I'm often curious about a restart on a Windows server system. An easy way to get a list of the restart and what initiated it is to use t...