• About
  • Latest Pics…
  • View from my office window
  • Mevo
  • Embedding Picasa Web Slideshows

    Installation: 1. Go to the album you want to display in Picasa Web Album. 2. Right-click on the button and “Copy shortcut“ (?). 3. 4. 5. Post to my blog (You have to be logged in to your Blogger account) 6. Not at Blogger.com? Get the code Credit: Blogger Templates

    May 25, 2007
  • Email post with picture attatchment

    Ok, here is test1 for email posting using N800 as the device

    May 25, 2007
  • Resizing Mac Partitions on-the-fly

    As of OSX 10.4.6 you get a extra bonus if you use the terminal and run diskutil. The new addition is the function resizeVolume. Note that this command works only on Intel Macs with hard disks formatted using the GPT (GUID Partition Table) format with a journaled Hierarchical File System Plus (HFS+) file system. This […]

    May 25, 2007
  • Streaming Quicktime from Nokia N800 Internet Tablet

    Let me start by saying that I found the recipe for this on Josh Lifton’s website. So most of the credit really goes to him. I’ve just simplified (and expanded) his method to cover generic quicktime streaming. So basically what we want to do is to connect the N800 to a network, setup a quicktime […]

    May 25, 2007
  • Set/Change the default Umask…

    Open Terminal, and then type this command, followed by the Return key: defaults write /Library/Preferences/.GlobalPreferences NSUmask # defaults write -g NSUmask -int # The first sets the system default, the second sets the per-user default. The NSUmask may not be honored by software that has not been adapted for OS X. # is the umask […]

    May 25, 2007
  • Speed up Sheets…

    Open Terminal, and then type this command, followed by the Return key: defaults write NSGlobalDomain NSWindowResizeTime time where time is a time in seconds from, say, .001 to 2.

    May 25, 2007
  • Disable Guest login in AFS…

    Open Terminal, and then type this command, followed by the Return key: defaults write /Library/Preferences/com.apple.AppleFileServer guestAccess -bool false

    May 25, 2007
  • Turn off Dashboard…

    Open Terminal, and then type this command, followed by the Return key: defaults write com.apple.dashboard mcx-disabled -boolean YES This tells the system that you no longer wish to have Dashboard available. However, the Dashboard task is actually “owned” by the Dock, so to make your changes take effect, you need to restart the Dock. The […]

    May 25, 2007
  • Transparent terminal windows…

    To change future Terminal windows’ transparency (0=invisible, 1=opaque) — in a shell, type this (on one line, change the 0.85 as preferred) then return: defaults write com.apple.terminal TerminalOpaqueness ‘0.85’

    May 25, 2007
  • Change the screenshots file format…

    To change the file type that OS X outputs when using the command + shift + 3 or command + shift + 4 (with or without the spacebar after) in Tiger launch Terminal, and depending on what file type you want outputted, type the appropriate line below followed by return: defaults write com.apple.screencapture type pdfdefaults […]

    May 25, 2007
←Previous Page
1 … 61 62 63 64 65
Next Page→

Proudly powered by WordPress