PvPonline.com � Hosted By SPEAKEASY.NET
Articles like this are why I love Scott Kurtz and PVP Online. Scott is SO right-on. My kids would play games all day every day if I would let them. And if they weren't doing that they would watch cartoon network. And if they weren't doing that... And if they weren't doing that, they MIGHT go outside.
Fortunately, I have joined the country club and take my kids swimming for about two hours a day. Unfortunately, i think this is the only excersize they get.
It's no coincidence that all of my friends developed weight problems at about the same time we got our vic-20s and Atari consoles.
Tuesday, August 01, 2006
Wednesday, July 19, 2006
Penny Arcade! - Do You Hear What I Hear
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 ...
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 ...
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.
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...