# Thursday, May 04, 2006
posted on Thursday, May 04, 2006 11:03:24 AM (Pacific Daylight Time, UTC-07:00)  #    Comments [0] Trackback
# Monday, May 01, 2006

this isn't really crazy but it is fun. Today I got a Xbox360, now to start my new xbox hacking adventure

the hardware is WAY cool, just no games yet.

Seriously My recommendation to not buy a xbox360 today is that there is no games. Everything I play is still xbox game. even a new game I found ‘black’ and if a title is going to be on 360 in a few months you cant play the legacy game on the 360. Its real nice. the wireless remote will grow on you like moss on a tree in Seattle. But seriously there is NO games. I even opened back up my gamefly account just to get some of the games that suck as rentals since there is no way I will buy them at the 60$ tags. I did buy burnout however, its a worth while purchase even if like me you own it on xbox still.

posted on Monday, May 01, 2006 10:30:00 AM (Pacific Daylight Time, UTC-07:00)  #    Comments [0] Trackback
# Monday, April 24, 2006

PT-141 is it the next Arnold Schwarzenegger movie? no its viagra for chicks. I only post this because of the name PT-141 and they say ‘McNookie’ in the catch paragraph. Funny article all the same, worth reading if you are supposed to be working.

the lyrics of Digital undergrounds Sex packets looms in thought,

“Biochemically compacted sexual affection
Yeah, I'm equipped to mix you a packet
Prescription pills, your favorite tossup in a pill”

this is weird since people. Take your PT-141 and spray it on someone when they are mad, *BAM* McNookie.

posted on Monday, April 24, 2006 1:08:53 PM (Pacific Daylight Time, UTC-07:00)  #    Comments [0] Trackback
# Sunday, April 23, 2006

I updated the How-To for XBMC MYTHTV and Knoppmyth

posted on Sunday, April 23, 2006 10:05:47 AM (Pacific Daylight Time, UTC-07:00)  #    Comments [0] Trackback
# Friday, April 21, 2006
Interesting topic. you code windows API into OSX. Thus allowing full use of windows applications in OSX. That means that for the first time ever in history Microsoft has a serious competitor to its operating system. the best part is…they created the API for the competition. this is so wacky I could see it.
posted on Friday, April 21, 2006 1:32:03 PM (Pacific Daylight Time, UTC-07:00)  #    Comments [0] Trackback
# Tuesday, April 18, 2006
always moving in and out of networks on static IP’s and back to DHCP etc. You can do this via GUI or via command line. The advantage to command line is you can script common commands for quick changes. The idea here is that you make a few batch files. Like DHCP, 10.0.0.0, 192.168.0.0.0 172… you get the idea

In each batch file you then script the proper network address information. This allows for a quick change from network to network with out needing to traverse the slower GUI for network settings.

Here is a example of a static address the important part is the interface name make sure you link this to the proper interface for your laptop

 Example for a batch file

netsh interface ip set address name="Local Area Connection" static 192.168.0.100 255.255.255.0 192.168.0.1 1

or for DHCP

netsh interface ip set address "Local Area Connection" dhcp

 Another trick is to export the settings to a file and reload them to export the current settings you can then put this setting into a batch file and edit the .txt for local specific. So if your working on site for a week and then head home to get email you can export the client settings and a DHCP setting, then you don’t need to remember or write things down just a quick type type.

netsh -c interface dump > c:\location1.txt

 to import them back into the system

netsh -f c:\location1.txt

Other command examples

netsh interface ip show config

netsh interface ip set dns "Local Area Connection" static 192.168.0.200

netsh interface ip set dns "Local Area Connection" dhcp

netsh interface ip set wins "Local Area Connection" static 192.168.0.200

 netsh is very powerful you can change everything network including the firewall via command fill read me is here

 

posted on Tuesday, April 18, 2006 3:54:17 PM (Pacific Daylight Time, UTC-07:00)  #    Comments [0] Trackback

I just saw this on a google advertisement, crazy.

I however believe some of what they say. for instanstance I don't believe for a second the pentagon was hit with a airplane. also I dont think that it was commercial-passenger flights that hit the towers, and they were rigged to explode or something to that effect.

