seubjoh
Mar 23, 01:49 PM
I was able to torrent a bootcamp 3.0 installation, install, set boot to mac osx, and then delete the partition. What a nightmare, this consumed my entire night and morning. Thanks for all the help everyone, hopefully when I get back to school I can get a a partition working with all my disks there.
Rower_CPU
Oct 18, 10:02 AM
He'll only be there for another couple of weeks. wdlove and shadowfax will pass him pretty quickly.
You've still got some time to relish your position, jef. ;)
You've still got some time to relish your position, jef. ;)
myjay610
Mar 10, 06:43 AM
Gotcha. So I think the best way to handle this would be to use Apache to handle all requests for both servers, and set up a ReverseProxy to handle traffic that should go to the Ruby server.
Check this site out: http://httpd.apache.org/docs/2.0/vhosts/examples.html
And this site for ReverseProxy: http://www.ehow.com/how_6108865_configure-apache-reverse-proxy.html
So, your config file in Apache should similar to this (be sure to enable the proxy module):
Listen 172.20.30.40:80
# This is the "main" server running on 172.20.30.40
ServerName server.domain.com
DocumentRoot /www/mainserver
# This is the other address - the one handling requests for Ruby
NameVirtualHost 172.20.30.50:80
<VirtualHost 172.20.30.50:80>
# Other directives here ...
ProxyRequests off
ProxyPass / http://localhost:8080
ProxyPassReverse / http://localhost:8080
</VirtualHost>
Then obviously you need to ensure your DNS server is set so the domain names are pointing to ther right IP addresses.
You could also filter out on the ServerName in apache to determine which server handles your traffic...or do both to be consistent.
Check this site out: http://httpd.apache.org/docs/2.0/vhosts/examples.html
And this site for ReverseProxy: http://www.ehow.com/how_6108865_configure-apache-reverse-proxy.html
So, your config file in Apache should similar to this (be sure to enable the proxy module):
Listen 172.20.30.40:80
# This is the "main" server running on 172.20.30.40
ServerName server.domain.com
DocumentRoot /www/mainserver
# This is the other address - the one handling requests for Ruby
NameVirtualHost 172.20.30.50:80
<VirtualHost 172.20.30.50:80>
# Other directives here ...
ProxyRequests off
ProxyPass / http://localhost:8080
ProxyPassReverse / http://localhost:8080
</VirtualHost>
Then obviously you need to ensure your DNS server is set so the domain names are pointing to ther right IP addresses.
You could also filter out on the ServerName in apache to determine which server handles your traffic...or do both to be consistent.

michaelrjohnson
Apr 4, 10:51 PM
unfortunately, i'm pretty sure it's just a typo...someday though!
Zermelo
May 3, 10:29 PM
This is something I would love to see via jailbreak or iOS 5. It would be awesome to be able to hand off SMS to the iPad when they are in close proximity.
But I would want this to work with my iPhone's native AT&T SMS and not some other "free" texting service. Those require you to use a new number and it would be near impossible for me to tell all my contacts to start texting a new number but call me on the old number.
That's really the beauty of google voice, once you transisition to it you never have to worry about changing numbers again or giving people different numbers. You do have to make that initial transition and give all your contacts a new number BUT it's the last one you will have to hive them.
But I would want this to work with my iPhone's native AT&T SMS and not some other "free" texting service. Those require you to use a new number and it would be near impossible for me to tell all my contacts to start texting a new number but call me on the old number.
That's really the beauty of google voice, once you transisition to it you never have to worry about changing numbers again or giving people different numbers. You do have to make that initial transition and give all your contacts a new number BUT it's the last one you will have to hive them.
patrick0brien
Sep 26, 12:26 PM
-KBFinFan
Most latch troubles are caused by the user opening the lid and rolling the thumb over the hook before it has a chance to stow - so be careful.
Most latch troubles are caused by the user opening the lid and rolling the thumb over the hook before it has a chance to stow - so be careful.

