Skip to main content

Home/ The Apple Group/ Group items matching "macintosh" in title, tags, annotations or url

Group items matching
in title, tags, annotations or url

Sort By: Relevance | Date Filter: All | Bookmarks | Topics Simple Middle
3More

VirtualBox 2.1.0 Released: A Look at the Mac Version - O'Reilly Digital Media - Dec 200... - 0 views

  • I haven't updated my Parallels Desktop or VMware Fusion to the latest versions yet. And, after a quick look at VirtualBox 2.1.0, I wonder if I will need to. It will probably take another couple of weeks of playing with 2.1.0 before I can make that call.
  • I haven't updated my Parallels Desktop or VMware Fusion to the latest versions yet. And, after a quick look at VirtualBox 2.1.0, I wonder if I will need to. It will probably take another couple of weeks of playing with 2.1.0 before I can make that call.
  •  
    If only I had enough disc space on my MacBook!
2More

iTheater: Mac Media Center » About Us - 0 views

  • FREE, open source software.
  •  
    Alternative to Front Row - I like Front Row but navigating among podcasts can be a nuisance - perhaps this can be hacked to make it easier
2More

macosxhints.com - Disable the startup chime via Unix scripts - 0 views

  • Unfortunately if I have the headphones connected it's their volume that is muted before shutdown and reset later. Is there a way to specify the speakers?
  •  
    This looks like great (it is a mix of Bash and AppleScript) and it works very well for me. However if you are not familiar with simple Unix administration, you might prefer packaged freeware or shareware like StartupSound.prefPane or Psst.
1More

30 essential Mac time-saving shortcuts | News | TechRadar UK - 0 views

  •  
    We all want our Macs to be labour-saving rather than labour-causing devices. Yet, even if you've been using a Mac for a long time, the thought, "There has to be a better of way of doing this," will probably come to mind on a daily basis.
2More

» Rebuilding thumbnails cache in iPhoto » Silver Mac - 0 views

  • hold Command and Option down while starting iPhoto.
  •  
    undocumented?
2More

Apple - Support - Discussions - How to view all windows as a "cascade"? ... | 2009 - 0 views

  • Open the Windows menu, hold down the Option key and click on "All in Front". The cascade effect is from left to right, not from upper left to lower right.
    • David Corking
       
      Not all applications have it - I guess the developer has to add it. Finder does, and it is very nice.
1More

Replace MacBook or Mac Book Pro Hard Drive With A Solid-State SSD - 0 views

  •  
    Intel MacBooks - especially the consumer MacBook or more recent MacBook Pro models offer easy do it yourself SSD hard drive upgrade options.
1More

Mac mini SSD Upgrade : Solid State Replacement of mini Hard Drive - 0 views

  •  
    Apple's lowliest computer - the Mac Mini - benefits tremendously from a solid-state internal disk drive upgrade. Relieve the performance bottle-neck with a super-fast flash memory based drive storage
1More

Mac File Recovery In Case Of Desktop Database Corruption - 0 views

  •  
    In Mac OS X, the Desktop Database (Desktop DB) is a collection of invisible files, which store the location information of all the files on your Mac OS X hard drive. Because this database contains the location of all the files on hard drive, if it gets damaged or its size grows too large, many issues might take place. In such cases, whenever you try to access a file or start an application, the process halts with an error message stating that the desktop database is corrupt and you need to rebuild it or delete and recreate it. In such situations, you can not access your mission critical data from Mac OS X hard drive and come across serious data loss situations. In order to sort out these data loss circumstances, you need to opt for Mac File Recovery using using appropriate methods.
8More

How to Switch to the Mac - Tao of Mac | February 2007 | Rui Carno - 0 views

  • the installer creates the first user account. This is the important bit: it is an administration account – call it “Administrator” or something like that and create another for yourself afterwards (if you’re a UNIX head, this is not root, which is disabled).
    • David Corking
       
      Q: Why doesn't the installer _tell_ you this? It looks and feels like an ordinary unix user with 'sudo' access, but according to Tao, it can be troublesome. A: My guess is that Apple doesn't want you to have to remember two passwords. Perhaps Apple decided, unlike Tao, that the security of asking for passwords for important tasks is good enough.
  • Create your own Applications folder inside your home directory (Mac OS X will change the icon accordingly) and try out new stuff in there.
  • drag the entire Applications folder to the right-hand side of the Dock, forming what Apple calls a “stack”
  • ...2 more annotations...
  • Put things you want to share among users in the /Users/Shared folder.
  • Set up separate accounts for kids using the Simple Finder or Some Limits option under the Limitations tab.
    • David Corking
       
      In Mac OS X 10.4, you find this in preferences under Accounts, and click the "Parental Controls" tab, then select Finder and click Configure .... I don't think there is a "Limitations" tab.
  •  
    This article is packed with great tips that you won't find in other introductory tutorials. Therefore it is a bit heavy to read, and worth dipping into even if you have used Macs for a year or two.
1More

Sophos Anti-Rootkit - Free rootkit detection and removal - 0 views

  •  
    Judging by this page, Sophos doesn't detect rootkits on Mac OS X
56More

