Is Your Mac Still Running OS X Lion? Why? You Should Upgrade to OS X Mavericks

Feb 18, 2014 - 166 Comments

Running old version of OS X? You should upgrade to Mavericks

It’s fairly common for computer users to delay updating to major operating system releases, and though Mac owners tend to be a bit better at upgrading than Windows users, many are still running old versions of OS X. For some users there are good reasons for this, maybe lingering on outdated OS X versions like Snow Leopard because of compatibility issues with a specific app, or because they just really like it. But then there are other users who have already made the leap beyond Snow Leopard, and are sitting on OS X Lion or OS X Mountain Lion, procrastinating and putting off the OS X Mavericks update for no good reason. This article is aimed at the procrastinators (and there’s a surprisingly large amount of them – nearly 17% of Mac users are on Lion and another 20% on Mountain Lion), particularly individuals with Macs still running OS X Lion, in any version from 10.7 through 10.7.5.
Read more »

By Paul Horowitz - Mac OS, Tips & Tricks - 166 Comments

Play Nintendo Games on the iPhone from Safari & Web NES Emulator

Feb 17, 2014 - 12 Comments

WebNES for iPhone plays Nintendo games

iPhone and iPad users have long wanted Nintendo games to come to the iOS platform, but thus far Nintendo has stayed away from releasing native games for any Apple hardware. That hasn’t stopped enthusiasts from figuring out ways to play Nintendo classics on their iPhones though, which typically that entails jailbreaking a device then installing an emulator from the Cydia store, but WebNES is different. Instead of requiring any downloads, messing with jailbreaks, tweaks, or apps, WebNES runs entirely in the web browser as a full-fledged Nintendo emulator. That means there’s just about no setup required. It works surprisingly well on the iPhone, though it’s slightly laggy sometimes, and should work just as well on the iPad, iPod touch, or any Android too. (Sorry desktop OS X users, but you can use the excellent OpenEMU instead).
Read more »

By Paul Horowitz - Games, iPhone - 12 Comments

Fixing a “Bluetooth Not Available” Error on a Mac

Feb 17, 2014 - 130 Comments

Bluetooth not available shown in menu bar item on a Mac Some Mac users may encounter an apparently random disappearance of Bluetooth functionality, often after rebooting or updating Mac OS X. The first obvious indicator is that no Bluetooth hardware works, be it a keyboard, mouse, headset, or otherwise, and when attempting to visit the Bluetooth menu of Mac OS X a “Bluetooth: Not Available” error is displayed while the menu bar items icon has a squiggly strike through it.
Read more »

How to Remotely Install Apps to iPhone / iPad from iTunes on a Mac or PC

Feb 16, 2014 - 12 Comments

Remotely install apps from a computer to iOS devices

Every modern iPhone, iPad, or iPod touch has access to a feature called Automatic Downloads, which can be used a bit differently than intended as a means to remotely install apps onto iOS devices from a computer. All you need is iTunes on OS X or Windows logged into the same Apple ID as what’s used on the iOS device, and the rest is easier than you’d probably expect.
Read more »

By Paul Horowitz - iPad, iPhone, iTunes, Tips & Tricks - 12 Comments

Mac Setup: Audio Mixing Engineer’s Hollywood Studio with a New Mac Pro

Feb 15, 2014 - 7 Comments

hollywood-mac-pro-pro-audio-setup

It’s time for another featured Mac setup! This week we’ve got an amazing studio to share from a professional audio mixing engineer and startup founder, let’s get right to it…
Read more »

By OSXDaily - Mac Setups - 7 Comments

8 Colorfully Abstract Parallax Wallpapers Sized for the iPhone

Feb 15, 2014 - 1 Comment

Abstract Parallax wallpapers for iPhone

Simple or abstract wallpapers tend to work best with iOS 7’s bright color scheme and generally flat appearance, and this pack of eight colorful abstractions sent to us by a reader are no exception. The images are sized generously at 900×1400, meaning they’ll easily accommodate for the motion parallax wallpaper effect on the iPhone 5/5S/5C and new iPod touch displays, while sizing down to look great on the smaller iPhone screens too.
Read more »

By Paul Horowitz - Customize, iPhone - 1 Comment

How to Convert an Audio File to iPhone Ringtone from Mac Command Line