Where I differ in my moon walk conspiracy is that I don't blame bush per-say for the the actions thats a dumb idea. However I do think it was a little deeper then the rabbit hole on Alice and wonderland

http://www.911truestory.com/

 decide for your self, i like this site http://www.oilempire.us/pentagon-photos.html its a “fact it happened” page

however look at the pictures personally i call 100% bullshit. i like the photo 03 look at the “right edge of impact” this is where the wing “hit” yea right. thats less then 4 feet off the ground (using the people as scale) what about the shredded columns? they look like spools of wire to me. dont believe me? this dumb website even has a close up of its impossible claim  like the ones you see on ATT cable trucks 07. and why is it they just found one engine one wheel and one jet. thats it.

look at this picture 01 they say its the left wing. well what are the vertical strips that look just like a wing hit. and WTF is glass dooing in the windows on the bottom left of this picture if it just got hit with a wing. and where is the wing? where is the rubble? on the bottom left again there should be rubble from wing. there is non they are at least 4 feet across that far out from the jet. and thats a lot of aluminum!

posted on Tuesday, April 18, 2006 1:16:32 PM (Pacific Daylight Time, UTC-07:00)  #    Comments [0] Trackback
# Monday, April 17, 2006

stolen from a different site, but a nifty tip I mostly wanted to blog this for my own notes since I use my blog as a scratch pad for memory.

For example, if you already have some knowledge of the commands involved, many "Missing or corrupt HAL.DLL," "Invalid Boot.Ini," or "Windows could not start..." problems can be fixed with these five shortcut steps:

posted on Monday, April 17, 2006 10:14:40 AM (Pacific Daylight Time, UTC-07:00)  #    Comments [0] Trackback
# Thursday, April 13, 2006

exchange 2000 server has no limits set but limits of 2mb is showing a NDR of

  This message is larger than the current system limit or the
 recipient's mailbox is full.  Create a shorter message body or remove
 attachments and try sending it again.
            <server.com #5.2.3 smtp;450 5.2.3 Msg Size greater than allowed by Remote Host>

So what gives? you have no limits set in any GUI. here is some tips on this one.

first check the SMTP service telnet to your server on port 25 look for the ‘250 SIZE’ if the size returns a correct value then yoru working good, however the the size returns a value you dont want read on…

a good tool to start this off with is the Exchange Server Best Practices Analyser make sure you have no kinks or replication issues first.

if you get errors about DS2MB failing and a replication and service start/stop isnt fixing the issue there is a work around to get the heat off. edit the IIS metabase with metaedit, since all of exchange 2000 relies on IIS and something with IIS is broken just hack it and make it work. in particular hunt down the MaxMessageSize key and change it to zero for instance (zero is no limit) restart SMTP then go telnet 25 and your changes have taken effect. now find out why DS2MB isnt working….

posted on Thursday, April 13, 2006 12:14:47 AM (Pacific Daylight Time, UTC-07:00)  #    Comments [0] Trackback
# Monday, April 10, 2006

sadly and happily I post for my late Aunt. Kathleen Meyer sadly because her daughter and parents (my grandparents) should never have to deal with things like this. However as sad as loosing family can be Kathleen went to heaven, I told her yesterday that when I get to heaven that we would dance together, she smiled. Something people have a hard time dooing in the last few hours. Im glad I could give her a happy thought. The next thing I thought of was how weird it was, a paper I read while sitting around was about the last hours of a person. It talked about how someone would hold on till they felt like they could let go. Dealing with unfinished business. After we talked with my aunt yesterday (being the last of family to do so) she died a few hours later. Its one thing to read it, quite another to experience it. I will miss the paper fights on Christmas, help god keep a eye on me I can use all I can get. I love you and see you soon*

Kathleen

Kathleen and Daughters Megan and Laura

 

 

Live – Lightning Crashes

*soon, when you live in eternity, a life on earth of 80 years is soon.

posted on Monday, April 10, 2006 4:00:14 PM (Pacific Daylight Time, UTC-07:00)  #    Comments [0] Trackback