<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.6.2" -->
<rss version="0.92">
<channel>
	<title>TechCorner.biz</title>
	<link>http://www.itcare.net</link>
	<description>Vail Valley Information Technology (IT) Services</description>
	<lastBuildDate>Tue, 04 Nov 2008 00:57:27 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<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 - 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 - 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>
	<item>
		<title>Flyback on Ubuntu Hardy 8.04 LTS</title>
		<description>Original code homepage: http://code.google.com/p/flyback/

$sudo apt-get install python python-glade2 python-gnome2 python-pysqlite2 python-gconf rsync gnome-schedule
$ mkdir ~/Applications
$ cd ~/Applications
$ wget http://flyback.googlecode.com/files/flyback_0.4.0.tar.gz
$ tar -zxvf flyback_0.4.0.tar.gz
$ cd flyback
$ cp GPL.txt ~
$ ln -s flyback.py ~/flyback.py #it expects flyback to be installed to yourhome directory, ie the cron line is looking for the file /home/user/flyback.py
$ ...</description>
		<link>http://www.itcare.net/2008/05/22/flyback-on-ubuntu-hardy-804-lts/</link>
			</item>
	<item>
		<title>Turn off X on Ubuntu 7.04 Feisty server</title>
		<description>$ cd /etc/rc2.d/
$ sudo mv S13gdm K87gdm
$ sudo reboot

This way the server stays at the console login prompt instead of booting into X (GDM) </description>
		<link>http://www.itcare.net/2008/05/07/turn-off-x-on-ubuntu-704-feisty-server/</link>
			</item>
</channel>
</rss>
