<?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>PinoyTux Weblog &#187; Troubleshooting</title>
	<atom:link href="http://www.pinoytux.com/category/troubleshooting/feed" rel="self" type="application/rss+xml" />
	<link>http://www.pinoytux.com</link>
	<description>Everything Linux</description>
	<lastBuildDate>Fri, 27 Jan 2012 05:59:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Strict Standards: date() [function.date] Error</title>
		<link>http://www.pinoytux.com/linux/strict-standards-date-function-date-error</link>
		<comments>http://www.pinoytux.com/linux/strict-standards-date-function-date-error#comments</comments>
		<pubDate>Sun, 27 Feb 2011 14:22:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[compile]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[date]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[nagios]]></category>
		<category><![CDATA[nagvis]]></category>
		<category><![CDATA[ntpd]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[php.ini]]></category>
		<category><![CDATA[red hat]]></category>
		<category><![CDATA[rhel]]></category>
		<category><![CDATA[sles]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[standards]]></category>
		<category><![CDATA[strict]]></category>
		<category><![CDATA[suse]]></category>
		<category><![CDATA[time zone]]></category>
		<category><![CDATA[timezone]]></category>
		<category><![CDATA[utc]]></category>
		<category><![CDATA[warning]]></category>

		<guid isPermaLink="false">http://www.pinoytux.com/?p=765</guid>
		<description><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;"><script type="text/javascript">
<!--
digg_url = 'http://www.pinoytux.com/linux/strict-standards-date-function-date-error';
digg_bgcolor = '#FFFFFF';
digg_skin = '';
digg_window = 'new';
digg_title = 'Strict Standards: date() [function.date] Error';
digg_bodytext = 'I was installing NagVis when I came across this weird message:Strict Standards: date() : It is not safe to rely on the system&#8217;s timezone settings. Please use the date.timezone setting, the TZ environment variable or the date_default_timezone_set()...';
digg_media = 'news';
digg_topic = '';
//-->
</script>
<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script>
</div>


I was installing NagVis when I came across this weird message:
Strict Standards: date() [function.date]: It is not safe to rely on the system&#8217;s timezone settings. Please use the date.timezone setting, the TZ environment variable or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;"><script type="text/javascript">
<!--
digg_url = 'http://www.pinoytux.com/linux/strict-standards-date-function-date-error';
digg_bgcolor = '#FFFFFF';
digg_skin = '';
digg_window = 'new';
digg_title = 'Strict Standards: date() [function.date] Error';
digg_bodytext = 'I was installing NagVis when I came across this weird message:Strict Standards: date() : It is not safe to rely on the system&#8217;s timezone settings. Please use the date.timezone setting, the TZ environment variable or the date_default_timezone_set()...';
digg_media = 'news';
digg_topic = '';
//-->
</script>
<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script>
</div>

