<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.8.4" -->
<rss version="0.92">
<channel>
	<title>Computer Technology Services</title>
	<link>http://www.itcare.net</link>
	<description>(in the Vail and Roaring Fork Valley since 1998)</description>
	<lastBuildDate>Fri, 18 Sep 2009 00:36:43 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>UUID change from command line</title>
		<description>uuidgen &#124;sudo xargs tune2fs /dev/sda3 -U; sudo vol_id /dev/sda3 </description>
		<link>http://www.itcare.net/2009/09/17/uuid-change-from-command-line/</link>
			</item>
	<item>
		<title>Compaq Presario 2200 and Xubuntu 9.04</title>
		<description>This is a 5 years old laptop. 1.4Ghz Celeron with 226MB RAM. Pretty ancient and slow.

It works perfectly well with Xubuntu 9.04, there is a wireless Broadcom BCM4306  802.11b/g rev 3 wifi card in it. I had to manually enable the restricted driver under, Applications, System, Hardware Drivers and then ...</description>
		<link>http://www.itcare.net/2009/09/01/compaq-presario-2200-and-xubuntu-904/</link>
			</item>
	<item>
		<title>Font Bonanza on Ubuntu Hardy</title>
		<description>To install an amazing amount and quality of fonts execute the following command:

Code:
sudo apt-get install ttf-georgewilliams ttf-sjfonts sun-java6-fonts ttf-larabie-deco ttf-larabie-straight ttf-larabie-uncommon gnome-specimen
I am reviewing hundreds of fonts to pick the right one for my new IT Care Inc. logo I am designing. I will post the best of them fonts ...</description>
		<link>http://www.itcare.net/2008/09/19/font-bonanza-on-ubuntu-hardy/</link>
			</item>
	<item>
		<title>Wordpress Revolution Theme &#8211; How do I create a page that doesn&#8217;t appear in the navigation</title>
		<description>http://www.revolutiontheme.com/support/viewtopic.php?f=3&#38;t=5847&#38;p=31221&#38;hilit=+menu+link#p31221

Re: How do I create a page that doesn't appear in the navigation
You can create a page in the normal way then exclude it from the navbar.  Find this in header.php:

Code:
{code type=xhtml}&#60;div id="navbarleft"&#62;
&#60;ul id="nav"&#62;
&#60;li&#62;&#60;a href="&#60;?php echo get_settings('home'); ?&#62;"&#62;Home&#60;/a&#62;&#60;/li&#62;
&#60;?php wp_list_pages('title_li=&#38;depth=2&#38;sort_column=menu_order'); ?&#62;
&#60;/ul&#62;
&#60;/div&#62;{/code}

and change it to:

Code:
{code type=xhtml}&#60;div id="navbarleft"&#62;
&#60;ul id="nav"&#62;
&#60;li&#62;&#60;a href="&#60;?php echo get_settings('home'); ...</description>
		<link>http://www.itcare.net/2008/09/18/wordpress-revolution-theme-how-do-i-create-a-page-that-doesnt-appear-in-the-navigation/</link>
			</item>
	<item>
		<title>Wordpress REVOLUTION theme tweaks #2</title>
		<description>To enable the commenting ability on a static Page post in the REVOLUTION wordpress theme (for example for a Testimony Page)



Insert the following code segment:

{code type=xhtml}&#60;div class="comments"&#62;
&#60;h4&#62;Comments&#60;/h4&#62;
&#60;?php comments_template(); // Get wp-comments.php template ?&#62;
&#60;/div&#62;{/code}

into the theme's page.php file to make it look like below:

{code type=xhtml}
&#60;?php get_header(); ?&#62;
&#60;div id="content"&#62;
&#60;div id="contentleft"&#62;
&#60;?php if (have_posts()) ...</description>
		<link>http://www.itcare.net/2008/09/16/wordpress-revolution-theme-tweaks-2/</link>
			</item>
	<item>
		<title>Wordpress REVOLUTION theme tweaks #1</title>
		<description>This is pretty specific to the Wordpress theme I purchased from http://www.revolutionthemes.com/.

The desired outcome is displayed in the following 2 images (click on images to get the full size displayed:
 and 

On the default REVOLUTION theme to align text better with the bottom 3 image you need to change 3 ...</description>
		<link>http://www.itcare.net/2008/09/16/wordpress-revolution-theme-tweaks/</link>
			</item>
	<item>
		<title>GLText screensaver &#8211; Change displayed text</title>
		<description>Edit the /usr/share/applications/screensavers/gltext.desktop file as root.

1. Alt+F2
2. "gksu gedit /usr/share/applications/screensavers/gltext.desktop"

Change the line that currently says Exec=gltext -root to the following line instead:

Exec=gltext -root -front -no-spin -text "Mind is your conditioning\n always seeking expression\n IN THOUGHT\N through NOW!"

3. Save, Exit

4. Set your Screensaver to GLText under System, Preferences, Screensavers </description>
		<link>http://www.itcare.net/2008/08/31/gltext-screensaver-change-displayed-text/</link>
			</item>
	<item>
		<title>VNC through SSH</title>
		<description>INTERNAL: ssh -p10000 -X -L 5900:localhost:5900 user@internalIPaddress
EXTERNAL: ssh -p10000 -X -L 5900:localhost:5900 user@externalIPaddress
vncviewer localhost </description>
		<link>http://www.itcare.net/2008/05/29/vnc-through-ssh/</link>
			</item>
	<item>
		<title>Firefox 2 on Hardy cannot install extensions/addons</title>
		<description>The error message in the Firefox 2 error console says: "installlocation has no properties"

Solution: Close firefox, delete extensions.rdf file in your firefox path, restart firefox </description>
		<link>http://www.itcare.net/2008/05/24/firefox-2-on-hardy-cannot-install-extensionsaddons/</link>
			</item>
	<item>
		<title>Fix Flash audio not playing in Ubuntu Hardy under PulseAudio</title>
		<description>sudo apt-get install --reinstall pulseaudio libflashsupport </description>
		<link>http://www.itcare.net/2008/05/23/fix-flash-audio-not-playing-in-ubuntu-hardy-under-pulseaudio/</link>
			</item>
</channel>
</rss>
