<?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>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>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>opensuse root password reset</li><li>bootscree bootoption bin</li><li>opensuse 11 0 root password</li><li>lilo bootloader</li><li>single init=/bin/bash problem with the usb keyboard</li><li>how to change root password in opensuse</li><li>suse linux enterprise desktop 10 root password reset</li><li>opensuse reset root password</li><li>default root password opensuse</li><li>opensuse root password</li><li>suse linux enterprise desktop 11 password</li><li>suse linux enterprise desktop 11 passwort vergessen</li><li>suse password recovery</li><li>como recuperar password en suse 11</li><li>SUSE Linux Enterprise Desktop 11 username and password</li><li>password root openSuse 12</li><li>reset suse password root</li><li>password root open suse</li><li>resetear contraseña en opensuse 11 3</li><li>root login suse</li><li>reset suse linux enterprise desktop 11 password</li><li>passwort für suse enterprise</li><li>reset password suse linux enterprise desktop 11</li><li>reset password linux grub sh</li><li>reset opensuse root password</li><li>reset boot password suse 10</li><li>recovery opensuse</li><li>recuperar contraseña router cisco 2901</li><li>reset root password</li><li>root password for opensuse 11</li><li>root passwort vergessen linux enterprise server 10</li><li>suse pwd</li><li>suse linux enterprise server 11 reset root password</li><li>suse linux enterprise desktop 11 standardpasswort</li><li>suse linux enterprise desktop 11 recovery</li><li>suse linux enterprise server 11 default username</li><li>suse linux enterprise desktop 11 hasło</li><li>suse linux enterprise desktop 11 contraseña</li><li>suse linux 11 grub mode</li><li>suse 12 login vergessen</li><li>suse 11 boot single mode</li><li>suse 10 3 reset password passwd command not found</li><li>suse 10 1 user password</li><li>sless11 root</li><li>sles11 root password</li><li>sles 11 grub password</li><li>root suse login</li><li>root sles11 enable</li><li>suse root şifresi değiştirme</li><li>password of open suse enterprise 11</li><li>password default de suse</li><li>forgot my opensuse root password</li><li>forgot password linux suse desktop 11</li><li>grub boot loader</li><li>how to change my root password on linux suse</li><li>how to pass boot options to boot a suse linux to reset root password</li><li>how to recover password of root in open suse 11 3</li><li>bash root suse</li><li>lilo boot loader</li><li>default root password on linux suse 12</li><li>como cambiar contraseña en opensuse 11 3</li><li>cambiar contraseña de opensuse</li><li>cambiar password suse desde init 1</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>changer mdp root sles11</li><li>clave root suse</li><li>linux boot to /bin/bash with usb keyboard</li><li>linux enterprise desktop 11 passwort vergessen</li><li>opensuse 11 3 root change password</li><li>opensuse grub single</li><li>opensuse password root default</li><li>opensuse perdi contraseña</li><li>opensuse root pwd</li><li>opensuse su initial password</li><li>opensuse you are using simple password</li><li>passwd suse linux 11</li><li>opensuse 11 3 cambiar contraseña del root</li><li>opensuse 11 2 password root</li><li>linux init=/bin/bash keyboard disable</li><li>linux single mode open suse</li><li>mot de passe root open suse</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 how to change root password</li><li>open suse login with password</li><li>boot lilo</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>
<h4>Incoming search terms:</h4><ul><li>Respond to ping /ICMP vvg2000 netgear</li></ul>]]></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>
]]></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 fedora 15</li><li>zoneminder audio</li><li>zoneminder ubuntu 11 04</li><li>zoneminder iphone</li><li>zoneminder distro</li><li>zoneminder fedora 14</li><li>pico2000 ubuntu</li><li>ubuntu 11 04 zoneminder</li><li>zoneminder fedora 16</li><li>ubuntu zoneminder</li><li>surveyllance distro</li><li>fedora 16 zoneminder</li><li>zoneminder sound</li><li>zoneminder sound recording</li><li>ZONEMINDER AUDIO CAPTURE</li><li>zoneminder en fedora 16</li><li>zoneminder labtec usb settings</li><li>zoneminder fedora</li><li>zoneminder linux</li><li>best zoneminder linux</li><li>zoneminder and fedora 16 how to</li><li>fedora 14 zoneminder</li><li>Home surveillance with Linux and Zoneminder made easy – Part II</li><li>install zoneminder fedora 14</li><li>installing zoneminder on suse</li><li>ip mini webcam iphone zoneminder</li><li>ipcamera linux mind</li><li>iphone mini webcam zoneminder</li><li>linux mint ip camera</li><li>linux webcam surveillance</li><li>record audio using zoneminder</li><li>surveillance opensuse</li><li>ubuntu 11 zoneminder</li><li>usb dvr zoneminder</li><li>webcam surveillance fedora</li><li>zoneminder with sound</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>