Feb 14, 2014 - 5 Comments

Convert a ringtone from the command line Ever wanted to create an iPhone or Android ringtone from an existing audio file, but wanted to complete the process entirely from the command line? You’re in luck, because Mac OS X has a little audio conversion tool that can turn any existing audio track into an Android or iPhone compatible ringtone in seconds. We’ll break the command down for both Android and iPhone users, though whichever method you choose you’ll still need to sync the ringtone over to the device yourself.

Read more »

Scrub Through Music & Podcasts Tracks from Control Center in iOS

Feb 14, 2014 - 8 Comments

Scrub songs and audio from iOS Control Center

Scrubbing audio is probably the fastest way to skip through and navigate within a playing audio track, and iOS allows you to scrub active tracks directly from the Control Center. There’s not much to it and scrubbing is done through a fairly simple gesture, but because the tap touch target is quite small it can take some practice to get right.

You can scrub through any playing song, music, podcast, or show on the iPhone, iPad, and iPod touch. Let’s review this nice feature, available anywhere in iOS via Control Center.
Read more »

By Paul Horowitz - iPad, iPhone, Tips & Tricks - 8 Comments

How to Forget Wi-Fi Networks on iPhone / iPad to Stop from Re-Joining Unwanted Routers

Feb 13, 2014 - 24 Comments

Forget a wi-fi network in IOS

iOS is usually smart enough to join the last functioning wireless network used within range, but if you’re in an area with many wi-fi networks available sometimes you’ll find an iPhone or iPad is persistently joining and re-joining a network that you don’t want it to, even if you consistently toggle over to join a different router. This can be pretty frustrating, but you can typically resolve that annoyance by simply choosing to forget the wireless network and manually dropping it from the settings.
Read more »

By Paul Horowitz - iPad, iPhone, Tips & Tricks - 24 Comments

Using cURL to Download Remote Files from the Command Line

Feb 13, 2014 - 9 Comments

Download with curl The powerful curl command line tool can be used to download files from just about any remote server. Longtime command line users know this can be useful for a wide variety of situations, but to keep things simple, many will find that downloading a file with curl can often be a quicker alternative to using a web browser or FTP client from the GUI side of Mac OS X (or linux). This is is helpful for local situations, but there’s particular value if you’re in a situation where you need to download something to a remote Mac when connected through SSH.

For the purposes of this walkthrough, we’ll focus primarily on downloading files from the two commonly encountered HTTP and SFTP protocols, though it should be noted that cURL supports many more protocols. Though curl is easy to use, having some knowledge of the command line is recommended.
Read more »

How to Install Command Line Tools in Mac OS X (Without Xcode)

Feb 12, 2014 - 39 Comments

Command Line Tools Mac users who prefer to have a more traditional Unix toolkit accessible to them through the Terminal may wish to install the optional Command Line Tools subsection of the Xcode IDE. From MacOS Monterey, Big Sur, Catalina, Mojave, High Sierra, Sierra, OS X El Capitan, Yosemite, Mavericks onward, this is now easily possible directly and without installing the entire Xcode package first, no developer account is required either.

The Command Line Tool package gives Mac terminal users many commonly used tools, utilities, and compilers, including make, GCC, clang, perl, svn, git, size, strip, strings, libtool, cpp, what, and many other useful commands that are usually found in default linux installations. We’ve included the full list of new binaries available through the command line toolkit below for those interested, or you can just see for yourself after you have installed the package, which we’ll walk through here.

Read more »

How to Enable “Do Not Track” in Safari on iPhone & iPad

Feb 12, 2014 - 1 Comment

Safari Do Not Track in iOS iPhone and iPad users have the option to enable a “Do Not Track” setting on their iOS devices for Safari, a feature that is aimed at limiting targeting and tracking of web browsing behavior by various web services. When turned on, this causes Safari to make a DNT request to each page it visits for any services on that page to not track the client, though that doesn’t necessary mean it will he honored, as we’ll explain shortly. Nonetheless, users who favor privacy may want to enable the option anyway, even if the efficacy may be more limited when compared to blocking third party cookies in Safari for iOS.
Read more »

By Paul Horowitz - iPad, iPhone, Tips & Tricks - 1 Comment

