<?xml version="1.0" encoding="iso-8859-1" ?>
<rss version="0.92">
<channel>
	<docs>http://backend.userland.com/rss092</docs>
	<title>Cory's Forums</title>
	<link>http://forums.cory.lievers.ca//</link>
	<description>Track help topics, support/issues, tips/tricks</description>
	<managingEditor>support@lievers.ca</managingEditor>
	<webMaster>support@lievers.ca</webMaster>
	<lastBuildDate>Tue, 07 Feb 2012 08:25:43 GMT</lastBuildDate>
<item>
	<title>Linux :: Slow usb (?)</title>
	<link>http://forums.cory.lievers.ca/viewtopic.php?p=255#255</link>
	<description>Author: &lt;a href=&quot;http://forums.cory.lievers.ca//profile.php?mode=viewprofile&amp;u=2&quot; target=&quot;_blank&quot;&gt;clievers&lt;/a&gt;&lt;br /&gt;
Subject: Slow usb (?)&lt;br /&gt;
Posted: Sun Oct 11, 2009 2:13 pm (GMT -6)&lt;br /&gt;
Topic Replies: 0&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Was getting slow file copy. Found &lt;a href=&quot;http://ocaoimh.ie/ubuntu-linux-slow-external-usb-drive/&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;this page&lt;/a&gt; the suggested doing modprobe stuff. Putting here for future reference.
&lt;br /&gt;

&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Quote:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;quote&quot;&gt;I don’t know when this happened but my external USB drives were running really slow. Reading RAW images off them took ages, backups took forever, and moving files back and forth was plain slow.
&lt;br /&gt;

&lt;br /&gt;
I use two Seagate FreeAgent external drives. They’re both USB 2 devices so should sustain more than the maximum 1MB/s I was seeing. I decided to go looking. First stop was /var/log/syslog where I found the following:
&lt;br /&gt;

&lt;br /&gt;
usb 2-1.2.4.4: new full speed USB device using uhci_hcd and address 13
&lt;br /&gt;
usb 2-1.2.4.4: not running at top speed; connect to a high speed hub
&lt;br /&gt;

&lt;br /&gt;
To cut a long story short, after a few searches I found bug 66115 where the same problem is described. Unfortunately the ticket has since been closed but the work around discovered by Jean Pierre Rupp works for me too. I haven’t modified any files in /etc/ but unloading ehci_hcd and uhci_hcd and reloading in the correct order worked for me:
&lt;br /&gt;

&lt;br /&gt;
rmmod ehci_hcd
&lt;br /&gt;
rmmod uhci_hcd
&lt;br /&gt;
modprobe ehci_hcd
&lt;br /&gt;
modprobe uhci_hcd
&lt;br /&gt;

&lt;br /&gt;
Now I get a very respectable 15-20MB/s when using rsync to transfer files from my internal drive and reads are super fast:
&lt;br /&gt;

&lt;br /&gt;
hdparm -tT /dev/sdi1
&lt;br /&gt;

&lt;br /&gt;
/dev/sdi1:
&lt;br /&gt;
Timing cached reads: 3964 MB in 2.00 seconds = 1985.16 MB/sec
&lt;br /&gt;
Timing buffered disk reads: 82 MB in 3.03 seconds = 27.08 MB/sec
&lt;br /&gt;

&lt;br /&gt;
Next on the TODO list is making sure the modules are loaded in the correct order on reboot. Time to dive into /etc&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;[/quote]
&lt;br /&gt;_________________&lt;br /&gt;Let's all play nice!!
&lt;br /&gt;
&lt;img src=&quot;http://forums.cory.lievers.ca//images/smiles/icon_smile.gif&quot; alt=&quot;Smile&quot; border=&quot;0&quot; /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.cory.lievers.ca&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;http://www.cory.lievers.ca&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Windows :: Auto Update Client script to force Update Detection (WSUS)</title>
	<link>http://forums.cory.lievers.ca/viewtopic.php?p=254#254</link>
	<description>Author: &lt;a href=&quot;http://forums.cory.lievers.ca//profile.php?mode=viewprofile&amp;u=2&quot; target=&quot;_blank&quot;&gt;clievers&lt;/a&gt;&lt;br /&gt;
Subject: Auto Update Client script to force Update Detection (WSUS)&lt;br /&gt;
Posted: Tue Apr 07, 2009 12:42 pm (GMT -6)&lt;br /&gt;
Topic Replies: 0&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;In testing WSUS on Windows Server 2008, I had my test Client that I needed to keep checking for updates, and not wait for it to do it on it's own (or else that could have taken a really long time). 
&lt;br /&gt;

&lt;br /&gt;
So I came across a page on &lt;a href=&quot;http://msmvps.com/blogs/athif/pages/66375.aspx&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;WSUS: Script to Force the Update Detection from Automatic Update Client (WUA) for updates on WSUS Server&lt;/a&gt;. This seemed to work so I had to post it to my forums in case this site goes down, so I can get the script code again.
&lt;br /&gt;

