roland.g
May 5, 03:48 PM
If you just bought a new iMac will apple give you the new lion free or with a discount?
Not at this point. The time frame will probably be from when they announce the release date at WWDC in early June until the actual release if they don't announce a date at that time, it will be whenever they announce a date. Once they have told people when it is coming out, they don't want to hurt sales, so they offer the new OS.
Anyone buying from this past Tuesday until that announcement is not eligible for anything less than what anyone else would pay.
Not at this point. The time frame will probably be from when they announce the release date at WWDC in early June until the actual release if they don't announce a date at that time, it will be whenever they announce a date. Once they have told people when it is coming out, they don't want to hurt sales, so they offer the new OS.
Anyone buying from this past Tuesday until that announcement is not eligible for anything less than what anyone else would pay.
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.
nels0360
Jan 26, 11:42 AM
You want Outlook2Mac
http://www.littlemachines.com/
It works very well. PM me if you want to buy my copy since I no longer need it.
http://www.littlemachines.com/
It works very well. PM me if you want to buy my copy since I no longer need it.
aftk2
Feb 11, 02:59 PM
I'm the creator and lead developer behind concrete5. It's an open source CMS written in PHP. In-context editing, easy to extend, marketplace of free and commercial add-ons/themes, the whole shebang:
http://www.concrete5.org
http://www.concrete5.org
garzy
Apr 26, 10:36 PM
Originally posted by bfj
... I stopped by WalMart, and bought one of the 499 HP bundles...

%IMG_DESC_6%

%IMG_DESC_7%

%IMG_DESC_8%

%IMG_DESC_9%

%IMG_DESC_10%

%IMG_DESC_11%

%IMG_DESC_12%

%IMG_DESC_13%

%IMG_DESC_14%

%IMG_DESC_15%

%IMG_DESC_16%

%IMG_DESC_17%

%IMG_DESC_18%

