<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.5" -->
<rss version="0.92">
<channel>
	<title>OpenCarolina</title>
	<link>http://www.opencarolina.com</link>
	<description>the Southern command of the open source revolution</description>
	<lastBuildDate>Mon, 21 Apr 2008 17:16:45 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Microsft SharedView</title>
		<description>This is not a Microsoft bashing blog, so when the folks from Redmond put out something good we are all over it. If you haven't had a chance to use Microsoft SharedView, you might want to try it out. It is a free application but it is still in beta. ...</description>
		<link>http://www.opencarolina.com/2008/03/29/microsft-sharedview/</link>
			</item>
	<item>
		<title>Create a new MySQL database from the command line</title>
		<description>Set a root password if none exists
$ mysqladmin -u root password &#60;new_password&#62;


Login to MySQL
$ mysql -u root -p
Enter password: 
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 16 to server version: 5.0.22-Debian_0ubuntu6.06-log
Type 'help;' or '\h' for help. Type '\c' to clear the ...</description>
		<link>http://www.opencarolina.com/2008/03/28/create-a-new-mysql-database-from-the-command-line/</link>
			</item>
	<item>
		<title>XHTML Validation Tip</title>
		<description>Just a tip to all you aspiring web designers, please use lower case when creating web pages. I just had to clean up a bunch of HTML with a mix of UPPER and lower case tag names and it was not fun. The World Wide Web Consortium (W3C) had to ...</description>
		<link>http://www.opencarolina.com/2008/03/27/xhtml-validation-tip/</link>
			</item>
	<item>
		<title>Bluetooth file transfer on Ubuntu</title>
		<description>Configuration
sudo apt-get install obexftp obexpushd gnome-bluetooth bluez-utils
sudo pico /etc/bluetooth/hcid.conf
change passkey from the default "1234" to your own passkey
sudo pico /etc/rc.local
Add the following on the line before "exit 0"
hciconfig hci0 inqmode 0
Restart the system

Sending Files from an Ubuntu PC to Another Device
The easiest way to send files from your PC to ...</description>
		<link>http://www.opencarolina.com/2008/03/26/bluetooth-file-transfer-on-ubuntu/</link>
			</item>
	<item>
		<title>Connecting to an Oracle 8 database using PHP4 is not for mere mortals</title>
		<description>Connecting to an Oracle 8 database using PHP4 is no simple task. Before calling me a moron for not using the most recent versions of these applications, you should know that I was attempting to create a mock production environment so I could deploy this solution on an existing server. ...</description>
		<link>http://www.opencarolina.com/2008/03/24/connecting-to-an-oracle-8-database-using-php4-is-not-for-mere-mortals/</link>
			</item>
	<item>
		<title>Making WordPress URLs pretty</title>
		<description>Are your hideous WordPress URLs frightening away your readers?  Here is how to tame those unruly URLs:

	 Create a .htaccess file in your main wordpress folder (the same one as index.php)
	Make the .htaccess file writeable
chmod 777 .htaccess
	Ensure mod-rewrite is enabled for Apache2 (/etc/apache2/mods-enabled). There should be a symlink to ...</description>
		<link>http://www.opencarolina.com/2008/03/23/making-wordpress-urls-pretty/</link>
			</item>
	<item>
		<title>Extract a tar.gz file from the command line</title>
		<description>I only do this like once every six months, so I have not memorized the man page. Here is how to extract a tar.gz file from the Linux command line.

tar zxf important.tar.gz </description>
		<link>http://www.opencarolina.com/2008/03/22/extract-a-targz-file-from-the-command-line/</link>
			</item>
	<item>
		<title>PHP Photo Changer</title>
		<description>The header picture on this website changes based on the time of day. You can change your website photo automagically throughout the day too. It isn't very hard with a few photos and a bit of PHP. This is similar to what Google does on their customized home pages.

&#60;?php
// This ...</description>
		<link>http://www.opencarolina.com/2008/03/21/php-photo-changer/</link>
			</item>
	<item>
		<title>MySQL Workbench</title>
		<description>So you have to design a MySQL database for your incredible new application. What tool do you use to do the initial diagramming? Pencil/Paper, whiteboard, Microsoft Visio?

Well the folks at MySQL would like you to consider a visual database design tool called MySQL Workbench. The first release candidate showed up ...</description>
		<link>http://www.opencarolina.com/2008/03/20/mysql-workbench/</link>
			</item>
	<item>
		<title>Need to put some HTML on a Joomla website?</title>
		<description>Maybe you want to add PayPal, some cool Google map, or vacation pics from flickr but Joomla is being a jerk and stripping out your custom code. Here is what to do:
Switch off the TinyMCE editor and write raw HTML (Site &#62; User Manager &#62; click on the user you ...</description>
		<link>http://www.opencarolina.com/2008/03/19/need-to-put-some-html-on-a-joomla-website/</link>
			</item>
</channel>
</rss>
