<?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>Jonathan Arbib</title>
	<atom:link href="http://ac3bf1.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://ac3bf1.org</link>
	<description>A bit of my work, life, and experiences.</description>
	<lastBuildDate>Mon, 08 Mar 2010 22:29:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Thecus 4100PRO Modules</title>
		<link>http://ac3bf1.org/2010/03/08/thecus-4100pro-modules/</link>
		<comments>http://ac3bf1.org/2010/03/08/thecus-4100pro-modules/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 22:29:30 +0000</pubDate>
		<dc:creator>ac3bf1</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://ac3bf1.org/?p=431</guid>
		<description><![CDATA[Here is a list of modules for the Thecus 4100PRO NAS device. If you don&#8217;t know what this is, have a look at the Thecus website.
AZUR &#8211; BitTorrent Client
http://www.drewy.com/downloads.aspx
MySQL Server
http://www.drewy.com/downloads.aspx
[more coming soon]
]]></description>
			<content:encoded><![CDATA[<p>Here is a list of modules for the Thecus 4100PRO NAS device. If you don&#8217;t know what this is, have a look at the <a href="http://www.thecus.com/products_over.php?cid=10&#038;pid=77&#038;set_language=english" target="_blank">Thecus website</a>.</p>
<p>AZUR &#8211; BitTorrent Client<br />
<a href="http://www.drewy.com/downloads.aspx" target="_blank">http://www.drewy.com/downloads.aspx</a></p>
<p>MySQL Server<br />
<a href="http://www.drewy.com/downloads.aspx" target="_blank">http://www.drewy.com/downloads.aspx</a></p>
<p>[more coming soon]</p>
]]></content:encoded>
			<wfw:commentRss>http://ac3bf1.org/2010/03/08/thecus-4100pro-modules/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Recover MySQL password</title>
		<link>http://ac3bf1.org/2010/03/05/recover-mysql-password/</link>
		<comments>http://ac3bf1.org/2010/03/05/recover-mysql-password/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 12:52:04 +0000</pubDate>
		<dc:creator>ac3bf1</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[change mysql root password]]></category>
		<category><![CDATA[lost mysql password]]></category>
		<category><![CDATA[lost mysql root password]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[mysql password]]></category>
		<category><![CDATA[mysql root password]]></category>
		<category><![CDATA[reset mysql root password]]></category>

		<guid isPermaLink="false">http://ac3bf1.org/?p=429</guid>
		<description><![CDATA[Lost your MySQL root password? No worries!  
Stop MySQL server
# /etc/init.d/mysql stop
Start MySQL server without password
# mysqld_safe --skip-grant-tables &#038;
Login
# mysql -u root
Change password
mysql> use mysql;
mysql> update user set password=PASSWORD("NEW-ROOT-PASSWORD") where User='root';
mysql> flush privileges;
mysql> quit
Stop and Start MySQL server
# /etc/init.d/mysql stop
# /etc/init.d/mysql start
Test to see if it works! (Should ask you for your new password)
# [...]]]></description>
			<content:encoded><![CDATA[<p>Lost your MySQL root password? No worries! <img src='http://ac3bf1.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Stop MySQL server<br />
<code># /etc/init.d/mysql stop</code></p>
<p>Start MySQL server without password<br />
<code># mysqld_safe --skip-grant-tables &#038;</code></p>
<p>Login<br />
<code># mysql -u root</code></p>
<p>Change password<br />
<code>mysql> use mysql;<br />
mysql> update user set password=PASSWORD("NEW-ROOT-PASSWORD") where User='root';<br />
mysql> flush privileges;<br />
mysql> quit</code></p>
<p>Stop and Start MySQL server<br />
<code># /etc/init.d/mysql stop<br />
# /etc/init.d/mysql start</code></p>
<p>Test to see if it works! (Should ask you for your new password)<br />
<code># mysql -u root -p</code></p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://ac3bf1.org/2010/03/05/recover-mysql-password/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>phpmyadmin &#8216;Makin me go Crazy!&#8217;</title>
		<link>http://ac3bf1.org/2010/03/05/phpmyadmin-makin-me-go-crazy/</link>
		<comments>http://ac3bf1.org/2010/03/05/phpmyadmin-makin-me-go-crazy/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 12:35:59 +0000</pubDate>
		<dc:creator>ac3bf1</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[phpmyadmin]]></category>
		<category><![CDATA[phpmyadmin cannot login]]></category>
		<category><![CDATA[phpmyadmin root login]]></category>

		<guid isPermaLink="false">http://ac3bf1.org/?p=423</guid>
		<description><![CDATA[
So&#8230; I was trying to log onto my phpmyadmin to change some tables manually and I cannot login&#8230; I tried the common password I would use and no luck&#8230; I got hacked? W00T??? So I started lookign around and what got me thinking was that no matter what user i tried using to login I [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-424" title="logo_left" src="http://ac3bf1.org/wp-content/uploads/2010/03/logo_left.png" alt="" width="134" height="23" /></p>
<p>So&#8230; I was trying to log onto my phpmyadmin to change some tables manually and I cannot login&#8230; I tried the common password I would use and no luck&#8230; I got hacked? W00T??? So I started lookign around and what got me thinking was that no matter what user i tried using to login I would get an erro saying that I cannot access as user &#8216;root&#8217;! So at the end what si the problem? A cookie!!! Thanks to <a href="http://helpdesk.edikon.com/index.php?_m=knowledgebase&amp;_a=viewarticle&amp;kbarticleid=33" target="_blank">this post</a> I was able to solve the issue!</p>
<p>In Firefox Clear all cookies that begin with &#8220;pma&#8221; or &#8220;pma_&#8221;</p>
<p>Tools -&gt; Options -&gt; Privacy -&gt; Cookies -&gt; View Coolies.<br />
Choose the Cookies for the site &#8220;linwebXX.edikon.net&#8221; that start with &#8220;pma_&#8221; and delete them.<br />
Close the Window</p>
<p>That&#8217;s ALL!!!<br />
Happy mysql&#8217;ing</p>
]]></content:encoded>
			<wfw:commentRss>http://ac3bf1.org/2010/03/05/phpmyadmin-makin-me-go-crazy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Multimedia 09/10: &#8220;The Most Anooying Animation you can Create!&#8221;</title>
		<link>http://ac3bf1.org/2010/03/01/multimedia-0910-the-most-anooying-animation-you-can-create/</link>
		<comments>http://ac3bf1.org/2010/03/01/multimedia-0910-the-most-anooying-animation-you-can-create/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 13:49:42 +0000</pubDate>
		<dc:creator>ac3bf1</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://ac3bf1.org/?p=405</guid>
		<description><![CDATA[The following was created during a short class at Roehampton University for the 2009/2010 Multimedia Course.
Click read More to see the animation!


]]></description>
			<content:encoded><![CDATA[<p>The following was created during a short class at Roehampton University for the 2009/2010 Multimedia Course.</p>
<p>Click read More to see the animation!</p>
<p><span id="more-405"></span></p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab" width="498" height="380" id="test1"><param name="movie" value="http://www.walkernews.net/piano.swf" /><embed src="http://ac3bf1.org/wp-content/uploads/2010/03/Annoyed_animation.swf" width="450" height="200" name="animation" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer" /></object></p>
<div id="efe-swf-1" class="efe-flash">You must have Flash to view this file</div>
]]></content:encoded>
			<wfw:commentRss>http://ac3bf1.org/2010/03/01/multimedia-0910-the-most-anooying-animation-you-can-create/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>xen error: &#8220;you need to load the kernel first&#8221;</title>
		<link>http://ac3bf1.org/2010/02/26/xen-error-you-need-to-load-the-kernel-first/</link>
		<comments>http://ac3bf1.org/2010/02/26/xen-error-you-need-to-load-the-kernel-first/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 18:18:04 +0000</pubDate>
		<dc:creator>ac3bf1</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://ac3bf1.org/?p=398</guid>
		<description><![CDATA[Some people seem to be getting this error when installing xen 3.2 on Lenny.
It has been referenced as Bug #505517. The following should help you fix the problem

edit /boot/grub/grub.cfg and add the following block as the first bootable option:
menuentry "NEW Debian GNU/Linux, linux 2.6.26-2-xen-amd64" {
        set root=(hd0,1)
  [...]]]></description>
			<content:encoded><![CDATA[<p>Some people seem to be getting this error when installing xen 3.2 on Lenny.<br />
It has been referenced as <a href="http://www.google.co.uk/search?q=Bug+%23505517&#038;ie=utf-8&#038;oe=utf-8&#038;aq=t&#038;rls=org.mozilla:en-GB:official&#038;client=firefox-a">Bug #505517</a>. The following should help you fix the problem</p>
<p><span id="more-398"></span></p>
<p>edit /boot/grub/grub.cfg and add the following block as the first bootable option:</p>
<p><code>menuentry "NEW Debian GNU/Linux, linux 2.6.26-2-xen-amd64" {<br />
        set root=(hd0,1)<br />
        search --fs-uuid --set 00eeb2cd-6f91-4cfe-9e93-495d8e04ecda<br />
        multiboot /boot/xen-3.2-1-amd64.gz dom0_mem=256M<br />
        module  /boot/vmlinuz-2.6.26-2-xen-amd64 root=UUID=00eeb2cd-6f91-4cfe-9e93-495d8e04ecda ro<br />
        module  /boot/initrd.img-2.6.26-2-xen-amd64<br />
}</code></p>
<p>If it works, then change NEW to something you can reference&#8230;</p>
<p>if it then finally loads just run</p>
<p>rackable01:~# uname -r<br />
2.6.26-2-xen-amd64</p>
<p>and you should get what you see above (or similar)!</p>
<p>Happy DomU&#8217;ing!</p>
]]></content:encoded>
			<wfw:commentRss>http://ac3bf1.org/2010/02/26/xen-error-you-need-to-load-the-kernel-first/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Xen 3.2 on Debian Lenny</title>
		<link>http://ac3bf1.org/2010/02/26/xen-3-2-on-debian-lenny/</link>
		<comments>http://ac3bf1.org/2010/02/26/xen-3-2-on-debian-lenny/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 17:34:41 +0000</pubDate>
		<dc:creator>ac3bf1</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[xen]]></category>
		<category><![CDATA[xen 3.2]]></category>
		<category><![CDATA[xen dom0]]></category>
		<category><![CDATA[xen on debian]]></category>
		<category><![CDATA[xen on lenny]]></category>
		<category><![CDATA[xen source]]></category>
		<category><![CDATA[xensource]]></category>

		<guid isPermaLink="false">http://ac3bf1.org/?p=391</guid>
		<description><![CDATA[Notes taken from another blog post on installing xen 3.2 on Lenny.
apt-get update; apt-get upgrade
apt-get install xen-hypervisor-3.2-1-amd64 xen-linux-system-2.6.26-2-xen-amd64 xen-utils-3.2-1 xenstore-utils xenwatch xen-shell xen-tools


After the installation edit /boot/grub/grub.cfg (or menu.lst depending on distro?) and make sure the new Xen kernel is booted by default. The simplest way to do this is to adjust the default option [...]]]></description>
			<content:encoded><![CDATA[<p>Notes taken from <a href="http://maff.ailoo.net/2009/04/upgrade-from-debian-etch-xen-30-to-debian-lenny-xen-32-amd64/">another blog post</a> on installing xen 3.2 on Lenny.</p>
<p><code>apt-get update; apt-get upgrade<br />
apt-get install xen-hypervisor-3.2-1-amd64 xen-linux-system-2.6.26-2-xen-amd64 xen-utils-3.2-1 xenstore-utils xenwatch xen-shell xen-tools<br />
</code></p>
<p><span id="more-391"></span></p>
<p>After the installation edit /boot/grub/grub.cfg (or menu.lst depending on distro?) and make sure the new Xen kernel is booted by default. The simplest way to do this is to adjust the default option (0 is the first in the kernel list). In my case, the right kernel was the second in the list, so I used default 1.</p>
<p>Edit xen-tools.conf</p>
<p>Edit /etc/xen-tools/xen-tools.conf to make sure new VMs are created correctly.</p>
<p>Make sure the correct kernel is used:</p>
<p><code>kernel = /boot/vmlinuz-`uname -r`<br />
initrd = /boot/initrd.img-`uname -r`</code></p>
<p>Add the following lines:</p>
<p><code>serial_device = hvc0<br />
disk_device = xvda</code></p>
<p>Reboot</p>
<p><strong>If your machine does NOT boot correctly, boot into the original kernel from the list, and check <a href="http://ac3bf1.org/2010/02/26/xen-error-you-need-to-load-the-kernel-first/">THIS POST</a>. There is a known bug in some versions.</strong></p>
<p>Now, if everything is fine, check that your new kernel is the right one:</p>
<p><code>maff@dom0:~$ uname -r<br />
2.6.26-2-xen-amd64</code></p>
<p>All set!<br />
now just use xen-tools to make your new VM!</p>
<p>TIPS:<br />
My xen-tools config file looks as follows (comments were stripped out):</p>
<p><code><br />
dir = /xen<br />
install-method = debootstrap</p>
<p>size   = 1000Gb      # Disk image size.<br />
memory = 128Mb    # Memory size<br />
swap   = 1Gb    # Swap size<br />
# noswap = 1      # Don't use swap at all for the new system.<br />
fs     = ext3     # use the EXT3 filesystem for the disk image.<br />
dist   = lenny     # Default distribution to install.<br />
image  = sparse   # Specify sparse vs. full disk images.</p>
<p>gateway   = 192.168.0.1<br />
netmask   = 255.255.255.0<br />
broadcast = 192.168.0.255<br />
# dhcp = 1</p>
<p>cache = no<br />
# passwd = 1<br />
# accounts = 1</p>
<p>kernel      = /boot/vmlinuz-`uname -r`<br />
initrd      = /boot/initrd.img-`uname -r`<br />
# arch=[i386|amd64]<br />
mirror = http://ftp.uk.debian.org/debian/</p>
<p>ext3_options   = noatime,nodiratime,errors=remount-ro<br />
ext2_options   = noatime,nodiratime,errors=remount-ro<br />
xfs_options    = defaults<br />
reiser_options = defaults</p>
<p># boot = 1</p>
<p>serial_device = hvc0 #default<br />
disk_device = xvda #default</p>
<p>output    = /xen/configs<br />
extension = .cfg</code></p>
<p>With those settings in, I can run the following command:</p>
<p><code>xen-create-image --hostname=xxx --ip=192.168.0.205 --ide --force</code></p>
<p>where:</p>
<ul>
<li>xxx is the hostname</li>
<li>192.168.0.yyy will be the IP assigned to the virtual machine (domU)</li>
</ul>
<p>The disk size is determined in the xen-tools config file.<br />
The one I have setup in the sample config shown is<br />
<code>size   = 1000Gb      # Disk image size.</code></p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://ac3bf1.org/2010/02/26/xen-3-2-on-debian-lenny/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Fugu, a good Mac OSX SCP GUI</title>
		<link>http://ac3bf1.org/2010/02/24/fugu-a-good-mac-osx-scp-gui/</link>
		<comments>http://ac3bf1.org/2010/02/24/fugu-a-good-mac-osx-scp-gui/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 09:42:11 +0000</pubDate>
		<dc:creator>ac3bf1</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[fugu]]></category>
		<category><![CDATA[gui scp]]></category>
		<category><![CDATA[max osx]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[scp gui]]></category>
		<category><![CDATA[scp gui osx]]></category>
		<category><![CDATA[scp osx]]></category>
		<category><![CDATA[sftp osx]]></category>

		<guid isPermaLink="false">http://ac3bf1.org/?p=387</guid>
		<description><![CDATA[From the Fugu Homepage:
Fugu is a graphical frontend to the commandline Secure File Transfer application (SFTP). SFTP is similar to FTP, but unlike FTP, the entire session is encrypted, meaning no passwords are sent in cleartext form, and is thus much less vulnerable to third-party interception.
Fugu allows you to take advantage of SFTP&#8217;s security without [...]]]></description>
			<content:encoded><![CDATA[<p>From the <a href="http://rsug.itd.umich.edu/software/fugu/">Fugu Homepage</a>:</p>
<p>Fugu is a graphical frontend to the commandline Secure File Transfer application (SFTP). SFTP is similar to FTP, but unlike FTP, the entire session is encrypted, meaning no passwords are sent in cleartext form, and is thus much less vulnerable to third-party interception.</p>
<p>Fugu allows you to take advantage of SFTP&#8217;s security without having to sacrifice the ease of use found in a GUI.</p>
<p>Fugu also includes support for SCP file transfers, and the ability to create secure tunnels via SSH.</p>
]]></content:encoded>
			<wfw:commentRss>http://ac3bf1.org/2010/02/24/fugu-a-good-mac-osx-scp-gui/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DNS explained</title>
		<link>http://ac3bf1.org/2010/02/23/dns-explained/</link>
		<comments>http://ac3bf1.org/2010/02/23/dns-explained/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 19:51:01 +0000</pubDate>
		<dc:creator>ac3bf1</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[dns explained]]></category>
		<category><![CDATA[dns howto]]></category>
		<category><![CDATA[noob dns]]></category>

		<guid isPermaLink="false">http://ac3bf1.org/?p=384</guid>
		<description><![CDATA[I found this video fairly good to exaplin DNS to people who are on their first steps with the internet

]]></description>
			<content:encoded><![CDATA[<p>I found this video fairly good to exaplin DNS to people who are on their first steps with the internet</p>
<p><object width="480" height="295"><param name="movie" value="http://www.youtube.com/v/hcaJ1Vp_Ntg&#038;hl=en_GB&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/hcaJ1Vp_Ntg&#038;hl=en_GB&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="295"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://ac3bf1.org/2010/02/23/dns-explained/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Time Machine Backups over Samba Network Share</title>
		<link>http://ac3bf1.org/2010/02/17/time-machine-backups-over-samba-network-share/</link>
		<comments>http://ac3bf1.org/2010/02/17/time-machine-backups-over-samba-network-share/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 19:17:25 +0000</pubDate>
		<dc:creator>ac3bf1</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[osx backup]]></category>
		<category><![CDATA[samba]]></category>
		<category><![CDATA[samba osx]]></category>
		<category><![CDATA[samba time machine]]></category>
		<category><![CDATA[time machine]]></category>
		<category><![CDATA[time machine backup]]></category>
		<category><![CDATA[time machine backups]]></category>

		<guid isPermaLink="false">http://ac3bf1.org/?p=377</guid>
		<description><![CDATA[In OSX Open a Terminal window and paste this
defaults write com.apple.systempreferences TMShowUnsupportedNetworkVolumes 1
That will allow you to see (as the command says) unsupported Volumes in Times Machine. All you have to do now is ensure your drives stay mounted every time you boot up OSX.
TIP: This works best over LAN, unless you are lucky to [...]]]></description>
			<content:encoded><![CDATA[<p>In OSX Open a Terminal window and paste this</p>
<p><code>defaults write com.apple.systempreferences TMShowUnsupportedNetworkVolumes 1</code></p>
<p>That will allow you to see (as the command says) unsupported Volumes in Times Machine. All you have to do now is <a href="http://ac3bf1.org/2010/02/17/ensuring-osx-disk-mounts-stay-mounted-after-reboot/">ensure your drives stay mounted every time you boot up OSX</a>.</p>
<p>TIP: This works best over LAN, unless you are lucky to be on a network with high upload capacity to your Samba Share.</p>
]]></content:encoded>
			<wfw:commentRss>http://ac3bf1.org/2010/02/17/time-machine-backups-over-samba-network-share/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ensuring OSX Disk mounts stay mounted after reboot</title>
		<link>http://ac3bf1.org/2010/02/17/ensuring-osx-disk-mounts-stay-mounted-after-reboot/</link>
		<comments>http://ac3bf1.org/2010/02/17/ensuring-osx-disk-mounts-stay-mounted-after-reboot/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 19:16:44 +0000</pubDate>
		<dc:creator>ac3bf1</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[disk mounts]]></category>
		<category><![CDATA[disk mounts after reboot]]></category>
		<category><![CDATA[osx]]></category>

		<guid isPermaLink="false">http://ac3bf1.org/?p=379</guid>
		<description><![CDATA[Simple Problem with a simple solution!
Problem: After rebooting OSX, your mounted drives/shares do not appear and you have to remount them manually!
Solution: Mount your drives/shares, then go to System Preferences > Accounts > Login Items (tab on top)
Drag your shares in the window and select &#8220;Hide&#8221; to avoid them showing when you login.
That&#8217;s all! enjoy!
]]></description>
			<content:encoded><![CDATA[<p>Simple Problem with a simple solution!<br />
Problem: After rebooting OSX, your mounted drives/shares do not appear and you have to remount them manually!</p>
<p>Solution: Mount your drives/shares, then go to System Preferences > Accounts > Login Items (tab on top)<br />
Drag your shares in the window and select &#8220;Hide&#8221; to avoid them showing when you login.</p>
<p>That&#8217;s all! enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://ac3bf1.org/2010/02/17/ensuring-osx-disk-mounts-stay-mounted-after-reboot/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