<p class="FacebookLikeButton"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.pinoytux.com%2Flinux%2Fstrict-standards-date-function-date-error&amp;layout=standard&amp;show_faces=true&amp;width=450&amp;action=like&amp;colorscheme=light&amp;locale=en_US" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height: 60px"></iframe></p>
<p>I was installing NagVis when I came across this weird message:</p>
<p>Strict Standards: date() [function.date]: It is not safe to rely on the system&#8217;s timezone settings. Please use the date.timezone setting, the TZ environment variable or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected &#8216;UTC&#8217; for &#8216;GMT/0.0/no DST&#8217; instead in /usr/local/nagios/nagvis/nagvis/includes/classes/objects/NagVisStatefulObject.php on line 360</p>
<p>It clearly says that I should check the timezone, which I did. But there&#8217;s nothing wrong with time or date. ntpd is running and it set the correct timezone so what could be wrong?</p>
<p>If you are reading this then probably you are seeing this error too. To fix this, open your php.ini using your favourite text editor (like vi) and add this line:</p>
<p><code>date.timezone=UTC</code></p>
<p>Take note that depending on how you installed php, it could be in <code>/etc/php.ini</code> (RedHat) or <code>/etc/php5/apache2/php.ini</code> (SLES) or if compiled, <code>/usr/local/php5/php.ini</code>.</p>
<p>You need to restart Apache for changes to take effect.</p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://www.pinoytux.com/linux/how-to-fix-pecl-php-error-binsh-bad-interpreter-permission-denied" title="How to Fix PECL PHP Error: /bin/sh: bad interpreter: Permission denied">How to Fix PECL PHP Error: /bin/sh: bad interpreter: Permission denied</a> (2)</li><li><a href="http://www.pinoytux.com/linux/sudo-error-sorry-you-must-have-a-tty-to-run-sudo" title="Sudo error:  Sorry, you must have a tty to run sudo">Sudo error:  Sorry, you must have a tty to run sudo</a> (1)</li><li><a href="http://www.pinoytux.com/linux/php-json-module-bug-fix" title="PHP JSON Module Bug Fix">PHP JSON Module Bug Fix</a> (0)</li><li><a href="http://www.pinoytux.com/linux/basic-apache-and-php-install-from-source-part-1" title="Basic Apache and PHP Install from Source Part 1">Basic Apache and PHP Install from Source Part 1</a> (2)</li><li><a href="http://www.pinoytux.com/linux/how-to-remove-m-character" title="How to Remove ^M Character">How to Remove ^M Character</a> (1)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.pinoytux.com/linux/strict-standards-date-function-date-error/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress 2.5 Widget Issues</title>
		<link>http://www.pinoytux.com/troubleshooting/wordpress-25-widget-issues</link>
		<comments>http://www.pinoytux.com/troubleshooting/wordpress-25-widget-issues#comments</comments>
		<pubDate>Wed, 09 Apr 2008 17:40:19 +0000</pubDate>
		<dc:creator>Rai</dc:creator>
				<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[sidebar]]></category>
		<category><![CDATA[wordpress 2.5]]></category>
		<category><![CDATA[wordpress. widget]]></category>

		<guid isPermaLink="false">http://www.pinoytux.com/?p=183</guid>
		<description><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;"><script type="text/javascript">
<!--
digg_url = 'http://www.pinoytux.com/troubleshooting/wordpress-25-widget-issues';
digg_bgcolor = '#FFFFFF';
digg_skin = '';
digg_window = 'new';
digg_title = 'WordPress 2.5 Widget Issues';
digg_bodytext = 'Wordpress 2.5 is the latest version to date of the world&#8217;s most popular publishing system. Despite my innards telling me not to go with the update, I went ahead did it anyway.There&#8217;s nothing wrong with WP 2.5. It is more organized and sort...';
digg_media = 'news';
digg_topic = '';
//-->
</script>
<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script>
</div>


Wordpress 2.5 is the latest version to date of the world&#8217;s most popular publishing system. Despite my innards telling me not to go with the update, I went ahead did it anyway.

There&#8217;s nothing wrong with WP 2.5. It is more organized and sort of easy to the eyes. I like that they decided to let [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;"><script type="text/javascript">
<!--
digg_url = 'http://www.pinoytux.com/troubleshooting/wordpress-25-widget-issues';
digg_bgcolor = '#FFFFFF';
digg_skin = '';
digg_window = 'new';
digg_title = 'WordPress 2.5 Widget Issues';
digg_bodytext = 'Wordpress 2.5 is the latest version to date of the world&#8217;s most popular publishing system. Despite my innards telling me not to go with the update, I went ahead did it anyway.There&#8217;s nothing wrong with WP 2.5. It is more organized and sort...';
digg_media = 'news';
digg_topic = '';
//-->
</script>
<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script>
</div>

