I'm planning on buying a Mac when the next refresh comes along. Is it possible for me to buy this app now without one? I do have an itunes account (have and ipad and iphone). Thanks
You need access to a Mac that has Snow Leopard installed on it. Log in with your Apple ID, purchase, log out, delete app if needed. Then once you get your own Mac, log in to the app store and redownload. Voila.
You need access to a Mac that has Snow Leopard installed on it. Log in with your Apple ID, purchase, log out, delete app if needed. Then once you get your own Mac, log in to the app store and redownload. Voila.
Look into TotalFinder, though I agree dual panels (and tabs) should be a part of the finder.
The Finder has a Path Bar, you just have to enable it. Not as nice as the Finder's though.
Question:
What will happen to it on June 1st, when App Sandboxing is officially the rule?
Is this just a big bang to go out on before Apple shuts them down for not complying with the sandboxing requirement?
Dropbox. Unless they're huge.Next I'll need an FTP server app, any recommendations? Was thinking of trying to set up a FTP site on my Mac for occasional use by a friend across town to grab some of my files. Normally I'd just put the files on a flash thumbdrive and give it to him but his computer USB connectors are broken (machine dropped on floor during an extended wine-tasting session).
I picked this up when it was on sale, works great. But, I reinstalled the OS on my iPhone, the ip is the same as before and now Forklift gives me this error when trying to connect. And I don't see any way to fix it. I don't see any .ssh in the user directory.
Image
When you reinstalled the OS, the SSH key on the device changed. Now when the app connects via SSH it is seeing a new key that doesn't match the key it has on file for the device. To fix this, you need to remove the old keys be deleting the file in the error message.
In terminal, type out:
rm /Users/jeremyknaack/.ssh/known_hosts
That deletes the file with all old known hosts.