&lt;br /&gt;
Just copy the code and save it to a &amp;quot;AUForceUpdate.cmd&amp;quot; file. Double click this file to run it.
&lt;br /&gt;

&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;@echo off
&lt;br /&gt;
Echo This batch file will Force the Update Detection from the AU client&amp;#58;
&lt;br /&gt;
Echo 1. Stops the Automatic Updates Service &amp;#40;wuauserv&amp;#41;
&lt;br /&gt;
Echo 2. Deletes the LastWaitTimeout registry key &amp;#40;if it exists&amp;#41;
&lt;br /&gt;
Echo 3. Deletes the DetectionStartTime registry key &amp;#40;if it exists&amp;#41;
&lt;br /&gt;
Echo 4. Deletes the NextDetectionTime registry key &amp;#40;if it exists&amp;#41;
&lt;br /&gt;
Echo 5. Restart the Automatic Updates Service &amp;#40;wuauserv&amp;#41;
&lt;br /&gt;
Echo 6. Force the detection
&lt;br /&gt;
Pause
&lt;br /&gt;
@echo on
&lt;br /&gt;
net stop wuauserv
&lt;br /&gt;
REG DELETE &amp;quot;HKLM\Software\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update&amp;quot; /v LastWaitTimeout /f
&lt;br /&gt;
REG DELETE &amp;quot;HKLM\Software\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update&amp;quot; /v DetectionStartTime /f
&lt;br /&gt;
Reg Delete &amp;quot;HKLM\Software\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update&amp;quot; /v NextDetectionTime /f
&lt;br /&gt;
net start wuauserv
&lt;br /&gt;
wuauclt /detectnow
&lt;br /&gt;
@echo off
&lt;br /&gt;
Echo This AU client will now check for the Updates on the Local WSUS Server.
&lt;br /&gt;
Pause&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;_________________&lt;br /&gt;Let's all play nice!!
&lt;br /&gt;
&lt;img src=&quot;http://forums.cory.lievers.ca//images/smiles/icon_smile.gif&quot; alt=&quot;Smile&quot; border=&quot;0&quot; /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.cory.lievers.ca&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;http://www.cory.lievers.ca&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Apple :: Mac OS X Optimization with Tech Tool Pro 4 for Boot Camp</title>
	<link>http://forums.cory.lievers.ca/viewtopic.php?p=253#253</link>
	<description>Author: &lt;a href=&quot;http://forums.cory.lievers.ca//profile.php?mode=viewprofile&amp;u=2&quot; target=&quot;_blank&quot;&gt;clievers&lt;/a&gt;&lt;br /&gt;
Subject: Mac OS X Optimization with Tech Tool Pro 4 for Boot Camp&lt;br /&gt;
Posted: Tue Nov 11, 2008 11:04 pm (GMT -6)&lt;br /&gt;
Topic Replies: 0&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;&lt;span style=&quot;font-size: 18px; line-height: normal&quot;&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Mac OS X Optimization with Tech Tool Pro 4 for Boot Camp&lt;/span&gt;&lt;/span&gt;
&lt;br /&gt;

&lt;br /&gt;
So, I went to run the Boot Camp Wizard to install Windows XP on my Mac. I got an error in Boot Camp that wouldn't let me continue. After doing some research, it appeared that possibly I had to Defrag the drive. So I booted into a dvd of Tech Tool Pro 4 and ran the optimizer. It said I had almost 2 thousand fragmented files. So I ran it. After about 9 hours, it finally finished.
&lt;br /&gt;

&lt;br /&gt;
I booted back into Mac OS X and tried Boot Camp Wizard again. Didn't work. I went into the Disk Utility and noticed that it wasn't journaled again, again after some research showed that journaling may have to be on. So I booted back into Tech Tool and under Tools and turned Journaling back on. 
&lt;br /&gt;

&lt;br /&gt;
Back in Mac OS X, Boot Camp Wizard complained that the disk may need to be repaired. So, in Disk Utility I ran 'Verify Disk' and it reports that it appears to be OK. Trying the Boot Camp wizard again now, and after crossing my fingers for a while, I'm seeing a status bar showing that it is actually Partitioning the disk.
&lt;br /&gt;

