Skip to main content

Home/ The Apple Group/ Group items tagged macintosh it

Rss Feed Group items tagged

Adam Turetzky

F.lux adjusts your display brightness according to the time of day | Smoking Apples - 0 views

  •  
    Here's an app that you don't see every day. I always find myself adjusting the display brightness when I wake up, and then forget to turn it down through at least half the night. Staring at this white screen I don't really know what kind of impact my eyes are going to suffer in a few years. Yet, I still do it. The only relief is knowing that I'm not alone in doing this. Proof? Now there's an app for just that!
David Corking

25 Terminal Tips Every Mac User Should Know | Maclife |2008 | Jonathan Williams - 0 views

  • free up some system memory by terminating the Dashboard with two quick Terminal commands. First, set its default to Off by executing defaults write com.apple.dashboard mcx-disabled -boolean YES. Second, kill and restart the Dashboard and Dock with this command: killall Dock.
  • Textutil can convert between Word, rich-text, and plain-text formats--and it can combine multiple documents, change fonts, and adjust font size while doing it
  • screencapture -x -t jpg capture.jpg.
  •  
    If there's a more neglected or misunderstood Mac utility than the Terminal, OS X's built-in command-line app, we've yet to find it. In an age where Apple's $200 smart phone offers the most intuitive graphical user interface the world has ever seen, turning to a text-only command-line window can seem stubbornly retro, reminding us of audiophiles who vociferously insist that vinyl records sound better than music CDs. But there are plenty of reasons for using the command line beyond mere nostalgia: speed, flexibility, and familiarity with OS fundamentals, to name a few. We've collected 25 Terminal-based solutions for common desktop issues, because knowing these tricks is an invaluable addition to any Mac user's toolbox. And while there is no reason to abandon the Finder, think of mastering the Terminal as learning to drive a car with a manual transmission-once you can drive a stick, you can drive anything.
David Corking

input sources mess - The macosxhints Forums - 0 views

  • Does anyone experience similar problems?
  •  
    Any suggestions?
  •  
    This started happening to me too (in my case, switching from US to British on its own will) but only after I started using the NoScript and Diigo Toolbar plugins for Firefox. I don't use Adium. The switch to British makes it a real pane to type microblogging hashtags, as the UK MacBook keyboard has no hash.
David Corking

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.
shah shazwaz

iPhone 4: The all Steve Jobs email It's real (BGR) | CutViews - Apple News and Tutorials - 0 views

  •  
    Unfortunately, BGR made a mistake in publishing the story. The last line of the exchange was written to be said by Steve Jobs, when in fact it was Jason who emailed that in reply to Steve Jobs
Jeff Johnson

Propagator - an OS X Admin's Friend - 4 views

  •  
    Propagator provides a GUI for pushing out files to Macs on your local network. This is useful for OS X system administrators who wish to update all of their managed client machines with a specific file, most commonly property list (.plist) files. This functionality can also be achieved using Apple Remote Desktop, but a free alternative is always worth taking a look. My two favorite aspects of Propagator are its Common Places drop down menu for quickly specifying common locations to drop files (such as long ~/Library paths), and it's Set Ownership check box for giving proper ownership of the file to the right user accounts. The option to Lock Files After Copy prevents users (in my case, students and unknowing faculty) from messing with your work, accidentally or not.
Jeff Johnson

OmniWeb, three other Omni apps available as freeware | Macworld - 0 views

  •  
    The Omni Group on Tuesday decided to make three of its apps available as freeware. The applications are available for download with no restrictions. "We've been thinking about this for OmniWeb for a while because every other browser is free," Ken Case, CEO of the Omni Group, told Macworld. "We didn't feel comfortable charging for something that we are not updating as frequently as some other apps." The Omni Group said OmniWeb, OmniDazzle, OmniDiskSweeper, and OmniObjectMeter are all available with no licensing restrictions and are fully functional. The company said none of the applications are currently under active development.
  •  
    I'm really fond of OmniDiskSweeper - a great utility! When disk space is tight, I've had too many clients throw away dozens or hundreds of little files they could have left alone. DiskSweeper quickly pinpoints that one, singularly big video file or non-essential folder that can free up gigs of space. It deserves a place in everyone's Utilities folder.
David Corking

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.
Graham Perrin

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
Jeff Johnson

