Any opinions re Avast vs ClamXav?

Any opinions? I've been using ClamXav for a long  time and it never seemed to do anything. Avast has flagged emails and found a virus in my Parallels Win 7 file that my Windows AV software eventually cleaned. Avast seems good, any downsides?
Mark

1. This comment applies to malicious software ("malware") that's installed unwittingly by the victim of a network attack. It does not apply to software, such as keystroke loggers, that may be installed deliberately by an intruder who has hands-on access to the victim's computer. That threat is in a different category, and there's no easy way to defend against it. If you have reason to suspect that you're the target of such an attack, you need expert help.
If you find this comment too long or too technical, read only sections 5, 6, and 10.
OS X now implements three layers of built-in protection specifically against malware, not counting runtime protections such as execute disable, sandboxing, system library randomization, and address space layout randomization that may also guard against other kinds of exploits.
2. All versions of OS X since 10.6.7 have been able to detect known Mac malware in downloaded files, and to block insecure web plugins. This feature is transparent to the user, but internally Apple calls it "XProtect." The malware recognition database is automatically checked for updates once a day; however, you shouldn't rely on it, because the attackers are always at least a day ahead of the defenders.
The following caveats apply to XProtect:
It can be bypassed by some third-party networking software, such as BitTorrent clients and Java applets.
It only applies to software downloaded from the network. Software installed from a CD or other media is not checked.
3. Starting with OS X 10.7.5, there has been a second layer of built-in malware protection, designated "Gatekeeper" by Apple. By default, applications and Installer packages downloaded from the network will only run if they're digitally signed by a developer with a certificate issued by Apple. Software certified in this way hasn't necessarily been tested by Apple, but you can be reasonably sure that it hasn't been modified by anyone other than the developer. His identity is known to Apple, so he could be held legally responsible if he distributed malware. That may not mean much if the developer lives in a country with a weak legal system (see below.)
Gatekeeper doesn't depend on a database of known malware. It has, however, the same limitations as XProtect, and in addition the following:
It can easily be disabled or overridden by the user.
A malware attacker could get control of a code-signing certificate under false pretenses, or could simply ignore the consequences of distributing codesigned malware.
An App Store developer could find a way to bypass Apple's oversight, or the oversight could fail due to human error.
For the reasons given above, App Store products, and other applications recognized by Gatekeeper as signed, are safer than others, but they can't be considered absolutely safe. "Sandboxed" applications may prompt for access to private data, such as your contacts, or for access to the network. Think before granting that access. OS X security is based on user input. Never click through any request for authorization without thinking.
4. Starting with OS X 10.8.3, a third layer of protection has been added: a "Malware Removal Tool" (MRT). MRT runs automatically in the background when you update the OS. It checks for, and removes, malware that may have evaded the other protections via a Java exploit (see below.) MRT also runs when you install or update the Apple-supplied Java runtime (but not the Oracle runtime.) Like XProtect, MRT is presumably effective against known attacks, but maybe not against unknown attacks. It notifies you if it finds malware, but otherwise there's no user interface to MRT.
5. XProtect, Gatekeeper, and MRT reduce the risk of malware attack, but they're not absolute protection. The first and best line of defense is always your own intelligence. With the possible exception of Java exploits, all known malware circulating on the Internet that affects a fully-updated installation of OS X 10.6 or later takes the form of so-called "trojan horses," which can only have an effect if the victim is duped into running them. The threat therefore amounts to a battle of wits between you and the malware attacker. If you're smarter than he thinks you are, you'll win.
That means, in practice, that you never use software that comes from an untrustworthy source, or that does something inherently untrustworthy. How do you know what is trustworthy?
Any website that prompts you to install a “codec,” “plug-in,” "player," "extractor," or “certificate” that comes from that same site, or an unknown one, is untrustworthy.
A web operator who tells you that you have a “virus,” or that anything else is wrong with your computer, or that you have won a prize in a contest you never entered, is trying to commit a crime with you as the victim. (Some reputable websites did legitimately warn visitors who were infected with the "DNSChanger" malware. That exception to this rule no longer applies.)
Pirated copies or "cracks" of commercial software, no matter where they come from, are unsafe.
Software of any kind downloaded from a BitTorrent or from a Usenet binary newsgroup is unsafe.
Software that purports to help you do something that's illegal or that infringes copyright, such as saving streamed audio or video for reuse without permission, is unsafe. All YouTube "downloaders" are in this category, though not all are necessarily harmful.
Software with a corporate brand, such as Adobe Flash Player, must be downloaded directly from the developer’s website. If it comes from any other source, it's unsafe.
Even signed applications, no matter what the source, should not be trusted if they do something unexpected, such as asking for permission to access your contacts, your location, or the Internet for no obvious reason.
6. Java on the Web (not to be confused with JavaScript, to which it's not related, despite the similarity of the names) is a weak point in the security of any system. Java is, among other things, a platform for running complex applications in a web page, on the client. That was always a bad idea, and Java's developers have proven themselves incapable of implementing it without also creating a portal for malware to enter. Past Java exploits are the closest thing there has ever been to a Windows-style virus affecting OS X. Merely loading a page with malicious Java content could be harmful.
Fortunately, client-side Java on the Web is obsolete and mostly extinct. Only a few outmoded sites still use it. Try to hasten the process of extinction by avoiding those sites, if you have a choice. Forget about playing games or other non-essential uses of Java.
Java is not included in OS X 10.7 and later. Discrete Java installers are distributed by Apple and by Oracle (the developer of Java.) Don't use either one unless you need it. Most people don't. If Java is installed, disable it — not JavaScript — in your browsers.
Regardless of version, experience has shown that Java on the Web can't be trusted. If you must use a Java applet for a task on a specific site, enable Java only for that site in Safari. Never enable Java for a public website that carries third-party advertising. Use it only on well-known, login-protected, secure websites without ads. In Safari 6 or later, you'll see a lock icon in the address bar with the abbreviation "https" when visiting a secure site.
Follow the above guidelines, and you’ll be as safe from malware as you can practically be. The rest of this comment concerns what you should not do to protect yourself from malware.
7. Never install any commercial "anti-virus" or "Internet security" products for the Mac, as they all do more harm than good, if they do any good at all. Any database of known threats is always going to be out of date. Most of the danger is from unknown threats. If you need to be able to detect Windows malware in your files, use the free software  ClamXav— nothing else.
Why shouldn't you use commercial "anti-virus" products?
Their design is predicated on the nonexistent threat that malware may be injected at any time, anywhere in the file system. Malware is downloaded from the network; it doesn't materialize from nowhere.
In order to meet that nonexistent threat, the software modifies or duplicates low-level functions of the operating system, which is a waste of resources and a common cause of instability, bugs, and poor performance.
By modifying the operating system, the software itself may create weaknesses that could be exploited by malware attackers.
8. ClamXav doesn't have these drawbacks. That doesn't mean it's entirely safe. It may report email messages that have "phishing" links in the body, or Windows malware in attachments, as infected files, and offer to delete or move them. Doing so will corrupt the Mail database. The messages should be deleted from within the Mail application.
ClamXav is not needed, and should not be relied upon, for protection against OS X malware. It's useful only for detecting Windows malware. Windows malware can't harm you directly (unless, of course, you use Windows.) Just don't pass it on to anyone else.
A Windows malware attachment in email is usually easy to recognize. The file name will often be targeted at people who aren't very bright; for example:
♥♥♥♥♥♥♥♥♥♥♥♥♥♥!!!!!!!H0TBABEZ4U!!!!!!!.AVI♥♥♥♥♥♥♥♥♥♥♥♥♥♥.exe
ClamXav may be able to tell you which particular virus or trojan it is, but do you care? In practice, there's seldom a reason to use ClamXav unless a network administrator requires you to run an anti-virus application.
9. It seems to be a common belief that the built-in Application Firewall acts as a barrier to infection, or prevents malware from functioning. It does neither. It blocks inbound connections to certain network services you're running, such as file sharing. It's disabled by default and you should leave it that way if you're behind a router on a private home or office network. Activate it only when you're on an untrusted network, for instance a public Wi-Fi hotspot, where you don't want to provide services. Disable any services you don't use in the Sharing preference pane. All are disabled by default.
10. As a Mac user you don't have to live in fear that your computer is going to be infected every time you install an application, read email, or visit a web page. But neither should you have the false idea that you will always be safe, no matter what you do. The greatest harm done by security software is precisely its selling point: it makes people feel safe. They may then feel safe enough to take risks from which the software doesn't protect them. Nothing can lessen the need for safe computing practices.

Similar Messages

  • Does any body have any opinions on how much better CS6 is than Cs4?

    Does any body have any opinions on how much better CS6 is than Cs4?  The reason I ask is I am trying to convince my business partner that CS6 is worth buying 

    My pattern has been that every other new version made it worth my while. I spent very little time working in CS4, since I went from CS3, to CS4 with an immediate upgrade to CS5. Then from CS5 to CS5.5 with an immediate upgrade to CS6. I have not gone to the cloud, so cannot comment on the features there. I would still evaluate your price for CS6 against the rental expense.
    I like Todd Kopriva's page laying out the CS6 new/changes features:
    Premiere Pro CS6: what’s new and changed
    That page contains other links (e.g. CS5 and CS5.5 changes).
    In addition to cc_merchant's points about 64 bit (which were HUGE and for CS6 included Encore going to 64 bit), I found these items from the "new" list as important to me:
    adjustment layers (HUGE)
    expanded multi-camera editing, with more multicam angles and improved interface (I hated only having 4 angles, although that usually worked)
    improved color features, including integration with SpeedGrade and redesigned Three-Way Color Corrector effect
    improved workflows with other applications in Adobe Creative Suite, as well as with Final Cut Pro and Avid software
    faster Adobe Media Encoder, redesigned to make authoring for multiple outputs and mobile devices easier (batch processing was added with CS4, but it wasn't until CS6, with other enhancements that I really worked it)
    enhanced Adobe Encore for creation of DVDs, Blu-ray Discs, and web DVDs (Bluray chapter playlists finally; I have used the flash output, which has gotten better at each step)

  • Any opinions on dbrand skins (for Macbook)?

    I'm about to receive a shiny new Macbook Pro and was wondering if anyone had any opinions on skins, cases, etc.  This will be my first venture into the Mac world so I want to be prepared.  I really like the look of these https://dbrand.com/shop/macbook-pro-retina-15 skins and am thinking about ordering.  Anyways feel free to include any tips or opinions for a first time mac user :)
    Thanks!
    This topic first appeared in the Spiceworks Community

    Hello,I never setup a VPN before, so decided to give it a shot to VPN from work to my home lab. I followed these instructions:http://www.thomasmaurer.ch/2014/01/how-to-install-vpn-on-windows-server-2012-r2/I then created a link from my work (different domain) windows 8.1 machine to my home VPN server, and get the error: No connection could be made because the target actively refused it.If I check the windowssystem logs on my vpn server, I see this: The Secure Socket Tunneling Protocol service either could not read the SHA256 certificate hash from the registry or the data is invalid. To be valid, the SHA256 certificate hash must be of type REG_BINARY and 32 bytes in length. SSTP might not be able to retrieve the value from the registry due to some other system failure. The detailed error message is provided below. SSTP connections will...

  • Any opinions on izzy lenses for Iphone

    Any opinions on Izzy lenses for iphone?  Is there another product that will take great pictures so I don't have to bring my camera with interchangeable lenses?

    I've been trying to imagine what the site might look
    like in the iPhone Safari browser.
    One of the main features of iPhone is that it is designed to access normal web pages and not the special versions required by other similar devices. So no optimization should really be necessary.
    The iPhone forum is here:
    http://discussions.apple.com/forum.jspa?forumID=1184
    but there's really no information available yet on almost anything.

  • Any opinions about OpenGL4Java?

    Any opinions about OpenGL4Java? I want to make a 3D game in Java using OpenGL. OpenGL is for C++, but there is a package or something called OpenGL4Java (I think it is put out jau software, ore soemthing like that, I don't have time to look it up now. Anyway, does anybody have any opinions about it?
    And for all those who say that a good game cannot be done in Java, take a look here:
    http://www.cosm-game.com/
    It looks good for Java. Too bad it is only an online game.
    Virum

    Do you have any evidence for that?
    That sounds really accusative, but I'm genuinely
    interested in seeing some comparisons between the two
    environments.I assume you are talkin about Java3D and OpenGL?
    If so yes, I can give some evidence. My uncle knows a pofessional that has been working with graphics programming since he was twelve. I think he is somewhere around 29, but I don't know. Anyweay he uses uses OpenGl quite a bit, and he waas the one who told me that OpenGL gave much more control (it has direct access to hardware) than Java#D. Java#D may have now reached OpenGL's speed, but I don't think it has yet. ANyway, I want the control OPenGL gives you.
    Has anybody else had any expereiences with both?
    As to the portability thing, I have no idea where I heard Java#D had portability probelems.

  • Any opinions on 15" vs. 17"?

    I plan on purchasing a MBP next week and am getting conflicting opinions. There is really a nominal difference in price between the 15" and 17", but outside of the weight and screen size, are there any significant performance advantages or major problems? Thanks for the advice!

    Yea the 17" has allot over a 15"!
    I have a iMac, 15 " and 17" here and when you put a 15 side by side with a 17 you do not at ALL care to use the 15, it looks tiny., regardless of people's fears about the size of the 17, do this and i guaranty you that who ever tries it will prefer a 17", my mom even did this and yet she complained the 17 seemed to big at a Apple store prior to that.
    1-You can expand the video to get a hi res 1920x1200
    2-The speakers sound way more incredible, they used a designers who do luxiry cars., i can actually mix music ion them, they are accurate.
    3-Do to the 17" size it does not heat up as fast or as bad as a 15".
    4-the size also makes it more easier to deal with cable hassle as a desktop when connection Xpress34 card, 3 USB, FW400, FW800 cables.
    Try it.

  • Any opinions on if I should repair my old powerbook or just buy a new one?

    Alright, here's the situation.
    I have a Tipowerbook 867 (upgraded to 512 ram) that's a bit over two and a half years old. Over this two plus year period, I have used this powerbook quite a lot, pretty much every single day for several hours at a minimum. Well, the other day when I was picking it up off a chair, it half slipped out of my hand, and before I could catch it the left hinge hit the floor pretty good, and the little part of the hinge that goes up into the display is now pulled out, and the hinge does not rotate. This also exacerbated some small stress cracks in the light grey outer case of the bottom part right beneath the same hinge. Apple gave me a quote of about 600 dollars to fix it. I also plan to call around to some third party places to see if they can do it cheaper, but do not expect it to be less then 3-400 to get it fixed. If I did get it fixed, I would also want to buy a new battery as well (a cost of around $120), as the one I have currently is at 581 cycles, and does not last very long any more. This computer also has little things wrong that don't bother me overly much, but I still notice from time to time, like 2 or 3 little scratches on the screen and one longer one, plus it seems to have gained a dead pixel or two recently.
    Now, the decision I'm trying to make is whether it would be better to get this one repaired, or whether to just try and sell it for whatever it gets (a couple hundred dollars plus, I figure?), and buy one of the new 1.67ghz modals for $1899 (including apple care)taxa gig of ram.
    If I got the current one repaired, I could see it lasting another 6 months or year, but probably not longer then that. The advantages I see in the new one are:
    Double the processor speed,
    Quadruple the graphics card memory,
    Triple the ram (I sometimes feel like this one has too little, but don't want to put more in it cause I'd have to trash one of the sticks in it, which reduces the net gain quite a bit, so I figure I'll just stick another gig in the new one, if I get it)
    the bigger screen res (I use the entire screen most of the time currently, and I have good eyesight, so I see this as a good thing)
    The larger HD (not a big deal, but I have been running into the upper limit of this one from time to time, but not without crap I can delete to free up space)
    The stuff like the firewire 800 port, usb 2.0 port, and airport extreme card I see as nice, but not a real big deal to me, as I probably wouldn't get much use out of them in the near future.
    The two finger scrolling thing might be helpful, but I use a little shareware program called sidetrack currently, which gives me similar results.
    The powerbooks were updated recently, and so will probably remain current a little bit longer.
    It seems like a decent time in regard to the intel transition, since most (or at least some) of the bugs and incompatibilities will probably be worked out by the time I need to buy a new one.
    So, I see lots of pluses to getting a new one, but am not sure if there are 13 or 14 hundred dollars worth of plusses.
    If I do get a new computer, it will definitely be a powerbook, because I love being able to spend most of my time on the computer from my bed, and also being able to go upstairs and sit next to my dad on the couch and surf the web from there, and an ibook wouldn't do it for me, since I use the entire screen currently for various programs.
    The programs that I use most frequently are things like safari, ichat, mail, word, etc, but I do acquire a penchant for game playing from time to time, and suspect that this might make a resurgence if I did buy a new one--it would be nice to be able to play something like America's Army or UT2k4 with an actually playable frame rate (I don't even really care about the quality of the graphics, as long as it's playable).
    I also have considered trying out things like 3d modeling and messing about with imovie to see what I came up with, but am not sure how much those would benefit from the new computer.
    I am currently a freshman at a local junior college, and think it's fairly likely that I'll transfer to a four year collage down the road in 2-3 years.
    So basically, my decision comes down to this: Do I repair this one, and hope it lasts 6-12 months more, at which point I probably buy the current 15" powerbook, or do I spring for the new one now, and hope it serves my needs for the next 3 or so years down the road.
    I'm sort of drawn to the new one, but also can't see anything terribly wrong with this one, and think that it might serve the majority of my needs (but possibly fewer of my wants) for a year or so to come.
    The money is not a huge issue to me, I'll have to pay it sometime, and I was already planning to try to get a side job refereeing fencing tournaments for a bit of extra cash.
    The way I lean on this decision depends on when you ask me, it varies from really deciding that I'd like and enjoy the new one to feeling like it would be kind of silly and it would be better to wait, but not liking having to repair this one to gain back what I already had.
    Anybody have any helpful suggestions or comments that might help to tip me one direction or the other?
    -Larry
    P.S. Thanks for reading my somewhat long winded post, I'm the kind of person who really likes trying to quantify everything I can, and so I did.

    Ok.
    For starters, there is a Titanium thread, where you can get some more help, but my main Mac is a Ti, so let's get to it.
    the hinge does not rotate
    This is common on older TiBooks. I pray everytime I open mine.
    to be less then 3-400 to get it fixed
    Seems about right.
    sell it for whatever it gets
    Ebay is the place to go for current value on older technology. You will get the best price there as well. Look around eBay for similar models, with hinge damage like yours.
    Frankly, the new Powerbooks are really nice. My roomate has one, and they are much studier than these TiBooks. You will not be disappointed. I would wait until MacExpo the 2nd week of January to see what Apple has to pull out of their hat as far as possible Powerbook or iBook options. No one knows for sure what--if any--new products will be released in the near future.
    Larry, what do you do on the Mac? What do you need from it? You can pick up an iBook for as little as $999. You can also look online at the Apple Store refurbs (A link on the Apple Store site will take you there) for cheaper models.
    I think your Ti has seen a good life... I vote for moving on.
    iSMH

  • Any opinions on GP70 LEOPARD-010?

    I was thinking of purchasing this notebook but I can not find any reviews on it.  Anyone here familiar with it and can tell me pro's and cons for it?  Is it a good notebook to purchase or should I look elsewhere? 
    I am looking for the specs below.
    Gaming Notebook
    17" monitor
    Good loud sound
    Decent battery life when not in gaming mode
    Blu-Ray Player
    A good quality display of at least 1600 x 900 resolution

    It's another of the slim/light notebooks, similar to the GS series but not as high end.
    You'll notice that the video card is only an 840M. It's not a bad card, but you're not going to be playing games at high settings using that card.
    That's really the biggest downside to the notebook.. Other than that, the rest of the details are middle of the road. And for the price it's probably pretty good.
    Again though, it all depends what you want the computer to do and how much you're willing to spend.

  • Any opinions on loading Salary Survey/Market data to Oracle HR?

    Our choice is to look up each job individually on Salary.com and enter it manually or pull the data from The National Compensation Survey<http://www.bls.gov/ncs/data.htm> and loading it through the API.
    Any thoughts? If I don't want to buy any of the fancy analytics from salary.com and I have Oracle HR and OBI to produce my own reports, can I rely on the Government data?

    As my understanding there is not seeded solution exist for this.
    Ya you can create Custom interface and reports for this requirement .
    Recommended Two Approach.
    ===================
    1.
    you can check with National Compensation Survey<http://www.bls.gov/ncs/data.htm> or salary.com whether they provide any input data for outside application.
    If Yes you can design interface to read these files and then make custom reports/pages on them.
    2. If no , you have to manually create these flat file/Excel to provide data to interface.
    Thanks

  • Any opinions?

    Wow..so I had my RAM (corrupted it seems) upped to the highest it can go...3 gigs and my IMac pretty much died on Sunday night. Took it in (thank goodness still under warranty) and after a new logic board was ordered and installed..it still wouldn't boot. They archived my HD and ordered new RAM.
    When I brought it home today...Time Machine was not getting recognized. I keep this on a backup GTech 500 G HD. Apple Technician made me add some Terminal stuff and it has created a second folder on my backup which is still loading 9 hours later. Also, my Itunes now won't mount..says "the file iTunes Library cannot be read because it was reated by a newer version of iTunes." I didn't install anything new lately? It won't recognize my Ipod either now.
    I now have 2 back up TM folders on my backup. This is reducing the size of the HD memory now and I paid $300.00 for something that I didn't do and to be frank, it makes me a bit miffed.
    Any suggestions on A) will I be able to put the two folders as one? B) Can I still access my first TM folder? C) Should I ask for a credit towards a new backup HD and D) How can I get my Itunes to recognize my Ipod
    Sorry for the length of this but I am at a loss...
    Thanks in advance!

    Lyssa wrote:
    There is a Terminal command that may force TM to continue using the old set of backups, but it doesn't always work. I'll see if I can find the link, if you want it.
    Here's the link:
    http://www.macosxhints.com/article.php?story=20080128003716101
    It is very easy to make an error with Terminal, get no error message, and have it not work, or worse, so try it at your own risk.
    Even if you're successful with the Terminal work, your first backup with the new logic board may be (yet another) full one -- every file and folder on your system. If TM decides to do that, you cannot prevent it.
    So if your TM disk/partition isn't over twice the size of the data it's backing-up, your best bet may be to just erase it with Disk Utility (in your Applications/Utilities folder) and let TM start over.
    If you do this, you'll have to delete the backup that's now running, via the TM interface (do not use the Finder). See item 12 of the Frequently Asked Questions post at the top of this forum.

  • Any Opinions on the Best Speakers

    hey
    I just got a new 17" MBP for school. Grad architecture, but I need some god small speakers for the MBP and a good headset when I need some softer tunes to get me through the late nights. I am not a fan of Bose. any suggestions on some great speakers and a headset for a new MBP 17"? I saw some small black AND I THINK WHITE TO ON APPLE.COM IN THE STORE. THE REVIEWS WERE 50/50 AT THAT TIME BUT I THINK THEY WERE JUST PUT out.
    Sorry, the caps slipped into gear.
    Any experience with the best of the best speakers for the MBP and a great headset to listen to music or using Skype?
    Thanks.

    Hi thomas,
    I haven't updated to iOS 8 yet but I have been using Week Calendar for over 6 years and it is brilliant. The developer is smart and responsive. It is nicely priced besides.
    quinn

  • Ihave a fairly new dell and am sick of it and windows want to switch to apple desktop and at least one laptop. any opinions

    I am, frankly sick of clones and windows,these dells work but my god not as much as i work on them. its something i just take for granted 4 hrs use, hr of fix. I always liked apple and its os,should i get a desktop now or wait till july and get the new ones. also I  and my wife who is computer braindead use the desktop my son and daughter both have dell desktops although my son does have an iphone. what desktop and what notebooks the airs look nice. any help appreciated thanks tim

    I purchased a decent priced Mac Pro from eBay and then upgraded the graphics card and RAM.  I also upgraded the CPU's, but that isn't something most casual computer users want to get into.  RAM and video card was a no brainer on the Mac Pro.
    I also scoured the local classifieds and found a nice iMac 17" 2ghz C2D.  I bought some extra ram, and put Snow Leopard on it.  Real great machine, works perfectly fine and runs anything I need it to do.  Was a great price.
    Or you can buy yourself a new iMac, you won't be disappointed.  Looks great, has an awesome display, and is about as clutter free as possible.  You can also run Windows via bootcamp if you need be.
    My friend has a macbook air, real cook machine, but it suffers in t he performance area to keep it light weight.  However, it does EVERYTHING he wants it to do.
    I also run an eMac for internet browsing, word processing, and email.  You can get them almost for free.
    Good luck,

  • I am a novice - I need a simple, plug & go, external hard drive ... Have read various reports about Time Capsule ... Any opinions or alternatives? I am old, & need simple answers please - nothing complicated ... Thanks ...

    I am a novice - I need a simple, reliable, plug & go (U.K.) external hard drive (1-3 TB) Have read various reports (good & bad) about Time Capsules - opinions & alternatives please .. I am old, so please keep answers simple - anything containing 'stuff' I won't understand & I'll ignore it .... Thanks in anticipation ...

    I consider Time Capsule slow, mainly because it depends upon a wireless network for backing up.  I tried it, but went back to the plug and play FW800 wired backup.  Since this particular forum is for the MacBook Pro hardware, I'd suggest the following two forums to search for your answer (or ask questions):
    Time Machine
    Time Capsule
    Since you want easy, the external hard drive is about as easy as it gets. Buy.  Unpack.  Plug into your Mac. Format (if you don't buy a Mac formatted one, which is unnecessary).  Go to System Preferences>Time Machine.  Choose the disk as the time machine.  Turn on. 

  • Scratches on MBPRO screen... Got any opinions???

    So i accidentally scratched my screen (unplugged external HD located above and power cable swung down and nicked screen). It's a matte screen. Anybody have any solutions for this. It obviously wouldn't be covered under the warranty and im not about to throwdown 500+ for a new screen. Ive searched all over and got nothing. tried the vaseline and toothpaste trick to no avail... help!
    thx.
    -a

    It will probably have to stay that way if none of the other stuff worked.
    My opinion: That s ucks.
    UPDATE: Ok, i've done alittle extra research for your thread. Don't know if it will help, but it's worth a shot.
    Check this link out: http://www.macworld.com/2007/05/secrets/2407mobilemac/index.php?pf=1
    Go down to where it says "Give your Mac a facelift," click the links in that section.

  • Any opinions on Oyen external hard drive for  Macbook Pro 13 inch 10.5.8

    I have a new 13 inch macbook pro 10.5.8....
    I need an external hard drive and was thinking of getting
    Oyen 3.5-inch FireWire 800/400, eSATA, USB External Hard Drive......Anyone have experience with this
    company or proucts?
    Any recommendations for a a different company? Any external hard drive that should be avoided?
    Thanks

    eww wrote:
    Any external hard drive that should be avoided?
    Yes: I would avoid Western Digital external drives — all of them. The hard drives themselves are fine, but the hardware in WD's enclosures produces no end of problems.
    Thanks for the quick response......One of the detals given on the Oyen website regading the external hard dive is *Internal Drive: Western Digital Caviar Blue WD5000AAKS*
    I am not very computer literate.....Does this mean this is basically a Western Digital Product that should be avoided? Or is there a distinction between the "+company name"+ of the external hard drive and the producer of the internal drive? i.e. Is Western Digital producing products under a different name?
    Thanks
    Thanks

Maybe you are looking for