<?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>Joel Mama's Blog</title>
	<atom:link href="http://joelmama.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://joelmama.com</link>
	<description>My attempt to give back to the nerd community</description>
	<lastBuildDate>Fri, 06 Nov 2009 17:18:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>CentOS not retrieving IP via DHCP</title>
		<link>http://joelmama.com/2009/11/06/centos-not-retrieving-ip-via-dhcp/</link>
		<comments>http://joelmama.com/2009/11/06/centos-not-retrieving-ip-via-dhcp/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 17:18:32 +0000</pubDate>
		<dc:creator>Joel Mama</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://joelmama.com/?p=87</guid>
		<description><![CDATA[I downloaded CentOS 5.2 Minimal Installation v1.3 pre-made VMWare virtual machine. After I upgraded CentOS from 5.2 to 5.4 (yum upgrade), my network connection stopped working because it wasn&#8217;t getting a dhcp address. Turns out my ifcfg-eth0 file had the wrong &#8220;HDADDR&#8221;.
Luckily the solution was easy:

 Run ifconfig eth0
 Make note of the &#8220;HWaddr&#8221; from [...]]]></description>
			<content:encoded><![CDATA[<p>I downloaded <a href="http://www.vmware.com/appliances/directory/272983">CentOS 5.2 Minimal Installation v1.3</a> pre-made VMWare virtual machine. After I upgraded CentOS from 5.2 to 5.4 (<code>yum upgrade</code>), my network connection stopped working because it wasn&#8217;t getting a dhcp address. Turns out my ifcfg-eth0 file had the wrong &#8220;HDADDR&#8221;.</p>
<p>Luckily the solution was easy:</p>
<ol>
<li> Run <code>ifconfig eth0</code></li>
<li> Make note of the &#8220;HWaddr&#8221; from it&#8217;s output. You&#8217;re looking for a hex value that looks something like: 00:0c:29:72:46:d6</li>
<li> Edit <code>/etc/sysconfig/network-scripts/ifcfg-eth0</code> and make sure the HWADDR in that file is the same as the HWaddr from the ifconfig command</li>
</ol>
<p>That solved the problem for me</p>
]]></content:encoded>
			<wfw:commentRss>http://joelmama.com/2009/11/06/centos-not-retrieving-ip-via-dhcp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fixing UNMOUNTABLE_BOOT_DEVICE</title>
		<link>http://joelmama.com/2009/07/09/fixing-unmountable_boot_device/</link>
		<comments>http://joelmama.com/2009/07/09/fixing-unmountable_boot_device/#comments</comments>
		<pubDate>Fri, 10 Jul 2009 05:25:42 +0000</pubDate>
		<dc:creator>Joel Mama</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://joelmama.com/?p=76</guid>
		<description><![CDATA[I have two clients that I&#8217;ve grandfathered in working on their PCs. Everyone else I told &#8212; in much prettier language &#8212; to get a Mac or go to hell. One of those clients experienced a nice little BSOD stating: &#8220;UNMOUNTABLE_BOOT_DEVICE &#8230; Stop: 0&#215;000000ED (89d28900, c000009c, 00000000, 00000000)&#8221;.
Ugh, with windows crap like this, I could [...]]]></description>
			<content:encoded><![CDATA[<p>I have two clients that I&#8217;ve grandfathered in working on their PCs. Everyone else I told &#8212; in much prettier language &#8212; to get a Mac or go to hell. One of those clients experienced a nice little <acronym title="Blue Screen of Death">BSOD</acronym> stating: &#8220;UNMOUNTABLE_BOOT_DEVICE &#8230; Stop: 0&#215;000000ED (89d28900, c000009c, 00000000, 00000000)&#8221;.</p>
<p>Ugh, with windows crap like this, I could care less about what caused it and why. Let&#8217;s just cut to the part where I found the solution to this problem. I found the answer on how to fix this at <a href="http://msgoodies.blogspot.com/">MSGOODIES</a>. I wanted to dupe their info here in case that page goes away. All credit goes to this post on <a href="http://msgoodies.blogspot.com/2007/08/fixing-unmountablebootvolume-on-windows.html">MSGOODIES</a>!</p>
<ol>
<li>Boot off of a XP CD</li>
<li>Type &#8220;r&#8221; to go into recovery console</li>
<li>Run these commands:<code><br />
chkdsk c: /r /p<br />
fixmbr<br />
exit</code> (which reboots)</li>
<li>Done.</li>
</ol>
<p>That fixed the issue for me. Hope it does for some other poor windows souls. Thanks guys!</p>
<p>I&#8217;ll just preemptively ask that you don&#8217;t post comments asking for assistance. The above information is all I know or care to know. Like I said before &#8230; Windows can go to hell! <img src='http://joelmama.com/wordpress/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://joelmama.com/2009/07/09/fixing-unmountable_boot_device/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The Definition of Irony (via Microsoft)</title>
		<link>http://joelmama.com/2009/06/11/the-definition-of-irony-via-microsoft/</link>
		<comments>http://joelmama.com/2009/06/11/the-definition-of-irony-via-microsoft/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 16:30:50 +0000</pubDate>
		<dc:creator>Joel Mama</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://joelmama.com/?p=69</guid>
		<description><![CDATA[Don&#8217;t even get me started on &#8220;Document Compatibility&#8221; in Internet Explorer 8. In my opinion, flagging content as kosher for a specific version, of a specific browser, on a specific operating system, flies in the face of everything Web developers have been pushing for in the last decade plus. But I digress.
What&#8217;s the definition of [...]]]></description>
			<content:encoded><![CDATA[<p>Don&#8217;t even get me started on &#8220;<a title="Article on Document Compatibility in Internet Explorer 8" href="http://www.eggheadcafe.com/tutorials/aspnet/5eac37f9-f8a4-40bf-a26b-a7cd299b73c9/document-compatibility-in.aspx">Document Compatibility</a>&#8221; in Internet Explorer 8. In my opinion, flagging content as kosher for a specific version, of a specific browser, on a specific operating system, flies in the face of everything Web developers have been pushing for in the last decade plus. But I digress.</p>
<p><strong>What&#8217;s the definition of irony?</strong> When you&#8217;re in an <a title="TopStyle CSS/HTML Editor" href="http://www.topstyle4.com/">editor</a> and click on the &#8220;learn more about document compatibility&#8221; link, which opens in your default browser (<a title="Opera Web Browser" href="http://www.opera.com/browser/">Opera</a> 9.6x) and this is what you see. Yes ladies and gentlemen, the following screen shot is of a document labeled (and all about) &#8220;<a title="Defining Document Compatibility" href="http://msdn.microsoft.com/en-us/library/cc288325(VS.85).aspx">Defining Document Compatibility</a>&#8220;:</p>
<div id="attachment_70" class="wp-caption alignnone" style="width: 310px"><a href="http://joelmama.com/wordpress/wp-content/uploads/2009/06/defining-document-compatibility-screen-cap.png"><img class="size-medium wp-image-70" title="Defining Document Compatibility" src="http://joelmama.com/wordpress/wp-content/uploads/2009/06/defining-document-compatibility-screen-cap-300x225.png" alt="Screen capture of Microsoft's &quot;Defining Document Compatibility&quot; page in the Opera Web browser" width="300" height="225" /></a><p class="wp-caption-text">Screen capture of Microsoft&#39;s &quot;Defining Document Compatibility&quot; page in the Opera Web browser</p></div>
<p>Seriously &#8230; Microsoft &#8230; is this some kind of giant <a title="YouTube - Uncensored Kaufman / Lawler incident on Letterman" href="http://www.youtube.com/watch?v=8l_Xm8GQW14">Andy Kaufman-esque</a> joke that I don&#8217;t get?</p>
]]></content:encoded>
			<wfw:commentRss>http://joelmama.com/2009/06/11/the-definition-of-irony-via-microsoft/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iTunes Smart Playlist based on encoder/file format (aka &#8220;Kind&#8221;)</title>
		<link>http://joelmama.com/2009/06/08/itunes-smart-playlist-based-on-encoderfile-format-aka-kind/</link>
		<comments>http://joelmama.com/2009/06/08/itunes-smart-playlist-based-on-encoderfile-format-aka-kind/#comments</comments>
		<pubDate>Mon, 08 Jun 2009 19:05:42 +0000</pubDate>
		<dc:creator>Joel Mama</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://joelmama.com/?p=63</guid>
		<description><![CDATA[I&#8217;m working on digitizing my 700+ CD collection (oy vey!). I may go into greater detail about that whole process in another post, but here&#8217;s a quick tip for now. If you want to isolate the songs in your iTunes library based on their file type (like MP3, AAC, Apple Lossless, etc.), you can do [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m working on digitizing my 700+ CD collection (<a href="http://en.wikipedia.org/wiki/Oy_vey">oy vey!</a>). I may go into greater detail about that whole process in another post, but here&#8217;s a quick tip for now. If you want to isolate the songs in your iTunes library based on their file type (like MP3, AAC, Apple Lossless, etc.), you can do so with a Smart Playlist. But there&#8217;s a bit of a trick here, you need to know the magic string to type into the &#8220;Kind&#8221; field of the playlist. The folks over at Mac OS X Hints have <a href="http://www.macosxhints.com/article.php?story=2002101707174951">done the work for us</a>. Here&#8217;s a pretty table:</p>
<table border="1">
<tbody>
<tr>
<th scope="col">File Type</th>
<th scope="col">&#8220;Kind&#8221; string</th>
</tr>
<tr>
<td>AAC</td>
<td>AAC audio file</td>
</tr>
<tr>
<td>AIFF</td>
<td>AIFF audio file</td>
</tr>
<tr>
<td>Apple Lossess</td>
<td>Apple Lossless audio file</td>
</tr>
<tr>
<td>Audible.com</td>
<td>Audible file</td>
</tr>
<tr>
<td>MP3</td>
<td>MPEG audio file</td>
</tr>
<tr>
<td>Radio Stream</td>
<td>MPEG audio stream</td>
</tr>
<tr>
<td>WAV</td>
<td>WAV audio file</td>
</tr>
</tbody>
</table>
<p>Another way to get the magic string is to simply view the Get Info window of the file in question. But as Doug Adams of <a href="http://dougscripts.com/itunes/">Doug&#8217;s Applescripts for iTunes</a> pointed out, you can&#8217;t copy and paste that. So he whipped up this bit of code. Paste this code into the Script Editor and run it while the track in question is playing in iTunes:<br />
<code>tell application "iTunes"<br />
display dialog "Current track's kind is:" default answer ((get kind of current track) as string)<br />
end tell</code></p>
<p>If you have other file types not listed here, please comment with their magic string so I may compile them here. Thanks!</p>
]]></content:encoded>
			<wfw:commentRss>http://joelmama.com/2009/06/08/itunes-smart-playlist-based-on-encoderfile-format-aka-kind/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox extension error &#8220;&#8230; does not provide secure updates&#8221;</title>
		<link>http://joelmama.com/2008/07/21/firefox-extension-error-does-not-provide-secure-updates/</link>
		<comments>http://joelmama.com/2008/07/21/firefox-extension-error-does-not-provide-secure-updates/#comments</comments>
		<pubDate>Tue, 22 Jul 2008 00:33:50 +0000</pubDate>
		<dc:creator>Joel Mama</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://joelmama.com/?p=53</guid>
		<description><![CDATA[When trying to install the newest version of the ProxyButton extension for Firefox, I received this error:

Incompatible Extension
&#8220;ProxyButton&#8221; will not be installed because it does not provide secure updates
Luckily a solution exists over at Idea Shower. Add a new boolean key using about:config and restart. Easy-peasy. More at Idea Shower.
]]></description>
			<content:encoded><![CDATA[<p>When trying to install the newest version of the ProxyButton extension for Firefox, I received this error:</p>
<p><img class="size-full wp-image-52 alignnone" title="Screen capture: Firefox &quot;secure updates&quot; extension error" src="http://joelmama.com/wordpress/wp-content/uploads/2008/07/cap_ffsecureupdateseerror.png" alt="Screen capture: Firefox &quot;secure updates&quot; extension error" width="500" height="315" /></p>
<blockquote><p>Incompatible Extension</p>
<p>&#8220;ProxyButton&#8221; will not be installed because it does not provide secure updates</p></blockquote>
<p>Luckily a <a href="http://www.ideashower.com/learned/how-to-disable-will-not-be-installed-because-it-does-not-provide-secure-updates-warning-in-firefox-3/">solution</a> exists over at <a href="http://www.ideashower.com/">Idea Shower</a>. Add a new boolean key using about:config and restart. Easy-peasy. <a href="http://www.ideashower.com/learned/how-to-disable-will-not-be-installed-because-it-does-not-provide-secure-updates-warning-in-firefox-3/">More at Idea Shower</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://joelmama.com/2008/07/21/firefox-extension-error-does-not-provide-secure-updates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using a Mac .dfont on Windows</title>
		<link>http://joelmama.com/2008/07/09/using-a-mac-dfont-on-windows/</link>
		<comments>http://joelmama.com/2008/07/09/using-a-mac-dfont-on-windows/#comments</comments>
		<pubDate>Thu, 10 Jul 2008 05:44:15 +0000</pubDate>
		<dc:creator>Joel Mama</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://joelmama.com/?p=51</guid>
		<description><![CDATA[I was able to use a Mac OS X &#8220;.dfont&#8221; font file on windows by using a simple FOSS software to convert it into standard TrueType format (.ttf). The app is called Fondu. It&#8217;s actually a set of many command line programs rolled into one, but I only used the main fondu app. Couldn&#8217;t have [...]]]></description>
			<content:encoded><![CDATA[<p>I was able to use a Mac OS X &#8220;<a title="Explination of dfont" href="http://www.prepressure.com/fonts/basics/dfont">.dfont</a>&#8221; font file on windows by using a simple <acronym title="Free Open Source Software">FOSS</acronym> software to convert it into standard TrueType format (.ttf). The app is called <a title="Official Fondu site" href="http://fondu.sourceforge.net/">Fondu</a>. It&#8217;s actually a set of many command line programs rolled into one, but I only used the main <code>fondu</code> app. Couldn&#8217;t have been easier:</p>
<p><strong>Update 2009-10-14:</strong> To clarify, these instructions are for Mac OS X. I do not have any info on running fondu from windows (if that is even possible. I suspect it isn&#8217;t). Perhaps windows users could run fondu on a linux virtual machine/box they have lying around? Maybe a linux live CD?</p>
<ol>
<li>Download &amp; Install .pkg file</li>
<li>From Terminal, <code>cd</code> into the directory where the .dfont file lives</li>
<li>Run <code>fondu MyFont.dfont</code></li>
<li>Marvel as a .ttf font is spit out next to your .dfont file</li>
</ol>
<p>Thanks Fondu!</p>
<p><strong>Update 2009-05-22:</strong> Please note that the fondu binary lives in &#8220;/usr/local/bin/&#8221; by default. Either add this path to your environment, or prepend the path to the fondu command like this:  <code>/usr/local/bin/fondu MyFont.dfont</code></p>
]]></content:encoded>
			<wfw:commentRss>http://joelmama.com/2008/07/09/using-a-mac-dfont-on-windows/feed/</wfw:commentRss>
		<slash:comments>26</slash:comments>
		</item>
		<item>
		<title>Subscriptions in NetNewsWire change color</title>
		<link>http://joelmama.com/2008/07/03/subscriptions-in-netnewswire-change-color/</link>
		<comments>http://joelmama.com/2008/07/03/subscriptions-in-netnewswire-change-color/#comments</comments>
		<pubDate>Fri, 04 Jul 2008 00:04:22 +0000</pubDate>
		<dc:creator>Joel Mama</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://joelmama.com/?p=45</guid>
		<description><![CDATA[I had no idea why some of my subscriptions in NNW were a light tan/brown color. See here how &#8220;RateMyTeachers.com&#8221; and &#8220;sportsbbq&#8221; are brown:

Turns out that the subscriptions change to that color for feeds that have not updated (added a new post) in 60 days. Perhaps I&#8217;m just dense, but this was not obvious to [...]]]></description>
			<content:encoded><![CDATA[<p>I had no idea why some of my subscriptions in <acronym title="NetNewsWire">NNW</acronym> were a light tan/brown color. See here how &#8220;RateMyTeachers.com&#8221; and &#8220;sportsbbq&#8221; are brown:</p>
<p><img class="alignnone size-full wp-image-46" title="NetNewsWire Subscription Panel" src="http://joelmama.com/wordpress/wp-content/uploads/2008/07/nnw_subscriptioncolor.png" alt="" width="190" height="147" /></p>
<p>Turns out that the subscriptions change to that color for feeds that have not updated (added a new post) in 60 days. Perhaps I&#8217;m just dense, but this was not obvious to me.</p>
<p>Anyway, if you care to change that color, go to: <code>Preferences -&gt; Fonts -&gt; General -&gt; Show Color Options...</code></p>
<p><a href="http://joelmama.com/wordpress/wp-content/uploads/2008/07/nnw_prefs.png"><img class="alignnone size-thumbnail wp-image-47" title="NetNewsWire Preferences" src="http://joelmama.com/wordpress/wp-content/uploads/2008/07/nnw_prefs-150x150.png" alt="" width="150" height="150" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://joelmama.com/2008/07/03/subscriptions-in-netnewswire-change-color/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Host search concluded, the winner: Knownhost</title>
		<link>http://joelmama.com/2008/01/08/host-search-concluded-the-winner-knownhost/</link>
		<comments>http://joelmama.com/2008/01/08/host-search-concluded-the-winner-knownhost/#comments</comments>
		<pubDate>Tue, 08 Jan 2008 22:07:14 +0000</pubDate>
		<dc:creator>Joel Mama</dc:creator>
				<category><![CDATA[hosting]]></category>

		<guid isPermaLink="false">http://joelmama.com/2008/01/08/host-search-concluded-the-winner-knownhost/</guid>
		<description><![CDATA[A while back, I about Plesk and http.include. I casually mentioned my hoster, but I then realized I never really made an announcement that I have in fact concluded my search and decided on a host.
I decided on a company called Knownhost. So far, so good. Actually so far, so great.
I chose them for a [...]]]></description>
			<content:encoded><![CDATA[<p>A while back, I about <a href="/2006/10/11/plesk-httpdinclude-httpdconf-and-you/">Plesk and http.include</a>. I casually mentioned my hoster, but I then realized I never really made an announcement that I have in fact concluded my search and decided on a host.</p>
<p>I decided on a company called <a href="http://knownhost.com/">Knownhost</a>. So far, so good. Actually so far, so great.</p>
<p>I chose them for a few reasons (in order):</p>
<ol>
<li>Seemed to have good support</li>
<li>True root access in a true <acronym title="virtual private server">VPS</acronym> environment</li>
<li>Good price</li>
<li>Plesk control panel (although you can pick from many others)</li>
<li>Ready to go servers (no installation of other software required)</li>
</ol>
<p>I&#8217;m a big fan of the <a href="http://www.webhostingtalk.com/">Web Hosting Talk</a> forums. I cruised those for a few days reading various posts about VPS hosters. Knownhost personal have a pretty good presence on those forums. They answer various questions about tech and linux stuff, rarely (if ever) pushing their own company. I liked what I was reading.</p>
<p>They are a young company. I vaguely remember that they formed in 2005, although I could be wrong. In the age of come-and-go hosting companies, I was not fond of this fact. In an email to support, a gentlemen by the name of Jay responded &#8220;We are a new brand but have been in the industry for over 15 yrs &#8230;&#8221; I took a gamble and signed up with them knowing I could exercise the 30 day money back guarentee if need be.</p>
<p>Now check this out: I signed up around 9pm pacific time. I received a phone call roughly 10 minutes later from Knownhost with a question about my credit card (I put in the wrong billing address). I was impressed. We got the address corrected and I was up and running shortly. Some people may think that sounds weird for a hoster to call past 9pm &#8230; but I say it&#8217;s smart as I was obviously up and had <em>just</em> placed the order.</p>
<p>Over the months I&#8217;ve had a technical question or two and they&#8217;ve always answered them promptly and politely. I usually get a response in under 30 minutes. Nice!</p>
<p>From a technical standpoint, everything has been running very smoothly. I have yet to experience any down time in the roughly year and a half I&#8217;ve used them. To be clear, that&#8217;s ZERO (0) down time.</p>
<p>I would confidently recommend them to others seeking a quality VPS.</p>
]]></content:encoded>
			<wfw:commentRss>http://joelmama.com/2008/01/08/host-search-concluded-the-winner-knownhost/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Root/Default MySQL password for Plesk</title>
		<link>http://joelmama.com/2008/01/08/rootdefault-mysql-password-for-plesk/</link>
		<comments>http://joelmama.com/2008/01/08/rootdefault-mysql-password-for-plesk/#comments</comments>
		<pubDate>Tue, 08 Jan 2008 21:58:26 +0000</pubDate>
		<dc:creator>Joel Mama</dc:creator>
				<category><![CDATA[hosting]]></category>

		<guid isPermaLink="false">http://joelmama.com/2008/01/08/rootdefault-mysql-password-for-plesk/</guid>
		<description><![CDATA[Plesk disables the MySQL user &#8220;root&#8221;. Instead, use the same &#8220;admin&#8221; user and pass as your Plesk account. Courtesy of this forum post.
]]></description>
			<content:encoded><![CDATA[<p>Plesk disables the MySQL user &#8220;root&#8221;. Instead, use the same &#8220;admin&#8221; user and pass as your Plesk account. Courtesy of this <a href="http://www.webhostingtalk.com/showthread.php?t=377159" title="Web Hosting Talk Forum">forum post</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://joelmama.com/2008/01/08/rootdefault-mysql-password-for-plesk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Modifing the Plesk login page (removing Virtuozzo ad, changing &#8216;login to plesk&#8217; text)</title>
		<link>http://joelmama.com/2007/10/01/modifing-the-plesk-login-page-removing-virtuozzo-ad-changing-login-to-plesk-text/</link>
		<comments>http://joelmama.com/2007/10/01/modifing-the-plesk-login-page-removing-virtuozzo-ad-changing-login-to-plesk-text/#comments</comments>
		<pubDate>Tue, 02 Oct 2007 01:29:17 +0000</pubDate>
		<dc:creator>Joel Mama</dc:creator>
				<category><![CDATA[hosting]]></category>

		<guid isPermaLink="false">http://joelmama.com/2007/10/01/modifing-the-plesk-login-page-removing-virtuozzo-ad-changing-login-to-plesk-text/</guid>
		<description><![CDATA[Let&#8217;s disable/remove the Virtuozzo promo/ad on the Plesk login page.
Via the anonymous blogger over at www.swart.org.za/wordpress (seriously, I couldn&#8217;t find any identifying info on the site) I now know how to remove the hideous Virtuozzo ad that appears on the login page of Plesk.
Quoting swart.org.za:
To disable the promo, edit the lanuage (sic) file, located here:
/usr/local/psa/admin/plib/locales/en-US/messages_en-US.php
Search [...]]]></description>
			<content:encoded><![CDATA[<p>Let&#8217;s disable/remove the Virtuozzo promo/ad on the Plesk login page.</p>
<p>Via the anonymous blogger over at <a href="http://www.swart.org.za/wordpress/">www.swart.org.za/wordpress</a> (seriously, I couldn&#8217;t find any identifying info on the site) I now know how to <a href="http://www.swart.org.za/wordpress/?p=63" title="Plesk 8.1.0 - Disabling Virtuozzo Promo">remove the hideous Virtuozzo ad</a> that appears on the login page of Plesk.</p>
<p>Quoting swart.org.za:</p>
<blockquote><p>To disable the promo, edit the lanuage (sic) file, located here:</p>
<p>/usr/local/psa/admin/plib/locales/en-US/messages_en-US.php</p>
<p>Search for the following string:</p>
<p>virtuozzo__promotion</p></blockquote>
<p>To clarify a few things:</p>
<ol>
<li>That&#8217;s two underscores (__) in &#8220;virtuozzo__promotion&#8221;</li>
<li>You&#8217;ll be setting the value of &#8220;virtuozzo__promotion_top&#8221; to empty single quotes. So the final line would look like this:<br />
<code>'ui__promotion/virtuozzo__promotion_top' =&gt; '',</code></li>
</ol>
<p>While in there, I discovered you can change the &#8220;Login to Plesk 8.2.1&#8243; (or whatever your version is) text that appears on the login page from this same file. I&#8217;m speaking of the text that appears above the login boxes, near the icon of the keys. Search for &#8220;login_up__login_label_plesk&#8221; and change the value to whatever text you like. The final product looks like this on my server:</p>
<p><img src="http://joelmama.com/wordpress/wp-content/uploads/2007/10/plesk_login_page.png" alt="Modified Plesk Login Page" height="242" width="447" /></p>
<p>Bye bye ugly SWSoft promo text! Thank you mysterious stranger at swart.org.za!</p>
]]></content:encoded>
			<wfw:commentRss>http://joelmama.com/2007/10/01/modifing-the-plesk-login-page-removing-virtuozzo-ad-changing-login-to-plesk-text/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
