<?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>Andrew Mello : 88plug &#187; admin</title>
	<atom:link href="http://88plug.com/author/admin/feed" rel="self" type="application/rss+xml" />
	<link>http://88plug.com</link>
	<description>paris / new york / san francisco</description>
	<lastBuildDate>Fri, 03 Feb 2012 14:51:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>New E-Commerce Store Launched</title>
		<link>http://88plug.com/new-e-commerce-store-launched</link>
		<comments>http://88plug.com/new-e-commerce-store-launched#comments</comments>
		<pubDate>Tue, 14 Dec 2010 16:13:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Sample Work]]></category>

		<guid isPermaLink="false">http://88plug.com/new-e-commerce-store-launched/</guid>
		<description><![CDATA[88plug is proud to announce the release of the Antiques Diva. &#8220;The Antiques Diva® is the nom de plume for Toma Clark Haines, an American expat living in Europe whose life story has been liberally sprinkled with Cinderella dust. As a child growing up in Oklahoma, Toma dreamed of global adventures. While other kids drew [...]]]></description>
		<wfw:commentRss>http://88plug.com/new-e-commerce-store-launched/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Strip Tables HTML with Regular Expression</title>
		<link>http://88plug.com/strip-tables-html-with-regular-expression</link>
		<comments>http://88plug.com/strip-tables-html-with-regular-expression#comments</comments>
		<pubDate>Wed, 17 Nov 2010 11:24:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Sample Work]]></category>

		<guid isPermaLink="false">http://88plug.com/strip-html/</guid>
		<description><![CDATA[A simple regular expression will help you.  I found this particulary useful when migrating client sites. 1&#38;lt;/?(table&#124;tr&#124;tbody&#124;td&#124;th)(\s?[^&#38;gt;]*)&#38;gt;]]></description>
		<wfw:commentRss>http://88plug.com/strip-tables-html-with-regular-expression/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML 5 Video Converter</title>
		<link>http://88plug.com/html-5-video-converter</link>
		<comments>http://88plug.com/html-5-video-converter#comments</comments>
		<pubDate>Mon, 11 Oct 2010 16:41:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Sample Work]]></category>

		<guid isPermaLink="false">http://88plug.com/?p=330</guid>
		<description><![CDATA[The best free and open source available for all you HTML 5 video needs(which include multiple format conversions) can easily be done with Miro Video Converter. There is little additional information available from the site, but this tool does exactly what the box says: Convert to: Theora WebM MP4 Video MP3 (Audio Only) Get it [...]]]></description>
		<wfw:commentRss>http://88plug.com/html-5-video-converter/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ThinkPad x201 Ubuntu 10.04 Lucid Lynx Wireless</title>
		<link>http://88plug.com/thinkpad-x201-ubuntu-10-04-lucid-lynx-wireless</link>
		<comments>http://88plug.com/thinkpad-x201-ubuntu-10-04-lucid-lynx-wireless#comments</comments>
		<pubDate>Mon, 14 Jun 2010 11:19:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://88plug.com/?p=325</guid>
		<description><![CDATA[The ThinkPad x201 is a great platform for Ubuntu 10.04.  The default installation contains an outdated version of the Thinkpad BGN wireless drivers.  After first boot you can see networks(not all available), and connect to some &#8211; but in general this will give you difficulties.  The recommendation is to first update your installation via-Ethernet to [...]]]></description>
		<wfw:commentRss>http://88plug.com/thinkpad-x201-ubuntu-10-04-lucid-lynx-wireless/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL error /usr/libexec/mysqld: unknown option &#8216;&#8211;skip-bdb&#8217;</title>
		<link>http://88plug.com/usrlibexecmysqld-unknown-option-skip-bdb</link>
		<comments>http://88plug.com/usrlibexecmysqld-unknown-option-skip-bdb#comments</comments>
		<pubDate>Mon, 14 Jun 2010 10:54:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Sample Work]]></category>

		<guid isPermaLink="false">http://88plug.com/?p=321</guid>
		<description><![CDATA[MySQL version 5.1.47 failing to start after upgrade?  Here is the brief: Problem: tail -f /var/log/mysqld.log 1/usr/libexec/mysqld: unknown option '--skip-bdb' After poking around for a quick solution, nobody seemed to release that the bdb dependncy is no longer used in /etc/my.cnf configuration file. Old my.cnf: 12345678910111213141516171819202122232425262728[mysqld] set-variable=local-infile=0 query-cache-type = 1 query-cache-size = 6M datadir=/var/lib/mysql #socket=/usr/libexec/mysqld [...]]]></description>
		<wfw:commentRss>http://88plug.com/usrlibexecmysqld-unknown-option-skip-bdb/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Add jail shelled FTP/SSH user on CentOS / Plesk</title>
		<link>http://88plug.com/add-jail-shelled-ftp-ssh-user-centos-plesk</link>
		<comments>http://88plug.com/add-jail-shelled-ftp-ssh-user-centos-plesk#comments</comments>
		<pubDate>Thu, 22 Apr 2010 13:47:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Interest]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://88plug.com/?p=307</guid>
		<description><![CDATA[The process of adding a new FTP user with SSH access to a Plesk / CentOS server is more difficult than it needs to be.  Plesk will only allow you to add WebUsers to your domains which have FTP accounts, not full SSH accounts.  Here is the quick and dirty. We want our new user [...]]]></description>
		<wfw:commentRss>http://88plug.com/add-jail-shelled-ftp-ssh-user-centos-plesk/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Settings Wireless Region Linux &#8211; Channel 13 Backtrack 4</title>
		<link>http://88plug.com/settings-wireless-region-linux-channel-13-backtrack-4</link>
		<comments>http://88plug.com/settings-wireless-region-linux-channel-13-backtrack-4#comments</comments>
		<pubDate>Tue, 30 Mar 2010 11:50:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Sample Work]]></category>

		<guid isPermaLink="false">http://88plug.com/?p=301</guid>
		<description><![CDATA[One of the most recent problems I stumbled upon while running Backtrack, or any other linux distro for that matter is setting the region on a wireless card.  The typical procedure is : 1iwconfig wlan0 channel 13 And commonly you will get 123error for wireless regquest ''set frequency'' (8b04) set failed on device wlan0 ; [...]]]></description>
		<wfw:commentRss>http://88plug.com/settings-wireless-region-linux-channel-13-backtrack-4/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Acer Aspire 3690 Broadcom Wireless 43xx Ubuntu 9.10 Karmic</title>
		<link>http://88plug.com/acer-aspire-3690-broadcom-wireless-43xx-ubuntu-9-10-karmic</link>
		<comments>http://88plug.com/acer-aspire-3690-broadcom-wireless-43xx-ubuntu-9-10-karmic#comments</comments>
		<pubDate>Mon, 22 Feb 2010 21:51:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[France]]></category>
		<category><![CDATA[Interest]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Sample Work]]></category>

		<guid isPermaLink="false">http://88plug.com/?p=284</guid>
		<description><![CDATA[Issue : After installing Ubuntu 9.10 wireless and wired networking are either working sporadicly or not at all.  The most vanilla solution you will find. Target : Acer Aspire 3690-2159 OS : ubuntu-9.10-desktop-i386 Hardware : Broadcom 4318 Wireless Adapter Ensure your wireless switch is turned on in the front before reading step 1. 1.  Install [...]]]></description>
		<wfw:commentRss>http://88plug.com/acer-aspire-3690-broadcom-wireless-43xx-ubuntu-9-10-karmic/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create multiple email accounts Plesk 8</title>
		<link>http://88plug.com/create-multiple-email-accounts-plesk8</link>
		<comments>http://88plug.com/create-multiple-email-accounts-plesk8#comments</comments>
		<pubDate>Wed, 03 Feb 2010 10:06:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://88plug.com/?p=275</guid>
		<description><![CDATA[After much hunting around and reading through the Plesk Administrator Guide I finally found an easy way for creating multiple e-mail accounts in batch!  This is not a MySQL hook or database related, but stems from the logic of wanting to create multiple accounts at once. To create an e-mail account in Plesk, first login [...]]]></description>
		<wfw:commentRss>http://88plug.com/create-multiple-email-accounts-plesk8/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Facebook Chat is not Secure</title>
		<link>http://88plug.com/facebook-chat-is-not-secure</link>
		<comments>http://88plug.com/facebook-chat-is-not-secure#comments</comments>
		<pubDate>Wed, 02 Dec 2009 02:37:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Interest]]></category>

		<guid isPermaLink="false">http://88plug.com/?p=267</guid>
		<description><![CDATA[Armed to the teeth with Backtrack 4, any reasonably intelligent individual can execute a MITM or Man-In-The-Middle by packet sniffing and injecting packets into the stream against Facebook. This is of concern when on public wireless networks, or public local area networks. Read the documentation here. Protect yourself by running a desktop client like Adium, [...]]]></description>
		<wfw:commentRss>http://88plug.com/facebook-chat-is-not-secure/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

