philipt42
Aug 21, 09:56 PM
I second Amazon. I've gotten (usable) CDs for 10 cents. People just get rid of their cds for hardly any money.
SDub90
Feb 19, 06:17 PM
Wirelessly posted (Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_2_1 like Mac OS X; en-us) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8C148 Safari/6533.18.5)
Nope. A pillow (by definition I believe) is a cushion, which a MBP is not. I guess you can say it qualified as a support.
Nothings stopping you from putting your head on it. I'm sure it could take the load, but i would recommend just getting one of those heat pads.
Or use it for spooning.
Nope. A pillow (by definition I believe) is a cushion, which a MBP is not. I guess you can say it qualified as a support.
Nothings stopping you from putting your head on it. I'm sure it could take the load, but i would recommend just getting one of those heat pads.
Or use it for spooning.
desenso
Sep 21, 10:32 AM
Seagate, or anything well reviewed WITH A COMPARABLE WARRANTY (which you won't find, so get a Seagate)
gsfesz
Apr 6, 07:00 PM
i have upgraded to mac osx lion but found it to buggy but i only have a back from lion any suggestions? thanks in advance:confused:
marlomarizza
May 6, 03:16 PM
Dr Kevorkian94 �
The resolution is set at what the monitors are. I am not sure what you mean by setting it to "the same as the computer"....?
This issue happens regardless of what programs are running. The program you see on the screenshot is Safari, with www.purple.us (the site has an embedded video). But this problem happens when Safari isn't running at all. In fact, it happens when I have quit out of all running apps (aside from Finder, obviously)
I would love it if the cause could be discovered before I do a reinstall.
The resolution is set at what the monitors are. I am not sure what you mean by setting it to "the same as the computer"....?
This issue happens regardless of what programs are running. The program you see on the screenshot is Safari, with www.purple.us (the site has an embedded video). But this problem happens when Safari isn't running at all. In fact, it happens when I have quit out of all running apps (aside from Finder, obviously)
I would love it if the cause could be discovered before I do a reinstall.
G5Unit
Aug 31, 11:34 AM
Thank you everyone!
Any other places?
Any other places?
SmilesLots
Apr 14, 04:11 PM
Seems that Safari or network is about 10% what it used to be in speed. I recently add the MacUpdate Spring Promo package, and seems some of the programs are POC. Not sure if this is part of the problem because the slowdown happened beore that install I think.
OK. Used Tech Tool Pro. All smart status checks ok. All 6 disks check ok. So not a disk problem since it happens on all disks.
OK. Used Tech Tool Pro. All smart status checks ok. All 6 disks check ok. So not a disk problem since it happens on all disks.
GrimReefer
Oct 27, 01:14 AM
Would have been there, but.... Had to do the family thing and so far, the last OS is working fine for us. It's about a 2 hour drive for me to Penn, if it were Quail Springs, I might have made the trip.
I was in Penn last weekend just to pick up 2 things. Took about 30 minutes just to get someone to scan so I could pay. So many people in there just to play with stuff with no intentions on buying, and taking up employee's time, makes me mad.
I'm waiting to hear how good the new OS really is. Is it worth buying? I'm still running 2 G4's and don't know if the upgrade will really help me.
I was in Penn last weekend just to pick up 2 things. Took about 30 minutes just to get someone to scan so I could pay. So many people in there just to play with stuff with no intentions on buying, and taking up employee's time, makes me mad.
I'm waiting to hear how good the new OS really is. Is it worth buying? I'm still running 2 G4's and don't know if the upgrade will really help me.
shenfrey
May 6, 11:40 AM
honestly, it feels like Lion is more of an experiment then an actual upgrade. Maybe preparing not just for the future of IOS but Mac OS to.
MacBoyX
Feb 21, 07:37 PM
This happens from time to time with some of my e-mail accounts, too... It happens because the server is down, for whatever reason... I normally just hit 'escape' and let the account be offline for a while (you'll see a ~ symbol or a ! in a triangle next to the accounts inbox (and all folders on an IMAP account)). Then when you assume the server is back up you just hit the ~ and then 'check mail', and assuming you keep your password on the keychain you will not have to re-enter the password (if the server requests it, chances are it's still down, just try again a bit later). If the sign is the ! then you'll, get a 'go online' question...
yes, this would normally be the problem. BUT as I stated. All of my accounts are on the same server. About ten accounts and ONLY two of them. And this does NOT happen on my G5 only on my PowerMac. Therefore I am sure it's NOT the server.
thanks.
mbx
yes, this would normally be the problem. BUT as I stated. All of my accounts are on the same server. About ten accounts and ONLY two of them. And this does NOT happen on my G5 only on my PowerMac. Therefore I am sure it's NOT the server.
thanks.
mbx
jiminaus
Apr 16, 06:21 AM
The direct port of these batch files to bash scripts would be, respectively:
export CLASSPATH=RemoteShell.jar
java RemoteShellServer $1 $2
export CLASSPATH=RemoteShell.jar
java RemoteShellClient $1 $2 $3 $4
javac -g:none *.java
jar cvf RemoteShell.jar *.class
But you seem to be by-passing them by using java RemoteShellClient directly from the command line. So I don't think they're the cause of your error.
According to JavaClient.bat (now the JavaClient bash script), RemoteShellClient expects 4 arguments. From the look of the command your trying to use, these arguments are: 1) the IP address of the remote computer, 2) the port of the remote computer, 3) the command to run on the remote computer, 4) the arguments to be passed to the remote command. The remote command and argument suggests that the remote computer is running Windows. Is that the case?
Do you know where the error is coming from? I've not seen bash output this error, so I doubt it's coming from there. Is there other output to suggest it's coming from RemoteShellClient, or from the remote computer?
export CLASSPATH=RemoteShell.jar
java RemoteShellServer $1 $2
export CLASSPATH=RemoteShell.jar
java RemoteShellClient $1 $2 $3 $4
javac -g:none *.java
jar cvf RemoteShell.jar *.class
But you seem to be by-passing them by using java RemoteShellClient directly from the command line. So I don't think they're the cause of your error.
According to JavaClient.bat (now the JavaClient bash script), RemoteShellClient expects 4 arguments. From the look of the command your trying to use, these arguments are: 1) the IP address of the remote computer, 2) the port of the remote computer, 3) the command to run on the remote computer, 4) the arguments to be passed to the remote command. The remote command and argument suggests that the remote computer is running Windows. Is that the case?
Do you know where the error is coming from? I've not seen bash output this error, so I doubt it's coming from there. Is there other output to suggest it's coming from RemoteShellClient, or from the remote computer?
PhatBoyG
Oct 26, 05:01 PM
I'm at the touchtel wireless booth.
bildio
Apr 29, 01:27 PM
Success. Thanks very much.
Doozy
Nov 4, 02:36 PM
Your requirements are not very demanding and I think you can accomplish all you need including your hi-rez images by buying some webspace from a host that offers "Fantastico". Fantastico is a open source auto-installer which will alow you to install a gallery, a blog, and much more.
Counterfit
Jan 17, 11:00 PM
Basically any time-appropriate game from Ambrosia will be awesome on there. Apeiron is probably the most fun though. A thoroughly modernized Centipede. :D
Doctor Q
Dec 19, 12:05 AM
I am 99.975439% sure I'll be there!This number seemed suspiciously over-precise.
So I checked it.
It turns out that Kingsly is exactly correct.
You're welcome.
So I checked it.
It turns out that Kingsly is exactly correct.
You're welcome.
amacgenius
Oct 16, 08:48 PM
We'll be doing another entry tomorrow, and hopefully with better lighting and such, heck we might not even be in it ;).
furryrabidbunny
Sep 8, 09:54 PM
I didn't pay for the computer!!! it was given to me. I am giving the parents the eMac because xp is just a tad harder than os x ;) I also need a pc for a required computer class. I need to be able to take tests and stuff at home. I yes, I am going to switch back when the mac mini features a one of those intel mobile chips with low wattage.
GD0X
May 2, 09:07 PM
I bought a speck case, received two by accident. Either way, both did not attach to the bottom of the air in the right... always flexed. Both (clear) got dirty and scratched very quickly as well. I just bought a black Incipio case... great case. Two cons though... covers the apple logo and prevents a mini display port cable from fully touching the metal body. But it works perfectly for me, love it.
Sparky's
Nov 7, 08:28 PM
InCrease seems to be working fine I went from #139 to #132 in 3 days using it on all my machines :D
2nyRiggz
Sep 24, 09:53 PM
ummm what now? you lost me with the "the spoon dont blend"
I see you lost your memory, sorry buddy can't help u.
I see you lost your memory, sorry buddy can't help u.
TheMacBookPro
Apr 24, 09:35 PM
Since the 11" and 13" are almost identical, I suppose that the technician guide mentioned here applies to both.
There is a specific service manual for each Mac, including the 11-inch Air.
I've uploaded it to Mediafire: http://www.mediafire.com/?745cwqotg5zjiq5 (mba_11_late2010.pdf)
Hopefully this helps someone.
Cheers
There is a specific service manual for each Mac, including the 11-inch Air.
I've uploaded it to Mediafire: http://www.mediafire.com/?745cwqotg5zjiq5 (mba_11_late2010.pdf)
Hopefully this helps someone.
Cheers
heaven
Sep 23, 05:17 PM
Always great to hear! Someday we ll get M$!!!! http://instagiber.net/smiliesdotcom/kao/chika/chirol_krackr.gif
ITASOR
Dec 28, 03:41 PM
I mean, yeah, but it's not worth worrying about. Maybe if you reformat 10 times a day...but how many times are you really going to do it...
You could argue that opening and closing your Macintosh HD could create more wear and tear on the HD than letting it sit.
On the iMac, you can replace the HD though, so if worst comes to worst, and it's out of warranty, you can just but a new one.
You could argue that opening and closing your Macintosh HD could create more wear and tear on the HD than letting it sit.
On the iMac, you can replace the HD though, so if worst comes to worst, and it's out of warranty, you can just but a new one.
No comments:
Post a Comment