Using Multiple iPhones and iPods with One Mac - 48 views

  •  
    With many households now using more iOS devices than computers, it is important to be able to sync multiple devices to one Mac. This can be done using one of three main methods.
  • ...7 more comments...
  •  
    Looking for Data Entry, Data Mining, Data Collection, Web Research/Internet Research, MS Excel Data Entry, Wordpress Data Entry, E-commerce Data Entry? Contact http://bit.ly/2GpDJtL
  •  
    Untold Perks of Hiring A Native Mobile App Development Company Modern technologies have fundamentally reimagined the entire universe. These days, mobile phones are utilized for more than just calling and texting; they also serve other purposes. The accessibility of cheap web connections has additionally worked on the convenience of different mobile smartphone applications. Peruse this blog to familiarize yourself with the advantages of employing a versatile application development business. Project managers, developers, and designers can greatly facilitate mobile app development. Hiring a native mobile app development company has some benefits, and here is an explanation. Examine everything thoroughly to determine which option is best for your company. Read More https://applify19.wixsite.com/applify/post/untold-perks-of-hiring-a-native-mobile-app-development-company https://www.applify.co/uk/on-demand-development
  •  
    Developing A Community Sports App For Ranking Players And Hosting Tournaments People's lives have become easier, thanks to mobile apps. Within a few seconds we already know everything. Technology has also prepared it for sports-related enterprises and projects. App development companies have created a booming industry. Read More. https://www.applify.co/blog/developing-a-community-sports-app-for-ranking-players-and-hosting-tournaments/
shah shazwaz

Rumor: Apple capturing information on FaceTime calls | CutViews - Apple News and Tutorials - 0 views

  •  
    An Apple employee (call him "Alpha") who works in the iPhone Development Department has leaked some information to us recently, most of which will come as a surprise to many. The amount of shocking information leaked is beyond the grasp of an individual and shows how far Apple and AT&T will go to lock their users and steal their information while they have no clue about it.
Jeff Johnson

Macs and iPhones: Reporting for duty - 0 views

  • If the iPhone and Mac are good enough for the US Army, can IT managers keep saying that these Apple platforms aren’t good enough anymore?
Jeff Johnson

Network Home Redirector - Redirect network traffic to the local machine. MacUpdate Mac ... - 0 views

  •  
    Network Home Redirector... While network-based home directories provide many benefits, they also bring some unwanted headaches. These headaches usually come in the form of Microsoft Office User Data folder issues, as well as AFP performance issues when dealing with thousands, sometimes millions of cache files. If you would like to redirect some of that traffic to the local machine, instead of taxing your network and your AFP servers, NHR might be for you. Download the DMG file and choose the appropriate package installer(s) for your environment. That's it.
Jeff Johnson

MacEnterprise‎ - 0 views

  •  
    The MacEnterprise project is a community of IT professionals sharing information and solutions to support Macs in an enterprise. We collaborate on the deployment, management, and integration of Mac OS X client and server computers into multi-platform computing environments. We welcome your participation through suggestions, comments or contributions.
David Corking

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!
David Corking

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
Mac Gizmo Guy

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.
Jochen Burkhard

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.
yc c

Tinrocket, LLC | HyperDither 1bit B&W dithering for mac - 0 views

  •  
    HyperDither is an OS X image processing utility that converts color or grayscale images to 1 bit black & white using a sophisticated dithering routine. Way back in the early days of Macintosh, Bill Atkinson (of HyperCard, QuickDraw, MacPaint & nature photography fame) developed a very elegant dithering filter to convert greyscale image data to the 1 bit black & white Mac video display. The dithering produced by this routine was much higher quality than the now-a-days ubiquitous Floyd-Steinberg or "Error-diffusion" filter (used by QuickTime, PhotoShop).

    The dither matrix was implemented an option in Apple's HyperScan software (A HyperCard stack with some XCMDs/XFCNs) that would connect to a flatbed scanner. HyperScan, and hence the most-excellent Atkinson dithering routine, has been unavailable for many, many years-but not forgotten! I was able to email Bill Atkinson in January, 2003 and inquire about the details of the algorithm; he was kind enough to respond with a brief write up of the routine-15 minutes later I had it up and running.
    It's taken a few spare afternoons since 2003 to pack everything into a nice little application with documentation and an icon-better late than never!
Jeff Johnson

CrabApple Forest - 0 views

  • Do you ever wonder what the sweetest fruit on the Apple tree is? Have you tasted the bitter fruit and wanted to crab about it? Here we pick the good ones and crab about the bad ones!
‹ Previous 21 - 40 of 44 Next ›
Showing 20 items per page