Skip to content

kenops

Categories

  • Apple
  • Fun
  • General Interests
  • iPhone
  • OSX
  • Techie
  • Travel
  • Uncategorized
  • Unix

Archives

  • October 2025
  • April 2025
  • March 2025
  • June 2024
  • May 2023
  • October 2022
  • September 2022
  • August 2022
  • January 2021
  • October 2020
  • June 2020
  • June 2017
  • March 2017
  • September 2011
  • October 2009
  • September 2009
  • August 2009
  • July 2009
  • June 2009
  • May 2009
  • April 2009
  • March 2009
  • February 2009
  • January 2009
  • December 2008
  • September 2008
  • June 2008
  • February 2008

Pictures

Tag: terminal

Cleanup the Open with… menu in OS X

For OS X Leopard this worked for me. Cut and paste this command into terminal:

/System/Library/Frameworks/CoreServices.f*/Frameworks/LaunchS*/Support/lsregister \
   -kill -r -domain local -domain system -domain user
Posted on June 25, 2009June 25, 2009Categories Apple, OSX, TechieTags Apple, OSX, terminal

Fixing the command “man” in OSX

apple-imageThe command ‘man’ in terminal has an annoying feature: it clears the screen on exit. So if you find a command line switch you want to try, when you exit man the detail all disappears.

To correct this, change the following line in /private/etc/man.conf:

PAGER    /usr/bin/less -is

to

PAGER    /usr/bin/less -isX
Posted on January 17, 2009February 23, 2009Categories Apple, TechieTags Apple, OSX, terminal2 Comments on Fixing the command “man” in OSX
Proudly powered by WordPress