&lt;br /&gt;
&lt;span style=&quot;font-style: italic&quot;&gt;(Note, that when the partition scheme comes up, where you  have to select the sizes, Windows was defaulting to 5GB and there are buttons for &amp;quot;Divide Equally&amp;quot; and &amp;quot;Use 32GB&amp;quot;. What isn't quite as clear is that you can choose a custom size. You can do this by clicking on the little circle between your Mac OS X partition and the Windows partition, and dragging left/right. This changes the size)&lt;/span&gt;
&lt;br /&gt;

&lt;br /&gt;
After the partitioning is complete continue to follow the instructions and insert your Windows disk, wait for it to be recognized, and then click the Start Installation button. The computer will now reboot and start up from the Windows installation disc. When the Windows setup gets to the point of asking where to install, be sure to select the &amp;quot;C: Partition3 &amp;lt;BOOTCAMP&amp;gt; [FAT32]&amp;quot; (or similar) item. Do a quick NTFS file system format. Do the install as you would a normal system. After Windows XP is installed, eject the Windows disc insert your Mac disc to install Windows drivers following the onscreen instructions.
&lt;br /&gt;

&lt;br /&gt;
Now, when booting up your computer, old the 'option' key until you can view the available startup disks. You can also set which operating system you want to boot by default.
&lt;br /&gt;

&lt;br /&gt;
Hope this helps someone.
&lt;br /&gt;_________________&lt;br /&gt;Let's all play nice!!
&lt;br /&gt;
&lt;img src=&quot;http://forums.cory.lievers.ca//images/smiles/icon_smile.gif&quot; alt=&quot;Smile&quot; border=&quot;0&quot; /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.cory.lievers.ca&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;http://www.cory.lievers.ca&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Linux :: Change Nero image to ISO image</title>
	<link>http://forums.cory.lievers.ca/viewtopic.php?p=252#252</link>
	<description>Author: &lt;a href=&quot;http://forums.cory.lievers.ca//profile.php?mode=viewprofile&amp;u=2&quot; target=&quot;_blank&quot;&gt;clievers&lt;/a&gt;&lt;br /&gt;
Subject: Change Nero image to ISO image&lt;br /&gt;
Posted: Mon Oct 20, 2008 2:52 pm (GMT -6)&lt;br /&gt;
Topic Replies: 0&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;&lt;span style=&quot;font-size: 18px; line-height: normal&quot;&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Change Nero image to ISO image&lt;/span&gt;&lt;/span&gt;
&lt;br /&gt;

&lt;br /&gt;
Often a Nero image needs to be burned. But what happens if you don't have Nero, or you are just trying to burn on Linux?
&lt;br /&gt;

&lt;br /&gt;
Well, I came across a &lt;a href=&quot;http://uniquegeek.blogspot.com/2007/05/burning-nrg-images-with-k3b.html&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;site&lt;/a&gt; today that shows how to change a Nero image file into an ISO file.
&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;dd bs=1k if=image.nrg of=image.iso skip=300&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;

&lt;br /&gt;
It appears to just skip ahead 300k and keep the rest. So, Nero must just have it's own proprietary information in the first 300k of the file. 
&lt;br /&gt;
Sweet.
&lt;br /&gt;_________________&lt;br /&gt;Let's all play nice!!
&lt;br /&gt;
&lt;img src=&quot;http://forums.cory.lievers.ca//images/smiles/icon_smile.gif&quot; alt=&quot;Smile&quot; border=&quot;0&quot; /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.cory.lievers.ca&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;http://www.cory.lievers.ca&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>MythTV :: Duplicate Channel Listings in MythTV</title>
	<link>http://forums.cory.lievers.ca/viewtopic.php?p=251#251</link>
	<description>Author: &lt;a href=&quot;http://forums.cory.lievers.ca//profile.php?mode=viewprofile&amp;u=2&quot; target=&quot;_blank&quot;&gt;clievers&lt;/a&gt;&lt;br /&gt;
Subject: Duplicate Channel Listings in MythTV&lt;br /&gt;
Posted: Mon Oct 06, 2008 2:26 pm (GMT -6)&lt;br /&gt;
Topic Replies: 0&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;&lt;span style=&quot;font-size: 18px; line-height: normal&quot;&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Duplicate Channel Listings in MythTV&lt;/span&gt;&lt;/span&gt;
&lt;br /&gt;

&lt;br /&gt;
So I've had this issue for the past while, where the program listings in my mythfrontend and mythweb had a number of channels that only showed &amp;quot;NO DATA&amp;quot; - not the actual shows. Then one day I realized, when searching for a show, it was finding the program on one of those channels that showed &amp;quot;NO DATA&amp;quot;. I thought that was very strange, that program details were there, but I just couldn't see them. Thus the investigation...
&lt;br /&gt;

&lt;br /&gt;
It turns out, my cable tv provider, Shaw Cable, had gone through a series of lineup changes (moving channels around, etc). Well, my mythtv is set to update channel listings, to pick up new channels. So, the information was there, if searching on an actual Show, but when browsing the listings, the listings were only showing the earliest channel. So if I had two &amp;quot;Channel 4&amp;quot; in the database, my listings showed the irrelevant one. So, I concluded I had to go through my database and delete the channel's no longer in use.
&lt;br /&gt;

&lt;br /&gt;
Mythtv pulls the guide data from &lt;a href=&quot;http://www.schedulesdirect.org/&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;SchedulesDirect&lt;/a&gt;, so I logged into my account and wrote down all of the channel's (and their callsign/callname). Then, I got all of the channel information from the mythtv database (mythconverg).
&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;select chanid, channum, callsign, name from channel order by channum;&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;
I then compared side-by-side to see what channels existed in the database, that should not be there (they were incorrect while comparing to the data from SchedulesDirect). From this comparison, I got a series of &amp;quot;chanid&amp;quot;'s (1004,1010,1013,1034,1038,1047,1045,1054,1094,1086,1085,1070). These were the ones that were invalid. Just to double check, for each of these channel id's, I checked the database to see if there any programs for the channel, unlikely since guide data is for 14 days only. For each channel, I ran the sql query:
&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;select chanid, starttime, endtime, title from program where chanid = #Put-ChanId-Here#;&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;
Sure enough, there was no program data (if there was program data, likely you would want to delete the program data for that channel prior to deleting the channel). Time to delete the channels.
&lt;br /&gt;

&lt;br /&gt;
The easiest way is to run one sql statement to delete the channel's, rather then running a dozen different one's. This way is using mysql's &amp;quot;IN&amp;quot; keyword:
&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;delete from channel where chanid IN&amp;#40;1004,1010,1013,1034,1038,1047,1045,1054,1094,1086,1085,1070&amp;#41;;&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;

&lt;br /&gt;
Now, when I pull up my listings, I have no more &amp;quot;NO DATA&amp;quot; channel's, and the data is there. Sweet!
&lt;br /&gt;_________________&lt;br /&gt;Let's all play nice!!
&lt;br /&gt;
&lt;img src=&quot;http://forums.cory.lievers.ca//images/smiles/icon_smile.gif&quot; alt=&quot;Smile&quot; border=&quot;0&quot; /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.cory.lievers.ca&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;http://www.cory.lievers.ca&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Apple :: Share the Internet to your iPpd Touch with your Mac</title>
	<link>http://forums.cory.lievers.ca/viewtopic.php?p=250#250</link>
	<description>Author: &lt;a href=&quot;http://forums.cory.lievers.ca//profile.php?mode=viewprofile&amp;u=2&quot; target=&quot;_blank&quot;&gt;clievers&lt;/a&gt;&lt;br /&gt;
Subject: Share the Internet to your iPpd Touch with your Mac&lt;br /&gt;
Posted: Mon Sep 08, 2008 1:17 pm (GMT -6)&lt;br /&gt;
Topic Replies: 0&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;When I'm at work, I cannot use my iPod Touch to browse the Internet / go to the Apps store / etc, because there is no WiFi available. So, I did some searching on how it might be possible to get a connection using my wired ethernet at work.
&lt;br /&gt;

&lt;br /&gt;
It turns out, you can enable Internet Sharing via your Ethernet connection - out your AirPort, on your Mac. Sweet. I followed the instructions found on &lt;a href=&quot;http://paulywood.wordpress.com/2008/08/15/connecting-your-ipod-touch-without-wifi/&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;Paulywood&lt;/a&gt;. In case the site goes down for some reason (and I need info on how to do it again), I'll quote it.
&lt;br /&gt;

&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Quote:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;quote&quot;&gt;I have an iPod Touch but I don’t have a wireless router. How could I use the features that require wifi. After searching for a way to connect my iPod to the internet, I was able to use the Internet Sharing feature on my iMac.
&lt;br /&gt;

&lt;br /&gt;
Before you start you need to turn AirPort: On
&lt;br /&gt;

&lt;br /&gt;
Step#1:Open System Preferences / Sharing
&lt;br /&gt;

&lt;br /&gt;
Step#2:Under Service click on Internet Sharing, for Share your connection from: select “Built-in Ethernet, for To computers using: select “AirPort”
&lt;br /&gt;

&lt;br /&gt;
Step#3:Click AirPort Options, choose a Network Name, Enable encryption, choose your Password, click “OK”
&lt;br /&gt;

&lt;br /&gt;
Step#4:Under Service check the Internet Sharing box, and click Start
&lt;br /&gt;

&lt;br /&gt;
When you turn on your iPod Touch and open Safari, a list of networks will appear, choose the one you made and enter your password. Now you can enjoy all the wireless features on your iPod Touch.&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;

&lt;br /&gt;
Hope this helps.
&lt;br /&gt;_________________&lt;br /&gt;Let's all play nice!!
&lt;br /&gt;
&lt;img src=&quot;http://forums.cory.lievers.ca//images/smiles/icon_smile.gif&quot; alt=&quot;Smile&quot; border=&quot;0&quot; /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.cory.lievers.ca&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;http://www.cory.lievers.ca&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Windows :: Running Scheduled Task with no user password</title>
	<link>http://forums.cory.lievers.ca/viewtopic.php?p=249#249</link>
	<description>Author: &lt;a href=&quot;http://forums.cory.lievers.ca//profile.php?mode=viewprofile&amp;u=2&quot; target=&quot;_blank&quot;&gt;clievers&lt;/a&gt;&lt;br /&gt;
Subject: Running Scheduled Task with no user password&lt;br /&gt;
Posted: Wed Jul 16, 2008 9:22 am (GMT -6)&lt;br /&gt;
Topic Replies: 0&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;I recently ran into a situation where a computer auto-logged on to the Administrator account (therefore it has no password), and we needed to set up a couple of backup jobs (ntbackup). When setting a schedule for the jobs though, it prompted for username/password. Clicking &amp;quot;ok&amp;quot; didn't work, even though there was no password. It turns out this is a local security setting, that prevents this. To disable it under XP Pro, go to Start | Control Panel | Administrative Tools | Local Security Policy.
&lt;br /&gt;
Then go to Local Policies | Security.
&lt;br /&gt;
On the right hand side (third one down), the one that says &amp;quot;Accounts: Limit local account use of blank passwords to console logon only.&amp;quot;, edit this entry and set it to disabled.
&lt;br /&gt;_________________&lt;br /&gt;Let's all play nice!!
&lt;br /&gt;
&lt;img src=&quot;http://forums.cory.lievers.ca//images/smiles/icon_smile.gif&quot; alt=&quot;Smile&quot; border=&quot;0&quot; /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.cory.lievers.ca&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;http://www.cory.lievers.ca&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Database - MySQL :: myisamchk on corrupt database table</title>
	<link>http://forums.cory.lievers.ca/viewtopic.php?p=248#248</link>
	<description>Author: &lt;a href=&quot;http://forums.cory.lievers.ca//profile.php?mode=viewprofile&amp;u=2&quot; target=&quot;_blank&quot;&gt;clievers&lt;/a&gt;&lt;br /&gt;
Subject: myisamchk on corrupt database table&lt;br /&gt;
Posted: Thu Jul 03, 2008 4:31 pm (GMT -6)&lt;br /&gt;
Topic Replies: 0&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;- Stop mysql
&lt;br /&gt;
- Move into DB directory &lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;cd /var/lib/mysql/dbfoldername&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;
- Run myisamchk &lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;myisamchk -s --update-state *.MYI&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;
- Find the table(s) that are corrupt then for each, run: &lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;myisamchk -r tablename&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;
- After complete, for kicks, again run: &lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;myisamchk -s --update-state *.MYI&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;
- Start mysql again
&lt;br /&gt;_________________&lt;br /&gt;Let's all play nice!!
&lt;br /&gt;
&lt;img src=&quot;http://forums.cory.lievers.ca//images/smiles/icon_smile.gif&quot; alt=&quot;Smile&quot; border=&quot;0&quot; /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.cory.lievers.ca&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;http://www.cory.lievers.ca&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Linux :: Windows Install pfsense to a CF-Card for ALIX.2C3</title>
	<link>http://forums.cory.lievers.ca/viewtopic.php?p=247#247</link>
	<description>Author: &lt;a href=&quot;http://forums.cory.lievers.ca//profile.php?mode=viewprofile&amp;u=2&quot; target=&quot;_blank&quot;&gt;clievers&lt;/a&gt;&lt;br /&gt;
Subject: Windows Install pfsense to a CF-Card for ALIX.2C3&lt;br /&gt;
Posted: Mon Mar 17, 2008 1:37 pm (GMT -6)&lt;br /&gt;
Topic Replies: 0&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;&lt;span style=&quot;font-size: 24px; line-height: normal&quot;&gt;Windows Install Steps of pfsense to a CF Memory Card for ALIX.2C3 Firewall&lt;/span&gt;
&lt;br /&gt;

&lt;br /&gt;
Recently I purchased parts from netgate to build a pfsense firewall. It is an ALIX.2C3 setup. I tried a few methods to try and get things working, but ended up getting some help from a colleague on a couple steps I missed. Below is a guideline to the steps I performed to get it working. &amp;quot;rockpenguin&amp;quot; wrote up a nice how-to as well on &lt;a href=&quot;http://rockpenguin.wordpress.com/2008/02/23/installing-pfsense-on-the-alix2c1/&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;Installing pfsense on the alix2c1&lt;/a&gt;. It sure would have been handy had I seen it when I was putting mine together. He uses linux and dd to do the image work, whereas mine used mostly Windows, hence my brief post.
&lt;br /&gt;

&lt;br /&gt;
---
&lt;br /&gt;

&lt;br /&gt;
&lt;span style=&quot;font-size: 18px; line-height: normal&quot;&gt;Install freedos on CF Card to update bios&lt;/span&gt;
&lt;br /&gt;

&lt;br /&gt;
This is very important. It was one of the steps I missed when doing my setup. Without the most recent bios, the newest pfsense did not fully boot. It would freeze on the dhcp portion when booting. It was very frustrating.
&lt;br /&gt;

&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;Backup CF Card if required - this will erase your card. If you happen to have an old CF Card lying around, perfect. Dedicate it to your bios updates. I only have one, so if I were to update in the future, I would either have to buy another card, or scrap my pfsense install and then re-do that afterwards.
&lt;br /&gt;
&lt;li&gt;Insert CF Card in card reader and connect to Windows computer
&lt;br /&gt;
&lt;li&gt;Identify drive letter and disk number
&lt;br /&gt;
&lt;li&gt;On Windows, extract the &amp;quot;freedos3.zip&amp;quot; &lt;span style=&quot;font-style: italic&quot;&gt;(See resources below)&lt;/span&gt; file somewhere, and open a command prompt into this folder.
&lt;br /&gt;
&lt;li&gt;Copy the &amp;quot;physdiskwrite.exe&amp;quot; file to this folder as well
&lt;br /&gt;
&lt;li&gt;Type &amp;quot;physdiskwrite freedos_alixupdate_0.99.img&amp;quot; (what the image is we want to write)
&lt;br /&gt;
&lt;li&gt;Type the disk number of the CF Card, at this writing my CF Card is J:\ which should be PhysicalDrive4. Type &amp;quot;y&amp;quot; to overwrite. Let it write the image.
&lt;br /&gt;
&lt;li&gt;Open up J:\ (CF Card drive) and extract the new bios zip file contents to it
&lt;br /&gt;
&lt;li&gt;Load up serial program (such as hyperterminal, or other. I used linux's minicom for this step though) and boot to freedos
&lt;br /&gt;
&lt;li&gt;Type &amp;quot;sb&amp;quot; and it will quickly update the bios&lt;/ul&gt;
&lt;br /&gt;

&lt;br /&gt;
&lt;span style=&quot;font-size: 18px; line-height: normal&quot;&gt;Write pfSense Image to Memory Card&lt;/span&gt;
&lt;br /&gt;

&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;Insert CF Card into Memory Card Reader
&lt;br /&gt;
&lt;li&gt;Open Command Prompt and change directory to where your working files are
&lt;br /&gt;
&lt;li&gt;Type &amp;quot;physdiskwrite pfSense-*.img.gz&amp;quot; (whatever the pfsense image is we want to write)
&lt;br /&gt;
&lt;li&gt;Type the disk number of the CF Card, at this writing my CF Card is J:\ which should be PhysicalDrive4. Type &amp;quot;y&amp;quot; to overwrite. Let it write the image to the CF Card.&lt;/ul&gt;
&lt;br /&gt;

&lt;br /&gt;
&lt;span style=&quot;font-size: 18px; line-height: normal&quot;&gt;Assemble ALIX Parts - Booting Up&lt;/span&gt;
&lt;br /&gt;

&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;Put CF Card in the CF-bay of the ALIX board
&lt;br /&gt;
&lt;li&gt;Connect laptop/lan to ethernet jack closest to power supply (vr0)
&lt;br /&gt;
&lt;li&gt;Connect wan cable to ethernet jack furthest from power supply (vr2)
&lt;br /&gt;
&lt;li&gt;Launch TeraTerm (Windows Serial app) or minicom (Linux Serial app) on the appropriate COM port.
&lt;br /&gt;
&lt;li&gt;Turn power on and enter the bios by quickly hitting &amp;quot;s&amp;quot;.
&lt;br /&gt;
&lt;li&gt;Press &amp;quot;9&amp;quot; to specify &amp;quot;9600 baud&amp;quot;
&lt;br /&gt;
&lt;li&gt;Press &amp;quot;q&amp;quot; to quit
&lt;br /&gt;
&lt;li&gt;Change minicom serial settings (might have to power unit off now) to &amp;quot;9600&amp;quot; instead of the &amp;quot;38400&amp;quot;
&lt;br /&gt;
&lt;li&gt;Power on and let boot / load
&lt;br /&gt;
&lt;li&gt;Configure your network cards and pfsense setup
&lt;br /&gt;
&lt;li&gt;Initial pfSense should be at 192.168.1.1/24, log onto webConfigurator at &lt;a href=&quot;http://192.168.1.1&quot; target=&quot;_blank&quot;&gt;http://192.168.1.1&lt;/a&gt; with user/pwd of admin/pfsense&lt;/ul&gt;
&lt;br /&gt;

&lt;br /&gt;
---
&lt;br /&gt;

&lt;br /&gt;
&lt;span style=&quot;font-size: 18px; line-height: normal&quot;&gt;Resources&lt;/span&gt;
&lt;br /&gt;

&lt;br /&gt;
&lt;a href=&quot;http://www.pcengines.ch/freedos.htm&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;Freedos Information&lt;/a&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.pcengines.ch/alix2.htm&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;Bios Updates&lt;/a&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.netgate.com/&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;ALIX Parts&lt;/a&gt;
&lt;br /&gt;
&lt;a href=&quot;http://pfsense.org/&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;pfsense&lt;/a&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.pfsense.org/mirror.php?section=/tutorials/wrap_install/wrap_install.htm&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;Tutorial on WRAP (pre-ALIX) install&lt;/a&gt;
&lt;br /&gt;

&lt;br /&gt;
---
&lt;br /&gt;

&lt;br /&gt;
Hopefully this can offer any help with something you may have missed. Note that I take no responsibility if you screw up your system (like installing to your c-drive instead of CF Card for example, double check your disk numbers !!!).
&lt;br /&gt;

&lt;br /&gt;
I also hope I haven't forgotten anything or that something doesn't make sense. I didn't really keep too good of documentation while I set it all up. Most of this is from memory and some rough guideline notes.
&lt;br /&gt;

&lt;br /&gt;
Good luck. !!!
&lt;br /&gt;_________________&lt;br /&gt;Let's all play nice!!
&lt;br /&gt;
&lt;img src=&quot;http://forums.cory.lievers.ca//images/smiles/icon_smile.gif&quot; alt=&quot;Smile&quot; border=&quot;0&quot; /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.cory.lievers.ca&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;http://www.cory.lievers.ca&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Windows :: Setting Windows to synch its time to NTP</title>
	<link>http://forums.cory.lievers.ca/viewtopic.php?p=246#246</link>
	<description>Author: &lt;a href=&quot;http://forums.cory.lievers.ca//profile.php?mode=viewprofile&amp;u=2&quot; target=&quot;_blank&quot;&gt;clievers&lt;/a&gt;&lt;br /&gt;
Subject: Setting Windows to synch its time to NTP&lt;br /&gt;
Posted: Tue Mar 11, 2008 3:01 pm (GMT -6)&lt;br /&gt;
Topic Replies: 0&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;For Windows computers not joined to a Windows domain, you can just double-click on your clock, and set your settings on the third tab: Internet Time.
&lt;br /&gt;

&lt;br /&gt;
However, for Windows computers on a domain, or for Windows domain controllers, this third tab does not exist. One way to set the computer so it will do the NTP time updates from external time pools is to run the following command in the command prompt:
&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;net time /setsntp&amp;#58;&amp;quot;0.north-america.pool.ntp.org,1.north-america.pool.ntp.org,2.north-america.pool.ntp.org,3.north-america.pool.ntp.org&amp;quot;&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;, obviously subsitituting the comma-delimeted list with time pools of your choosing.
&lt;br /&gt;_________________&lt;br /&gt;Let's all play nice!!
&lt;br /&gt;
&lt;img src=&quot;http://forums.cory.lievers.ca//images/smiles/icon_smile.gif&quot; alt=&quot;Smile&quot; border=&quot;0&quot; /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.cory.lievers.ca&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;http://www.cory.lievers.ca&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Database - MySQL :: RE: MySql Tasks / Commands</title>
	<link>http://forums.cory.lievers.ca/viewtopic.php?p=245#245</link>
	<description>Author: &lt;a href=&quot;http://forums.cory.lievers.ca//profile.php?mode=viewprofile&amp;u=2&quot; target=&quot;_blank&quot;&gt;clievers&lt;/a&gt;&lt;br /&gt;
Subject: Convert Binary MySql Log to Ascii&lt;br /&gt;
Posted: Fri Feb 29, 2008 9:31 pm (GMT -6)&lt;br /&gt;
Topic Replies: 1&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;The tool &lt;span style=&quot;font-style: italic&quot;&gt;&lt;a href=&quot;http://dev.mysql.com/doc/refman/5.0/en/mysqlbinlog.html&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;mysqlbinlog&lt;/a&gt;&lt;/span&gt; allow you to examine the binary logs in text format.
&lt;br /&gt;

&lt;br /&gt;
To use it, run: &lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;mysqlbinlog test-bin.001 &amp;gt; /tmp/testqueries.log&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt; where you are currently in the mysql log directory (ie: /var/log/mysql/) and test-bin.001 is the binary file and /tmp/testqueries.log is the ascii outputted file to examine later.
&lt;br /&gt;_________________&lt;br /&gt;Let's all play nice!!
&lt;br /&gt;
&lt;img src=&quot;http://forums.cory.lievers.ca//images/smiles/icon_smile.gif&quot; alt=&quot;Smile&quot; border=&quot;0&quot; /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.cory.lievers.ca&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;http://www.cory.lievers.ca&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Windows :: Remote Into Windows Server Console</title>
	<link>http://forums.cory.lievers.ca/viewtopic.php?p=244#244</link>
	<description>Author: &lt;a href=&quot;http://forums.cory.lievers.ca//profile.php?mode=viewprofile&amp;u=2&quot; target=&quot;_blank&quot;&gt;clievers&lt;/a&gt;&lt;br /&gt;
Subject: Remote Into Windows Server Console&lt;br /&gt;
Posted: Tue Jan 29, 2008 4:03 pm (GMT -6)&lt;br /&gt;
Topic Replies: 0&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;When you remote (remote desktop) into a Windows Server, you are loggin in as one of the built-in terminal sessions. Usually there are two of these available.
&lt;br /&gt;
If you need to login though, just as if you are in front of the computer, the Console, you can do it through the command:
&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;mstsc /console /v&amp;#58;192.168.105.163 /w&amp;#58;800 /h&amp;#58;600&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;
This will login to specified ip address, and optionally set it to 800x600 resolution.
&lt;br /&gt;_________________&lt;br /&gt;Let's all play nice!!
&lt;br /&gt;
&lt;img src=&quot;http://forums.cory.lievers.ca//images/smiles/icon_smile.gif&quot; alt=&quot;Smile&quot; border=&quot;0&quot; /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.cory.lievers.ca&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;http://www.cory.lievers.ca&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Windows :: Open .chm file from Network Share</title>
	<link>http://forums.cory.lievers.ca/viewtopic.php?p=243#243</link>
	<description>Author: &lt;a href=&quot;http://forums.cory.lievers.ca//profile.php?mode=viewprofile&amp;u=2&quot; target=&quot;_blank&quot;&gt;clievers&lt;/a&gt;&lt;br /&gt;
Subject: Open .chm file from Network Share&lt;br /&gt;
Posted: Wed Oct 24, 2007 8:38 am (GMT -6)&lt;br /&gt;
Topic Replies: 0&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;&lt;span style=&quot;font-size: 18px; line-height: normal&quot;&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Open .chm file from Network Share&lt;/span&gt;&lt;/span&gt;
&lt;br /&gt;

&lt;br /&gt;
Have you ever tried to open a .chm file (Microsoft Compiled HTML file) from a network share? No go. I can open it fine locally, but as soon as I copy it to my file server, then try to open it via my mapped drive, the content won't display when opening it. Well, I finally came across a &lt;a href=&quot;http://west-wind.com/WebLog/posts/2928.aspx&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;comment on a site&lt;/a&gt; that shows how to edit the registry to make this work.
&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Quote:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;quote&quot;&gt;If you add the following registry change to your PC you can open chm files stored on a network share.
&lt;br /&gt;

&lt;br /&gt;
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\HTMLHelp\1.x\ItssRestrictions]
&lt;br /&gt;
&amp;quot;MaxAllowedZone&amp;quot;=dword:00000004&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;

&lt;br /&gt;
Also, it's worth mentioning &lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Quote:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;quote&quot;&gt;that if you have some characters anywher on the fullpathname of the CHM (notably #, as in -of course- C#), then the CHM blows. Just replace &amp;quot;#&amp;quot; by &amp;quot;Sharp&amp;quot; in the pathname and the CHM works again. &lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;
I discovered this the hard way as well, but since another comment in the site mentions this, it's worth mentioning here, because it was a big issue for me.
&lt;br /&gt;_________________&lt;br /&gt;Let's all play nice!!
&lt;br /&gt;
&lt;img src=&quot;http://forums.cory.lievers.ca//images/smiles/icon_smile.gif&quot; alt=&quot;Smile&quot; border=&quot;0&quot; /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.cory.lievers.ca&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;http://www.cory.lievers.ca&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Windows :: Check for listening ports</title>
	<link>http://forums.cory.lievers.ca/viewtopic.php?p=242#242</link>
	<description>Author: &lt;a href=&quot;http://forums.cory.lievers.ca//profile.php?mode=viewprofile&amp;u=2&quot; target=&quot;_blank&quot;&gt;clievers&lt;/a&gt;&lt;br /&gt;
Subject: Check for listening ports&lt;br /&gt;
Posted: Wed Oct 03, 2007 1:05 pm (GMT -6)&lt;br /&gt;
Topic Replies: 0&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Had to do a check for my local system and what ports it was listening on. My colleague helped me with giving me the command:
&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;netstat -an | find /i &amp;quot;listening&amp;quot;&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;_________________&lt;br /&gt;Let's all play nice!!
&lt;br /&gt;
&lt;img src=&quot;http://forums.cory.lievers.ca//images/smiles/icon_smile.gif&quot; alt=&quot;Smile&quot; border=&quot;0&quot; /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.cory.lievers.ca&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;http://www.cory.lievers.ca&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Linux :: Mount/Remount a hard drive</title>
	<link>http://forums.cory.lievers.ca/viewtopic.php?p=240#240</link>
	<description>Author: &lt;a href=&quot;http://forums.cory.lievers.ca//profile.php?mode=viewprofile&amp;u=2&quot; target=&quot;_blank&quot;&gt;clievers&lt;/a&gt;&lt;br /&gt;
Subject: Mount/Remount a hard drive&lt;br /&gt;
Posted: Fri Aug 24, 2007 10:18 am (GMT -6)&lt;br /&gt;
Topic Replies: 0&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;&lt;span style=&quot;font-size: 18px; line-height: normal&quot;&gt;Mount/Remount a hard drive&lt;/span&gt;
&lt;br /&gt;

&lt;br /&gt;
Mounting a hard drive is easy, just do: &lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;mount /media/hda1&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt; where /media/hda1 is the partition you are wishing to mount.
&lt;br /&gt;

&lt;br /&gt;
If you have a mounted drive and you need to remount it, either to read-only or read-write (depending on how it is currently mounted), just do the following. For read-only: &lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;mount -oremount,ro /media/hda1&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt; and for read-write: &lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;mount -remount,rw /media/hda1&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;.
&lt;br /&gt;_________________&lt;br /&gt;Let's all play nice!!
&lt;br /&gt;
&lt;img src=&quot;http://forums.cory.lievers.ca//images/smiles/icon_smile.gif&quot; alt=&quot;Smile&quot; border=&quot;0&quot; /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.cory.lievers.ca&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;http://www.cory.lievers.ca&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
</description>
</item>
</channel>
</rss>