%IMG_DESC_19%
... I stopped by WalMart, and bought one of the 499 HP bundles...
imahawki
May 3, 06:21 AM
I deleted my time machine preferences and started from scratch (full reset as its called). It backed up last night and then this morning it reported that the disk was full. It was more of an alert than an error. I said OK and started the next backup and it failed, same error. I've got 641GB of free space on the disk! My backup set is large but it should only be backing up the changes so it shouldn't be bombing out. Nothing on my computer changed over night (or sure as hell not 641GB worth of changes!
imaketouchtheme
Apr 8, 07:54 PM
Most likely, the buyer will send you back a Core 2 Duo machine and keep your i5. Did you jot down the serial number with pictures before you sent the computer to him/her?
Rowbear
Mar 21, 07:06 AM
I do have a lens coat on my 400mm, and the greatest benefit for me is that it keeps my hands warmer in our cold Canadian winter since I'm not holding onto bare metal.
elsami
Apr 18, 11:03 AM
This may have been covered before but does anybody have any cleaning tips for the Macbook Air (Latest Version) i.e. The screen, the keyboard, touchpad and outer unibody casing, I'm just a little hesitant to use any old cleaning products.
Applejuiced
May 2, 10:52 PM
I could use that unlimited data, hehe.
Oh well, I can limit myself :D
Not sure if they will take it away before the next iphone or not though.:)
Oh well, I can limit myself :D
Not sure if they will take it away before the next iphone or not though.:)
aswitcher
Feb 7, 02:00 PM
The moment they put one of these out with Bluetooth I place my order...
zarathustra
Jul 12, 03:52 PM
OK, wasn't sure where to file this, but i found this crazy Czech guy (are there any other Czech guys? :) ) who installed a PowerMac G4 in his Tatra 613. Which is BTW a pretty impressive car for it's time.
Click for link. (http://www.mujmac.cz/art/hw/tatra_mac_eng.html?tisk=on)
Click for link. (http://www.mujmac.cz/art/hw/tatra_mac_eng.html?tisk=on)
AppledUp
Apr 29, 10:36 PM
Thanks for more suggestions the mStand looks the best and ive heard nothing but good things
Teh Don Ditty
Aug 6, 10:12 PM
iPorn strikes again! :p
Blue you look smashing (as always) :)
Game. Set. Match. Contest Winner.
Blue you look smashing (as always) :)
Game. Set. Match. Contest Winner.
mad jew
Dec 19, 08:12 AM
I think it's ingenious, but it needs blood.
zimv20
Jul 8, 12:14 AM
next part --
i want to be able to hit my machine remotely and get to ~/Documents. i've gotten htaccess working in /Library/WebServer/Documents and made a symbolic link (ln -s) from there to my Documents directory.
% pwd
/Library/WebServer/Documents
% ls -l D*
lrwxrwxr-x 1 root admin 20 Jul 8 00:05 Documents@ -> /Users/zim/Documents
%
when i try to browse to Documents, i get "Forbidden / You don't have permission to access /Documents/ on this server."
i stuck my .htaccess file into that directory, but same thing.
any ideas?
i want to be able to hit my machine remotely and get to ~/Documents. i've gotten htaccess working in /Library/WebServer/Documents and made a symbolic link (ln -s) from there to my Documents directory.
% pwd
/Library/WebServer/Documents
% ls -l D*
lrwxrwxr-x 1 root admin 20 Jul 8 00:05 Documents@ -> /Users/zim/Documents
%
when i try to browse to Documents, i get "Forbidden / You don't have permission to access /Documents/ on this server."
i stuck my .htaccess file into that directory, but same thing.
any ideas?
CanadaRAM
Sep 17, 04:11 PM
Easy enough to look in the G5 and count the sockets. It depends on the age of your machine.
PC RAM is not necessarily compatible -- Look for RAM from a reputable vendor who tests and guarantees comptibility with your model Mac, offers a lifetime warranty and a no-cost return if it doesn't work.
Thanks
Trevor
CanadaRAM.com
PC RAM is not necessarily compatible -- Look for RAM from a reputable vendor who tests and guarantees comptibility with your model Mac, offers a lifetime warranty and a no-cost return if it doesn't work.
Thanks
Trevor
CanadaRAM.com
dotdotdot
Mar 20, 02:40 PM
Well, If you own 2 keyboards and 2 mice then why don't you check to see if your monitor already supports 2 computers and that will save you money?
gentleman00
Jun 22, 01:56 PM
Does it make a difference where I purchase my iPhone 4?:confused:
Prom1
Jun 18, 05:54 AM
Awesome!!!
I had BEGGED my boss last year to let me go, and the day he approved it, the conference sold out so I was screwed. This year, different boss and it just wasn't in the budget, so AGAIN I didn't get to go. At least this time around I can get all the sessions and content... Now I just have to find a week to watch them all!
Way to go Apple!
Download the standard definition videos and view them on your iPhone!! This is the REASON for iTunes & iTunes U ;) Don't make excuses to limit yourself.
If you drive to work, then hook it up to the speakers in the car and listen to it to give you an idea whats going on.
The labs, and just having 5000 other developers in the same place to discuss things with, have always been the main reasons to go to WWDC in my opinion.
See the competition, learn skills, heck even collaborate on different projects is the bonus!!
I had BEGGED my boss last year to let me go, and the day he approved it, the conference sold out so I was screwed. This year, different boss and it just wasn't in the budget, so AGAIN I didn't get to go. At least this time around I can get all the sessions and content... Now I just have to find a week to watch them all!
Way to go Apple!
Download the standard definition videos and view them on your iPhone!! This is the REASON for iTunes & iTunes U ;) Don't make excuses to limit yourself.
If you drive to work, then hook it up to the speakers in the car and listen to it to give you an idea whats going on.
The labs, and just having 5000 other developers in the same place to discuss things with, have always been the main reasons to go to WWDC in my opinion.
See the competition, learn skills, heck even collaborate on different projects is the bonus!!
R94N
Aug 18, 11:24 AM
Want to acknowledge this reference :).
Yeah - Thomas the Tank Engine?
Yeah - Thomas the Tank Engine?
toxthexnines
Oct 26, 05:26 PM
im in the line with a red macbook pro :D
Chappers
Apr 19, 12:46 AM
I think you should as iSimx said, consider adjustments to boost the colours - this can be done in iPhoto and Preview.
Also consider straightening pictures (can be done in iPhoto easily) - several of your shots suffer from this problem.
If you don't like changes made you can always revert to the original as iPhoto keeps a copy.
Also consider straightening pictures (can be done in iPhoto easily) - several of your shots suffer from this problem.
If you don't like changes made you can always revert to the original as iPhoto keeps a copy.
Jasonbot
Apr 16, 01:14 PM
You could take all the things people hate about gamertags, and then be really ironic and thus the coolest mofo on XBL :p
So... random Xs, random numbers, lots of l33t, the usage of a famous character's name as though it were your own... *and off the gamertag machine goes...*
XxX_s3xI_m45T3R_69_cH3f_pWnz4g3_xXx_91
Classic, just classic!
I'd prefer just Se><1_m4573R_cH3F though, very funny!
So... random Xs, random numbers, lots of l33t, the usage of a famous character's name as though it were your own... *and off the gamertag machine goes...*
XxX_s3xI_m45T3R_69_cH3f_pWnz4g3_xXx_91
Classic, just classic!
I'd prefer just Se><1_m4573R_cH3F though, very funny!
No comments:
Post a Comment