<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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" version="2.0">

<channel>
	<title>Pinoy Geek [dot] org</title>
	
	<link>http://www.pinoygeek.org</link>
	<description>the pinoys... the geeks... and the pinoy geeks...</description>
	<pubDate>Tue, 04 Nov 2008 04:22:05 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
	<language>en</language>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/PinoyGeekdotOrg" type="application/rss+xml" /><item>
		<title>Change System Restore Disk Allocation in Windows Vista</title>
		<link>http://www.pinoygeek.org/2008/10/26/change-system-restore-disk-allocation-in-windows-vista/</link>
		<comments>http://www.pinoygeek.org/2008/10/26/change-system-restore-disk-allocation-in-windows-vista/#comments</comments>
		<pubDate>Sun, 26 Oct 2008 15:19:18 +0000</pubDate>
		<dc:creator>raldz</dc:creator>
		
		<category><![CDATA[Mods and Tweaks]]></category>

		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.pinoygeek.org/?p=52</guid>
		<description><![CDATA[


 Windows Vista is a resource hog, yes it consumes a lot of memory to run and occupies a lot of disk space to install.  By default Vista allocates 15% of your total disk space for System Restore.  Sounds like very small, but if you have let us say 1TB of disk space, that is [...]]]></description>
			<content:encoded><![CDATA[<p style="float: left;margin: 4px;"><script type="text/javascript"><!--
google_ad_client = "pub-6486426902468489";
google_ad_width = 200;
google_ad_height = 200;
google_ad_format = "200x200_as";
google_ad_type = "text_image";
google_ad_channel = "";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "FF6600";
google_color_text = "999999";
google_color_url = "999999";
//-->
</script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p> <p>Windows Vista is a resource hog, yes it consumes a lot of memory to run and occupies a lot of disk space to install.  By default Vista allocates 15% of your total disk space for System Restore.  Sounds like very small, but if you have let us say 1TB of disk space, that is a total of additional 150GB that the system uses!</p>
<p>To reclaim this wasted disk space, we need to get our hands a little dirty and will use the command prompt.</p>
<p>&gt; Click on the Windows Start Button</p>
<p>&gt; Click on All programs then Accessories</p>
<p>&gt; On the Accessories menu Right Click on the Command Prompt option</p>
<p>&gt; From the drop Down menu that appears, choose Run as Administrator</p>
<p>&gt; When the Command Prompt window opens type: &#8220;vssadmin resize shadowstorage /on=X: /For=X: /Maxsize=XX.XGB&#8221;  - without the quotes and Press Enter</p>
<p>NOTE: X: = Drive Letter of Target Drive, e.g.; C:<br />
NOTE: XX.X =  the maximum size in GB&#8217;s or MB&#8217;s</p>
<p>&gt; If all is done correctly you should see a message saying &#8220;Successfully resized the shadow copy storage association&#8221;</p>
<p>This is how it should look for drive C:, remember there are Spaces between each command group:<br />
&#8220;vssadmin resize shadowstorage /on=C: /for=C: /maxsize=5GB&#8221;</p>
<p>&gt; You can restart your computer and rest assured that Vista will only use the disk space that you have allocated for System Restore.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pinoygeek.org/2008/10/26/change-system-restore-disk-allocation-in-windows-vista/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How To: Join .AVI Files in Ubuntu</title>
		<link>http://www.pinoygeek.org/2008/05/25/how-to-join-avi-files-in-ubuntu/</link>
		<comments>http://www.pinoygeek.org/2008/05/25/how-to-join-avi-files-in-ubuntu/#comments</comments>
		<pubDate>Sun, 25 May 2008 16:02:34 +0000</pubDate>
		<dc:creator>raldz</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.pinoygeek.org/2008/05/25/how-to-join-avi-files-in-ubuntu/</guid>
		<description><![CDATA[


 Written By: Laserion
(Video demo on bottom of article)
Today, I will discuss and teach you on how to join files in ubuntu. To do that, we are going to use both commands, Concatenate and Mencoder in the terminal. Don&#8217;t worry, I will guide you and It&#8217;s not that hard to learn. You don&#8217;t need to [...]]]></description>
			<content:encoded><![CDATA[<p>Written By: <a href="http://forum.pinoygeek.org/index.php?action=profile;u=32">Laserion</a></p>
<p>(Video demo on bottom of article)</p>
<p>Today, I will discuss and teach you on how to join files in ubuntu. To do that, we are going to use both commands, Concatenate and Mencoder in the terminal. Don&#8217;t worry, I will guide you and It&#8217;s not that hard to learn. You don&#8217;t need to memorize all these commands just some few basic key elements and you&#8217;re all set to start your everyday life in Ubuntu. I&#8217;m still a novice in Linux and quite a beginner using the terminal, but as you practice you learn more things about this interesting Operating System.</p>
<p>Just like in Windows Command Prompt you&#8217;ll see the familiar symbol C://&gt; but in linux you&#8217;ll see this $ prompt instead. More look like a dollar string sign. To start the terminal; Goto - Applications/Accessories/Terminal and it will open into something like this.username@computer-name:~$   &#8212; normally, this is your home folder.For today&#8217;s session, I will use this symbol &#8220;$&#8221; prompt in all of my example. Now, let&#8217;s begin&#8230;.type the following at the terminal and be sure you are connected online.</p>
<p>$ sudo apt-get install mencoder<br />
&#8212; This will give you a temporary admin rights to install software packages into your Ubuntu box. It will prompt you to enter your password.</p>
<p>&#8212; It will give you an output like this, but yours might display different.<br />
Reading package lists&#8230; Done<br />
Building dependency tree<br />
Reading state information&#8230; Done<br />
The following extra packages will be installed:<br />
libtwolame0<br />
Suggested packages:<br />
libdvdcss mplayer-doc w32codecs<br />
The following NEW packages will be installed:<br />
libtwolame0 mencoder<br />
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.<br />
Need to get 3748kB of archives.<br />
After this operation, 8745kB of additional disk space will be used.<br />
Do you want to continue [Y/n]?</p>
<p>&#8212; then press &#8220;Y&#8221; and ENTER to continue&#8230;. it will download the package from it&#8217;s repositories&#8230;.</p>
<p>Get:1 <a href="http://ph.archive.ubuntu.com/" target="_blank">http://ph.archive.ubuntu.com</a> hardy/universe libtwolame0 0.3.10-2 [57.5kB]<br />
Get:2 <a href="http://ph.archive.ubuntu.com/" target="_blank">http://ph.archive.ubuntu.com</a> hardy/multiverse mencoder 2:1.0~rc2-0ubuntu13 [3690kB]<br />
Fetched 3748kB in 2min45s (22.7kB/s)<br />
Selecting previously deselected package libtwolame0.<br />
(Reading database &#8230; 97770 files and directories currently installed.)<br />
Unpacking libtwolame0 (from &#8230;/libtwolame0_0.3.10-2_i386.deb) &#8230;<br />
Selecting previously deselected package mencoder.<br />
Unpacking mencoder (from &#8230;/mencoder_2%3a1.0~rc2-0ubuntu13_i386.deb) &#8230;<br />
Setting up libtwolame0 (0.3.10-2) &#8230;</p>
<p>Setting up mencoder (2:1.0~rc2-0ubuntu13) &#8230;<br />
Processing triggers for libc6 &#8230;<br />
ldconfig deferred processing now taking place</p>
<p>Then your all done. Is that easy&#8230;.</p>
<p>I&#8217;m assuming you already have the files with you.</p>
<p>Figure: 1<br />
Infile1.avi     &#8212;&#8211;     100mb<br />
Infile2.avi     &#8212;&#8211;     100mb</p>
<p>Concatenate - Let&#8217;s you join/combine two or more files in one. You can even use this command with your documents. The command syntax for concatenate is &#8220;cat&#8221; then your file (infile1.avi)  then followed by the file (infile2.avi) you want to join and &#8220;&gt;&#8221; the output you want to save as your new joined files.</p>
<p>Figure: 2-1<br />
$  cat infile1.avi infile2.avi &gt; output-filename.avi</p>
<p>This will combine the two files, but were not done yet as these files will only create one big file. As they are still out-of-sync&#8230;.</p>
<p>Figure: 3-1<br />
Infile1.avi                     &#8212;&#8211;     100mb<br />
Infile2.avi                     &#8212;&#8211;     100mb<br />
output-filename.avi     &#8212;&#8211;     200mb</p>
<p>Now, we are going to use the Mencoder, but before we do that. We just need to familiarize with the basic commands first.</p>
<p>mencoder - (MPlayer’s Movie Encoder) is a simple movie encoder, designed to encode MPlayer-playable movies. It encodes to MPEG-4 (DivX/Xvid), one of the libavcodec codecs and PCM/MP3/VBRMP3 audio in 1, 2 or 3 passes. Furthermore it has stream copying abilities, a powerful filter system (crop, expand, flip, postprocess, rotate, scale, noise, RGB/YUV conversion) and more.</p>
<p>-o (Output File) more likely the save as new-filename<br />
-ovc (Output Video Codec) Encode with the given video codec<br />
-oac (Output Audio Codec) Encode with the given audio codec</p>
<p>Example:<br />
-ovc (codec name) your encoding choice</p>
<p>-ovc copy<br />
no encoding, just streamcopy<br />
-ovc lavc<br />
Encode with a libavcodec codec.</p>
<p>-oac (codec name) your encoding choice</p>
<p>-oac copy<br />
no encoding, just streamcopy<br />
-oac mp3lame<br />
Encode to MP3 (using LAME).</p>
<p>NOTE: to get a list of available video and audio codecs.</p>
<p>type the following at the terminal:<br />
$  mencoder -ovc help</p>
<p>$  mencoder -oac help</p>
<p>Basic command syntax for mencoder:</p>
<p>Figure: 4<br />
$ mencoder infile.avi -o outfile.avi -ovc copy -oac copy</p>
<p>Now, that we are more familiar with the commands. Let&#8217;s continue the tutorial&#8217;s and what&#8217;s left in Figure: 2-1.</p>
<p>Figure: 2-2<br />
$ mencoder output-filename.avi -o final-output.avi -forceidx -ovc copy -oac copy</p>
<p>&#8230;..done&#8230;.</p>
<p>-forceidx - Force index rebuilding. Useful for files with broken index (A/V desync, etc). This will enable seeking in files where seeking was not possible. You can fix the index permanently with MEncoder.</p>
<p>Figure: 3-2<br />
Infile1.avi                   &#8212;&#8211;     100mb<br />
Infile2.avi                   &#8212;&#8211;     100mb<br />
output-filename.avi     &#8212;&#8211;     200mb<br />
final-output.avi            &#8212;&#8211;     200mb</p>
<p>Note: you can safely remove output-filename.avi as it is no longer needed.</p>
<p>If you find this tutorials a bit confusing, Let&#8217;s skip the first one and get the short version instead&#8230;&#8230; hehehe&#8230;&#8230;</p>
<p>Shorter Version:<br />
$ mencoder infile1.avi infile2.avi -o final-output.avi -ovc copy -oac copy</p>
<p>&#8230;..and THAT&#8217;s IT!</p>
<p>type exit to close the terminal.</p>
<p><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/K31Cmg-Gshk&#038;hl=en&#038;color1=0xe1600f&#038;color2=0xfebd01"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/K31Cmg-Gshk&#038;hl=en&#038;color1=0xe1600f&#038;color2=0xfebd01" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pinoygeek.org/2008/05/25/how-to-join-avi-files-in-ubuntu/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Windows XP Service Pack 3 (SP3) Finally Released</title>
		<link>http://www.pinoygeek.org/2008/05/07/windows-xp-service-pack-3-sp3-finally-released/</link>
		<comments>http://www.pinoygeek.org/2008/05/07/windows-xp-service-pack-3-sp3-finally-released/#comments</comments>
		<pubDate>Wed, 07 May 2008 14:41:36 +0000</pubDate>
		<dc:creator>raldz</dc:creator>
		
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.pinoygeek.org/2008/05/07/windows-xp-service-pack-3-sp3-finally-released/</guid>
		<description><![CDATA[May 6, 2008 - Finally, Microsoft has released Service Pack 3 for Windows XP.  With all the pains of using Windows Vista, I don&#8217;t know if I&#8217;m the only one, but I feel more excited to install XP SP3 than installing SP1 in Vista.  Windows XP has proven a lot and works better than Vista [...]]]></description>
			<content:encoded><![CDATA[<p>May 6, 2008 - Finally, Microsoft has released Service Pack 3 for Windows XP.  With all the pains of using Windows Vista, I don&#8217;t know if I&#8217;m the only one, but I feel more excited to install XP SP3 than installing SP1 in Vista.  Windows XP has proven a lot and works better than Vista (my opinion).  Vista still has a lot to prove or with the upcoming Windows 7 it just may die a sudden death.  So, right now I am very much happy using Windows XP for my test machine and Linux on my production machines.</p>
<p>From Microsoft:</p>
<blockquote><p>This installation package is intended for IT professionals and developers downloading and installing on multiple computers on a network. If you&#8217;re updating just one computer, please visit Windows Update.</p>
<p>Windows XP Service Pack 3 (SP3) includes all previously released updates for the operating system. This update also includes a small number of new functionalities, which do not significantly change customers’ experience with the operating system.</p></blockquote>
<p><a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=5B33B5A8-5E76-401F-BE08-1E1555D4F3D4&amp;displaylang=en" title="Download XP SP3 here">Download XP SP3  here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pinoygeek.org/2008/05/07/windows-xp-service-pack-3-sp3-finally-released/feed/</wfw:commentRss>
		</item>
		<item>
		<title>FREE Online Photoshop</title>
		<link>http://www.pinoygeek.org/2008/03/28/free-online-photoshop/</link>
		<comments>http://www.pinoygeek.org/2008/03/28/free-online-photoshop/#comments</comments>
		<pubDate>Fri, 28 Mar 2008 03:12:18 +0000</pubDate>
		<dc:creator>raldz</dc:creator>
		
		<category><![CDATA[Internet]]></category>

		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.pinoygeek.org/2008/03/28/free-online-photoshop/</guid>
		<description><![CDATA[Adobe Systems Incorporated just recently released their free online Photoshop Express.  Going with the trend of online productivity tools, Photoshop Express was designed as a web based basic image editing tool.   Just enough to make minor touches and changes to your precious photos.

Some functionality includes:
Basics:

Crop and Rotate
Auto Correct
Exposure
Red Eye Removal
Touchup
Saturation

Tuning:

White Balance
Highlight
Fill Light
Sharpen
Soft [...]]]></description>
			<content:encoded><![CDATA[<p>Adobe Systems Incorporated just recently released their free online Photoshop Express.  Going with the trend of online productivity tools, Photoshop Express was designed as a web based basic image editing tool.   Just enough to make minor touches and changes to your precious photos.</p>
<p><img src="http://img227.imageshack.us/img227/528/screenshotadobephotoshouj7.png" alt="Photoshop Express" align="middle" height="182" width="320" /></p>
<p>Some functionality includes:</p>
<p>Basics:</p>
<ul>
<li>Crop and Rotate</li>
<li>Auto Correct</li>
<li>Exposure</li>
<li>Red Eye Removal</li>
<li>Touchup</li>
<li>Saturation</li>
</ul>
<p>Tuning:</p>
<ul>
<li>White Balance</li>
<li>Highlight</li>
<li>Fill Light</li>
<li>Sharpen</li>
<li>Soft Focus</li>
</ul>
<p>Effects:</p>
<ul>
<li>Pop Color</li>
<li>Hue</li>
<li>Black and White</li>
<li>Tint</li>
<li>Skecth</li>
<li>Distort</li>
</ul>
<p>&#8230; and more to come since the online tool is still in Beta..</p>
<p>Photoshop Express also allows you to store your images online (up to 2GB of space), create a gallery and slide shows or even browse other users&#8217; images available to public.</p>
<p><img src="http://img148.imageshack.us/img148/5111/screenshotadobephotoshooy3.png" alt="Photoshop Express" align="middle" height="267" width="474" /></p>
<p><a href="https://www.photoshop.com/express/">Click here to try Photoshop Express now.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pinoygeek.org/2008/03/28/free-online-photoshop/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Miro: Turn your computer into an internet TV</title>
		<link>http://www.pinoygeek.org/2008/03/20/miro-turn-your-computer-into-an-internet-tv/</link>
		<comments>http://www.pinoygeek.org/2008/03/20/miro-turn-your-computer-into-an-internet-tv/#comments</comments>
		<pubDate>Thu, 20 Mar 2008 02:56:20 +0000</pubDate>
		<dc:creator>raldz</dc:creator>
		
		<category><![CDATA[Internet]]></category>

		<category><![CDATA[Open Source]]></category>

		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://pinoygeek.org/2008/03/20/miro-turn-your-computer-into-an-internet-tv/</guid>
		<description><![CDATA[I discovered Miro (formerly know as Democracy TV) when I could not have complete control of our TV remote control (wife and son is in control) in our bedroom.  Nothing left for entertainment, I grab my Ubuntu notebook and searched for internet TV for Linux, and there I found Miro.  Miro is not [...]]]></description>
			<content:encoded><![CDATA[<p>I discovered Miro (formerly know as Democracy TV) when I could not have complete control of our TV remote control (wife and son is in control) in our bedroom.  Nothing left for entertainment, I grab my Ubuntu notebook and searched for internet TV for Linux, and there I found Miro.  Miro is not only for Linux but also for Windows and Mac OSX.  I searched the channel guide and found all the technology channels that I want, and discovered new channels that I now love.</p>
<blockquote><p> Quite simply, Miro is a free application for channels of internet video (also known as &#8216;video podcasts and video rss). Miro is designed to be easy to use and to give you an elegant fullscreen viewing experience.</p>
<p>There are thousands of free internet video channels that you can watch. You&#8217;ll be able to download all the videos that each channel offers and when new ones are released, Miro will grab them automatically.</p>
<p>Unlike tiny videos on websites like YouTube, Miro videos are usually very high quality and look great when watched full screen. Since Miro downloads videos completely before you watch, your videos will never skip or stutter while they are playing.</p></blockquote>
<p><a href="http://www.getmiro.com/" title="Miro Download">To download Miro click here</a></p>
<p>Below is a demo video on how to use Miro:</p>
<p><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/azGZW8BWaTI&#038;hl=en"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/azGZW8BWaTI&#038;hl=en" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pinoygeek.org/2008/03/20/miro-turn-your-computer-into-an-internet-tv/feed/</wfw:commentRss>
		</item>
		<item>
		<title>[Download of the Day] IZarc: The Ultimate Archive Utility for Vista</title>
		<link>http://www.pinoygeek.org/2008/02/20/download-of-the-day-izarc-the-ultimate-archive-utility-for-vista/</link>
		<comments>http://www.pinoygeek.org/2008/02/20/download-of-the-day-izarc-the-ultimate-archive-utility-for-vista/#comments</comments>
		<pubDate>Wed, 20 Feb 2008 04:25:56 +0000</pubDate>
		<dc:creator>raldz</dc:creator>
		
		<category><![CDATA[Software]]></category>

		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://pinoygeek.org/2008/02/20/download-of-the-day-izarc-the-ultimate-archive-utility-for-vista/</guid>
		<description><![CDATA[IZArc is the ultimate freeware                                                   [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.izarc.org"><span style="color: black; font-family: 'Times New Roman'"><font color="#000099" face="Arial" size="2"><strong>IZArc</strong></font></span></a><font color="#000066" face="Arial" size="2"> </font><font color="#333333" face="Arial" size="2">is the ultimate <strong>freeware</strong>                                                                  archive  utility supporting many archive  formats like:</font><font color="#000066" face="Arial" size="2"> </font><strong><font color="black" face="Arial" size="2">7-ZIP, A, ACE,  ARC, ARJ, B64, BH, </font></strong>                                                                                                                                  <strong><font color="black" face="Arial" size="2">BIN, BZ2, BZA, C2D, CAB, CDI, CPIO, DEB, ENC, GCA, GZ, GZA,  HA, IMG, ISO, JAR, LHA, LIB, LZH, MDF, MBF, </font></strong>                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <strong><font color="black" face="Arial" size="2">MIM, NRG, PAK, PDI, PK3, RAR, RPM,  TAR, TAZ, TBZ, TGZ, TZ, UUE, WAR, XXE, YZ1, Z, ZIP, ZOO</font></strong><font color="black" face="Arial" size="2">.</font><font color="#000066" face="Arial" size="2"> </font> <font color="#333333" face="Arial" size="2">With a modern easy-to-use interface, </font><span style="color: black; font-family: 'Times New Roman'"><font color="#333333" face="Arial" size="2"><strong>IZArc</strong></font></span><font color="#333333" face="Arial" size="2"> provides support for most compressed and encoded files, as  well as access </font>                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <font color="#333333" face="Arial" size="2">to many powerful features and tools.</font><font color="#333333"> </font><font color="#333333" face="Arial" size="2">It allows you to drag and drop files from and to Windows  Explorer, create and extract </font>                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <font color="#333333" face="Arial" size="2">archives directly in Windows Explorer, create  multiple archives spanning disks, creating self-extracting archives, repair </font>                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <font color="#333333" face="Arial" size="2">damaged zip archives, converting from one                                                                  archive type to another, view and  write comments and many more.</font>                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <a href="http://www.izarc.org"><font color="#000099" face="Arial" size="2"><strong>IZArc</strong></font></a><font color="#333333" face="Arial" size="2"> has also  build-in multilanguage support.</font></p>
<p><a href="http://www.izarc.org"><img src="http://img211.imageshack.us/img211/3110/mainwi6.png" alt="IZarc" height="244" width="320" /></a></p>
<p><strong>Main Features of IZarc:</strong></p>
<ul>
<li><font color="#333333" face="Arial" size="2">Create an archive</font></li>
<li><span style="font-family: 'Times New Roman'; color: black"><font color="#333333" face="Arial" size="2">Add files  to an existing archive</font></span></li>
<li><span style="font-family: 'Times New Roman'; color: black"><font color="#333333" face="Arial" size="2">Delete  files from an existing archive  </font></span></li>
<li><span style="font-family: 'Times New Roman'; color: black"><font color="#333333" face="Arial" size="2">Extract  files from an existing archive  </font></span></li>
<li><span style="font-family: 'Times New Roman'; color: black"><font color="#333333" face="Arial" size="2">Test an  archive file  </font></span></li>
<li><span style="font-family: 'Times New Roman'; color: black"><font color="#333333" face="Arial" size="2">Convert  archive </font></span></li>
<li><font color="#333333" face="Arial" size="2">Convert                      CD Images</font></li>
<li><font color="#333333" face="Arial" size="2">Repair broken archive</font></li>
<li><font color="#333333" face="Arial" size="2">Searching for any files in many archives</font></li>
<li><font color="#333333" face="Arial" size="2">Favorite Folders</font></li>
<li><span style="font-family: 'Times New Roman'; color: black"><font color="#333333" face="Arial" size="2">Obtaining  a detailed list of files and information like compression rate, path, or size  from an archive file </font></span></li>
<li><span style="font-family: 'Times New Roman'; color: black"><font color="#333333" face="Arial" size="2">Supports  both long and short 8.3 filenames<br />
</font></span></li>
<li><span style="font-family: 'Times New Roman'; color: black"><font color="#333333" face="Arial" size="2">Disk  spanning from and to multiple diskettes or other removable media<br />
</font></span></li>
<li><span style="font-family: 'Times New Roman'; color: black"><font color="#333333" face="Arial" size="2">Implementing  the possibility to sort the list items by name size, date and etc.<br />
</font></span></li>
<li><span style="font-family: 'Times New Roman'; color: black"><font color="#333333" face="Arial" size="2">Full Drag  &amp; Drop support  </font></span></li>
<li><font color="#333333" face="Arial" size="2">CD/DVD Images                      support (</font><font color="#333333" face="Arial" size="2">ISO,                      BIN, MDF, NRG, IMG, C2D, PDI, CDI</font><font color="#333333" face="Arial" size="2">)</font></li>
<li><span style="font-family: 'Times New Roman'; color: black"><font color="#333333" face="Arial" size="2">Integrating  in Windows Explorer context menu  </font></span></li>
<li><span style="font-family: 'Times New Roman'; color: black"><font color="#333333" face="Arial" size="2">Automatic  installation of most software distributed in archive files  </font></span></li>
<li><span style="font-family: 'Times New Roman'; color: black"><font color="#333333" face="Arial" size="2">Add/View  comments in an archive</font></span></li>
<li><span style="font-family: 'Times New Roman'; color: black"><font color="#333333" face="Arial" size="2">By  double-clicking onto a file in the file list, it&#8217;s opened with the program  associated to this file type </font></span></li>
<li><span style="font-family: 'Times New Roman'; color: black"><font color="#333333" face="Arial" size="2">CheckOut  feature<br />
</font></span></li>
<li><span style="font-family: 'Times New Roman'; color: black"><font color="#333333" face="Arial" size="2">Create a  self-extracting archive</font></span></li>
<li><span style="font-family: 'Times New Roman'; color: black"><font color="#333333" face="Arial" size="2">E-mail an  archive</font></span></li>
<li><span style="font-family: Helvetica,Arial; color: black"><font color="#333333" face="Arial" size="2">Checking  for new updates</font></span></li>
<li><font color="#333333" face="Arial" size="2">Build-in multilanguage support</font></li>
<li><font color="#333333" face="Arial" size="2">Virus Scan feature</font></li>
<li><font color="#333333" face="Arial" size="2">UU/XX/MIME Encode/Decode</font></li>
<li><font color="#333333" face="Arial" size="2">Create Multi-Volume Set</font></li>
<li><font color="#333333" face="Arial" size="2">Merge Multi-Volume Set</font></li>
<li><span style="font-family: 'Times New Roman'; color: black"><font color="#333333" face="Arial" size="2">UnSFX  (Convert self-extracting (SFX) .EXE files to standard archives)</font></span></li>
<li><font color="#333333" face="Arial" size="2">Encrypt                      files </font><font color="#333333" face="Arial" size="2">using Rijandael                      - AES (256-bits) encryption</font></li>
<li><font color="#333333" face="Arial" size="2">Zip                                                              encryption (WinZip                                                              9 compatible)</font></li>
<li><font color="#333333" face="Arial" size="2">BZip                                                              compression for                                                              ZIP archives</font></li>
<li><font color="#333333" face="Arial" size="2">Decrypt                      (.ize) files</font></li>
</ul>
<p><a href="http://www.izarc.org"> Download IZarc here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pinoygeek.org/2008/02/20/download-of-the-day-izarc-the-ultimate-archive-utility-for-vista/feed/</wfw:commentRss>
		</item>
		<item>
		<title>50 Proprietary Software and Their FREE Alternatives</title>
		<link>http://www.pinoygeek.org/2008/02/11/50-proprietary-software-and-their-free-alternatives/</link>
		<comments>http://www.pinoygeek.org/2008/02/11/50-proprietary-software-and-their-free-alternatives/#comments</comments>
		<pubDate>Mon, 11 Feb 2008 06:07:25 +0000</pubDate>
		<dc:creator>raldz</dc:creator>
		
		<category><![CDATA[Open Source]]></category>

		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://pinoygeek.org/2008/02/11/50-proprietary-software-and-their-free-alternatives/</guid>
		<description><![CDATA[I am a very fond supporter of free and open source software.  I have been using Linux and open source software for almost five years.  The experience was very satisfactory aside from it being very educational.  I have saved a lot ever since I used free and open source software and turned [...]]]></description>
			<content:encoded><![CDATA[<p>I am a very fond supporter of free and open source software.  I have been using Linux and open source software for almost five years.  The experience was very satisfactory aside from it being very educational.  I have saved a lot ever since I used free and open source software and turned that savings into buying new and better hardware instead.  Realistically there are hundreds if not thousands of free productivity software available out there.   Due to its abundance it may be hard for a new switcher to find exactly what they need.  <a href="http://whdb.com" title="WHDb">WHDb</a> has created a list of the most used proprietary software and their free alternatives.   Here is what WHDb has to say:</p>
<blockquote>
<p>The following fifty proprietary programs are listed in no particular order within broad categories along with their open source alternatives. In some cases you could probably write your own book on frustrations with the proprietary programs shown here. In other cases, you’ll discover that the open source alternative isn’t quite up to snuff yet. And, in other cases still, you’ll learn that some proprietary programs are real gems, but that the open source advocate can replace those gems with equally shiny objects from the open source repertoire.</p></blockquote>
<p><a href="http://whdb.com/2008/the-top-50-proprietary-programs-that-drive-you-crazy-and-their-open-source-alternatives/">Click here to read the full list. </a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pinoygeek.org/2008/02/11/50-proprietary-software-and-their-free-alternatives/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Find Your Lost MS Product Keys (Windows and Office)</title>
		<link>http://www.pinoygeek.org/2007/12/15/find-your-lost-ms-product-keys-windows-and-office/</link>
		<comments>http://www.pinoygeek.org/2007/12/15/find-your-lost-ms-product-keys-windows-and-office/#comments</comments>
		<pubDate>Sat, 15 Dec 2007 05:05:54 +0000</pubDate>
		<dc:creator>raldz</dc:creator>
		
		<category><![CDATA[Software]]></category>

		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://pinoygeek.org/2007/12/15/find-your-lost-ms-product-keys-windows-and-office/</guid>
		<description><![CDATA[One of the worst nightmare for computer technicians after doing a hard disk reformat and reinstalling M$ Windows or M$ Office is finding out that they have lost the product keys.  The certification of authenticity that came with the original software is lost.  This scenario will push some techs or end users to [...]]]></description>
			<content:encoded><![CDATA[<p>One of the worst nightmare for computer technicians after doing a hard disk reformat and reinstalling M$ Windows or M$ Office is finding out that they have lost the product keys.  The certification of authenticity that came with the original software is lost.  This scenario will push some techs or end users to use pirated keys or just use some cracks to activate Windows or Office.  But that&#8217;s not the only solution.  If you have found out that you have lost your certificate of authenticity or product keys, you could use these tools to retrieve it before deciding to reformat your computer.</p>
<p><strong> RockXP</strong></p>
<p>RockXP allows you to retrieve all Microsoft product keys.  It also has the ability to backup and restore activation files.  It even allows you to change your Windows XP product key.  Some advance features also allow you to retrieve MSN, XP login and password or display system password.  It is a standalone program and no installation needed.  When running this program some anti virus software may identify it as a security threat.  But this program is clean and mean.<br />
<a href="http://www.rockxp.org/">Download RockXP here</a>.</p>
<p><strong>Magical Jellybean Keyfinder</strong></p>
<p>The Magical Jelly Bean Keyfinder is a freeware utility that retrieves your Product Key (cd key) used to install windows from your registry. It has the options to copy the key to clipboard, save it to a text file, or print it for safekeeping. It works on Windows 95, 98, ME, NT4, 2000, XP, Server 2003, Windows Vista, Office 97, Office XP, Office 2003, and Office 2007 (the MJK beta release as of this writing).  This tool is also a standalone program and no installation required.<br />
<a href="http://www.magicaljellybean.com/keyfinder.shtml">Download Magical Jelly Bean Keyfinder here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pinoygeek.org/2007/12/15/find-your-lost-ms-product-keys-windows-and-office/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Mandriva Linux 2008 Released</title>
		<link>http://www.pinoygeek.org/2007/10/10/mandriva-linux-2008-released/</link>
		<comments>http://www.pinoygeek.org/2007/10/10/mandriva-linux-2008-released/#comments</comments>
		<pubDate>Wed, 10 Oct 2007 04:17:41 +0000</pubDate>
		<dc:creator>raldz</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://pinoygeek.org/2007/10/10/mandriva-linux-2008-released/</guid>
		<description><![CDATA[The result of six months of heavy development and testing, 2008 includes all the latest software and many enhancements over previous Mandriva Linux releases. You will find KDE 3.5.7 and the new GNOME 2.20 already integrated, a solid kernel 2.6.22.9 with fair scheduling support, OpenOffice.org 2.2.1, cutting-edge 3D-accelerated desktop courtesy of Compiz Fusion 0.5.2, Mozilla [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.mandriva.com/sites/all/themes/mandriva_customer/images/logo.png" align="right" height="68" width="272" />The result of six months of heavy development and testing, 2008 includes all the latest software and many enhancements over previous Mandriva Linux releases. You will find KDE 3.5.7 and the new GNOME 2.20 already integrated, a solid kernel 2.6.22.9 with fair scheduling support, OpenOffice.org 2.2.1, cutting-edge 3D-accelerated desktop courtesy of Compiz Fusion 0.5.2, Mozilla Firefox 2.0.0.6, and everything else you&#8217;ve come to expect from the latest Mandriva Linux release. We have integrated a reworked hardware detection sub-system, with support for a lot of new devices (particularly graphics cards, sound cards and wireless chips). Also, the addition of new features and ongoing improvements to the renowned Mandriva tools continues, including a wizard to import Windows documents and settings, the new network configuration center, and improvements to the Mandriva software management tools.</p>
<p><a href="http://club.mandriva.com/xwiki/bin/view/Main/2008_released">Read the full announcement</a></p>
<p><a href="http://www.mandriva.com/en/download.html">Download Mandriva 2008</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pinoygeek.org/2007/10/10/mandriva-linux-2008-released/feed/</wfw:commentRss>
		</item>
		<item>
		<title>OpenSUSE 10.3 Released</title>
		<link>http://www.pinoygeek.org/2007/10/07/opensuse-103-released/</link>
		<comments>http://www.pinoygeek.org/2007/10/07/opensuse-103-released/#comments</comments>
		<pubDate>Sun, 07 Oct 2007 15:49:09 +0000</pubDate>
		<dc:creator>raldz</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://pinoygeek.org/2007/10/07/opensuse-103-released/</guid>
		<description><![CDATA[Novell announced the availability of openSUSE 10.3 last October 4, 2007, the newest version of the award-winning community Linux distribution. Enhancements to openSUSE 10.3 include the newest versions of the GNOME and KDE desktop environments, including a KDE 4 preview. OpenOffice.org 2.3 makes sharing files easy, and the newest version of AppArmor protects the Linux [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://en.opensuse.org/skins/opensuse/images/common/geeko.jpg" align="right" height="85" width="129" />Novell announced the availability of openSUSE 10.3 last October 4, 2007, the newest version of the award-winning community Linux distribution. Enhancements to openSUSE 10.3 include the newest versions of the GNOME and KDE desktop environments, including a KDE 4 preview. OpenOffice.org 2.3 makes sharing files easy, and the newest version of AppArmor protects the Linux operating system and applications from attacks, viruses and malicious applications. OpenSUSE 10.3 also now includes MP3 support out of the box for Banshee and Amarok, which are the default media players in openSUSE. In addition, openSUSE 10.3 offers the latest open source applications for developing applications, setting up a home network and running a web server.</p>
<p>Get it here:  <a href="http://software.opensuse.org/" target="_blank">http://software.opensuse.org/</a></p>
<p>Documentation here:  <a href="http://en.opensuse.org/Documentation" target="_blank">http://en.opensuse.org/Documentation</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pinoygeek.org/2007/10/07/opensuse-103-released/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
