<?xml version="1.0" encoding="UTF-8"?>
 		<rss version="2.0"><channel>
 		<title><![CDATA[Radek's Pages]]></title>
 		<description><![CDATA[Articles]]></description>
 		<link>http://radekonline.com/</link>
 		<copyright><![CDATA[Copyright Radek's Pages]]></copyright>
 		<generator>sNews CMS</generator><item>
			<title><![CDATA[User removal in Leopard]]></title>
			<description>
				<![CDATA[
				<strong>This should be done prior re-running setup assistant!</strong><br />

1. Restart in single-user mode (command + S) at startup.
2. Type fsck -fy
2. Type /sbin/mount -uw / 
3. Type rm -R /Library/Preferences/
4. Type rm -R /Users/username/ <em>(replace username with name you had created to setup an account )</em>
5.  Type rm /var/db/dslocal/nodes/Default/users/username.plist (WATCH YOUR SPELLING!)
6.Type rm /var/db/.AppleSetupDone
7. Type rm /var/db/.AutoBindDone 
8. Type rm -r /Library/Preferences
9. Type exit
				]]>
			</description>
			<pubDate>Sat, 28 Aug 2010 22:24:09 +0000</pubDate>
			<link>http://radekonline.com/news/user-removal-in-leopard/</link>
			<guid>http://radekonline.com/news/user-removal-in-leopard/</guid>
			</item><item>
			<title><![CDATA[Re-run Apple Setup Assistant in OSX 10.5 (Leopard)]]></title>
			<description>
				<![CDATA[
				<strong>Re-run Apple Setup Assistant in OSX 10.5 (Leopard)</strong><br />

Ok. Here is what I did to friends iBook G4 1.42GHz. 
Installed minimal 10.5 onto a hard drive, setup an account (with any info). After installation was complete I was able to log in and update the OS and software to most current versions. And now the fun part:<br />

1. Restart in single user mode (Hold command+S during boot).<br />
2. Gain access by typing /sbin/mount -uw /<br />
3. Remove file by typing rm /var/db/.AppleSetupDone<br />
4. Type exit<br />
5. Type exit one more time<br />

Computer should restart with setup assistant running splash video and setup windows. <br />

You are welcome!






				]]>
			</description>
			<pubDate>Sat, 28 Aug 2010 21:40:08 +0000</pubDate>
			<link>http://radekonline.com/mac-stuff/rerun-apple-setup-assistant-in-osx-105-leopard/</link>
			<guid>http://radekonline.com/mac-stuff/rerun-apple-setup-assistant-in-osx-105-leopard/</guid>
			</item><item>
			<title><![CDATA[Fuel Cost]]></title>
			<description>
				<![CDATA[
				<a rel="nofollow" href="http://www.autoblog.com/2010/05/12/infographic-the-cost-of-driving-a-car/#continued" _fcksavedurl="http://www.autoblog.com/2010/05/12/infographic-the-cost-of-driving-a-car/#continued"><img src="http://www.blogcdn.com/www.autoblog.com/media/2010/05/the-cost-of-driving-a-car-41opt.png" _fcksavedurl="http://www.blogcdn.com/www.autoblog.com/media/2010/05/the-cost-of-driving-a-car-41opt.png" alt="The Cost of Driving a Car" width="500" border="0" /></a><br />[Source: <a href="http://www.autoinsurance.org" _fcksavedurl="http://www.autoinsurance.org">Auto Insurance</a> for Autoblog.com]
				]]>
			</description>
			<pubDate>Wed, 12 May 2010 10:41:37 +0000</pubDate>
			<link>http://radekonline.com/news/fuel-cost/</link>
			<guid>http://radekonline.com/news/fuel-cost/</guid>
			</item><item>
			<title><![CDATA[Triple Boot]]></title>
			<description>
				<![CDATA[
				<p>I spent almost 2 days exploring different options of installing Ubuntu 10, Windows 7, and Snow Leopard side by side, and after many trials and errors I succeeded!!!
The answer is <a href="http://refit.sourceforge.net/" title="http://refit.sourceforge.net/">rEFIt</a>:
<a href="http://refit.sourceforge.net/" title="http://refit.sourceforge.net/"><img src="http://radekonline.com/images/refit.png" alt="REFIT" /></a>
</p>
<p><strong>Hardware used:</strong><br />

Model Name:	iMac<br />
  Processor Name:	Intel Core 2 Duo<br />
  Processor Speed:	2.8 GHz<br />
  Memory:	2 GB<br />
Hard Drive 320 GB<br />


</p>
<p><strong>Software needed:</strong><br />
Mac OS X Snow Leopard installation DVD<br />
Ubuntu 10.04 x64 installation CD<br />
Windows 7 x64 installation DVD<br />
rEFIt<br />
oscdimg.exe<br />
Bootcamp Update 3.1<br />

</p>


Following you will find steps I used to have everything installed.
<br />

<p>***Note***
As of right now I still have issues with my peripherals while switching operating systems. Hopefully it will be solved soon, in the mean time I am going to find wired USB mouse with appropriate number of buttons ;-( (i.e. greater than 1).</p>



<img src="http://radekonline.com/images/os_mac.jpg" alt="http://radekonline.com/images/os_mac.jpg" />
<p><strong>Step 1: OS X - 10.6.3 - Snow Leopard </strong><br />
I started with a clean, minimal installation of Snow Leopard, without any additional partitions and formatted as Journaled HFS+. After completing initial setup I updated the system to the most current (10.6.3 as of 5/10/2010).</p>
<strong>Partition preparation:</strong><br />

In Terminal use command <em>diskutil list</em> to identify your partitions. You should be presented with something like your GUID_partition_scheme identified as <em>disk0</em> in addition to EFI and Apple_HFS partitions (<em>disk0s1</em> and <em>disk0s2</em>).<br />
<img src="http://radekonline.com/images/diskutil1.jpg" alt="diskutil list" /><br />

Then I resized the largest existing partition and created additional 3 partitions: Windows 7, Ubuntu, and Linux swap.
</p>
<p><em>sudo diskutil resizeVolume disk0s2 220G "MS-DOS FAT32" Windows 50G "MS-DOS FAT32" Linux 44G "MS-DOS FAT32" Swap 5G</em><br />
Running <em>diskutil list</em> will show you:
<img src="http://radekonline.com/images/diskutil2.jpg" alt="diskutil list" />
</p>
<p><strong>rEFIt installation:</strong><br />
Obtain the most current rEFIt software from <a href="http://refit.sourceforge.net/" title="rEFIt">http://refit.sourceforge.net/</a>  and install it on your computer, I used customized install with additional drivers for ext3 and others. After installation I ran this command to ensure that boot loader will appear at the startup: <br />
<em>/efi/refit/enable-always.sh</em><br />
</p>
<p><strong>Your first step is complete. Restart your computer and refresh partitions in rEFIt bootloader.</strong></p>

<img src="http://radekonline.com/images/os_linux.jpg" alt="http://radekonline.com/images/os_linux.jpg" />
<p><strong>Step 2: Ubuntu Linux - 10.04 - Lucid Lynx </strong><br />
</p>
<p>Now that you are done enjoying your new bootloader and OS X it is time to put the Linux cd in and restart. From rEFIt select Linux CD icon and begin installation. You will be presented with options - go with custom disk setup, which will allow you to select from partitions you created earlier. Select Linux partition, mount it on / and format as ext3. Select swap partition and format as swap. Later you be presented with an advanced option to install GRUB in select partition. It is recommended (if not necessary) to install it on your Linux partition and <strong>NOT</strong> MBR partition.</p>
<p>That is pretty much it. Setup, run updates, enjoy. When prompted to restart - don't forget to refresh rEFIt partitions scheme and restart again.<br />
 

I was able to install my wireless mighty mouse using pin 1111. But that messes it up in OS X. SO I need to try something different.
</p>
<img src="http://radekonline.com/images/os_win.jpg" alt="http://radekonline.com/images/os_win.jpg" />
<p><strong>Step 3: Windows 7 - Ultimate Edition </strong><br /></p>
<p>Things are slightly more complicated here as installation DVD doesn't work properly, although Win7 - Beta installed just fine.</p> In order to continue using this method you will need access to windows based computer or, if you have an existing installation - use that instead.</p>

<strong>Creating bootable Windows 7 DVD:</strong><br />
1. Download Vista SP1/2008/Windows 7 x64 ISO from MSDN (Microsoft), or grab your CD <br />

2. Create 3 folders c:efi-iso c:efi-exe c:efi-dvd<br />
 3. Download oscdimg.exe from <a href="http://test.andersonshatch.com/test/oscdimg.exe.zip" title="oscdimg.exe">here</a> and extract into c:efi-exe<br />
 4. Extract iso using 7-Zip or WinRAR (Or copy the contents of the DVD) into c:efi-dvd <br />
5. Start up a command prompt (Start -> Run -> cmd) <br />
6. Type: <em>cd c:efi-exe </em>
<br />
7. Type: <em>oscdimg -n -m -b c:efi-dvdbootetfsboot.com c:efi-dvd c:efi-isowindows7.iso</em><br /></p>

<p>Your new, bootable iso file will be created in EFI-ISO folder you created earlier. Burn it to DVD.</p>
<strong>Installing Windows 7:</strong><br />
Place DVD in your Mac and restart. From rEFIt bootloader select Windows installation disc and begin installation. Select correct partition you created in step 1 for Windows and format it before continuing installation. The computer will have to be restarted after the first stage of installation and in rEFIt you will need to first refresh partitions, restart, then select booting Windows from a drive rather than installation disc. If it gets stuck on a gray screen - just give it a minute and then restart with power button. Worked for me. You may have to do that more than once. After that everything went smoothly. I completed the setup and run updates.</p>

<strong>Installing Bootcamp drivers:</strong><br />
Another glitch here. Drivers from your Snow Leopard DVD will not install automatically on x64 system., and you cannot install 3.1 update without having Bootcamp 3.0 drivers installed. The way around it - command prompt again!
<br />
1. Insert your 10.6 DVD<br />

2. Right-click on Start » Programs » Accessories » Command Prompt
Select Run as Administrator<br />

3. Type <em>cd /d D:</em> then press Enter<br />

4. Type <em>cd BootCampDriversApple</em> then press Enter<br />
If this doesn't pust you in the right place type in <em>dir</em> to see folders. Then use command <em>cd (folder name)</em> to navigate to Bootcamp/Drivers/Apple. One folder level at the time. Use <em>dir</em>
 in between if you want to see what is available.<br />

5.  Once in Apple folder type <em>BootCamp64.msi</em> then press Enter.<br />
Installation will begin. Restart when asked, refresh rEFIt partition scheme, restart, boot into WIndows 7 and download and Bootcamp Update 3.1


<p><strong>You are done!</strong></p>













				]]>
			</description>
			<pubDate>Mon, 10 May 2010 10:41:00 +0000</pubDate>
			<link>http://radekonline.com/mac-stuff/triple-boot/</link>
			<guid>http://radekonline.com/mac-stuff/triple-boot/</guid>
			</item><item>
			<title><![CDATA[Civic Seat Pan Swap - revisited]]></title>
			<description>
				<![CDATA[
				<strong>Seat pan swap revisited- Civic hatchback 1988-89 to 1990-91 upgrade.</strong>


<p>If you own either 1988 or 1989 STD or DX hatch, you probably already researched ways to ditch your regular seats for some nice Si seats from either 1989 or 1990-91 hatchback. <br />

<a href="http://radekonline.com/download/seats/89Si_seats.jpg" title="http://radekonline.com/download/seats/89Si_seats.jpg"><img src="http://radekonline.com/download/seats/89Si_seats_sm.jpg" alt="1989 Si Seats" /></a>
 <a href="http://radekonline.com/download/seats/90Si_seat.jpg" title="http://radekonline.com/download/seats/90Si_seat.jpg"><img src="http://radekonline.com/download/seats/90Si_seat_sm.jpg" alt="1990-1991 Si Seats" /></a><br />


<p>Hopefully you did your research, and you ended up doing the seat pan swap. But chances are that you ended up with the tilt lever on the opposite side. I spent some time today staring and staring at both of my 89Si and 90Si seat pans, and I decided to try The Other Method. </p>


<p><strong>Justification:</strong>
 I want lever to be on the outside, where it should be. I want my seats to be bolted in all four corners. I want it to look neat.<br />


<strong>Tools needed:</strong>
 12mm and 14mm wrench, grinder, drill with some sharp bit for spot welds, and finally - welder (yup! but there is an option!).<br /></p>

 

<p>Here are both 1989 and 1990 pans side by side. Both of them are from a diver seat.  Notice the difference in location of hinge bracket, rail bracket, also a stance of mounting rails. Pans alone are almost identical, including used and unused rivet holes. Note that 89Si bolt in perfectly to the floor of 1988 and 1989 STD hatchbacks (that’s what I have and tried).<br />

<img src="http://radekonline.com/download/seats/89Si_90Si_combo_sm.jpg" alt="#" />
 
<a href="http://radekonline.com/download/seats/89Si_pan.jpg" title="#">http://radekonline.com/download/seats/89Si_pan.jpg</a><br />

<a href="http://radekonline.com/download/seats/90Si_pan.jpg" title="#">http://radekonline.com/download/seats/90Si_pan.jpg</a><br />

<a href="http://radekonline.com/download/seats/89Si_90Si.jpg" title="http://radekonline.com/download/seats/89Si_90Si.jpg">http://radekonline.com/download/seats/89Si_90Si.jpg</a>
</p>


<p><strong>My solution:</strong>
 Obviously for clean mounting and positioning in the car I need to retain the stance of the 89Si pan, but then the back support would not need my requirements (tilt lever). So I need to switch the hinge bracket to the other side. But then I would have the backrest mounted only on one side, so I also need to switch the bottom bracket that on 90Si is used to support tilting mechanism, as well as hinge and a floor-mounting rail. The hinge bracket is held in place by 4 spot welds (x) and 3 insanely sturdy rivets (o). The bottom bracket is held by 11(?) spot welds.</p>

<p>Here are both brackets before removal.<br />

<img src="http://radekonline.com/download/seats/brackets_sm.jpg" alt="#" />
 <a href="http://radekonline.com/download/seats/hinge_brkt.jpg" title="http://radekonline.com/download/seats/hinge_brkt.jpg">http://radekonline.com/download/seats/hinge_brkt.jpg</a><br />
 <a href="http://radekonline.com/download/seats/lever_brkt.jpg" title="http://radekonline.com/download/seats/lever_brkt.jpg">http://radekonline.com/download/seats/lever_brkt.jpg</a>
  </p>

<p>Next step will be to remove hinge bracket from 89Si pan, and prep pen for welding. Now, if you don’t feel like welding, you can easily get away with just bolting both brackets to the pan. There are even predrilled holes that will help you with positioning both of those brackets, and it would look sorta like this:<br />

<img src="http://radekonline.com/download/seats/brkt1_switch_sm.jpg" alt="#" /><br />

 <a href="http://radekonline.com/download/seats/brkt2_switch.jpg" title="http://radekonline.com/download/seats/brkt2_switch.jpg">http://radekonline.com/download/seats/brkt2_switch.jpg</a> <br />

 <a href="http://radekonline.com/download/seats/brkt1_switch.jpg" title="http://radekonline.com/download/seats/brkt1_switch.jpg">http://radekonline.com/download/seats/brkt1_switch.jpg</a></p>


I am not sure if someone will ever find this useful - but here it is. My updates will be edits of this post.
To be continued…

				]]>
			</description>
			<pubDate>Sat, 28 Nov 2009 09:13:37 +0000</pubDate>
			<link>http://radekonline.com/veronica/civic-seat-pan-swap-revisited/</link>
			<guid>http://radekonline.com/veronica/civic-seat-pan-swap-revisited/</guid>
			</item></channel></rss>