<?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>tavshed</title>
	<atom:link href="http://www.tavshed.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.tavshed.com</link>
	<description>playing with technology</description>
	<lastBuildDate>Wed, 13 Mar 2013 16:07:19 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Install Raspbian from OS X</title>
		<link>http://www.tavshed.com/?p=128&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=install-raspbian-from-os-x</link>
		<comments>http://www.tavshed.com/?p=128#comments</comments>
		<pubDate>Thu, 20 Sep 2012 01:40:28 +0000</pubDate>
		<dc:creator>tavshed</dc:creator>
				<category><![CDATA[Tavshed]]></category>

		<guid isPermaLink="false">http://www.tavshed.com/?p=128</guid>
		<description><![CDATA[Download image from raspberrypi.org Plug in SD card Identify SD card df -h Note: /dev/disk1s1 is the disk on my MacBook Pro. You need to review and change the disk info as necessary. Unmount sudo diskutil unmount /dev/disk1s1 Apply image to SD card sudo dd bs=1m if=2012-09-18-wheezy-raspbian.img of=/dev/rdisk1]]></description>
				<content:encoded><![CDATA[<p>Download image from raspberrypi.org</p>
<p>Plug in SD card</p>
<p>Identify SD card<br />
df -h</p>
<p>Note: /dev/disk1s1 is the disk on my MacBook Pro. You need to review and change the disk info as necessary.</p>
<p>Unmount<br />
sudo diskutil unmount /dev/disk1s1</p>
<p>Apply image to SD card<br />
sudo dd bs=1m if=2012-09-18-wheezy-raspbian.img of=/dev/rdisk1</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tavshed.com/?feed=rss2&#038;p=128</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Mac OSX applications won&#8217;t start after cloning or time machine restore</title>
		<link>http://www.tavshed.com/?p=123&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=mac-osx-applications-wont-start-after-cloning-or-time-machine-restore</link>
		<comments>http://www.tavshed.com/?p=123#comments</comments>
		<pubDate>Wed, 20 Jun 2012 14:08:11 +0000</pubDate>
		<dc:creator>tavshed</dc:creator>
				<category><![CDATA[OS X]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[permissions]]></category>

		<guid isPermaLink="false">http://www.tavshed.com/?p=123</guid>
		<description><![CDATA[I cloned a drive on the Mac Mini and when the clone started up everything looked in order. However, some apps were giving warnings or dumping when they started. Twitter for Mac would ask for credentials and then fail. MS Office 2011 kept giving a warning about the database. Firefox was missing a profile. Permissions [...]]]></description>
				<content:encoded><![CDATA[<p>I cloned a drive on the Mac Mini and when the clone started up everything looked in order. However, some apps were giving warnings or dumping when they started.</p>
<p>Twitter for Mac would ask for credentials and then fail.<br />
MS Office 2011 kept giving a warning about the database.<br />
Firefox was missing a profile.</p>
<p>Permissions seemed to be the culprit and then I ran across this forum thread. http://support.mozilla.org/my/questions/785562</p>
<p>The fix was as easy as:<br />
Run this command in terminal from your home directory<br />
sudo chown -R `id -un`:`id -gn` ~</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tavshed.com/?feed=rss2&#038;p=123</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cloudmin manual restore</title>
		<link>http://www.tavshed.com/?p=120&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=cloudmin-manual-restore</link>
		<comments>http://www.tavshed.com/?p=120#comments</comments>
		<pubDate>Fri, 27 Apr 2012 04:21:32 +0000</pubDate>
		<dc:creator>tavshed</dc:creator>
				<category><![CDATA[Tavshed]]></category>

		<guid isPermaLink="false">http://www.tavshed.com/?p=120</guid>
		<description><![CDATA[cloudmin restore-systems &#8211;host system.tld &#8211;source /mnt/xen-backups/%M-%D-%Y]]></description>
				<content:encoded><![CDATA[<p>cloudmin restore-systems &#8211;host system.tld &#8211;source /mnt/xen-backups/%M-%D-%Y</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tavshed.com/?feed=rss2&#038;p=120</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remote VNC login to Ubuntu 12.04</title>
		<link>http://www.tavshed.com/?p=118&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=remote-vnc-login-to-ubuntu-12-04</link>
		<comments>http://www.tavshed.com/?p=118#comments</comments>
		<pubDate>Mon, 23 Apr 2012 15:29:20 +0000</pubDate>
		<dc:creator>tavshed</dc:creator>
				<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.tavshed.com/?p=118</guid>
		<description><![CDATA[Installed x11vnc: apt-get install x11vnc Create /etc/init/x11vnc.conf file: start on login-session-start script x11vnc -xkb -noxrecord -noxfixes -noxdamage -display :0 -auth /var/run/lightdm/root/:0 -forever -bg -o /var/log/x11vnc.log end script After restart, x11vnc shoud listen on vnc startard port – 5900. Script is based on upstart event mechanism when Lightdm emits login-session-start event, x11vnc is started. Reference: http://mlepicki.com/2011/10/remote-vnc-login-to-ubuntu-11-10/]]></description>
				<content:encoded><![CDATA[<p>Installed x11vnc:<br />
apt-get install x11vnc</p>
<p>Create /etc/init/x11vnc.conf file:<br />
start on login-session-start<br />
script<br />
x11vnc -xkb -noxrecord -noxfixes -noxdamage -display :0 -auth /var/run/lightdm/root/:0 -forever -bg -o /var/log/x11vnc.log<br />
end script</p>
<p>After restart, x11vnc shoud listen on vnc startard port – 5900.</p>
<p>Script is based on upstart event mechanism when Lightdm emits login-session-start event, x11vnc is started.</p>
<p>Reference: http://mlepicki.com/2011/10/remote-vnc-login-to-ubuntu-11-10/</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tavshed.com/?feed=rss2&#038;p=118</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Hackers</title>
		<link>http://www.tavshed.com/?p=114&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=hackers</link>
		<comments>http://www.tavshed.com/?p=114#comments</comments>
		<pubDate>Tue, 17 Apr 2012 13:53:52 +0000</pubDate>
		<dc:creator>tavshed</dc:creator>
				<category><![CDATA[Tavshed]]></category>

		<guid isPermaLink="false">http://www.tavshed.com/?p=114</guid>
		<description><![CDATA[…And on the 8th day, God created hackers. He saw that this was good, for on the 9th day, hackers used two stones to make fire.]]></description>
				<content:encoded><![CDATA[<p>…And on the 8th day, God created hackers.</p>
<p>He saw that this was good, for on the 9th day,</p>
<p>hackers used two stones to make fire.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tavshed.com/?feed=rss2&#038;p=114</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Asterisk ARI Kicking User Out</title>
		<link>http://www.tavshed.com/?p=111&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=asterisk-ari-kicking-user-out</link>
		<comments>http://www.tavshed.com/?p=111#comments</comments>
		<pubDate>Wed, 09 Nov 2011 21:50:23 +0000</pubDate>
		<dc:creator>tavshed</dc:creator>
				<category><![CDATA[Asterisk]]></category>

		<guid isPermaLink="false">http://www.tavshed.com/?p=111</guid>
		<description><![CDATA[When ARI kicks a person out or the voicemails are not playing when requested. Check the directory authorizations. chown asterisk:asterisk /var/lib/php/session]]></description>
				<content:encoded><![CDATA[<p>When ARI kicks a person out or the voicemails are not playing when requested.  Check the directory authorizations.</p>
<p>chown asterisk:asterisk /var/lib/php/session</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tavshed.com/?feed=rss2&#038;p=111</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Removing Guest from Ubuntu 11.10</title>
		<link>http://www.tavshed.com/?p=108&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=removing-guest-from-ubuntu-11-10</link>
		<comments>http://www.tavshed.com/?p=108#comments</comments>
		<pubDate>Tue, 01 Nov 2011 20:10:11 +0000</pubDate>
		<dc:creator>tavshed</dc:creator>
				<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.tavshed.com/?p=108</guid>
		<description><![CDATA[To remove the guest login option you have to modify /etc/lightdm/lightdm.conf. original [SeatDefaults] greeter-session=unity-greeter user-session=ubuntu modified [SeatDefaults] greeter-session=unity-greeter user-session=ubuntu allow-guest=false You can either reboot or restart the service. sudo restart lightdm]]></description>
				<content:encoded><![CDATA[<p>To remove the guest login option you have to modify /etc/lightdm/lightdm.conf.<br />
original<br />
[SeatDefaults]<br />
greeter-session=unity-greeter<br />
user-session=ubuntu</p>
<p>modified<br />
[SeatDefaults]<br />
greeter-session=unity-greeter<br />
user-session=ubuntu<br />
allow-guest=false</p>
<p>You can either reboot or restart the service.<br />
sudo restart lightdm</p>
<p><a href="http://ftbeowulf.wordpress.com/2011/10/19/how-to-disable-the-ubuntu-11-10-guest-session/" title="Disable the Ubuntu 11.10 Guest Session" target="_blank"></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tavshed.com/?feed=rss2&#038;p=108</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wireshark on Ubuntu 11.10 No Interfaces</title>
		<link>http://www.tavshed.com/?p=104&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=wireshark-on-ubuntu-11-10-no-interfaces</link>
		<comments>http://www.tavshed.com/?p=104#comments</comments>
		<pubDate>Wed, 26 Oct 2011 18:50:28 +0000</pubDate>
		<dc:creator>tavshed</dc:creator>
				<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.tavshed.com/?p=104</guid>
		<description><![CDATA[When installing Wireshark on Ubuntu I&#8217;ve run across the issue of no interfaces. Below are the steps to revolve that issue. Install the setcap executable $ sudo apt-get install libcap2-bin Create wireshark group $ sudo groupadd wireshark Add your user name to group wireshark $ sudo usermod -a -G wireshark YOUR_USER_NAME Change the dumpcap directory [...]]]></description>
				<content:encoded><![CDATA[<p>When installing Wireshark on Ubuntu I&#8217;ve run across the issue of no interfaces.  Below are the steps to revolve that issue.</p>
<p>Install the setcap executable<br />
$ sudo apt-get install libcap2-bin</p>
<p>Create wireshark group<br />
$ sudo groupadd wireshark</p>
<p>Add your user name to group wireshark<br />
$ sudo usermod -a -G wireshark YOUR_USER_NAME</p>
<p>Change the dumpcap directory to group wireshark<br />
$ sudo chgrp wireshark /usr/bin/dumpcap</p>
<p>Change mode to 750<br />
$ sudo chmod 750 /usr/bin/dumpcap</p>
<p>Grant capabilities with setcap<br />
$ sudo setcap cap_net_raw,cap_net_admin=eip /usr/bin/dumpcap</p>
<p>Verify the change<br />
$ sudo getcap /usr/bin/dumpcap</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tavshed.com/?feed=rss2&#038;p=104</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>HP Mini 110-1030nr BIOS Recovery</title>
		<link>http://www.tavshed.com/?p=90&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=hp-mini-110-1030nr-bios-recovery</link>
		<comments>http://www.tavshed.com/?p=90#comments</comments>
		<pubDate>Mon, 10 Oct 2011 21:44:03 +0000</pubDate>
		<dc:creator>tavshed</dc:creator>
				<category><![CDATA[BIOS Hacking]]></category>

		<guid isPermaLink="false">http://www.tavshed.com/?p=90</guid>
		<description><![CDATA[Flashing from a DOS disk &#8211; AFUDOS ROMFILE.ROM /P /C To retreive the HP screen at boot for your HP Mini 110, you need an utility called AMIDEDOS.exe, Boot from DOS using this HP DMI TOOLKIT Once under DOS environnement, amidedos /sm &#8220;Hewlett-Packard&#8221; amidedos /sp &#8220;HP Mini 110&#8243; amidedos /bm &#8220;Hewlett-Packard&#8221; amidedos /bp &#8220;HP Mini [...]]]></description>
				<content:encoded><![CDATA[<p>Flashing from a DOS disk &#8211; AFUDOS ROMFILE.ROM /P /C</p>
<p>To retreive the HP screen at boot for your HP Mini 110, you need an utility called AMIDEDOS.exe, </p>
<p>Boot from DOS using this HP DMI TOOLKIT</p>
<p>Once under DOS environnement,<br />
amidedos /sm &#8220;Hewlett-Packard&#8221;<br />
amidedos /sp &#8220;HP Mini 110&#8243;<br />
amidedos /bm &#8220;Hewlett-Packard&#8221;<br />
amidedos /bp &#8220;HP Mini 110&#8243;<br />
amidedos /cm &#8220;Hewlett-Packard&#8221;<br />
amidedos /ss &#8220;your serial number&#8221;</p>
<p>Type amidedos with no paramerters<br />
Restart the laptop and check values in bios setup</p>
<p>http://forums.mydigitallife.info/threads/9055-SLP-Marker-File-Update-Utility/page22</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tavshed.com/?feed=rss2&#038;p=90</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iCamSource UDP Ports</title>
		<link>http://www.tavshed.com/?p=88&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=icamsource-udp-ports</link>
		<comments>http://www.tavshed.com/?p=88#comments</comments>
		<pubDate>Wed, 14 Sep 2011 17:20:25 +0000</pubDate>
		<dc:creator>tavshed</dc:creator>
				<category><![CDATA[pfSense]]></category>

		<guid isPermaLink="false">http://www.tavshed.com/?p=88</guid>
		<description><![CDATA[iCamSource requires UDP ports 12000-12100 be forwarded to the computer. UPnP handles well, but a change to pfSense and not using UPnP made me have to look for a solution. http://skjm.com/forum/index.php?topic=402.0]]></description>
				<content:encoded><![CDATA[<p>iCamSource requires UDP ports 12000-12100 be forwarded to the computer.  UPnP handles well, but a change to pfSense and not using UPnP made me have to look for a solution.</p>
<p>http://skjm.com/forum/index.php?topic=402.0</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tavshed.com/?feed=rss2&#038;p=88</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
