<?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 &#187; linux</title>
	<atom:link href="http://lookforitoverhere.com/category/linux/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>Sat, 11 Feb 2012 11:30:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<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>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>lilo bootloader</li><li>opensuse root password reset</li><li>opensuse root password</li><li>bootscree bootoption bin</li><li>opensuse reset root password</li><li>how to change root password in opensuse</li><li>suse /bin/bash</li><li>how to change root password in suse linux</li><li>suse linux enterprise 11 passwort umgehen</li><li>linux benutzer hack opensuse</li><li>opensuse default root password</li><li>suse root password recovery</li><li>lilo boot</li><li>forgot root password suse 11</li><li>suse root password</li><li>suse change root password</li><li>password root suse</li><li>reset password in opensuse</li><li>sles11 in single user mode booten</li><li>sles single user mode</li><li>start sles11 as root user</li><li>sles linux boot single user mode lost password root</li><li>sles 11 root default password</li><li>single user mode linux sles without password</li><li>root pw in open susu</li><li>root password SLES11</li><li>root password opensuse</li><li>root password hack from bash</li><li>root opensuse bash</li><li>restore desktop defaults linux opensuse</li><li>resetting root password suse linux</li><li>resetting root password on suse linux 11</li><li>reset root password sles</li><li>cambiar contraseña root opensuse</li><li>suse 10 reset root password</li><li>suse 11 passwort vergessen</li><li>SUSE11 boot into live cd change root password</li><li>suse single user mode</li><li>Suse root pswd datei</li><li>what is the default admin password for open suse</li><li>suse rescue login</li><li>suse linux root passwort setzen init=/bin/bash grub boot loader</li><li>suse linux root passwort setzen init=/bin/bash</li><li>suse linux enterprise 11 пароль по умолчанию root</li><li>recover root password sussie 11</li><li>suse linux 11 passwort vergessen</li><li>suse linux 11 password root</li><li>suse enterprise root passwort change</li><li>suse enterprise root passwort ändern</li><li>suse 12 single user mode reset root password</li><li>suse 12 root password</li><li>suse 11 single user mode bin/bash</li><li>what is default root pasword in suse linux</li><li>reset root passwd suse 11 3</li><li>reset passwrd on sles 11</li><li>opensuse passwort hacken</li><li>opensuse password recovery</li><li>default user root password suse enterprise linux</li><li>opensuse 12 reset root password</li><li>no recuerdo clave root suse 11</li><li>linux suse recovery password root</li><li>linux suse default root password</li><li>linux root single no pass login opensuse</li><li>forgot opensuse password</li><li>forgot password suse 10</li><li>jaki jest hasło root do suse11</li><li>how to reset suse linux root password</li><li>how to reset root password in opensuse</li><li>how to find password root of suse</li><li>how to change users password in open suse</li><li>how to change root passwords in suse</li><li>How do I Restore my Computer to Factory Settings for a linux suse desktop 11?</li><li>opensuse reset password</li><li>default password linux sles</li><li>reset password suse 11</li><li>reset linux password opensuse</li><li>recuperar password suse</li><li>recuperar password root suse enterprise 10 sp1</li><li>recuperar contraseña con LILO BOOT</li><li>change password user di suse</li><li>recover root password opensuse</li><li>recover root password in suse enterprise desktop 11 grub enable keyboard</li><li>recover root password in suse enterprise desktop 11</li><li>recover root password in suse enterprise 11</li><li>perdi password root suse 11</li><li>password suse enterprise</li><li>password for opensuse</li><li>change root password in sles 11</li><li>change root password on opensuse</li><li>openSUSE root login</li><li>opensuse root</li><li>how to change root password in suse</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>AVG Rescue CD</title>
		<link>http://lookforitoverhere.com/239/avg-rescue-cd/</link>
		<comments>http://lookforitoverhere.com/239/avg-rescue-cd/#comments</comments>
		<pubDate>Mon, 29 Mar 2010 10:28:29 +0000</pubDate>
		<dc:creator>indi</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[AVG Rescue]]></category>
		<category><![CDATA[Live CD]]></category>

		<guid isPermaLink="false">http://lookforitoverhere.com/?p=239</guid>
		<description><![CDATA[A great addition for any IT pro&#8217;s toolkit which I read about the other day &#8211; AVG Rescue CD is bascially a portable version of AVG Anti-Virus running on a Linux live CD. You can use it as a bootable CD or even a bootable USB drive, and the best thing is that it&#8217;s free. [...]]]></description>
			<content:encoded><![CDATA[<p>A great addition for any IT pro&#8217;s toolkit which I read about the other day &#8211; AVG Rescue CD is bascially a portable version of AVG Anti-Virus running on a Linux live CD. You can use it as a bootable CD or even a bootable USB drive, and the best thing is that it&#8217;s free.</p>
<p>The AVG Rescue CD also contains the following set of admin tools:</p>
<p>    * Midnight Commander &#8211; a two-panel file manager<br />
    * Windows Registry Editor &#8211; simple registry editor for more experienced users<br />
    * TestDisk &#8211; powerful hard drive recovery tool<br />
    * Ping &#8211; to test the availability of network resources (servers, domains, IP addresses)<br />
    * Common Linux programs and services &#8211; vi text editor, OpenSSH daemon, ntfsprogs and the like.</p>
<p>Now I haven&#8217;t actually tried this yet, but from what I&#8217;ve read it&#8217;s not a bad little addition to the IT professional&#8217;s toolkit. If you want support for this from AVG, it is free if you have a purchased AVG product. Else check their forums.</p>
<p>Check it out <a href="http://www.avg.com.au/products/avg-rescue-cd/">here</a>, and if you have tried it let me know what you think of it.</p>
]]></content:encoded>
			<wfw:commentRss>http://lookforitoverhere.com/239/avg-rescue-cd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Build me a PC part 1</title>
		<link>http://lookforitoverhere.com/207/build-me-a-pc-part-1/</link>
		<comments>http://lookforitoverhere.com/207/build-me-a-pc-part-1/#comments</comments>
		<pubDate>Fri, 07 Aug 2009 04:32:31 +0000</pubDate>
		<dc:creator>indi</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[AMD]]></category>
		<category><![CDATA[ATI]]></category>
		<category><![CDATA[Gigabyte]]></category>
		<category><![CDATA[OpenSuse]]></category>
		<category><![CDATA[Phenom]]></category>
		<category><![CDATA[SATA]]></category>
		<category><![CDATA[Seagate]]></category>

		<guid isPermaLink="false">http://lookforitoverhere.com/?p=207</guid>
		<description><![CDATA[One of my friends wanted me to build a PC from scratch, with the parts HE wanted (rather than a pre built one). So I thought &#8216;lets blog it from the very beginning to the end&#8217;. The challenge &#8211; a decent PC (not for gaming but one with a bit of grunt and the ability [...]]]></description>
			<content:encoded><![CDATA[<p>One of my friends wanted me to build a PC from scratch, with the parts HE wanted (rather than a pre built one). So I thought &#8216;lets blog it from the very beginning to the end&#8217;. </p>
<p>The challenge &#8211; a decent PC (not for gaming but one with a bit of grunt and the ability to run some virtual OS&#8217;s too)<br />
The budget &#8211; about AUD$500 but as a guide only. There was room for movement (just as well)</p>
<p>So the research began. AMD or intel CPU? What sort of motherboard? How much RAM? What sort of graphics card? And certainly how big a power supply to run it all? And after the hardware was sorted out, what OS did he want to run?</p>
<p>After much deliberation, we decided on the following hardware (or very similar):</p>
<p>AMD X4 Phenom II 9650 CPU (the general consensus was a quad core of some kind)<br />
Gigabyte motherboard<br />
4Gig RAM<br />
Sunflower case of some sort (a workmate told me they are pretty good)<br />
ATI graphics card (at least 512M)<br />
1TB Seagate Barracuda HDD<br />
SATA DVD burner</p>
<p>As far as the OS was concerned, my friend decided on wanting to run OpenSuse 11.1 as the main OS, and probably Vista X64 in a virtual image for the stuff he could not find Linux equivalents for.</p>
<p>So, off to the shop I went with him to buy all the gear.</p>
<p>Next post, I will share what harwdware we ended up getting and the total cost &#8230;..</p>
]]></content:encoded>
			<wfw:commentRss>http://lookforitoverhere.com/207/build-me-a-pc-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unix day 1234567890</title>
		<link>http://lookforitoverhere.com/185/unix-day-1234567890/</link>
		<comments>http://lookforitoverhere.com/185/unix-day-1234567890/#comments</comments>
		<pubDate>Sat, 14 Feb 2009 10:04:05 +0000</pubDate>
		<dc:creator>indi</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[1234567890]]></category>
		<category><![CDATA[time]]></category>
		<category><![CDATA[Unix Epoch]]></category>

		<guid isPermaLink="false">http://lookforitoverhere.com/?p=185</guid>
		<description><![CDATA[At 3.31 PST on Friday 13th, or on Valentines day depending whre you live, Unix computer clocks reached the time of 1234567890&#8211;1.2 billion seconds elapsed from January 1, 1970, the official beginning of the Unix epoch. The clock is used not just by Unix, but also by Linux, Java, JavaScript, Mac OS X, and various [...]]]></description>
			<content:encoded><![CDATA[<p>At 3.31 PST on Friday 13th, or on Valentines day depending whre you live, Unix computer clocks reached the time of 1234567890&#8211;1.2 billion seconds elapsed from January 1, 1970, the official beginning of the Unix epoch.</p>
<p>The clock is used not just by Unix, but also by Linux, Java, JavaScript, Mac OS X, and various other technologies. </p>
<p>That&#8217;s my bit of trivia for this week <img src='http://lookforitoverhere.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://lookforitoverhere.com/185/unix-day-1234567890/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux run shell script from terminal window</title>
		<link>http://lookforitoverhere.com/161/linux-run-shell-script-from-terminal-window/</link>
		<comments>http://lookforitoverhere.com/161/linux-run-shell-script-from-terminal-window/#comments</comments>
		<pubDate>Mon, 12 Jan 2009 07:25:18 +0000</pubDate>
		<dc:creator>indi</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[Shell script]]></category>
		<category><![CDATA[UNIX]]></category>

		<guid isPermaLink="false">http://lookforitoverhere.com/?p=161</guid>
		<description><![CDATA[I don&#8217;t use shell scripts too often and had a brain dead moment on how to execute a shell script. So, for the dummies , here&#8217;s a summary so next time I forget I can quickly look at my posts: For Creating Shell programs # vi filename.sh (vi is one of many text editors for [...]]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t use shell scripts too often and had a brain dead moment on how to execute a shell script.</p>
<p>So, for the dummies <img src='http://lookforitoverhere.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> , here&#8217;s a summary so next time I forget I can quickly look at my posts:</p>
<p>For Creating Shell programs<br />
<strong># vi filename.sh</strong> <em>(vi is one of many text editors for linux systems)</em></p>
<p>For Running Shell Programs<br />
<strong># sh filename.sh</strong><br />
or<br />
<strong># chmod 744 filename.sh</strong> <em>(you need to change the permission so you, the owner, can execute the script)</em><br />
<strong>#./filename.sh </strong></p>
]]></content:encoded>
			<wfw:commentRss>http://lookforitoverhere.com/161/linux-run-shell-script-from-terminal-window/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Imaging Software Cheaper Than Ghost</title>
		<link>http://lookforitoverhere.com/146/imaging-software-cheaper-than-ghost/</link>
		<comments>http://lookforitoverhere.com/146/imaging-software-cheaper-than-ghost/#comments</comments>
		<pubDate>Fri, 21 Nov 2008 13:01:40 +0000</pubDate>
		<dc:creator>indi</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Clone]]></category>
		<category><![CDATA[Clonezilla]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[Norton Ghost]]></category>

		<guid isPermaLink="false">http://lookforitoverhere.com/?p=146</guid>
		<description><![CDATA[I was after some software to clone a Windows XP machine onto 20 other identical machines &#8211; the main idea was to eliminate the need to install XP from scratch on each machine. Now before I go further, I should mention that my client owned a volume license for these XP machines. I did a [...]]]></description>
			<content:encoded><![CDATA[<p>I was after some software to clone a Windows XP machine onto 20 other identical machines &#8211; the main idea was to eliminate the need to install XP from scratch on each machine.</p>
<p>Now before I go further, I should mention that my client owned a volume license for these XP machines. </p>
<p>I did a bit of research (as you will find further on not enough) and came to the conclusion that Norton Ghost would be best for the job. I purchased the applicable license and proceeded to make the image &#8211; or in Ghost speak it is called a recovery point. I liked how you were able to make an additional recovery point (during the same process) to an external hard drive. </p>
<p>It was fairly straightforward to do, and the recovery process was no problem either. Worked well. </p>
<p>The only thing I didn&#8217;t like was, for what I wanted anyway, was the idea of having to install the product and then make an image (with the software installed) &#8211; if you know what I mean.</p>
<p>It so happened the day, after I discovered <a href="http://clonezilla.org/">Clonezilla</a>, an open source imaging program that worked from a Live CD (which I believe is based on a Debian backend).</p>
<p>I decided to give it a go, and found that it required a little more nouse to get it going &#8211; by no means rocket science though. It&#8217;s just that they were a lot of user options available, and as you were reminded multiple times along the way, if you didn&#8217;t understand what was being asked just select the defaults. So I did and it all worked well. A restore was much the same deal.</p>
<p>In summary, both products performed well. The average time to backup was about 15 mins for both Ghost and Clonezilla, with the restore (again with both) being under 5 minutes.</p>
<p>For my particular needs, Clonezilla was the choice of imaging/cloning software. </p>
]]></content:encoded>
			<wfw:commentRss>http://lookforitoverhere.com/146/imaging-software-cheaper-than-ghost/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PuTTY with Tabs?</title>
		<link>http://lookforitoverhere.com/91/putty-with-tabs/</link>
		<comments>http://lookforitoverhere.com/91/putty-with-tabs/#comments</comments>
		<pubDate>Wed, 06 Feb 2008 16:01:49 +0000</pubDate>
		<dc:creator>indi</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[on the net]]></category>
		<category><![CDATA[PuTTY]]></category>
		<category><![CDATA[Secure CRT]]></category>
		<category><![CDATA[SSH]]></category>

		<guid isPermaLink="false">http://lookforitoverhere.com/91/putty-with-tabs/</guid>
		<description><![CDATA[My terminal emulation program of choice is PuTTY. It&#8217;s a small, simple but very functional piece of software. My only gripe with it has been that it doesn&#8217;t have a facility for multiple sessions or tabs &#8211; like Secure CRT for example. But today I found something that does the job. It&#8217;s call the PuTTY [...]]]></description>
			<content:encoded><![CDATA[<p>My terminal emulation program of choice is PuTTY. It&#8217;s a small, simple but very functional piece of software. My only gripe with it has been that it doesn&#8217;t have a facility for multiple sessions or tabs &#8211; like Secure CRT for example.</p>
<p>But today I found something that does the job. It&#8217;s call the <a href="http://puttycm.free.fr/">PuTTY Connection Manager</a>. </p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-0647661174998747";
//look deluxe code1
google_ad_slot = "3986336447";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
<p>The features are as follows (copied straight from the website):</p>
<p>    *  Tabs and dockable windows for PuTTY instances.<br />
    * Fully compatible with PuTTY configuration (using registry).<br />
    * Easily customizable to optimize workspace (fullscreen, minimze to tray, add/remove toolbar, etc&#8230;).<br />
    * Automatic login feature regardless to protocol restrictions (user keyboard simulation).<br />
    * Post-login commands (execute any shell command when logged).<br />
    * Connection Manager : Manage a large number of connections with specific configuration (auto-login, specific PuTTY Session, post-command, etc&#8230;).<br />
    * Quick connect toolbar to quickly launch a PuTTY connection.<br />
    * Import/Export whole connections informations to XML format (generate your configuration automatically from another tool and import it, or export your configuration for backup purpose).<br />
    * Encrypted configuration database option available to store connections informations safely (external library supporting AES algorithm used with key sizes of 128, 192 and 256 bits, please refer for the legal status of encryption software in your country).<br />
    * Standalone executable, no setup required.<br />
    * Localizable : English (default) and French available (only when using setup version, standalone is english only).<br />
    * Completely free for non-commercial, and personal use : PuTTY Connection Manager is freeware.</p>
<p>I must say it works quite well. I tend to have multiple SSH sessions to devices at once and it handles it quite well.</p>
<h4>Incoming search terms:</h4><ul><li>increase number of auto login commands in puttycm</li></ul>]]></content:encoded>
			<wfw:commentRss>http://lookforitoverhere.com/91/putty-with-tabs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux software equivalents</title>
		<link>http://lookforitoverhere.com/88/linux-software-equivalents/</link>
		<comments>http://lookforitoverhere.com/88/linux-software-equivalents/#comments</comments>
		<pubDate>Sat, 19 Jan 2008 00:00:57 +0000</pubDate>
		<dc:creator>indi</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://lookforitoverhere.com/88/linux-software-equivalents/</guid>
		<description><![CDATA[Just made the switch to Linux from Windows (or even OS X?) and are having trouble finding software similar/equivalent to what you are used to? Yes, the linux learning curve is steep but rewarding when you do start working it all out. Here is a good website that lists the Windows/OS X software and the [...]]]></description>
			<content:encoded><![CDATA[<p>Just made the switch to Linux from Windows (or even OS X?) and are having trouble finding software similar/equivalent to what you are used to?</p>
<p>Yes, the linux learning curve is steep but rewarding when you do start working it all out.</p>
<p><a href="http://www.linuxappfinder.com/alternatives?page=1">Here</a> is a good website that lists the Windows/OS X software and the linux equivalents.</p>
<p>In a lot of cases there are multiple options which is good. You aren&#8217;t tied down to one thing which you may not like.</p>
]]></content:encoded>
			<wfw:commentRss>http://lookforitoverhere.com/88/linux-software-equivalents/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Home surveillance with Linux and Zoneminder made easy &#8211; Part II</title>
		<link>http://lookforitoverhere.com/78/home-surveillance-with-linux-and-zoneminder-made-easy-ii/</link>
		<comments>http://lookforitoverhere.com/78/home-surveillance-with-linux-and-zoneminder-made-easy-ii/#comments</comments>
		<pubDate>Sun, 30 Dec 2007 22:29:06 +0000</pubDate>
		<dc:creator>indi</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[surveillance]]></category>
		<category><![CDATA[SUSE]]></category>
		<category><![CDATA[zoneminder]]></category>

		<guid isPermaLink="false">http://lookforitoverhere.com/78/home-surveillance-with-linux-and-zoneminder-made-easy-ii/</guid>
		<description><![CDATA[My last post I gave a quick overview of my hardware (PC, camera and capture card) that I was using on my surveillance system. This post I will explain what OS and software I use. My operating system of choice for this &#8216;project&#8217; was SUSE. The initial reason was that learning Linux is (in my [...]]]></description>
			<content:encoded><![CDATA[<p>My <a href="http://lookforitoverhere.com/60/home-surveillance-with-linux-and-zoneminder-i/">last post</a> I gave a quick overview of my hardware (PC, camera and capture card) that I was using on my surveillance system. This post I will explain what OS and software I use.</p>
<p>My operating system of choice for this &#8216;project&#8217; was SUSE. The initial reason was that learning Linux is (in my opinion) a bit easier because if I got stuck with the command line, I could always fall back (ie cheat) with the GUI which I found quite comfortable to use. Other Linux distros I had difficulty using. I am currently using SUSE 10.2 &#8211; a vast improvement over 9.3 which I previously used on another one of my boxes at home.</p>
<p>Next was the software. As I said in my previous post, I had troubles getting windows drivers to work, and when that was sorted out, I could not find any suitable software (for my needs anyway). The <a href="www.centerlink-international.com">PICO2000</a> software looks like what I was after, but as I wanted to use/learn Linux, I found a great product called <a href="http://www.zoneminder.com/">Zoneminder</a>.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-0647661174998747";
//look deluxe code1
google_ad_slot = "3986336447";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
<p>First looks at Zoneminder indicated that that it was a popular (and free) piece of software, great support and very customizable for your own needs. What the hell &#8211; I&#8217;ll give it a go.</p>
<p>I first installed Zoneminder a couple of years back all via the CLI &#8211; not a problem if you are conversant with the file structure of Linux, TAR etc. But it was a steep learning curve for me. I worked it all out in the end, but an easier way (if you&#8217;re using SUSE) is to install the RPM using YaST. <a href="http://www.zoneminder.com/wiki/index.php/Installing_using_ZoneMinder_RPMs_for_SuSE">Here</a> is the link for the SUSE RPMs. The beauty of doing it via YaST is that it can resolve your dependancies for you, so all the appropriate packages can be installed in one hit. </p>
<p>Anyway, I installed it without too many hassles. Next post I will show you some of the features and my setup.</p>
<h4>Incoming search terms:</h4><ul><li>zoneminder windows</li><li>zoneminder audio</li><li>zoneminder fedora 15</li><li>zoneminder ubuntu 11 04</li><li>zoneminder fedora 16</li><li>zoneminder distro</li><li>zoneminder iphone</li><li>pico2000 ubuntu</li><li>zoneminder fedora 14</li><li>ubuntu 11 04 zoneminder</li><li>fedora 16 zoneminder</li><li>ubuntu zoneminder</li><li>surveyllance distro</li><li>install zoneminder fedora 16</li><li>linux surveillance distributions</li><li>zoneminder record audio</li><li>zoneminder pico2000 seting</li><li>zoneminder pico ubuntu</li><li>pico 2000 en ubuntu</li><li>zoneminder guide</li><li>pico2000 i ubuntu</li><li>pico2000 opensuse</li><li>LINUX surveillance</li></ul>]]></content:encoded>
			<wfw:commentRss>http://lookforitoverhere.com/78/home-surveillance-with-linux-and-zoneminder-made-easy-ii/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