How to Disable Public Folder Sharing in Mac OS X

Feb 11, 2014 - 4 Comments

Disable Public Folder Sharing in Mac OS X If you’ve ever joined a public wi-fi network and noticed the Finder sidebar is suddenly filled with other unfamiliar computers and network shares, and then curiously clicked on one of them, you’ve probably discovered that most of these computers have a user ‘Public Folder’ accessible to you and everyone else. This folder is included with every user account in OS X, and it has very limited access which is designed to facilitate simple file sharing (it does quite well), but such a feature may become undesirable on public networks with many foreign computers. Turning off your own Mac sharing Public Folder is quite simple, and it will prevent other Mac users from having access to the ~/Public directory if they’re on the same network.
Read more »

By Paul Horowitz - Mac OS, Security, Tips & Tricks - 4 Comments

How to Apply Filters to Any Picture from Photos App on iPhone & iPad

Feb 11, 2014 - Leave a Comment

Filter photos in iOS

The iOS Photos app includes native image editing features that allow you to add the same filters from the live camera to pictures you have already taken. Additionally, you can apply those photo filters to any image stored on the iPhone, iPad, or iPod touch, so long as it’s accessible from the Photos app, whether it’s a photo or a screen shot.
Read more »

By Paul Horowitz - iPad, iPhone, Tips & Tricks - Leave a Comment

Batch Renaming Groups of Files in Mac OS X with a DIY File Renamer Tool

Feb 10, 2014 - 9 Comments

Drag and drop batch renamer tool in Mac OS X

If you need to rename a group of files on a Mac by appending some text to each files name, a great free option is to use a simple Automator action and save it as an application. This is similar to the other Automator utilities we have built and covered here before, but this time around the end result is an OS X application that lets you rename a file, multiple files, or a group of many files by adding some predefined text into the file name, all with the same Finder-based drag and drop simplicity of usage. If you have tons of files to rename, you’ll find this is much better than renaming them yourself in the Finder or through the title bar.
Read more »

By Paul Horowitz - Mac OS, Tips & Tricks - 9 Comments

Block Specific Web Sites in Safari for iOS with a “Never Allow” List

Feb 10, 2014 - 12 Comments

Blocking specific websites in iOS The optional iOS Restrictions settings provides a way to limit access to adult themed websites from Safari on an iPhone, iPad, or iPod touch, but for some purposes those default restrictions may not go far enough. For those looking to gain additional control over web access, users will find that individual websites can be added to a “Never Allow” list, thereby blocking access to those sites completely. For example, Facebook.com is typically allowed in the broader iOS Restrictions filters, but by using this additional block list, you could prevent web access to sites like Facebook.com, or any other URL, from the iPhone, iPod itouch, or iPad.

If you want to block any website from being accessed on iPhone or iPad and Safari, this article will show you exactly how to do that.

Note this article is aimed at older iOS versions, newer versions of iOS and iPadOS can use Screen Time to block websites as instructed here.
Read more »

By Paul Horowitz - iPad, iPhone, Tips & Tricks - 12 Comments

6 Beautiful Bokeh City Light Wallpapers

Feb 9, 2014 - 3 Comments

Bokeh light wallpapers

Bokeh is a photography effect that uses intentional blurring of pictures for a pleasant abstract appearance. The resulting unfocused images often wind up making fantastic wallpapers for your desktop and device backgrounds, and that’s what we’re focusing on here with six gorgeously abstract bokeh images of various city lights and elements.

Read more »

By Paul Horowitz - Customize - 3 Comments

Apple Setups: iPad Music Studio

Feb 9, 2014 - 6 Comments

ipad-music-studio-desk-setup

This weeks featured Mac setup is… well it’s not a Mac at all actually, it’s an iPad-only setup! That’s right, coming to us from Jurgen V. is a minimalist music studio based entirely around an iPad. Read on to learn what added hardware and specific iOS apps allow for an iPad to become a music producing workstation.
Read more »

By OSXDaily - Mac Setups - 6 Comments

Subscribe to OSXDaily

Subscribe to RSS Subscribe to Twitter Feed Follow on Facebook Subscribe to eMail Updates

Tips & Tricks

News

iPhone / iPad

Mac

Troubleshooting

Shop on Amazon to help support this site