Archive for the ‘Tech Tips’ Category

Importing / ripping tunes off mix CDs

Thursday, August 5th, 2010

Here are some notes about ripping audio MIX cds.

Use LAME or Itunes-LAME.

I use “–preset fast extreme” in the presets for LAME.

Neat ftp automation (Finder - right click ftp to..) oneway

Wednesday, May 19th, 2010

Nice app for automating ftp uploads in the finder. Check it: LINK

Tools for picking up the bits and pieces…

Sunday, April 11th, 2010

Partedmagic Live Disk (Ghost4Linux | partition tools)
http://sourceforge.net/projects/partedmagic/

nlite (Slipstreaming XP - Sp & Drivers)
http://www.nliteos.com/

Bartpe (windows live disk - lossa plugins)
http://www.nu2.nu/pebuilder

DriverPacks (add these to Bartpe|nlite - for no driver issues )
http://driverpacks.net/
Tutorial:
http://users.telenet.be/jtdoom/basetute/Eng_tut6b.htm

Method for tab renaming in OSX terminal.app

Thursday, March 18th, 2010

New method for renaming tabs is to place the following code in the (.bashrc or .profile):

export PROMPT_COMMAND='echo -ne "\033]0;${HOSTNAME}: ${PWD/$HOME/~}\007"'

Works great!

How to migrate a Bootcamp partition.

Monday, February 8th, 2010

I found & secussfully used a cool program called go figure WinClone LINK to backup my Bootcamp partition to an image and re-image it into place on my new computer. I was migrating my accounts from one computer to another & I released I had no way of backing up my MS partition. In comes WinClone which works great! I just placed the old computer in “Target” firewire mode & copied out the M$ partition to a disk image on my new computer. Then partitioned and re-imaged the M$ Bootcamp on the new system.

Took 20 min tops.

Bash profile mods

Wednesday, August 19th, 2009

export PS1="[\u@\h \w]\\$” # Nice one line prompt
export HISTTIMEFORMAT=”%h/%d - %H:%M:%S ” # keep track of time
export HISTSIZE=10000 # big history

Let it ra1n ++ for purplera1n … easy 3GS iphone jailbreak

Monday, July 27th, 2009

Super easy 3GS jailbreak http://purplera1n.com/

Tweekui for osx = secrets pref pane

Saturday, July 25th, 2009

OK so I keep refinding stuff here is another gem I am using to do all kindsa fun osx tweaks. Its called secrets. Check it out… Stuff like see all hidden files in the finder.

Screw M$ use NeoOffice.

Wednesday, July 8th, 2009

Think OpenOffice for OSX read NeoOffice.
I like it …I use it.. Its free “office”
http://www.neooffice.org/neojava/en/index.php

OSX Verbose er Debug Boot.

Wednesday, July 8th, 2009

Sometimes seeing is better than not at boot. Run this in your terminal and “see” more details in your boot up sequence.

sudo nvram boot-args="-v"