<?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>Look for IT over here</title>
	<atom:link href="http://lookforitoverhere.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://lookforitoverhere.com</link>
	<description>IT related tutorials,tips, and generally my life on the net.</description>
	<lastBuildDate>Mon, 30 Jan 2012 00:00:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to schedule Windows 7 to shutdown</title>
		<link>http://lookforitoverhere.com/382/how-to-schedule-windows-7-to-shutdown/</link>
		<comments>http://lookforitoverhere.com/382/how-to-schedule-windows-7-to-shutdown/#comments</comments>
		<pubDate>Sun, 04 Dec 2011 22:35:56 +0000</pubDate>
		<dc:creator>indi</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[schedule]]></category>
		<category><![CDATA[shutdown]]></category>
		<category><![CDATA[task]]></category>

		<guid isPermaLink="false">http://lookforitoverhere.com/?p=382</guid>
		<description><![CDATA[Many people ask me how they can get their computer to shutdown at night automatically. With windows XP I used a nice little freeware program that would sit in the tray, but with Windows 7 it is much easier. There is a task scheduler built in that you can take advantage of. Click on Start>Control [...]]]></description>
			<content:encoded><![CDATA[<p>Many people ask me how they can get their computer to shutdown at night automatically. With windows XP I used a nice little freeware program that would sit in the tray, but with Windows 7 it is much easier. There is a task scheduler built in that you can take advantage of.</p>
<p>Click on Start>Control Panel>System Security>Administrative Tools and you&#8217;ll see the task scheduler there.</p>
<p>Click on that, and then &#8216;Create Basic Task&#8217; (on the right hand side):</p>
<p><a href="http://lookforitoverhere.com/wp-content/uploads/2011/12/Task-1.png"><img src="http://lookforitoverhere.com/wp-content/uploads/2011/12/Task-1-300x197.png" alt="task schedule" title="Task 1" width="300" height="197" class="aligncenter size-medium wp-image-383" /></a></p>
<p>You&#8217;ll see the following screen come up. Give the task a name and a description so you know later on what it is for.</p>
<p><a href="http://lookforitoverhere.com/wp-content/uploads/2011/12/task2.png"><img src="http://lookforitoverhere.com/wp-content/uploads/2011/12/task2-300x187.png" alt="task schedule 2" title="task2" width="300" height="187" class="aligncenter size-medium wp-image-384" /></a></p>
<p><span id="more-382"></span></p>
<p>The next screen is the trigger for the task. How often do you want it to occur? In this example, we want the shutdown to occur every day.</p>
<p><a href="http://lookforitoverhere.com/wp-content/uploads/2011/12/task3.png"><img src="http://lookforitoverhere.com/wp-content/uploads/2011/12/task3-300x187.png" alt="task schedule 3" title="task3" width="300" height="187" class="aligncenter size-medium wp-image-385" /></a></p>
<p>The next screen will allow us to specify and starting date, and what time (each day) the task will be scheduled.</p>
<p><a href="http://lookforitoverhere.com/wp-content/uploads/2011/12/task4.png"><img src="http://lookforitoverhere.com/wp-content/uploads/2011/12/task4-300x187.png" alt="" title="task4" width="300" height="187" class="aligncenter size-medium wp-image-386" /></a></p>
<p>As this scheduler can be used for many things, we are asked next what do we want to do once the &#8216;trigger&#8217; is hit. In our case we want to start a program (and that program is a shutdown sequence).</p>
<p><a href="http://lookforitoverhere.com/wp-content/uploads/2011/12/task5.png"><img src="http://lookforitoverhere.com/wp-content/uploads/2011/12/task5-300x187.png" alt="" title="task5" width="300" height="187" class="aligncenter size-medium wp-image-387" /></a></p>
<p>We have to locate the shutdown program from the next screen.</p>
<p><a href="http://lookforitoverhere.com/wp-content/uploads/2011/12/task6.png"><img src="http://lookforitoverhere.com/wp-content/uploads/2011/12/task6-300x187.png" alt="task schedule 6" title="task6" width="300" height="187" class="aligncenter size-medium wp-image-388" /></a></p>
<p>so, click on browse and navigate to the \windows\system32 directory and find shutdown.exe, and select it.</p>
<p><a href="http://lookforitoverhere.com/wp-content/uploads/2011/12/task7.png"><img src="http://lookforitoverhere.com/wp-content/uploads/2011/12/task7-300x187.png" alt="" title="task7" width="300" height="187" class="aligncenter size-medium wp-image-389" /></a></p>
<p>Once selected, put /s in the &#8216;Add Arguments&#8217; field.  </p>
<p><a href="http://lookforitoverhere.com/wp-content/uploads/2011/12/task8.png"><img src="http://lookforitoverhere.com/wp-content/uploads/2011/12/task8-300x187.png" alt="" title="task8" width="300" height="187" class="aligncenter size-medium wp-image-390" /></a></p>
<p>Once done, the final step should look something like this:</p>
<p><a href="http://lookforitoverhere.com/wp-content/uploads/2011/12/task9.png"><img src="http://lookforitoverhere.com/wp-content/uploads/2011/12/task9-300x187.png" alt="task schedule 9" title="task9" width="300" height="187" class="aligncenter size-medium wp-image-391" /></a></p>
<p>Click on finish, and you&#8217;re done!</p>
]]></content:encoded>
			<wfw:commentRss>http://lookforitoverhere.com/382/how-to-schedule-windows-7-to-shutdown/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone 4S Low Volume</title>
		<link>http://lookforitoverhere.com/379/iphone-4s-low-volume/</link>
		<comments>http://lookforitoverhere.com/379/iphone-4s-low-volume/#comments</comments>
		<pubDate>Fri, 21 Oct 2011 00:46:45 +0000</pubDate>
		<dc:creator>indi</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Mobile Phone]]></category>
		<category><![CDATA[4S]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[iOS5]]></category>

		<guid isPermaLink="false">http://lookforitoverhere.com/?p=379</guid>
		<description><![CDATA[The release of the iPhone 4S has caused the (now) usual rush of customers wanting the phone as soon as it&#8217;s released. I must say, I&#8217;m rather impressed with the improvements over the iPhone 4. Also I have seen a few users that have experienced problems also. Every one of them has been a user [...]]]></description>
			<content:encoded><![CDATA[<p>The release of the iPhone 4S has caused the (now) usual rush of customers wanting the phone as soon as it&#8217;s released. I must say,  I&#8217;m rather impressed with the improvements over the iPhone 4.</p>
<p>Also I have seen a few users that have experienced problems also. Every one of them has been a user issue that I have seen, and I just wanted to share an experience that I have come across a few times already.</p>
<p>A friend was complaining about low volume levels whilst on a phone call. Yes the volume was turned right up. I thought &#8216;mmm might have a dud iPhone here&#8217; but before I gave my friend the bad news, I asked her &#8216;dumb question, but have you taken off the original plastic screen protector?&#8217; The response was a roar of laughter which told me that this was the problem.</p>
<p>So, it doesn&#8217;t hurt to go and check the basics first. With the film that is on the phone when you take it out of the box, the phone speaker is covered up &#8211; hence the low volume problem.</p>
<p>Failing that, try a hard reset of the phone before contacting Apple.  </p>
<h4>Incoming search terms:</h4><ul><li>iphone 4s volume problem</li><li>iphone 4s volume</li><li>iphone 4s call volume</li><li>iphone 4s volume problems</li><li>iphone 4s low call volume</li><li>how to turn up volume on iphone 4s</li><li>iphone 4s earpiece volume</li><li>iphone 4s low volume</li><li>iphone 4s volume low</li><li>how to increase volume on iphone 4s</li><li>iphone 4s volume button</li><li>volume on iphone 4s</li><li>how do i turn up the volume on my iphone 4s</li><li>iphone 4s volume issue</li><li>iphone 4s in call volume</li><li>iphone 4s speaker volume</li><li>how to increase call volume on iphone 4s</li><li>low volume on iphone 4s</li><li>volume iphone 4s</li><li>iphone 4s call volume low</li><li>turn up volume on iphone 4s</li><li>iphone 4s phone volume</li><li>call volume on iphone 4s</li><li>how to turn volume up on iphone 4s</li><li>how to turn up the volume on iphone 4s</li><li>how do you turn up the volume on an iphone 4s</li><li>iphone 4s volume issues</li><li>Iphone 4s lautstärke</li><li>increase volume on iphone 4s</li><li>how to adjust volume on iphone 4s</li><li>low call volume on iphone 4s</li><li>iphone 4s call volume is low</li><li>how to adjust call volume on iphone 4s</li><li>iphone 4s quiet calls</li><li>adjust volume on iphone 4s</li><li>iphone 4s ear volume</li><li>iphone 4s ear volume low</li><li>how to turn up volume on iphone</li><li>how to turn up call volume on iphone 4s</li><li>in call volume iphone 4s</li><li>iphone 4s volume too low</li><li>Iphone 4s turn up volume</li><li>iphone 4s speaker problems</li><li>volume on iphone 4s very low</li><li>iphone 4s sound low</li><li>iphone 4s phone call volume</li><li>iphone 4s volume boost</li><li>iphone 4s increase call volume</li><li>turning up volume on iphone 4s</li><li>iphone 4s earpiece volume too low</li><li>iphone 4s handset volume</li><li>iphone 4s speaker volume low</li><li>iphone 4s how to increase call volume</li><li>iphone 4s volume buttons not working</li><li>adjusting volume on iphone 4s</li><li>low volume iphone 4s</li><li>iphone 4s in call volume low</li><li>speaker volume on iphone 4s</li><li>iphone 4s voice volume</li><li>turn volume up on iphone 4s</li><li>iphone 4s volume settings</li><li>iphone volume low</li><li>iphone 4s low volume problem</li><li>how to turn up phone volume on iphone 4s</li><li>how to increase the volume on iphone 4s</li><li>how to turn volume up on iphone</li><li>iphone 4s low volume problems</li><li>iphone 4s increase volume</li><li>how to increase speaker volume on iphone 4s</li><li>iphone 4s quiet speaker</li><li>how do i turn the volume up on my iphone 4s</li><li>iphone 4s low volume on phone calls</li><li>how to turn the volume up on iphone 4s</li><li>how do you turn the volume up on iphone 4s</li><li>how to turn up iphone 4s call volume</li><li>how to turn up in call volume on iphone 4s</li><li>iphone 4s low volume on calls</li><li>how to adjust volume on iphone 4s for calls</li><li>iphone volume too low</li><li>how to increase iphone 4s volume</li><li>how to turn up earpiece volume on iphone 4s</li><li>iphone volume boost</li><li>how to adjust the volume on iphone 4s</li><li>how to adjust ear volume on iphone 4s</li><li>iphone 4s low incall volume</li><li>iphone call volume</li><li>how to increase volume on iphone 4</li><li>iphone 4s quiet</li><li>iphone 4s earpiece volume low</li><li>iphone 4s volume on call</li><li>how to adjust the volume on the iphone 4s</li><li>how to raise call volume on iphone 4s</li><li>how do i turn up volume on iphone 4s</li><li>low volume of speaker iphone 4s how to change it</li><li>volume boost iphone 4s</li><li>how to increase the volume in iphone 4s</li><li>iphone 4s boost volume</li><li>iphone 4s incoming call volume</li><li>how do i turn up the speaker volume on my iphone 4s</li><li>how to increase phone volume on iphone 4s</li></ul>]]></content:encoded>
			<wfw:commentRss>http://lookforitoverhere.com/379/iphone-4s-low-volume/feed/</wfw:commentRss>
		<slash:comments>41</slash:comments>
		</item>
		<item>
		<title>How to install memory MSI U135 DX</title>
		<link>http://lookforitoverhere.com/364/how-to-install-memory-msi-u135-dx/</link>
		<comments>http://lookforitoverhere.com/364/how-to-install-memory-msi-u135-dx/#comments</comments>
		<pubDate>Sat, 21 May 2011 06:46:46 +0000</pubDate>
		<dc:creator>indi</dc:creator>
				<category><![CDATA[Netbook]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[DDR3]]></category>
		<category><![CDATA[MSI]]></category>
		<category><![CDATA[U135DX]]></category>

		<guid isPermaLink="false">http://lookforitoverhere.com/?p=364</guid>
		<description><![CDATA[The U135 DX Netbook is a Atom based Netbook that is not too bad for a portable PC but in my opinion 1Gig RAM is not enough for a machine running a Windows 7 (albeit starter edition) operating system. So, what options do I have to throw more memory in? Not too many. It comes [...]]]></description>
			<content:encoded><![CDATA[<p>The U135 DX Netbook is a Atom based Netbook that is not too bad for a portable PC but in my opinion 1Gig RAM is not enough for a machine running a Windows 7 (albeit starter edition) operating system.</p>
<p>So, what options do I have to throw more memory in? Not too many. It comes with 1Gig built in, and only has one slot for another 1Gig. Will it make a difference? One way to find out &#8211; hence this post.</p>
<p>The type of memory required is DDR3 204pin SODIMM 1333MHz. I bought mine off Ebay as I could not find anywhere else to buy it.</p>
<p>Ok, let&#8217;s get to it but before I do:</p>
<p><em>Disclaimer: I take no responsibility for any problems caused by the following instructions. They are provided for your information only, and could possibly void your warranty.<br />
If unsure of the procedure described below, then don&#8217;t do it and a get a professional to install the memory.</em></p>
<p>Prerequisites:<br />
Anti static wrist strap for the procedure<br />
Phillips head scewdriver that fits exactly into screws<br />
The Netbook and your memory.</p>
<p>Before you start, turn your netbookover and locate the screws that you will be removing. There are nine, one of which is located under your warranty sticker (see pic below, with screw locations highlighted in red). Also, remove the battery.</p>
<p><center><div id="attachment_368" class="wp-caption aligncenter" style="width: 460px"><a href="http://lookforitoverhere.com/wp-content/uploads/2011/05/U135DX-2.jpg"><img src="http://lookforitoverhere.com/wp-content/uploads/2011/05/U135DX-2.jpg" alt="" title="U135DX " width="450" height="317" class="size-full wp-image-368" /></a><p class="wp-caption-text">MSI U135 DX </p></div></center></p>
<p><em>Proceeding past here will probably void your warranty as we will need to break that sticker to get to the screw, so if you want to keep your warranty stop here.</em></p>
<p>Remove all the screws, and then gently grab the base of the case from the top (up near battery). There are two tabs (located in battery bay) that may require a slight push to release the base but it should start to lift up (there is no real force required, so if it doesnt move with only a slight effort, try to work out why).</p>
<p>What I noticed when I did it was that the right hand side came up quite easily but on the elft hand side the external monitor port connector was holding me back, so in the process of left the base up I moved it to the left in order to move the base away from the monitor connector.</p>
<p>Base off:</p>
<p><center><a href="http://lookforitoverhere.com/wp-content/uploads/2011/05/U135DX-3.jpg"><img src="http://lookforitoverhere.com/wp-content/uploads/2011/05/U135DX-3.jpg" alt="MSI U135 DX " title="U135 DX " width="450" height="289" class="aligncenter size-full wp-image-371" /></a></center></p>
<p>The location of the memory slot is easy to find <img src='http://lookforitoverhere.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  Note, when you go to put the memory in, it will only go in one way. It will slide in at about 45 degrees, and once in you can gently push down to a horizontal position when two tabs will grab the module and keep in down.</p>
<p>To put the Netbook back together, reverse the removal instructions and enjoy the Netbook. If something has gone wrong it will not boot at all, so go back and check your work.</p>
<p>The final question &#8211; Was it worth the effort? Absolutely. The Netbook runs much better and doesn&#8217;t seem to hesitate when opening up programs. It is a much more enjoyable to use.</p>
<h4>Incoming search terms:</h4><ul><li>msi u135dx</li><li>msi u135 dx</li><li>msi u135dx memory upgrade</li><li>msi 135dx</li><li>U135 DX</li><li>msi u135dx ram upgrade</li><li>u135dx ram upgrade</li><li>MSI U135 ram</li><li>MSI U135 DX MS-N014</li><li>u135dx ram</li><li>msi u135dx motherboard</li><li>U135DX</li><li>msi u135 memory upgrade</li><li>how to disassemble the msi wind u135dx</li><li>msi u135dx ram slots</li><li>u135 motherboard</li><li>diagrama tarjeta madre msi u135dx</li><li>MSI U135 service manual</li><li>tarjeta madre msi win u135</li><li>msi u135 disassembly</li><li>msi wind u135 disassembly</li><li>wind u135 ram</li><li>installer logiciel de camera web warranty seal</li><li>netbook msi u135 memory</li><li>what type of memory card used in msi135dx</li><li>msi u135dx добавить память</li><li>msi all in one teardown</li><li>wind 135dx ram</li><li>u135dx webkamera letöltés</li><li>msi u135 dx ram</li><li>drivers ms-n014 download</li><li>u135dx ddr3</li><li>u135dx memory</li><li>replacing screen msi wind u135</li><li>remove warranty sticker from service</li><li>msi u135 upgrade memory</li><li>msi u135dx ram</li><li>msi u135dx disassemble</li><li>msi u135dx no network in range</li><li>msi u135dx how remove hard drive</li><li>msi u135dx adding memory</li><li>msi u135dx how to put ram in it</li><li>msi u135dx netbook webcam free download</li><li>msi u135dx background softwer</li><li>msi u135dx battery</li><li>msi u135dx change ram</li><li>msi u135dx installing more memory</li><li>msi u135dx extra ram slot</li><li>msi u135dx how upgrade ram</li><li>msi u135dx screen replacement in pakistan</li><li>replacing screen on msi u135dx</li><li>tastatura laptop msi u135</li><li>u135</li><li>how can i show the volume pic display when i change the volume msi l1350</li><li>msi wind u135 ram upgrade</li><li>u135dx disasambler</li><li>u135dx dissassemble</li><li>U135DX REMOVE</li><li>upgrade mem leptop msi</li><li>upgrade msi u 135 dx</li><li>waar zit het geheugen van MSI U135</li><li>remove keyboard msi u135dx</li><li>remove hard drive msi u135</li><li>msi u135dx web camera driver free download</li><li>msi u135dx как установить память</li><li>msi u135dx модуль памяти</li><li>msi u135dx установка памяти</li><li>msi wind netbook service manual</li><li>msi wind u135 memory removal</li><li>u135dx webcam driver</li><li>msi wind u135dx memory upgrade you tube</li><li>msn014 xp</li><li>netgear vvg2000 ping out</li><li>other sites where i can install my webcam in msi netbook u135dx</li><li>webcam driver for msi u135dx</li><li>add ram msi u135dx</li><li>how much is the upgradable memory for msi u135?</li><li>how to add memory for msi u135dx</li><li>how to change a disk in all in one msi</li><li>how to disable internal memory of msi u135</li><li>how to disassemble msi netbook</li><li>how to install memory in netbook msi u135dx</li><li>how to install webcam for msi netbook</li><li>how to install windows xp onto an msi U135DX notebook</li><li>how to installed web cam for msi netbook</li><li>how to open msi all in one</li><li>how to replace the screen msi u135</li><li>hp drivers free download for windows 7- cam MS-NO14</li><li>how many ram port msi u135dx</li><li>how do you set up msi u135dx netbook</li><li>free download Webcam u135dx</li><li>add ram to msi wind u135</li><li>add ram to wind u135dx</li><li>camera driver download for notebook msi u135dx</li><li>camera drivers for msi - n014</li><li>desarmar msi</li><li>disassembly of msi ms-n014</li><li>does the msi wind 130u netbook have 2 memory slots</li><li>download msi ms-n014 webcamera drivers for windows 7</li><li>download webcam msi u135dx</li></ul>]]></content:encoded>
			<wfw:commentRss>http://lookforitoverhere.com/364/how-to-install-memory-msi-u135-dx/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Cannot Change Logon Screen rtlgina2.dll</title>
		<link>http://lookforitoverhere.com/344/cannot-change-logon-screen-rtlgina2-dll/</link>
		<comments>http://lookforitoverhere.com/344/cannot-change-logon-screen-rtlgina2-dll/#comments</comments>
		<pubDate>Tue, 07 Dec 2010 10:45:00 +0000</pubDate>
		<dc:creator>indi</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[xp]]></category>
		<category><![CDATA[fast user switching]]></category>
		<category><![CDATA[Netgear]]></category>
		<category><![CDATA[registry]]></category>
		<category><![CDATA[rtlgina.dll]]></category>
		<category><![CDATA[wg111]]></category>

		<guid isPermaLink="false">http://lookforitoverhere.com/?p=344</guid>
		<description><![CDATA[With Windows XP, you have the abililty to change your welcome screen (which is much more pleasant on the eye) to a logon screen (similar to what you would see at your workplace: They both work the same, the change is pretty much cosmetic only for most users. How do you change it? Well, from [...]]]></description>
			<content:encoded><![CDATA[<p>With Windows XP, you have the abililty to change your welcome screen (which is much more pleasant on the eye)</p>
<p><center><img src="http://lookforitoverhere.com/wp-content/uploads/2010/winxppro.jpg" width="400" height="300" alt="Win XP Pro welcome" title="Win XP Pro welcome" /></center></p>
<p> to a logon screen (similar to what you would see at your workplace:</p>
<p><center><img src="http://lookforitoverhere.com/wp-content/uploads/2010/windows-login_edited.jpg" width="415" height="237" alt="win xp login" title="win xp login" /></center></p>
<p>They both work the same, the change is pretty much cosmetic only for <em>most</em> users.</p>
<p>How do you change it? Well, from within control panel>user accounts there is a link labelled &#8216;change the way users log on or off&#8217;. From there you would change that to your desired preference. All of 15 seconds work &#8211; normally.</p>
<p>I came across an interesting situation the other day where I could not change it. I received an error say that the rtlgina.dll file was missing. Yeah that helps me &#8230;.. /sarcasm.</p>
<p>I bit of searching around and found the problem to be related to the software I installed for my Netgear WG111 USB wireless adaptor. The welcome screen and fast user switching had been disabled and I could not enable it without getting a message about deleting this rtlgina.dll file.</p>
<p>Anyway, how do I fix it?  Bit more searching found that Doug Knox, a MS Most Valuable Professional (MVP), wrote a program to reset the registry to use the standard windows gina DLL file and return the use of the welcome screen in Windows XP.</p>
<p>The registry fix can be found <a href="http://www.dougknox.com/xp/scripts_desc/fix_xp_logon.htm">here</a></p>
<h4>Incoming search terms:</h4><ul><li>RTLGINA DLL</li><li>login xp</li><li>cannot change welcome screen</li><li>change windows 7 logon screen gina</li><li>logon screen xp rtlgina dll</li><li>rtlgina dll windows login</li><li>win xp login screen</li></ul>]]></content:encoded>
			<wfw:commentRss>http://lookforitoverhere.com/344/cannot-change-logon-screen-rtlgina2-dll/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Intro to Mediawiki</title>
		<link>http://lookforitoverhere.com/340/intro-to-mediawiki/</link>
		<comments>http://lookforitoverhere.com/340/intro-to-mediawiki/#comments</comments>
		<pubDate>Tue, 30 Nov 2010 08:43:26 +0000</pubDate>
		<dc:creator>indi</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[content management]]></category>
		<category><![CDATA[knowledgebase]]></category>
		<category><![CDATA[Mediawiki]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[wiki]]></category>
		<category><![CDATA[wikipedia]]></category>

		<guid isPermaLink="false">http://lookforitoverhere.com/?p=340</guid>
		<description><![CDATA[If you ever wanted to create a fairly easy yet powerful database of articles then mediawiki is for you. What is it? If there was one word to describe it, then I would say Wikipedia. What does Wiki mean? The word &#8216;wiki&#8217; is a Hawaiian word. Wiki-Wiki in Hawaiian means very quick or fast, and [...]]]></description>
			<content:encoded><![CDATA[<p>If you ever wanted to create a fairly easy yet powerful database of articles then mediawiki is for you. What is it? If there was one word to describe it, then I would say Wikipedia. </p>
<p>What does Wiki mean? The word &#8216;wiki&#8217; is a Hawaiian word.  Wiki-Wiki in Hawaiian means very quick or fast, and this perfectly describe one of the best features of Mediawiki.</p>
<p>Mediawiki is a software platform written in PHP that creates webpages for display in any web browser. The pages can be group into subjects, interlinked to each other with a lot of customization available depending on your needs.</p>
<p>For the technically minded, the backend utilises SQL for the database, with the software typically running on a Linux or Unix based operating system. The pages are served to you thanks to the web server (Apache on a linux box) that is running on your box. The resources that it requires are fairly minimal unless your database is quite large, but for small or medium business you don&#8217;t need to outlay thousands of dollars for a server. If the database is going to be large, one might consider getting a hosted server and installing Mediawiki on it there.</p>
<p>Most IT support staff would have operating system knowledge and would be able to set one up without too much difficulty. Maintenance would only be required at the beginning to finetune settings etc, and database backups kept regular like any other produvtion data.</p>
<p>It can not only be used for business, but charities or even at home dpending on your needs. With my limited knowledge, I had a mediawiki up and running on a OpenSuSe install in under 30 mins so i know it&#8217;s not rocket science.</p>
<p>Having said that, if you ever forget your admin password like I did, all is not lost. Check out my <a href="http://lookforitoverhere.com/112/reset-mediawiki-admin-password/">other post</a> on this site. </p>
]]></content:encoded>
			<wfw:commentRss>http://lookforitoverhere.com/340/intro-to-mediawiki/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VLC for itunes app</title>
		<link>http://lookforitoverhere.com/335/vlc-for-itunes-app/</link>
		<comments>http://lookforitoverhere.com/335/vlc-for-itunes-app/#comments</comments>
		<pubDate>Thu, 28 Oct 2010 10:58:50 +0000</pubDate>
		<dc:creator>indi</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[3GS]]></category>
		<category><![CDATA[iOS4]]></category>
		<category><![CDATA[iPhone4]]></category>
		<category><![CDATA[video for iPhone]]></category>
		<category><![CDATA[VLC]]></category>
		<category><![CDATA[VLC iTunes]]></category>

		<guid isPermaLink="false">http://lookforitoverhere.com/?p=335</guid>
		<description><![CDATA[VLC, argubly the best video player out there, has finally come out for the iPhone. Check it out in iStore &#8211; you&#8217;ll be pleasantly surprised that it is actually free too! So, let&#8217;s give it a quick roadtest. I have a iPhone 3GS and was keen to give it a go as most of the [...]]]></description>
			<content:encoded><![CDATA[<p>VLC, argubly the best video player out there, has finally come out for the iPhone. Check it out in iStore  &#8211; you&#8217;ll be pleasantly surprised that it is actually free too!</p>
<p>So, let&#8217;s give it a quick roadtest. I have a iPhone 3GS and was keen to give it a go as most of the reviews I had seen were on a iPhone4.</p>
<p>What I planed to do was to try a couple of different format video files and see if there was any performance issues or noticeable differences in the playback of each.</p>
<p>Once the app was installed, I fired it up I was presented with a screen such as this:</p>
<p><center><img src="http://lookforitoverhere.com/wp-content/uploads/2010/Photo%20Oct%2028%2C%2021%2004%2052.jpg" width="320" height="480" alt="VLC iPhone app " title="VLC iPhone app " /></center></p>
<p>Ahhh so that&#8217;s how it will work. You need iTunes to drop the files into the shared app area and then sync. Not a problem.</p>
<p>So I did. 1 X 150M AVI file that I got off my video camera, a 380M DIVX file and a 20M FLV file got thrown on the iPhone.</p>
<p>Results:<br />
* The AVI file was laggy in the video but the sound wa sfine<br />
* The DIVX played without a hitch<br />
* The FLV played for a few seconds, and since then I haven been able to get them to play. It&#8217;s pixelated beyond belief and I thought my iPhone had actually locked up.</p>
<p>From what my neighbour was telling me, FLVs play fine on his iPhone so it just may be the 3GS that struggles.</p>
<p>Overall, not too bad for a first effort and I&#8217;m sure there will be some updates along the way for this app. I would definitely pay for the app as I have been a big fan of VLC for ages.</p>
]]></content:encoded>
			<wfw:commentRss>http://lookforitoverhere.com/335/vlc-for-itunes-app/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HIPIX Image Format</title>
		<link>http://lookforitoverhere.com/329/hipix-image-format/</link>
		<comments>http://lookforitoverhere.com/329/hipix-image-format/#comments</comments>
		<pubDate>Thu, 14 Oct 2010 10:40:22 +0000</pubDate>
		<dc:creator>indi</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[on the net]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[codec]]></category>
		<category><![CDATA[hipix]]></category>
		<category><![CDATA[hipix pro]]></category>
		<category><![CDATA[human monitoring]]></category>
		<category><![CDATA[jpeg]]></category>
		<category><![CDATA[x264]]></category>

		<guid isPermaLink="false">http://lookforitoverhere.com/?p=329</guid>
		<description><![CDATA[A company called Human Monitoring Ltd have recently announced a new image compression technology based on the existing h.264 standard (which that has been around a while and you may have come across it with video files). The advantage of using an existing standard as opposed to creating a new one is that it can [...]]]></description>
			<content:encoded><![CDATA[<p>A company called Human Monitoring Ltd have recently announced a new image compression technology based on the existing h.264 standard (which that has been around a while and you may have come across it with video files).</p>
<p>The advantage of using an existing standard as opposed to creating a new one is that it can reuse existing encoding hardware that is already in place in millions of cameras and chipsets worldwide. Pretty smart.</p>
<p>Human Monitoring’s hipix™ patent pending technology utilises the existing h.264 video Codec to achieve two to seven times more effective still image compression compared to JPEG images. Sounds almost too good to be true, but if you check out the demos on their website, you will be suitably impressed.</p>
<p>To view hipix images on a computer or mobile device, users must initially download a viewer and to create or convert images users need the hipix “Wiz” application. The applications are available for Windows, Linux and Android operating systems.</p>
<p>Just think of the how much bandwidth could be saved when emailing or sending photos over the internet &#8211; all while keeping a very high quality image.</p>
<p>Check out the video demo:</p>
<p><object width="640" height="390"><param name="movie" value="http://www.youtube.com/v/AgY0NRbsCtU&#038;hl=en_US&#038;feature=player_embedded&#038;version=3"></param><param name="allowFullScreen" value="true"></param><param name="allowScriptAccess" value="always"></param><embed src="http://www.youtube.com/v/AgY0NRbsCtU&#038;hl=en_US&#038;feature=player_embedded&#038;version=3" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="640" height="390"></embed></object></p>
<p>More info can be found on the hipix website <a href="http://www.hipixpro.com/">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://lookforitoverhere.com/329/hipix-image-format/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reset Opensuse root password</title>
		<link>http://lookforitoverhere.com/312/reset-opensuse-root-password/</link>
		<comments>http://lookforitoverhere.com/312/reset-opensuse-root-password/#comments</comments>
		<pubDate>Wed, 06 Oct 2010 04:27:38 +0000</pubDate>
		<dc:creator>indi</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[grub bootloader]]></category>
		<category><![CDATA[lilo bootloader]]></category>
		<category><![CDATA[OpenSuse]]></category>
		<category><![CDATA[root passwd]]></category>

		<guid isPermaLink="false">http://lookforitoverhere.com/?p=312</guid>
		<description><![CDATA[Forgotten the root password to your linux system? Don&#8217;t want to reinstall and lose your files or are you just plain lazy? Here is an easy way to reset the root password if you ever find yourself in that situation. I must admit, I was surprised how easy it was. I had an old test [...]]]></description>
			<content:encoded><![CDATA[<p>Forgotten the root password to your linux system? Don&#8217;t want to reinstall and lose your files or are you just plain lazy? Here is an easy way to reset the root password if you ever find yourself in that situation.</p>
<p>I must admit, I was surprised how easy it was. I had an old test box at home, and was too lazy to rebuild it so I did a bit of searching on the internet. What I describe below worked on OpenSuse 11.2, 11.3 and also 10.3.</p>
<p>For other distros and version, I cannot guarantee that it will work. But please leave a comment at the end of the post to let me and others know.</p>
<p>Turn the computer on and select the normal boot menu from the list:</p>
<p><a href="http://lookforitoverhere.com/wp-content/uploads/2010/10/OpenSUSE_0003.jpg"><img src="http://lookforitoverhere.com/wp-content/uploads/2010/10/OpenSUSE_0003.jpg" alt="OpenSUSE_boot screen" title="OpenSUSE_boot screen" width="350" height="262" class="aligncenter size-full wp-image-319" /></a></p>
<p>Once selected, tab down to the “Boot Options” box and type  in the following:</p>
<p><strong>init=/bin/bash</strong> if you are using GRUB Boot loader</p>
<p><strong>linux init=/bin/bash</strong> if you are using LILO Boot Loader</p>
<p>If you are not sure what sort of bootloader you are using (and I certainly didn&#8217;t), I did notice that just before the boot screen appeared there flashed a quick message indicating the grub bootloader was there.</p>
<p>This will throw you straight into a Bash shell prompt which comes up even before the Single User mode loads and has the “/” root file system mounted. How cool is that?</p>
<p>Do a <strong>mount</strong> command to check if the root file system “/” is mounted as Read-Write.</p>
<p>If you notice the screenshot below, you will see that mine was mounted.</p>
<p><a href="http://lookforitoverhere.com/wp-content/uploads/2010/10/OpenSUSE_0004.jpg"><img src="http://lookforitoverhere.com/wp-content/uploads/2010/10/OpenSUSE_0004.jpg" alt="OpenSUSE_mount" title="OpenSUSE_mount" width="350" height="113" class="aligncenter size-full wp-image-320" /></a></p>
<p>Next, simply type the <strong>passwd</strong> command and enter a new password (as per below):</p>
<p>opensuse_linux:~ # <strong>passwd</strong><br />
Changing password for root<br />
New Password:<br />
Reenter New Password:<br />
Password changed</p>
<p>Type in reboot and that&#8217;s pretty much it:</p>
<p>opensuse_linux:~ # <strong>reboot </strong></p>
<p>Now, if you&#8217;re thinking that your system in insecure because you can change the root password so easily, bear in mind that you will need physical access to the box in order to perform the above. Furthermore, you can secure things a bit by password protecting the BIOS of even the bootloader if so desired.</p>
<p>Hopefully, the above will work for you and save you a bit of heartache if you forget/lose your root password.</p>
<h4>Incoming search terms:</h4><ul><li>init 3 linux grub lost password</li><li>opensuse root password reset</li><li>bootscree bootoption bin</li><li>suse linux 11 passwort</li><li>grub boot</li><li>how to change root password in opensuse</li><li>single init=/bin/bash problem with the usb keyboard</li><li>LILO boot</li><li>opensuse 11 0 root password</li><li>sles11 passwort root ändern</li><li>suse linux enterprise desktop 10 root password reset</li><li>SUSE Linux Enterprise Desktop 11 username and password</li><li>suse password recovery</li><li>suse 11 2 passwort umgehen</li><li>reset password linux grub sh</li><li>sless11 root</li><li>sles11 root password</li><li>recovery suse root password</li><li>recuperar contraseña router cisco 2901</li><li>reset password suse linux enterprise desktop 11</li><li>rescue system open suse 11</li><li>root sles11 enable</li><li>reset root password in opensuse 11</li><li>reset boot password suse 10</li><li>resetear contraseña en opensuse 11 3</li><li>reset opensuse root password</li><li>reset suse password root</li><li>reset suse linux enterprise desktop 11 password</li><li>root login suse</li><li>suse 10 1 user password</li><li>suse 11 boot single</li><li>suse root password default</li><li>suse password</li><li>suse linux single mode usb keyboard not working</li><li>suse linux single mode keyboard not working</li><li>suse linux enterprise server single mode usb keyboard disable</li><li>suse linux enterprise server 11 default username</li><li>suse linux enterprise desktop 11 password</li><li>suse linux enterprise desktop 11 hasło</li><li>forgot my opensuse root password</li><li>suse linux enterprise 11 passwort vergessen</li><li>suse linux desktop anmeldepasswort vergessen</li><li>SUSE initial root password</li><li>suse change root password</li><li>suse cd recovery boot root password</li><li>suse 12 login vergessen</li><li>suse 12 login root</li><li>suse 11 boot single mode</li><li>suse11 password</li><li>cambiar contraseña de opensuse</li><li>grub boot loader</li><li>how to change my root password on linux suse</li><li>how to change root password on SUSE 10</li><li>how to recover root password in opensuse</li><li>how to reset root password on suse linux</li><li>how to reset suse password utube</li><li>bash root suse</li><li>lilo bootloader</li><li>ganti password opensuse</li><li>forgot password for opensuse 11 3</li><li>cannot unlock the password for root opensuse</li><li>change root password on suse linux</li><li>change root password opensuse</li><li>change root password suse</li><li>clave root suse</li><li>como cambiar contraseña en opensuse 11 3</li><li>default root password on linux suse 12</li><li>default suse 12 password for root</li><li>linux enterprise desktop 11 passwort vergessen</li><li>linux init=/bin/bash keyboard disable</li><li>linux single mode open suse</li><li>opensuse grub boot without network</li><li>opensuse perdi contraseña</li><li>opensuse reset root password</li><li>opensuse root password</li><li>opensuse root password forgotten</li><li>opensuse you are using simple password</li><li>pass root par defaut linux suse</li><li>passwort für suse enterprise</li><li>opensuse enterprise root recovery</li><li>opensuse 12 root password</li><li>mot de passe opensuse 11 root</li><li>mot de passe suse linux enterprise</li><li>open suse 11 2 change root pass</li><li>open suse boot menu</li><li>open suse login with password</li><li>opensuse 11 2 password root</li><li>opensuse 11 3 cambiar contraseña del root</li><li>opensuse 11 3 root change password</li><li>passwort vergessen linux suse 11</li></ul>]]></content:encoded>
			<wfw:commentRss>http://lookforitoverhere.com/312/reset-opensuse-root-password/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Little Known Cisco Troubleshooting Command</title>
		<link>http://lookforitoverhere.com/304/little-known-cisco-troubleshooting-command/</link>
		<comments>http://lookforitoverhere.com/304/little-known-cisco-troubleshooting-command/#comments</comments>
		<pubDate>Sat, 11 Sep 2010 12:34:55 +0000</pubDate>
		<dc:creator>indi</dc:creator>
				<category><![CDATA[Cisco]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[IOS]]></category>
		<category><![CDATA[show]]></category>
		<category><![CDATA[TAC]]></category>
		<category><![CDATA[troubleshoot]]></category>

		<guid isPermaLink="false">http://lookforitoverhere.com/?p=304</guid>
		<description><![CDATA[There are a lot of commands in the Cisco IOS that you can use for troubleshooting. It depends on what the symptoms are and what networking technology you are using (eg ATM, ethernet, frame relay). The more common of course are your sh ip int brie, sh run, sh ver, sh controllers etc but there [...]]]></description>
			<content:encoded><![CDATA[<p>There are a lot of commands in the Cisco IOS that you can use for troubleshooting. It depends on what the symptoms are and what networking technology you are using (eg ATM, ethernet, frame relay).</p>
<p>The more common of course are your sh ip int brie, sh run, sh ver, sh controllers etc but there is one that encompasses all of the afore mentioned and more. And even better, it will help you if you need to get help from a colleague or the TAC to solve your problem.</p>
<p>From &#8216;enable&#8217;mode, type in &#8216;<strong>show tech</strong><em>&#8216;  and you will see that quite a long output will be provided (hint: you may want to set &#8216;term length&#8217; to 0 for this so you cont have to hit the spacebar after each screenful of info. Also log your session so you can save the output).</p>
<p>If you have a look at the output, there is a lot of info there that doesnt make any sense to me, but what you will also see are the result of the more common commands that you would normally use (ie sh run, sh ver etc).</p>
<p>As I said, if you need to reder your problem to someone else, this will be a handy output to provide. Often the TAC will ask for it so it will save time by providing this upfront to them.</p>
<h4>Incoming search terms:</h4><ul><li>cisco troubleshooting commands</li></ul>]]></content:encoded>
			<wfw:commentRss>http://lookforitoverhere.com/304/little-known-cisco-troubleshooting-command/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The best by far WordPress theme I have paid for</title>
		<link>http://lookforitoverhere.com/294/the-best-by-far-wordpress-theme-i-have-paid-for/</link>
		<comments>http://lookforitoverhere.com/294/the-best-by-far-wordpress-theme-i-have-paid-for/#comments</comments>
		<pubDate>Mon, 23 Aug 2010 10:49:05 +0000</pubDate>
		<dc:creator>indi</dc:creator>
				<category><![CDATA[Site]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[SEO friendly]]></category>
		<category><![CDATA[Socrates]]></category>
		<category><![CDATA[theme]]></category>

		<guid isPermaLink="false">http://lookforitoverhere.com/?p=294</guid>
		<description><![CDATA[I&#8217;ve been looking for months for a decent wordpress theme. All of them had good and bad features, but not one that I saw had everything I wanted &#8211; SEO friendly, easy to customise, flexible and of course the main thing &#8211; look good. i must admit that I was looking at free themes &#8211; [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been looking for months for a decent wordpress theme. All of them had good and bad features, but not one that I saw had everything I wanted  &#8211; SEO friendly, easy to customise, flexible and of course the main thing &#8211; look good.</p>
<p>i must admit that I was looking at free themes &#8211; I have used some good ones but was never 100% happy with them, and yes I could of created one myself but I won&#8217;t show you my efforts there. They are quite embarassing to say the least.</p>
<p>Next was to check the themes that you have to pay for. What was so good about the paid ones that publishers were selling? Mmm not really sure, although I did found a couple that were targetted at particular niches such as a pet website or an automotive enthusiaists website. Do you think I could find an IT related theme that I was happy with? Ironically not. Mind you I think I&#8217;m just a bit picky too.</p>
<p>Then I came across Socrates.</p>
<p>How&#8217;s this for a list of features:</p>
<p>    * Built in Header Generator<br />
    * 200+ Niche Header Designs<br />
    * Upload Your Own Headers<br />
    * 4 Custom Nav Bars with New Window and No Follow Links!<br />
    * Optional Built In Adsense, Affiliate and Clickbank Ad Bar<br />
    * Social Media Slider &#8211; Twitter, Facebook, LinkedIn,YouTube, RSS<br />
    * Choose from Dozens of Backgrounds On The Fly<br />
    * Custom Styling and Color Options<br />
    * Affiliate Program Integration<br />
    * 728&#215;90 Banner Custom HTML Rotator<br />
    * Multiple Sidebar Layouts<br />
    * Internet Marketing and WordPress Training<br />
    * Monetize With Any Affiliate Program or Network<br />
    * Sales Page Templates<br />
    * No Side Bar Template<br />
    * Squeeze Page Template<br />
    * Advanced SEO Layout<br />
    * In Post Ad Units &#8211; Can be Disabled on Per Post Basis!</p>
<p>Sounds good. The video was even better. I was thinking of giving the Socrates team a testimonial before even trying it!</p>
<p>Price? $47 for a single domain license or $77 for an unlimited license. I went with the unlimted as i could deploy this on a few of my sites, and what I&#8217;ve found is that you need only change a few things to make them look all completely different.</p>
<p>I must say, I&#8217;m very happy with the way things are panning out. I still have a bit of work to do on this site, but the changes are easy to implement.</p>
<p>For example, in the control panel of the Socrates theme there is provision to put in your Adsense code, Google analytics code and sponsored ad code. The theme does all the rest by placing the ads in the right places.</p>
<p>Site banner or background too hard to design? Well you don&#8217;t really have to worry as you can use the ones that come with the theme. In the relevant menu, your WP install will download the latest banners/backgrounds from the Socrates website for you to use. Such a simple solution, and allows your site to have a decent lookbefore you design whatgraphics to use &#8211; mind you they are good enough to keep forever.</p>
<p>Look at the old theme of this website:</p>
<p><center><a href="http://lookforitoverhere.com/wp-content/uploads/2010/look%20screenie%20Before%20Socrates.JPG"><img src="http://lookforitoverhere.com/wp-content/uploads/2010/_look%20screenie%20Before%20Socrates.JPG" width="250" height="151" alt="Old site layout before Socrates WordPress theme" title="Old site layout before Socrates WordPress theme"  /></a></center></p>
<p>Please at least check out the video and features of the Scocrates them to see for yourself:</p>
<p><center><a href="http://indi67.wpthemes.hop.clickbank.net"><img src="http://lookforitoverhere.com/wp-content/uploads/2010/socrates250x250.gif"></a></center></p>
]]></content:encoded>
			<wfw:commentRss>http://lookforitoverhere.com/294/the-best-by-far-wordpress-theme-i-have-paid-for/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