<p class="FacebookLikeButton"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.pinoytux.com%2Ftroubleshooting%2Fwordpress-25-widget-issues&amp;layout=standard&amp;show_faces=true&amp;width=450&amp;action=like&amp;colorscheme=light&amp;locale=en_US" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height: 60px"></iframe></p>
<p>Wordpress 2.5 is the latest version to date of the world&#8217;s most popular publishing system. Despite my innards telling me not to go with the update, I went ahead did it anyway.</p>
<p><span id="more-183"></span></p>
<p>There&#8217;s nothing wrong with WP 2.5. It is more organized and sort of easy to the eyes. I like that they decided to let go of the old look and came up with a refreshing one. When I got the site working with WP 2.5, I checked the control panel and said to myself &#8220;Eh, it&#8217;s not so bad.&#8221;</p>
<p>Or so I thought.</p>
<p>Everything works (AFAIK) so I go changing my theme and modified some stuff here and there before I decided to change the order of things in the sidebars. Apparently, it is tougher to do this in this version.  I tried moving one widget from my left sidebar onto the right sidebar. So I dragged the widget to the left in attempt to deactivate the widget first before clicking the RightSidebar dropdown. But no sir, it cannot be done. The widget kept bouncing back to the Left Sidebar column. So how do I move one  widget from left sidebar to the right sidebar or vice versa?</p>
<p>Well, good question.</p>
<p>Or what if you want to just deactivate the widget without deleting it?</p>
<p>That is another good one.</p>
<p>Some folks down at the <a href="http://wordpress.org/support/topic/164474" target="_blank">wordpress.org forum</a> have their opinions about the widget &#8216;bug&#8217;. Looks like I am not alone in this one. So I guess that means we have to do some workaround until they release another version with the &#8216;bug&#8217; fixed.</p>
<p><em>To bring a widget from one sidebar to another</em>:</p>
<p>1. Open the widget and copy the codes inside. Remember to put the copied code in a notepad.</p>
<p>2. Delete the widget by selecting Remove and click Save Changes.</p>
<p>3. Open the other sidebar and create a new widget. Paste the codes here and save your changes.</p>
<p><em>To deactivate the widget without deleting:</em></p>
<p>(I have not yet found a workaround for this).</p>
<p>So you see, the task that can be done in 2 seconds in version 2.3.3 is now a 3-minute job. This is a huge backward step in terms of usability.  Nevertheless, I am too lazy to rollback my site to version 2.3.3. I just got my site working again from database disaster, for crying out loud! Now you want me to rollback everything? I don&#8217;t think so.  So I&#8217;m sticking to 2.5 until they get this fixed. I&#8217;m sure that the WP team is working to resolve this. <img src='http://www.pinoytux.com/smilies/yahoo_smiley.gif' alt='&#58;&#41;' class='wp-smiley' width='18' height='18' title='&#58;&#41;' /></p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://www.pinoytux.com/wordpress/wordpress-251-is-available" title="WordPress 2.5.1 is Available">WordPress 2.5.1 is Available</a> (2)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.pinoytux.com/troubleshooting/wordpress-25-widget-issues/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How Tell Your Hard Drive Is About To Die</title>
		<link>http://www.pinoytux.com/hardware/167</link>
		<comments>http://www.pinoytux.com/hardware/167#comments</comments>
		<pubDate>Sun, 30 Mar 2008 03:34:24 +0000</pubDate>
		<dc:creator>Rai</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[deframentation]]></category>
		<category><![CDATA[disk drive]]></category>
		<category><![CDATA[disk error]]></category>
		<category><![CDATA[hard drive]]></category>
		<category><![CDATA[scandisk]]></category>
		<category><![CDATA[troubleshoot]]></category>

		<guid isPermaLink="false">http://www.pinoytux.com/hardware/167</guid>
		<description><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;"><script type="text/javascript">
<!--
digg_url = 'http://www.pinoytux.com/hardware/167';
digg_bgcolor = '#FFFFFF';
digg_skin = '';
digg_window = 'new';
digg_title = 'How Tell Your Hard Drive Is About To Die';
digg_bodytext = 'LifeHack.org writes all the tell-tale signs to know if your hard drive will soon fail and die on you. Very helpful since I have already suffered enough from hard drives that decided to just get tired and stop breathing &#8211; er&#8230; spinning.Hard...';
digg_media = 'news';
digg_topic = '';
//-->
</script>
<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script>
</div>


LifeHack.org writes all the tell-tale signs to know if your hard drive will soon fail and die on you. Very helpful since I have already suffered enough from hard drives that decided to just get tired and stop breathing &#8211; er&#8230; spinning.

