<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>threeeighthsspacer.com &#187; admin</title>
	<atom:link href="http://threeeighthsspacer.com/blog/author/admin/feed/" rel="self" type="application/rss+xml" />
	<link>http://threeeighthsspacer.com/blog</link>
	<description>Cryptic Writings on the Tubes</description>
	<lastBuildDate>Wed, 01 Sep 2010 17:49:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>How to reset login keyring password in Ubuntu</title>
		<link>http://threeeighthsspacer.com/blog/2010/09/01/how-to-reset-login-keyring-password-in-ubuntu/</link>
		<comments>http://threeeighthsspacer.com/blog/2010/09/01/how-to-reset-login-keyring-password-in-ubuntu/#comments</comments>
		<pubDate>Wed, 01 Sep 2010 08:01:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://threeeighthsspacer.com/blog/?p=153</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>See<br />
<a href="http://ubuntuforums.org/showthread.php?p=2302037">http://ubuntuforums.org/showthread.php?p=2302037</a></p>
]]></content:encoded>
			<wfw:commentRss>http://threeeighthsspacer.com/blog/2010/09/01/how-to-reset-login-keyring-password-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Backing Up Openemr Database</title>
		<link>http://threeeighthsspacer.com/blog/2010/08/31/backing-up-openemr-database/</link>
		<comments>http://threeeighthsspacer.com/blog/2010/08/31/backing-up-openemr-database/#comments</comments>
		<pubDate>Tue, 31 Aug 2010 20:05:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://threeeighthsspacer.com/blog/?p=140</guid>
		<description><![CDATA[Do it once a day, MINIMUM! Maybe after each time you enter a client. One way to do it is to Click on Administration in Openemr, on the left sidebar, then click on &#8220;Backup&#8221;, then &#8220;Create Backup&#8221;. This will cause your browser to download a file which contains a full backup. Put this file on [...]]]></description>
			<content:encoded><![CDATA[<p>Do it once a day, MINIMUM! Maybe after each time you enter a client.<br />
One way to do it is to Click on Administration in Openemr, on the left sidebar, then click on &#8220;Backup&#8221;, then &#8220;Create Backup&#8221;. This will cause your browser to download a file which contains a full backup. Put this file on a safe thumb drive or burn it on a CD every day at the least frequently. Remember hard drives do not last forever, so your data is NOT SAFE until you back it up. It only takes 3 minutes to do this.<br />
    The sysadmin will be happy to know that he can access the openemr database thru PHPMyadmin directly from the openemr database. The raw database can be exported or converted to different formats.<br />
  P.S. Downloading the database from the server to the client computer makes a weak, but easy and potentially useful backup even if the backup file is stored on the Desktop, etc. Keep security in mind, though.</p>
]]></content:encoded>
			<wfw:commentRss>http://threeeighthsspacer.com/blog/2010/08/31/backing-up-openemr-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Set Up a Second Computer to Use Openemr Database on The First Computer</title>
		<link>http://threeeighthsspacer.com/blog/2010/08/31/how-to-set-up-a-second-computer-to-use-openemr-database-on-the-first-computer/</link>
		<comments>http://threeeighthsspacer.com/blog/2010/08/31/how-to-set-up-a-second-computer-to-use-openemr-database-on-the-first-computer/#comments</comments>
		<pubDate>Tue, 31 Aug 2010 19:30:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://threeeighthsspacer.com/blog/?p=143</guid>
		<description><![CDATA[When both computers are on the network behind a router sit down at the server (the one that has openemr running already) and type into the terminal ifconfig You&#8217;ll get some output on your screen. This will include a line in the section labeled &#8220;eth1&#8243; (or maybe &#8220;eth0&#8243;) that contains &#8220;inet addr:192.168.0.12&#8243; or something like [...]]]></description>
			<content:encoded><![CDATA[<p>When both computers are on the network behind a router sit down at the server (the one that has openemr running already) and type into the terminal<br />
<code>ifconfig</code><br />
You&#8217;ll get some output on your screen. This will include a line in the section labeled &#8220;eth1&#8243; (or maybe &#8220;eth0&#8243;) that contains &#8220;inet addr:192.168.0.12&#8243; or something like that. The numerical string after &#8220;inet addr:&#8221; is the IP address of the computer. Write that number down. For instance from this:<br />
 <code><br />
me@tronic:~$ ifconfig<br />
eth1      Link encap:Ethernet  HWaddr 00:02:b3:96:ab:ea<br />
          inet addr:192.168.0.12  Bcast:192.168.0.255  Mask:255.255.255.0<br />
          inet6 addr: fe80::202:b3ff:fe96:abea/64 Scope:Link<br />
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1<br />
          RX packets:6507 errors:0 dropped:0 overruns:0 frame:0<br />
          TX packets:6237 errors:0 dropped:0 overruns:0 carrier:0<br />
          collisions:0 txqueuelen:1000<br />
          RX bytes:6302844 (6.3 MB)  TX bytes:1003497 (1.0 MB)<br />
lo        Link encap:Local Loopback<br />
          inet addr:127.0.0.1  Mask:255.0.0.0<br />
          inet6 addr: ::1/128 Scope:Host<br />
          UP LOOPBACK RUNNING  MTU:16436  Metric:1<br />
          RX packets:115 errors:0 dropped:0 overruns:0 frame:0<br />
          TX packets:115 errors:0 dropped:0 overruns:0 carrier:0<br />
          collisions:0 txqueuelen:0<br />
          RX bytes:70298 (70.2 KB)  TX bytes:70298 (70.2 KB)</p>
<p>me@tronic:~$<br />
</code><br />
I know my IP address is 192.168.0.12.<br />
Now take the IP address you just wrote down and go sit down at you other computer, the one you want to connect together with your openemr database computer. Ready? OK. Open up Firefox, (or other browser, eg: Opera, Internet Explorer, Chrome). Click in your address bar (the white space where you see the address of the web page you are visiting) and type in the IP number you wrote down, prepending &#8220;http://&#8221; and appending &#8220;openemr&#8221; with no spaces. Mine looks like this:<br />
<code>http://192.168.0.12/openemr</code><br />
Just hit enter and you should see the openemr login page. Save a bookmark and use the bookmark to go to openemr. </p>
]]></content:encoded>
			<wfw:commentRss>http://threeeighthsspacer.com/blog/2010/08/31/how-to-set-up-a-second-computer-to-use-openemr-database-on-the-first-computer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to turn apache2 on or off at boot</title>
		<link>http://threeeighthsspacer.com/blog/2010/08/31/how-to-turn-apache2-on-or-off-at-boot/</link>
		<comments>http://threeeighthsspacer.com/blog/2010/08/31/how-to-turn-apache2-on-or-off-at-boot/#comments</comments>
		<pubDate>Tue, 31 Aug 2010 18:58:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://threeeighthsspacer.com/blog/?p=138</guid>
		<description><![CDATA[Use sysv-rc-conf and spacebar a capital X for runlevels 2,3,4,5 if you want it to run, none if you want it to not run.]]></description>
			<content:encoded><![CDATA[<p>Use sysv-rc-conf and spacebar a capital X for runlevels 2,3,4,5 if you want it to run, none if you want it to not run.</p>
]]></content:encoded>
			<wfw:commentRss>http://threeeighthsspacer.com/blog/2010/08/31/how-to-turn-apache2-on-or-off-at-boot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Edit and Clean Up the GRUB Menu for a Custom Boot Menu In Ubuntu 10.0.4 Lucid Lynx</title>
		<link>http://threeeighthsspacer.com/blog/2010/08/18/how-to-edit-and-clean-up-the-grub-menu-for-a-custom-boot-menu-in-ubuntu-10-0-4-lucid-lynx/</link>
		<comments>http://threeeighthsspacer.com/blog/2010/08/18/how-to-edit-and-clean-up-the-grub-menu-for-a-custom-boot-menu-in-ubuntu-10-0-4-lucid-lynx/#comments</comments>
		<pubDate>Wed, 18 Aug 2010 22:02:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://threeeighthsspacer.com/blog/2010/08/18/how-to-edit-and-clean-up-the-grub-menu-for-a-custom-boot-menu-in-ubuntu-10-0-4-lucid-lynx/</guid>
		<description><![CDATA[This simplifies the way it looks when you boot your machine, while allowing you to access all of the default GRUB menu entries when necessary. Look at: http://sourceforge.net/apps/mediawiki/bootinfoscript/index.php?title=Boot_Problems:Custom_Menu]]></description>
			<content:encoded><![CDATA[<p>   This simplifies the way it looks when you boot your machine, while allowing you to access all of the default GRUB menu entries when necessary.<br />
 Look at:</p>
<p>http://sourceforge.net/apps/mediawiki/bootinfoscript/index.php?title=Boot_Problems:Custom_Menu</p>
]]></content:encoded>
			<wfw:commentRss>http://threeeighthsspacer.com/blog/2010/08/18/how-to-edit-and-clean-up-the-grub-menu-for-a-custom-boot-menu-in-ubuntu-10-0-4-lucid-lynx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Results of a dog bite</title>
		<link>http://threeeighthsspacer.com/blog/2010/06/12/results-of-a-dog-bite/</link>
		<comments>http://threeeighthsspacer.com/blog/2010/06/12/results-of-a-dog-bite/#comments</comments>
		<pubDate>Sat, 12 Jun 2010 15:32:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[general]]></category>
		<category><![CDATA[dog bite]]></category>

		<guid isPermaLink="false">http://threeeighthsspacer.com/blog/2010/06/12/results-of-a-dog-bite/</guid>
		<description><![CDATA[This is the wound from a dog bite given to me gratis while I walked to town Friday. I&#8217;ll post a picture of the house in front of which it occurred. More later.]]></description>
			<content:encoded><![CDATA[<p><a alt="image" href="http://threeeighthsspacer.com/blog/wp-content/uploads/2010/06/wpid-2010-06-12-08.20.511.jpg"><img style="display:block;margin-right:auto;margin-left:auto;" alt="image" src="http://threeeighthsspacer.com/blog/wp-content/uploads/2010/06/wpid-2010-06-12-08.20.51.jpg" /></a></p>
<p>This is the wound from a dog bite given to me gratis while I walked to town Friday. I&#8217;ll post a picture of the house in front of which it occurred. More later.</p>
]]></content:encoded>
			<wfw:commentRss>http://threeeighthsspacer.com/blog/2010/06/12/results-of-a-dog-bite/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Fort george</title>
		<link>http://threeeighthsspacer.com/blog/2010/05/14/fort-george/</link>
		<comments>http://threeeighthsspacer.com/blog/2010/05/14/fort-george/#comments</comments>
		<pubDate>Fri, 14 May 2010 00:46:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[beer]]></category>

		<guid isPermaLink="false">http://threeeighthsspacer.com/blog/2010/05/14/fort-george/</guid>
		<description><![CDATA[This is my favorite tavern]]></description>
			<content:encoded><![CDATA[<p><a alt="image" href="http://threeeighthsspacer.com/blog/wp-content/uploads/2010/05/wpid-12737979899101.jpg"><img style="display:block;margin-right:auto;margin-left:auto;" alt="image" src="http://threeeighthsspacer.com/blog/wp-content/uploads/2010/05/wpid-1273797989910.jpg" /></a></p>
<p>This is my favorite tavern</p>
]]></content:encoded>
			<wfw:commentRss>http://threeeighthsspacer.com/blog/2010/05/14/fort-george/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Droid WordPress App Really Works</title>
		<link>http://threeeighthsspacer.com/blog/2010/04/22/droid-wordpress-app-really-works/</link>
		<comments>http://threeeighthsspacer.com/blog/2010/04/22/droid-wordpress-app-really-works/#comments</comments>
		<pubDate>Thu, 22 Apr 2010 04:47:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[cats]]></category>
		<category><![CDATA[droid wordpress app]]></category>

		<guid isPermaLink="false">http://threeeighthsspacer.com/blog/2010/04/22/droid-worpress-app-really-works/</guid>
		<description><![CDATA[I like blogging on the go, and this app really helps me do just that. Let&#8217;s see how we do pictures.]]></description>
			<content:encoded><![CDATA[<p><a alt="image" href="http://threeeighthsspacer.com/blog/wp-content/uploads/2010/04/wpid-12719115922551.jpg"><img style="display:block;margin-right:auto;margin-left:auto;" alt="image" src="http://threeeighthsspacer.com/blog/wp-content/uploads/2010/04/wpid-1271911592255.jpg" /></a></p>
<p>I like blogging on the go, and this app really helps me do just that.<br />
   Let&#8217;s see how we do pictures.</p>
]]></content:encoded>
			<wfw:commentRss>http://threeeighthsspacer.com/blog/2010/04/22/droid-wordpress-app-really-works/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Droid WordPress App Works Great!</title>
		<link>http://threeeighthsspacer.com/blog/2010/04/22/droid-wordpress-app-works-great/</link>
		<comments>http://threeeighthsspacer.com/blog/2010/04/22/droid-wordpress-app-works-great/#comments</comments>
		<pubDate>Thu, 22 Apr 2010 04:23:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[droid wordpress app]]></category>

		<guid isPermaLink="false">http://threeeighthsspacer.com/blog/2010/04/22/test-post/</guid>
		<description><![CDATA[This is posted from my new Droid using the wordpress app by automattic.]]></description>
			<content:encoded><![CDATA[<p><img style="display:block;margin-right:auto;margin-left:auto;" alt="image" src="http://threeeighthsspacer.com/blog/wp-content/uploads/2010/04/wpid-1271909993281.jpg" /></p>
<p>This is posted from my new Droid using the wordpress app by automattic.</p>
]]></content:encoded>
			<wfw:commentRss>http://threeeighthsspacer.com/blog/2010/04/22/droid-wordpress-app-works-great/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Back Up Windows From Linux, Free and Simple</title>
		<link>http://threeeighthsspacer.com/blog/2010/03/10/back-up-windows-from-linux-free-and-simple/</link>
		<comments>http://threeeighthsspacer.com/blog/2010/03/10/back-up-windows-from-linux-free-and-simple/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 19:41:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://threeeighthsspacer.com/blog/?p=110</guid>
		<description><![CDATA[Martti Kuparinen was kind enough to share a script he has made for backing up the Windows partition as an image. Here is a link to his original site, which has clear instructions. http://kuparinen.org/martti/comp/windows/backup.html I highly advise that you follow his instructions on his web page. I have downloaded and saved as an archive the [...]]]></description>
			<content:encoded><![CDATA[<p>Martti Kuparinen was kind enough to share a script he has made for backing up the Windows partition as an image. Here is a link to his original site, which has clear instructions.</p>
<p><a title="Win2bak Link" href="http://kuparinen.org/martti/comp/windows/backup.html" target="_blank">http://kuparinen.org/martti/comp/windows/backup.html</a></p>
<p>I highly advise that you follow his instructions on his web page.</p>
<p>I have downloaded and saved as an archive the scripts, win2bak and bak2win</p>
<p>and his instruction page along with some of my own notes</p>
<p>Here is the archive &#8211;  <a href="http://threeeighthsspacer.com/blog/wp-content/uploads/2010/03/win2bak-bak2win.tar.gz">win2bak-bak2win.tar.gz</a></p>
<p>I have not attempted to restore the image yet. ;-)</p>
<p>EDIT: This worked like a charm. I even was able to restore the image to a different sized partition like this:</p>
<p>First restore it to the SAME sized partition, in the same location on the drive, then enlarge that partition AFTER restoring! SWEET! And the restored system works great!<br />
NOTES:<br />
To install the script, do:<br />
<code>cd /usr/bin &#038;&#038; sudo wget http://www.iki.fi/kuparine/comp/windows/win2bak &#038;&#038; sudo wget http://www.iki.fi/kuparine/comp/windows/bak2win &#038;&#038; sudo chmod 755 win2bak bak2win<br />
</code><br />
And then<br />
<code>mkdir /home/me/backup</code><br />
This will back up the MBR(s):<br />
<code>cd /dev<br />
for i in sd?<br />
do<br />
  sudo dd if=${i} of=/home/me/backup/MBR_${i} bs=512 count=1<br />
done<br />
</code><br />
(Example backup command):<br />
<code>win2bak -c -p /dev/sda1 /home/me/backup/windows.bz2<br />
</code><br />
Restoring would be like:<br />
<code><br />
ak2win -c /home/me/backup/windows.bz2 /dev/sda1<br />
</code><br />
But again, make sure the partition is already the right size. If necessary afterwards &#8220;grow&#8221; it.<br />
To determine the size of your cylinders and your partition itself, look at<br />
<code>sudo fdisk -l /dev/sd?</code><br />
Example:<br />
<code><br />
Disk /dev/sda: 60.0 GB, 60040544256 bytes<br />
255 heads, 63 sectors/track, 7299 cylinders<br />
Units = cylinders of 16065 * 512 = 8225280 bytes<br />
Sector size (logical/physical): 512 bytes / 512 bytes<br />
I/O size (minimum/optimal): 512 bytes / 512 bytes<br />
Disk identifier: 0xe96de96d</p>
<p>   Device Boot      Start         End      Blocks   Id  System<br />
/dev/sda1   *           1        4589    36861111    7  HPFS/NTFS<br />
/dev/sda2            4590        7021    19531251    5  Extended<br />
/dev/sda3            7021        7300     2238464   82  Linux swap / Solaris<br />
/dev/sda5            4590        7021    19531250   83  Linux<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://threeeighthsspacer.com/blog/2010/03/10/back-up-windows-from-linux-free-and-simple/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