XBinary: Extended Binary Format Support for Mac OS X - 0 views

  • Extended Binary Format Support
  • © Amit Singh
  • January 2009
  • ...51 more annotations...
  • —With the advent of x86-based Macintosh computers, Universal binaries, originally known as "fat" or multiple-architecture binaries, appeared in Mac OS X.
  • Universal Binaries
  • for one or more architectures
  • along with a header that describes each constituent binary.
  • a wrapper that contains Mach-O binaries
  • a "4-way fat" executable could consist of Mach-O executables for the i386 (32-bit Intel), x86_64 (64-bit Intel), ppc (32-bit PowerPC), and ppc64 (64-bit PowerPC) architectures
  • Mac OS X does not provide any kernel-level or user-level interfaces to extend binary format support.
  • we'll need to write special software
  • new kernel functionality
  • software will involve a kernel extension.
  • extend the kernel
  • and execute them through specified handler programs.
  • Let us call the new software that implements these features XBinary. binfmt_misc Those familiar with the Linux kernel will realize that functionality similar to what's been described here exists in Linux as the binfmt_misc kernel feature. XBinary is conceptually similar
  • XBinary also has some Mac OS X specific features.
  • download and install the XBinary package
  • a command-line tool (xbinary
  • a kernel extension (xbinary.kext)
  • research software at this point
  • choosing the best library from an extended fat library file.
  • for developers, researchers, and power users
  • take XBinary for a spin
  • XBinary: extended binary format support for Mac OS X Copyright (c) 2009 Amit Singh. All Rights Reserved. http://osxbook.com The XBinary software allows you to extend the Mac OS X kernel such that it can recognize arbitrary binary formats and execute them through specified handler programs. (Mac OS X natively supports executing only Mach-O binaries, Universal (fat) binaries, and interpreter scripts.) XBinary consists of a kernel extension (xbinary.kext) and this command-line tool, which lets you control the XBinary facility. This requires superuser privileges, so you should run this tool using sudo(8). The XBinary kext must be loaded for the facility to be available.
  • You can add and manipulate in-kernel entries that enable recognition of binary formats.
  • You can also specify flags that affect how a matched entry is processed. By default, the argument vector IS adjusted and setuid/setgid binaries are NOT allowed.
  • make experimentation involving new binary formats easy
  • Let us look at Java applications
  • then specify this wrapper script as the interpreter
  • and subsequently invoke the Java application launcher.
  • given a Java class file
  • a wrapper script
  • We don't even have to write such scripts
    • Graham Perrin
       
      :-)
  • a Universal binary containing, say, Tiger and Leopard versions
  • simplify code creation and maintenance.
  • Consider a 2-way fat binary containing i386 and x86_64 architectures.
  • operating system versions in addition to processor architectures.
    • Graham Perrin
       
      :-)
  • Now think of an "extended" fat binary mechanism that incorporates
  • our hypothetical extended fat binary contains eight "architectures"
  • the extended fat feature as implemented by XBinary is not a complete implementation
  • These examples assume that you are on an x86 (little-endian) machine.
  • XBinary requires Mac OS X 10.5.x (Leopard).
  • Executive Summary This document discusses XBinary, a new software that lets you add kernel-level support for executing files in arbitrary binary formats on Mac OS X.
  • Extending Executability
  • recognize arbitrary binary formats
  • using the xbinary tool
  • copious "help" output
  • Each entry must have as its name a unique identifier string up to 31 bytes in size. Additionally, a set of other arguments specify to the kernel how to recognize that binary format and which interpreter to invoke to handle it. XBinary can recognize a binary EITHER by matching magic bytes within the first page of the file OR by matching a file extension. OTHER_ARGS must be a valid combination of the following arguments (some are optional).
  • that will determine the startup class name
  • Bonus Feature: Extra Fat Binaries
  • Since XBinary is experimental, why not experiment with such a feature too?
  • XBinary wouldn't be able to help the dynamic linker
  • The XBinary software
1More

Are Macs Really Cheaper To Manage Than PCs? - 8 views

  •  
    Macs in the enterprise aren't just cheaper to manage-they're a lot cheaper, according to a new survey released today by the Enterprise Desktop Alliance.
1More

iPad For Business & Marketing? [Review Video] - 0 views

  •  
    What are iPad's future implications on marketing and businesses?
2More

Switché 2.28 - CMD+Tab replacement - Kapeli - 0 views

  • Switché 2.28 – CMD+Tab replacement
  • Features: Switch between applications, ordered by last use. Switch between windows, ordered by last use. Switch between the windows of the frontmost application, ordered by last use. All windows and applications are highlighted using CoverFlow, so you can easily find what you’re looking for. Switché works great with Spaces and is able to display Space number badges.
2More

The Evolution of Apple Ads | Webdesigner Depot - 1 views

  •  
    Apple first started advertising its products in the late 1970s. The 80s showed a wide variety of ads, some of which served to convince consumers that they should purchase a computer, and specifically an Apple. These ads were text-heavy and light on images, as were many computer and technology ads from that era. Apple ads really came into their heyday during the 1990s, with the "Think Different" campaign, which became very popular as they featured a number of famous people. Here's a stunning compilation of some of Apple's most notable advertisements from the 70s until the present day, including a few videos ads.
  •  
    A great collection of Ads from Apple since the 70s... Enjoy.
2More

Microsoft's grinning robots or the Brotherhood of the Mac. Which is worse? | Charlie Br... - 1 views

  • whereas eerie replicant Mac monks really are everywhere, standing over your shoulder in their charcoal pullovers, smirking with amusement at your hopelessly inferior OS, knowing they're better than you because they use Mac OS X v10.6 Snow Leopard.
    • David Corking
       
      I should upgrade to Snow Leopard to go with my woolly pullover.
1More

Better Apple MacBook Audio : Computer Speakers for Mac Laptops - 4 views

  •  
    Review specially chosen speaker systems to compliment your MacBook laptop
« First ‹ Previous 121 - 140 of 144 Next ›
Showing 20 items per page