Exactly, why are we always trying to conform to Microsoft's standards. What's wrong with GroupWise or Domino? Why are we always kissing Microsoft's ass?
We had this done when my daughter was born. The initial cost was ~$1400 and we pay $100 every year for storage. My daughter was born around the time that the Bush administration was making a big deal about embryonic stem cells, so getting her cord blood seemed like the most logical idea. I'm a type 1 diabetic and I am hoping that a cure can be found with stems cells. It may have been a waste of money, but I have plenty of money, it's time that I am running out of....
I would like to add that you should call 911 no matter what the situation is. Anyone who has just suffered a seizure needs immediate medical attention.
Sparse and inaccurate. I spent half an hour driving around Dallas looking for an Outback Steakhouse that no longer exists. According to Google Maps it did...
I have to agree, my company has been using GAFYD for a while now. Calendar and Talk are really cool an useful but I haven't had the balls to host our mail on Google. It seems like a risk, even for a small company like us....
The calendar part is getting better and better, especially the arrival of syncmycal has improved integration with MS Outlook, but it surely doesn't replace it, yet, because Google Calendar cannot sync with everything, yet.
Is there a patent issue between MS and Linux? From what I have read the problem is with Samba and MS, not Linux. If I uninstall Samba from my servers I'm fine, right??
If you don't have AV software how do you know you don't have a virus? Do you analyze every process on your machine? I don't surf pr0n and I don't use P2P and my laptop has been infected. Your statemnet is like saying "I don't go the doctor, I've never been sick".
Evolution cannot happen because there is no proof of a positive mutation every occurring. Only 3 types of mutations can happen: negative, neutral, and positive.
Negative mutations lead to death and disease, which cannot cause a species to evolve.
Neutral mutations lead nothing.
Positive mutations can lead to evolution but there is no proof of one happening.
I'm not defending Creationism; I'm just repeating what I was told.
"I wish there were pig-men. You get a few of those pig-men walking around, suddenly I'm looking a lot better. That way if someone wanted to fix me up they could say, 'Hey, at least he's no pig-man.'"
Agreed, we had a guy from IBM come down and do some WebSphere training for us a few weeks ago. He asked us what we were currently using for our Web solution, I told him MySQL and PHP. His response, "Never heard of it". WebSphere can use Apache to run instead of IBM's HTTP server, so I guess IBM only likes the "LA" in LAMP
I myself and am MCSE and run my own consulting company where the majority of my clients run Active Directory.
Don't the majority of your clients run AD because you are a MCSE? Has there ever been an instance where you offered them something other than AD? Just wondering.
if I was going to check for open ports wouldn't you just use nmap or netstat?
And if I was going to write a script that was going to act as an HTTP client why not just use curl or netcat?
You can manipulate the IFS variable if you are having problems with files with spaces.
IFS=$'\n'
for i in $(find /some/dir -type f)
do
echo $i
done
unset IFS
You were using the wrong command, it's wtf not "what the fuck" =]
http://linux.die.net/man/6/wtf
Exactly, why are we always trying to conform to Microsoft's standards. What's wrong with GroupWise or Domino? Why are we always kissing Microsoft's ass?
We had this done when my daughter was born. The initial cost was ~$1400 and we pay $100 every year for storage. My daughter was born around the time that the Bush administration was making a big deal about embryonic stem cells, so getting her cord blood seemed like the most logical idea. I'm a type 1 diabetic and I am hoping that a cure can be found with stems cells. It may have been a waste of money, but I have plenty of money, it's time that I am running out of....
Excellent post, very informative.
I would like to add that you should call 911 no matter what the situation is. Anyone who has just suffered a seizure needs immediate medical attention.
Sparse and inaccurate. I spent half an hour driving around Dallas looking for an Outback Steakhouse that no longer exists. According to Google Maps it did...
Premium Edition $50/user/year.
Standard Edition $0
For now....
I have to agree, my company has been using GAFYD for a while now. Calendar and Talk are really cool an useful but I haven't had the balls to host our mail on Google. It seems like a risk, even for a small company like us....
The calendar part is getting better and better, especially the arrival of syncmycal has improved integration with MS Outlook, but it surely doesn't replace it, yet, because Google Calendar cannot sync with everything, yet.
n kforgoogle.html
Yes it can -> http://www.companionlink.com/products/companionli
You can sync GCal with Outlook/Blackberry/whatever with this -> http://www.companionlink.com/products/companionlin kforgoogle.html
You can also enable POP3 with Gmail.
What is your job title?
Is there a patent issue between MS and Linux? From what I have read the problem is with Samba and MS, not Linux. If I uninstall Samba from my servers I'm fine, right??
If you don't have AV software how do you know you don't have a virus? Do you analyze every process on your machine? I don't surf pr0n and I don't use P2P and my laptop has been infected. Your statemnet is like saying "I don't go the doctor, I've never been sick".
Mod parent up, that's exactly what I was going to say.
Want to really help a child in Asia?
Go here -> http://www.gfa.org/gfa/bridgeofhope
The Creationists I've listened to say this.
Evolution cannot happen because there is no proof of a positive mutation every occurring. Only 3 types of mutations can happen: negative, neutral, and positive.
Negative mutations lead to death and disease, which cannot cause a species to evolve.
Neutral mutations lead nothing.
Positive mutations can lead to evolution but there is no proof of one happening.
I'm not defending Creationism; I'm just repeating what I was told.
Here is a prob that I ran into.
t er/
Using PHP and the following headers works fine if you want to generate a HTML table and dump it into Excel.
header("Content-Type: application/vnd.ms-excel");
header("Expires: 0");
header("Cache-Control: must-revalidate, post-check=0, pre-check=0");
Using the following to open the table in OOo doesn't work. (It didn't for me at least)
header("Content-Type: application/vnd.sun.xml.calc");
header("Expires: 0");
header("Cache-Control: must-revalidate, post-check=0, pre-check=0");
Luckily there is a nice PEAR package that takes care of this problem --> http://pear.php.net/package/Spreadsheet_Excel_Wri
http://www.blackberry.com/purchasing/pricing/us/be s.shtml
Why? What should we use?
"I wish there were pig-men. You get a few of those pig-men
walking around, suddenly I'm looking a lot better. That way
if someone wanted to fix me up they could say, 'Hey, at least
he's no pig-man.'"
-George Costanza
Was there any mention of Intelligent Falling?
Agreed, we had a guy from IBM come down and do some WebSphere training for us a few weeks ago. He asked us what we were currently using for our Web solution, I told him MySQL and PHP. His response, "Never heard of it". WebSphere can use Apache to run instead of IBM's HTTP server, so I guess IBM only likes the "LA" in LAMP
You can use these free geocoders for now
http://www.alouie.com/geocoder/
http://geocoder.us/
I myself and am MCSE and run my own consulting company where the majority of my clients run Active Directory.
Don't the majority of your clients run AD because you are a MCSE? Has there ever been an instance where you offered them something other than AD? Just wondering.
You can also do wireless hotsyncing by using Sync4j