alust2013
May 6, 03:41 PM
I am going to be picking up my new 27" iMac at the store tomorrow. For the past 4 years I have been using a 24" Dell at 1920x1200. Since the 27" iMac is 2560x1140, do most people run it at native or something lower?
I am looking forward to the increased screen size so I can have more rows/columns viewable, but not sure I want them any smaller.
I sit about 24-30" away from the screen.
How would the 27" look at something lower?
It wouldn't be any smaller, as the screen is bigger and spreads the extra out for a similar pixel density. If you try to run it at 1920x1080, not only will it look bad, but you won't be able to fit more on the screen, regardless of physical size.
I am looking forward to the increased screen size so I can have more rows/columns viewable, but not sure I want them any smaller.
I sit about 24-30" away from the screen.
How would the 27" look at something lower?
It wouldn't be any smaller, as the screen is bigger and spreads the extra out for a similar pixel density. If you try to run it at 1920x1080, not only will it look bad, but you won't be able to fit more on the screen, regardless of physical size.
KingYaba
Mar 31, 06:28 PM
and Anderson Cooper by 18%
I'm glad his viewership is up but I guess this is why I haven't heard much Fox News is the best comments lately on all the forums. :)
So, has Fox News reported on their losses? Bill O'Reilly never seemed to miss a chance to talk about how he's #1 with x million viewers.
I'm glad his viewership is up but I guess this is why I haven't heard much Fox News is the best comments lately on all the forums. :)
So, has Fox News reported on their losses? Bill O'Reilly never seemed to miss a chance to talk about how he's #1 with x million viewers.
sushi
Aug 7, 08:20 AM
Crikey, thanks everyone! :o :)
No. Thank you! :D
No. Thank you! :D
compuwar
Apr 27, 03:22 PM
I tend to do lanscape or macro photography mainly rather than anything else.
You can use almost anything with a tripod for landscapes, and add in AutoPano Pro if you want to stitch. Macro is a different beast- insects or static subjects? The Tamron 90mm SP Di is a great choice as is the Nikon 105mm, consider the Sigma 150mm macro if you need the working distance.
Paul
You can use almost anything with a tripod for landscapes, and add in AutoPano Pro if you want to stitch. Macro is a different beast- insects or static subjects? The Tamron 90mm SP Di is a great choice as is the Nikon 105mm, consider the Sigma 150mm macro if you need the working distance.
Paul
jeremy.king
Jan 10, 11:28 AM
a cool key combo i accadentially discovered not to long ago is the command + ~ this will cycle through the open windows of the current program. so if you have 3 windows in safari open it will only cycle through them and not go to another program.
Actually its the ` not ~, since ~ would require the Shift key :D
Here's a bunch more you can accidently discover too ;)
http://docs.info.apple.com/article.html?artnum=75459
Actually its the ` not ~, since ~ would require the Shift key :D
Here's a bunch more you can accidently discover too ;)
http://docs.info.apple.com/article.html?artnum=75459
jessica.
Feb 14, 07:31 PM
Cheap Trick at Budokan
Foo Fighters Live at Wembley Stadium
Cheap Trick: Sgt. Pepper Live (really not a "concert" per se)
KISS: The Lost 1976 Concert
Just to name a few.
Foo Fighters Live at Wembley Stadium
Cheap Trick: Sgt. Pepper Live (really not a "concert" per se)
KISS: The Lost 1976 Concert
Just to name a few.
rdowns
Feb 9, 03:41 PM
Angry Birds will kick ass on that.
PeckhamBog
May 4, 01:58 PM
I hope someone with a 27" helps you out soon.
I'm looking to buy a 2010 from the Refurb store tonight [early hours tomorrow] so may be able to help in a few days time if the answer is still outstanding.
I'm looking to buy a 2010 from the Refurb store tonight [early hours tomorrow] so may be able to help in a few days time if the answer is still outstanding.
ucfgrad93
Mar 8, 11:11 PM
iRobot

Sharky II
May 6, 05:55 PM
Hi! Did you have to pay VAT and customs, too?