Hard drives form the basis of our computing. The use of computers comes down [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;"><script type="text/javascript">
<!--
digg_url = 'http://www.pinoytux.com/hardware/167';
digg_bgcolor = '#FFFFFF';
digg_skin = '';
digg_window = 'new';
digg_title = 'How Tell Your Hard Drive Is About To Die';
digg_bodytext = 'LifeHack.org writes all the tell-tale signs to know if your hard drive will soon fail and die on you. Very helpful since I have already suffered enough from hard drives that decided to just get tired and stop breathing &#8211; er&#8230; spinning.Hard...';
digg_media = 'news';
digg_topic = '';
//-->
</script>
<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script>
</div>

<p class="FacebookLikeButton"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.pinoytux.com%2Fhardware%2F167&amp;layout=standard&amp;show_faces=true&amp;width=450&amp;action=like&amp;colorscheme=light&amp;locale=en_US" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height: 60px"></iframe></p>
<p><a href="http://www.lifehack.org/articles/technology/how-to-tell-when-your-hard-drive-is-going-to-fail.html" target="_blank">LifeHack.org</a> writes all the tell-tale signs to know if your hard drive will soon fail and die on you. Very helpful since I have already suffered enough from hard drives that decided to just get tired and stop breathing &#8211; er&#8230; spinning.<br />
<span id="more-167"></span></p>
<blockquote><p>Hard drives form the basis of our computing. The use of computers comes down to manipulating data, and the hard drive is, of course, where we store all our data; family albums, music, work documents, email, the list goes on.</p>
<p>Most of the components in your computer are electronic devices. They donâ€™t fail with time like a mechanical device such as a car. But your hard drive is one of the few mechanical devices used in modern computing, and as such, itâ€™s destined to die eventually.</p>
<p>Itâ€™s important to learn to recognize the warning signs of an imminent hard drive failure, since you might not have the budget for an extensive back-up system, so you can rescue all that data before itâ€™s lostâ€”sometimes forever, not retrievable at any cost.<br />
Why do hard drives fail?</p>
<p><em> Logical Failures</em></p>
<p>Logical failures occur when the electronics of the hard drive failure or the software (firmware) has a problem. This kind of failure is usually the cheapest and easiest to have fixed. Unfortunately, itâ€™s also an uncommon failure.<br />
Media Failures</p>
<p>If the hard drive has been handled roughly, or the magnetic platters are scratched, have read/write errors or low-level formatting problems, this is a media failure. These are also relatively uncommon. Once the platters are scratched, the data should be considered scrapped.</p>
<p><em>Head Failures</em></p>
<p>A head failure occurs when the read/write head crashes into the platters (the head crash), has an â€œimproper flying heightâ€ or the wiring between the logic board and the head is faultyâ€”among other failures related to malfunction of the read/write head. This is a common failure. The head crash is particularly nasty.</p>
<p><em>Mechanical Failures</em></p>
<p>Mechanical failures probably make up the bulk of hard drive failures. The motor burns out, the drive overheats, bearings get stuckâ€”the kind of thing youâ€™d expect to find when a car fails. These can be nasty but if the failure didnâ€™t affect the platters, you might have a chance of recovery, but at a cost.</p>
<p><em>How do I find out when itâ€™s going to fail before it fails?</em></p>
<p>Thatâ€™s not always possible, and sometimes a hard drive will just dieâ€”but itâ€™s still important to keep an eye on the symptoms of an imminent hard drive so you have the chance to back-up your data and get professional help.</p>
<p>Hard drives are incredibly sensitive bits of hardware, so donâ€™t try to crack it open and have a look inside unless you know what youâ€™re doing. And most definitely ensure that if you do crack it open, the platters donâ€™t get exposed to the open airâ€”hard drives can only be opened in Class 100 clean rooms or theyâ€™re pretty much instantly destroyed by dust.</p>
<p>Itâ€™s a lot easier to back-up than to get your data recovered. Once you detect any of the signs of failure you need to ensure that you have a back-up and if not, make one. Then when the drive dies, you can claim your warranty if you still have it, or buy a new drive, and be on your way.</p>
<p>Recovery can cost thousands and thousands of dollars; it sure is a ridiculous amount to pay, but thereâ€™s not much you can do but shop around and find the best price. The cost of transferring a back-up onto a brand new drive is much cheaper than having a recovery specialist do the same for you.</p>
<p><em>Strange Noises</em></p>
<p>Sometimes hearing strange grinding and thrashing noises means your drive is beyond repairâ€”for instance, if youâ€™ve had a head crash, it very often is. Or it could just be that the motor has failed or your hard drive is grinding away because of noisy bearings. If youâ€™re hearing strange noises then act very, very quicklyâ€”you probably donâ€™t have much time.</p>
<p><em>Disappearing Data and Disk Errors</em></p>
<p>Computer wonâ€™t let you save a document? Or youâ€™re sure that you had a file on your desktop yesterday thatâ€™s nowhere to be seen today? Programs that always worked suddenly stop working, asking where a file it depends on is stored?</p>
<p>These are all potential signs that your hard drive is on its way out. Of course, it could be that your kids moved your files for fun or a virus is eating through them, but disappearing data is never a good sign for your drive if you can rule out those alternative causes.<br />
Your computer stops recognizing your drive</p>
<p>This may seem obvious, but if your computer no longer recognizes your drive chances are thereâ€™s a problem with it, not the computer. Test it in a friendâ€™s computer and see if your hard drive is recognized by it.</p>
<p>Often, this will be a logical failureâ€”unless you can hear strange noises that indicate a severe mechanical or head problem.</p>
<p><em>Computer Crashes</em></p>
<p>Does your computer regularly blue-screen or suddenly reboot? Does it crash often, especially when booting your operating system? If your computer is crashing, especially at times when the computers is accessing files (such as during the boot sequence), it may indicate a problem with your drive.<br />
Really Slow Access Times</p>
<p>It shouldnâ€™t take half an hour to open a folder in Windows Explorer, or two hours to empty the trash. Iâ€™ve come across this problem plenty of times over the years, and itâ€™s always followed by a failing hard drive within a month or two.</p>
<p>If you have this symptom on your computer and your drive does not fail, please uninstall Vista from your 486.</p>
<p>Sound is a great indicator. As soon as the sound changes from the norm, or you get plenty of clicking and grinding from your hard drive, you need to power it down immediately. Get to know the sound of your hard drive while itâ€™s young and in working order, because youâ€™ll need to be able to hear the slightest differences when it gets older.</p>
<p><em>What next?</em></p>
<p>Donâ€™t try to be a hero. If thereâ€™s time, get your data backed up. If thereâ€™s notâ€”nasty noises, for exampleâ€”get it out of the computer or enclosure, wrap it in anti-static plastic or aluminium foil and keep it safe until you can send it to a professional. Hard drives are very sensitive, just like those kids who die their hair black and write poems about suicide. Donâ€™t mess with them.</p>
<p>When you contact a recovery specialist, they will give you details on shipping the drive, though they tend to prefer you hand-deliver it to prevent further damage.</p>
<p>When it comes to hard drives, just remember to keep an eye on it and act quickly. And, of course, keep extensive back-ups, even if you have to skip groceries one week to do so.</p></blockquote>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://www.pinoytux.com/linux/how-to-remove-m-character" title="How to Remove ^M Character">How to Remove ^M Character</a> (1)</li><li><a href="http://www.pinoytux.com/linux/sudo-error-sorry-you-must-have-a-tty-to-run-sudo" title="Sudo error:  Sorry, you must have a tty to run sudo">Sudo error:  Sorry, you must have a tty to run sudo</a> (1)</li><li><a href="http://www.pinoytux.com/hardware/seagate-unveils-1tb-hard-disk-drive" title="Seagate Unveils 1TB Hard Disk Drive">Seagate Unveils 1TB Hard Disk Drive</a> (2)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.pinoytux.com/hardware/167/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Toolkits for Technical Support Engineers</title>
		<link>http://www.pinoytux.com/tips/free-toolkits-for-technical-support-engineers</link>
		<comments>http://www.pinoytux.com/tips/free-toolkits-for-technical-support-engineers#comments</comments>
		<pubDate>Sat, 29 Mar 2008 18:56:00 +0000</pubDate>
		<dc:creator>Rai</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[basic programs]]></category>
		<category><![CDATA[technical support]]></category>
		<category><![CDATA[toolkit]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.pinoytux.com/tips/free-toolkits-for-technical-support-engineers</guid>
		<description><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;"><script type="text/javascript">
<!--
digg_url = 'http://www.pinoytux.com/tips/free-toolkits-for-technical-support-engineers';
digg_bgcolor = '#FFFFFF';
digg_skin = '';
digg_window = 'new';
digg_title = 'Free Toolkits for Technical Support Engineers';
digg_bodytext = 'For two years of my early career life, I was a struggling Windows support who worked from being a Windows help desk support to Windows on-site support before becoming a Linux system administrator.Being an IT support is a tough and dirty job. You face...';
digg_media = 'news';
digg_topic = '';
//-->
</script>
<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script>
</div>


For two years of my early career life, I was a struggling Windows support who worked from being a Windows help desk support to Windows on-site support before becoming a Linux system administrator.
Being an IT support is a tough and dirty job. You face dusty, broken computers, get on your knees to re-connect that patch [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;"><script type="text/javascript">
<!--
digg_url = 'http://www.pinoytux.com/tips/free-toolkits-for-technical-support-engineers';
digg_bgcolor = '#FFFFFF';
digg_skin = '';
digg_window = 'new';
digg_title = 'Free Toolkits for Technical Support Engineers';
digg_bodytext = 'For two years of my early career life, I was a struggling Windows support who worked from being a Windows help desk support to Windows on-site support before becoming a Linux system administrator.Being an IT support is a tough and dirty job. You face...';
digg_media = 'news';
digg_topic = '';
//-->
</script>
<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script>
</div>

<p class="FacebookLikeButton"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.pinoytux.com%2Ftips%2Ffree-toolkits-for-technical-support-engineers&amp;layout=standard&amp;show_faces=true&amp;width=450&amp;action=like&amp;colorscheme=light&amp;locale=en_US" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height: 60px"></iframe></p>
<p>For two years of my early career life, I was a struggling Windows support who worked from being a Windows help desk support to Windows on-site support before becoming a Linux system administrator.</p>
<p><span id="more-163"></span>Being an IT support is a tough and dirty job. You face dusty, broken computers, get on your knees to re-connect that patch cable underneath the desk, listen to the whines of people from Marketing and Accounting on how they could not do their work because you have their computers at your mercy, accidentally reading confidential emails and catching the latest office news while you are at it (hey, you already saw the email so there is no point in denying)Â  and of course, what could be more fun than to help users find their START button. All of these are done on a daily basis.</p>
<p>IT support are also in charge of setting up that cool, new PC which is the easiest work because you work with a blank canvass. It is clean, fast and if you mess it up, you can wipe everything and start all over again. Never have to worry about losing important spreadsheets, emails and browser bookmarks.Â  The only thing to think about are the programs you need to install. To help our fellow support engineers out there, <a href="http://www.runpcrun.com/free_IT_support_engineers_toolkit" target="_blank">here is a nice site</a> with free toolkits that are commonly installed on fresh computers.</p>
<p>Before installing these programs, please confirm first with the company policies of these programs are allowed on your network.</p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://www.pinoytux.com/linux/how-to-remove-m-character" title="How to Remove ^M Character">How to Remove ^M Character</a> (1)</li><li><a href="http://www.pinoytux.com/linux/backspace-key-not-working-in-putty" title="Backspace Key Not Working in PuTTY">Backspace Key Not Working in PuTTY</a> (5)</li><li><a href="http://www.pinoytux.com/jokes/the-matrix-runs-on-windows" title="The Matrix Runs on Windows">The Matrix Runs on Windows</a> (1)</li><li><a href="http://www.pinoytux.com/linux/10-reasons-why-linux-will-triumph-over-windows" title="10 Reasons Why Linux will Triumph over Windows">10 Reasons Why Linux will Triumph over Windows</a> (8)</li><li><a href="http://www.pinoytux.com/linux/philippines-20-are-firefox-2-users" title="Philippines: 20% are Firefox 2 Users">Philippines: 20% are Firefox 2 Users</a> (4)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.pinoytux.com/tips/free-toolkits-for-technical-support-engineers/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Howto: Install yum On RHEL 4</title>
		<link>http://www.pinoytux.com/linux/howto-install-yum-on-rhel-4</link>
		<comments>http://www.pinoytux.com/linux/howto-install-yum-on-rhel-4#comments</comments>
		<pubDate>Wed, 02 Jan 2008 16:25:28 +0000</pubDate>
		<dc:creator>Rai</dc:creator>
				<category><![CDATA[How-To's]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[package]]></category>
		<category><![CDATA[repository]]></category>
		<category><![CDATA[rhel]]></category>
		<category><![CDATA[rpm]]></category>
		<category><![CDATA[up2date]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[yum]]></category>

		<guid isPermaLink="false">http://www.pinoytux.com/linux/howto-install-yum-on-rhel-4</guid>
		<description><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;"><script type="text/javascript">
<!--
digg_url = 'http://www.pinoytux.com/linux/howto-install-yum-on-rhel-4';
digg_bgcolor = '#FFFFFF';
digg_skin = '';
digg_window = 'new';
digg_title = 'Howto: Install yum On RHEL 4';
digg_bodytext = 'There are more than a couple of ways of updating Red Hat Enterprise Linux (RHEL) packages on your machine. One is by using up2date, the default package updater of RHEL systems. Unlike Fedora and CentOS which uses yum, up2date requires you to be registered...';
digg_media = 'news';
digg_topic = '';
//-->
</script>
<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script>
</div>


There are more than a couple of ways of updating Red Hat Enterprise Linux (RHEL) packages on your machine. One is by using up2date, the default package updater of RHEL systems. Unlike Fedora and CentOS which uses yum, up2date requires you to be registered to Red Hat Network (RHN) to be able to download or [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;"><script type="text/javascript">
<!--
digg_url = 'http://www.pinoytux.com/linux/howto-install-yum-on-rhel-4';
digg_bgcolor = '#FFFFFF';
digg_skin = '';
digg_window = 'new';
digg_title = 'Howto: Install yum On RHEL 4';
digg_bodytext = 'There are more than a couple of ways of updating Red Hat Enterprise Linux (RHEL) packages on your machine. One is by using up2date, the default package updater of RHEL systems. Unlike Fedora and CentOS which uses yum, up2date requires you to be registered...';
digg_media = 'news';
digg_topic = '';
//-->
</script>
<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script>
</div>

<p class="FacebookLikeButton"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.pinoytux.com%2Flinux%2Fhowto-install-yum-on-rhel-4&amp;layout=standard&amp;show_faces=true&amp;width=450&amp;action=like&amp;colorscheme=light&amp;locale=en_US" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height: 60px"></iframe></p>
<p>There are more than a couple of ways of updating Red Hat Enterprise Linux (RHEL) packages on your machine. One is by using up2date, the default package updater of RHEL systems. Unlike Fedora and CentOS which uses yum, up2date requires you to be registered to Red Hat Network (RHN) to be able to download or update your packages from the RHN repository.</p>
<p>Now, what if you need to install a certain package that is not available in your current repository by up2date? Or what if the package in the repository wreaks havoc in your system?  Maybe you should try using yum to install or update rpm packages.</p>
<p>But&#8230; but&#8230; but how can I install yum in my RHEL machine?, you may ask. It&#8217;s actually very simple.</p>
<p>I got this tip from <a href="http://babarhaq.blogspot.com/2006/01/installing-yum-on-rhel-3.html" target="_blank">Babar Haq&#8217;s Blog</a> with a little modification since I am using RHEL 4.<a href="http://babarhaq.blogspot.com/2006/01/installing-yum-on-rhel-3.html" target="_blank"><br />
</a></p>
<p>1. Download yum by using wget</p>
<p># wget <a href="http://linux.duke.edu/projects/yum/download/2.0/yum-2.0.8-1.noarch.rpm" target="_blank">http://linux.duke.edu/projects/yum/download/2.0/yum-2.0.8-1.noarch.rpm</a></p>
<p>2. Install the rpm</p>
<p># rpm -ivh yum-2.0.8-1.noarch.rpm</p>
<p>3. Configure /etc/yum.conf to use compatible repository</p>
<p><span style="font-family: courier new">[main]<br />
</span><span style="font-family: courier new">cachedir=/var/cache/yum<br />
</span><span style="font-family: courier new">debuglevel=2<br />
</span><span style="font-family: courier new">logfile=/var/log/yum.log<br />
</span><span style="font-family: courier new">pkgpolicy=newest<br />
</span><span style="font-family: courier new">distroverpkg=redhat-release<br />
</span><span style="font-family: courier new">tolerant=1<br />
</span><span style="font-family: courier new">exactarch=1</span></p>
<p><span style="font-family: courier new"></span><span style="font-family: courier new">[base]</span><br />
<span style="font-family: courier new">name=CentOS-$releasever &#8211; Base<br />
</span><span style="font-family: courier new">baseurl=http://mirror.centos.org/centos/4/os/i386/<br />
</span><span style="font-family: courier new">gpgcheck=1</span></p>
<p><span style="font-family: courier new">[updates]<br />
</span><span style="font-family: courier new">name=Red Hat Linux $releasever &#8211; Updates<br />
</span><span style="font-family: courier new">baseurl=http://mirror.centos.org/centos/4/updates/i386/<br />
</span><span style="font-family: courier new">gpgcheck=1</span></p>
<p>4. Download and install the CentOS GPG Key</p>
<p># wget http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-4</p>
<p># rpm &#8211;import RPM-GPG-KEY-CentOS-4</p>
<p>5. Test yum to see if it works (I tested by running full update on my machine)</p>
<p># yum update</p>
<p>*Note: This will update ALL installed packages in your machine. If you do not want to do this, cancel the process or skip this step.</p>
<p>If you reach step 5 without encountering any errors, it means that yum is successfully updating your machine with the latest versions available in the repo. <img src='http://www.pinoytux.com/smilies/yahoo_wave.gif' alt='&#58;&#45;&#104;' class='wp-smiley' width='28' height='18' title='&#58;&#45;&#104;' /></p>
<p>This worked perfectly fine for me. If you experienced any errors, post a message and I will try to help you out <img src='http://www.pinoytux.com/smilies/yahoo_wink.gif' alt='&#59;&#41;' class='wp-smiley' width='18' height='18' title='&#59;&#41;' /></p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://www.pinoytux.com/linux/tip-testing-your-phpmysql-connection" title="Tip: Testing Your PHP/MySQL Connection">Tip: Testing Your PHP/MySQL Connection</a> (8)</li><li><a href="http://www.pinoytux.com/linux/strict-standards-date-function-date-error" title="Strict Standards: date() [function.date] Error">Strict Standards: date() [function.date] Error</a> (1)</li><li><a href="http://www.pinoytux.com/linux/how-to-use-alias-command" title="How to Use the alias Command">How to Use the alias Command</a> (0)</li><li><a href="http://www.pinoytux.com/linux/vim-trick-how-to-comment-multiple-lines" title="VIM Trick: How to Comment Multiple Lines">VIM Trick: How to Comment Multiple Lines</a> (2)</li><li><a href="http://www.pinoytux.com/linux/nasa-uses-linux-a-lot" title="NASA Uses Linux &#8211; A Lot!">NASA Uses Linux &#8211; A Lot!</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.pinoytux.com/linux/howto-install-yum-on-rhel-4/feed</wfw:commentRss>
		<slash:comments>35</slash:comments>
		</item>
	</channel>
</rss>

