Tag Archive: Line


When reading an iBook on your iPad or iPhone, you typically tap the right side of the page to go forward, and tap the left side of the page to go backward, right? If you want to skip to a different part of the iBook, you can tap on the table of contents button in the upper left and tap to the chapter you want to go to.

How do you quickly navigate more than one page forward or backward,  [Read More...]

Mount & Unmount Drives from the Command Line in Mac OS X

Terminal The easiest way to unmount a drive in OS X is to either just drag a volume into the Trash, use the eject keys, disconnect the drive, or use one of the force eject methods. Along the same lines, if you want to remount a drive you can usually just physically unplug the drive and plug it back again. But what if you want to be able to mount, unmount, and  [Read More...]

linestickershop

Asian messaging service Line, which has been a big success on iOS, turned over $ 58 million in revenue during the first quarter of 2013 with its new monetization model. But it’s just been dealt a massive blow by Apple.

The Cupertino company has unexplainably forced Line to remove its gift sharing feature, which allowed users to send stickers priced around $ 1.99 to their friends.

“We received a request directly from  [Read More...]

Terminal logo If you’re a heavy command line user, you’re probably well aware that the arrow keys can be used to flip through previously executed commands and the tab key can complete them. But both of these functions can be significantly improved upon for searching through past command history by adding a few modifications to your .inputrc file.

The first two lines allow you to use the arrow keys to flip through  [Read More...]

Emoji prompt

A very unique and amusing way to customize the bash prompt appearance is to add one of OS X’s Emoji icons to transform the appearance of the prompt itself. This isn’t going to be the most practical tweak in the world on it’s own, but it is entertaining and because it’s using traditional methods of customizing the bash prompt you can make it as useful or useless as you want.

  [Read More...]

If you’ve ever wanted to document your reaction to an event, task, or specific command execution, now is your chance to get started. With the help of a fun little app called ImageSnap, you can snap pictures with the FaceTime or iSight cameras from the command line. That can be good enough on it’s own for some uses, but it’s much more entertaining when you tie it to the completion of another command, thereby snapping the reaction to whatever is  [Read More...]

Set MTU Size from the Command Line of Mac OS X

Set the MTU size in Mac OS X

MTU stands for Maximum Transition Unit, and a larger MTU size generally increases efficiency of a network connection because each packet carries more data, but sometimes the default MTU sizes (often 1500) will cause issues with some networks and needs adjusting. Changing the MTU size has been a solution to some dropping wi-fi connections in OS X, particularly when the standard protocol of deleting  [Read More...]

Convert image files from the command line

Converting images to new file formats is very easy thanks to a variety of tools built directly into OS X (and most Linux distributions). Though the easiest method uses Preview for converting images, there’s a command line option that uses the same sips tool we’ve discussed before to perform batch resizing from the command line. Using sips, you can convert single images to new image  [Read More...]

Retrieving a list of preferred wireless networks can be helpful when troubleshooting wi-fi problems. The following trick will do just that, and it’s similar to a tip we covered recently which showed how to see a list of previously connected wi-fi networks using either System Preferences or a lengthy command line string, but as far as the command line goes the following command is much shorter and cleaner, and doesn’t require the use of sed and regex to clean up  [Read More...]

tccutil manages OS X privacy database and app access

If you accidentally permitted an app to gain access to things like your personal contacts list or location, or you’d just like to start over again and have granular control over which applications can access certain data, you can use the command line tool tccutil in OS X 10.8 and later.

Think of the tccutil command as a kind of command line interface to  [Read More...]