<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.1" -->
<rss version="0.92">
<channel>
	<title>Jonathan Arbib</title>
	<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>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Thecus 4100PRO Modules</title>
		<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>
		<link>http://ac3bf1.org/2010/03/08/thecus-4100pro-modules/</link>
			</item>
	<item>
		<title>Recover MySQL password</title>
		<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>
		<link>http://ac3bf1.org/2010/03/05/recover-mysql-password/</link>
			</item>
	<item>
		<title>phpmyadmin &#8216;Makin me go Crazy!&#8217;</title>
		<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>
		<link>http://ac3bf1.org/2010/03/05/phpmyadmin-makin-me-go-crazy/</link>
			</item>
	<item>
		<title>Multimedia 09/10: &#8220;The Most Anooying Animation you can Create!&#8221;</title>
		<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>
		<link>http://ac3bf1.org/2010/03/01/multimedia-0910-the-most-anooying-animation-you-can-create/</link>
			</item>
	<item>
		<title>xen error: &#8220;you need to load the kernel first&#8221;</title>
		<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>
		<link>http://ac3bf1.org/2010/02/26/xen-error-you-need-to-load-the-kernel-first/</link>
			</item>
	<item>
		<title>Xen 3.2 on Debian Lenny</title>
		<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>
		<link>http://ac3bf1.org/2010/02/26/xen-3-2-on-debian-lenny/</link>
			</item>
	<item>
		<title>Fugu, a good Mac OSX SCP GUI</title>
		<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>
		<link>http://ac3bf1.org/2010/02/24/fugu-a-good-mac-osx-scp-gui/</link>
			</item>
	<item>
		<title>DNS explained</title>
		<description><![CDATA[I found this video fairly good to exaplin DNS to people who are on their first steps with the internet

]]></description>
		<link>http://ac3bf1.org/2010/02/23/dns-explained/</link>
			</item>
	<item>
		<title>Time Machine Backups over Samba Network Share</title>
		<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>
		<link>http://ac3bf1.org/2010/02/17/time-machine-backups-over-samba-network-share/</link>
			</item>
	<item>
		<title>Ensuring OSX Disk mounts stay mounted after reboot</title>
		<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>
		<link>http://ac3bf1.org/2010/02/17/ensuring-osx-disk-mounts-stay-mounted-after-reboot/</link>
			</item>
</channel>
</rss>