teflon
Apr 20, 08:26 PM
Ok thanks! I've never rented before, I thought the privacy policy had some merit to it... you don't want curious people running around your tenant's home all the time. But obviously it's not so.
By the way, the aforementioned listers with false/out of town numbers, can I assume they're all scams?
How long in advance (to the moving date) should I start looking for an apartment?
By the way, the aforementioned listers with false/out of town numbers, can I assume they're all scams?
How long in advance (to the moving date) should I start looking for an apartment?
Jameschillman
Jun 22, 05:36 AM
Yup i'll be heading down but haven't decided on a time to be honest. Wasn't really expecting there to be many people going there!
Id imagine i'd be along sometime after 7, I wonder roughly what kind of stock they'll get!
Id imagine i'd be along sometime after 7, I wonder roughly what kind of stock they'll get!
Dmac77
Dec 29, 06:02 PM
Well I just broke down and bought the Kinect bundle and spent $100 more than I wanted to, but oh well. I'll give it a shot and if I hate it as much as I think I will I'll just sell it or something.
I still hate bundles.
-Don
I still hate bundles.
-Don
teflon
Apr 20, 07:27 PM
It's just that I'm in New York right now but I won't be in about two months. So the two months prior to my move in date I won't be in the city. I thought I could start the search now and be able to check out the place in person and sign the paperwork and whatnot.
The landlord said she has a current tenant whose lease is up a month before I move in, so my move in date works. However, I'm not allowed to see the place because there's someone living there right now and they have a "privacy policy." Is this normal?
However on her listings on the websites, one said the availability was Apr.1, and one said "now." So either she hasn't taken down the listings, or she is already looking for her next tenant? I have no idea how the whole renting thing works.
She did agree to meet face to face though. Should I ask her to bring some documents? Ownership papers perhaps?
The landlord said she has a current tenant whose lease is up a month before I move in, so my move in date works. However, I'm not allowed to see the place because there's someone living there right now and they have a "privacy policy." Is this normal?
However on her listings on the websites, one said the availability was Apr.1, and one said "now." So either she hasn't taken down the listings, or she is already looking for her next tenant? I have no idea how the whole renting thing works.
She did agree to meet face to face though. Should I ask her to bring some documents? Ownership papers perhaps?
G5Unit
Aug 21, 08:34 PM
Since used CD that are in ok condition usually still perform just as good as the day they were bought, are there any places that distribute previously owned albums?
I did a google search and found quite a few sites, but I don't know about how legit they are.
Help would be awesome!
I did a google search and found quite a few sites, but I don't know about how legit they are.
Help would be awesome!
PaRaGoNViCtiM
Nov 30, 10:46 AM
The Bluetooth Mouse is still available guys!!
patrick0brien
Jul 5, 10:17 PM
-boxcar
I acree with mnkeybsness, there really is no need to partition your drive.
The original need to partition drives was when computers could only access 2gb at a time, so you had to partition a particularly large drive to get use of all the platter space.
There is no limitation like this nowadays. As a result it's actually detrimental to partition as your machine thinks i has more than one drive, but the platter is still read from a single armiture - thus will wear out the drive sooner.
The first thing you should do is start the puppy up, and see what happens. If the drive needs formatting, pop the OS X disk in, and find Disk Utility. Erase, format, and innstall.
I acree with mnkeybsness, there really is no need to partition your drive.
The original need to partition drives was when computers could only access 2gb at a time, so you had to partition a particularly large drive to get use of all the platter space.
There is no limitation like this nowadays. As a result it's actually detrimental to partition as your machine thinks i has more than one drive, but the platter is still read from a single armiture - thus will wear out the drive sooner.
The first thing you should do is start the puppy up, and see what happens. If the drive needs formatting, pop the OS X disk in, and find Disk Utility. Erase, format, and innstall.
Doctor Q
Apr 20, 03:26 PM
YouTube: video (http://youtube.com/watch?v=CD2LRROpph0)
If you quote a post with a video it will automatically change to a link.
If you quote a post with a video it will automatically change to a link.
No comments:
Post a Comment