<?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" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" version="2.0">

<channel>
	<title>IT Engineer's Blog, Malaysia Life Tech Blog</title>
	
	<link>http://www.icalvyn.com</link>
	<description>Your Gateway To IT Engineer Knowledge, Life experience on Malaysia Tech Blog</description>
	<pubDate>Wed, 08 Jul 2009 16:01:45 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<creativeCommons:license>http://creativecommons.org/licenses/by/2.0/</creativeCommons:license><image><link>http://creativecommons.org/licenses/by/2.0/</link><url>http://creativecommons.org/images/public/somerights20.gif</url><title>Some Rights Reserved</title></image><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/icalvyn" type="application/rss+xml" /><feedburner:emailServiceId xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">icalvyn</feedburner:emailServiceId><feedburner:feedburnerHostname xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://feedburner.google.com</feedburner:feedburnerHostname><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>Why use the Linux shell?</title>
		<link>http://www.icalvyn.com/why-use-the-linux-shell/</link>
		<comments>http://www.icalvyn.com/why-use-the-linux-shell/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 16:01:45 +0000</pubDate>
		<dc:creator>calvyn</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Operating System]]></category>

		<guid isPermaLink="false">http://www.icalvyn.com/?p=1990</guid>
		<description><![CDATA[Most PC users communicate with the operating system on their machines using a graphical user interface (GUI), such as those used in Microsoft Windows 2000 or Mac OS 9. Linux has its own GUIs, most notably GNU Network Object Model Environment (GNOME) and the K Desktop Environment (KDE). GUIs provide buttons, menus, icons, and all [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Most PC users communicate with the operating system on their machines using a graphical user interface (GUI), such as those used in Microsoft Windows 2000 or Mac OS 9. Linux has its own GUIs, most notably GNU Network Object Model Environment (GNOME) and the K Desktop Environment (KDE). GUIs provide buttons, menus, icons, and all the other point-and-click features that have simplified modern computing so greatly. However, it is a mistake to assume that GUIs are always the best way to communicate with an operating system. Although GUIs certainly provide simplicity, they tend to obscure some of a computer&#8217;s capabilities from the user. This is where a shell comes in.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://img40.imageshack.us/img40/7628/linuxshell.jpg" alt="linux shell" /></p>
<p style="text-align: justify;"><strong><span style="text-decoration: underline;">Advantages of using a shell </span></strong></p>
<p style="text-align: justify;"><strong>Greater control </strong><br />
A shell is a program that acts as an interface between the user and the operating system, just as a GUI does. However, a shell works without graphics – when you use one, you issue instructions to the operating system by typing in commands. In fact, the shell is often referred to as a command interpreter.</p>
<p style="text-align: justify;">This may seem like a return to basic computing, but a command-line interface lets you exercise a degree of control over the operating system that would otherwise be lacking. There are a number of reasons for this:<span id="more-1990"></span></p>
<ul style="text-align: justify;">
<li>with a GUI, only the options provided by the interface are available to the user</li>
<li>lack of space on a screen can limit the number of options that a GUI displays</li>
<li>no standard methods exist within GUIs for performing standard command-line tasks, such as linking commands in sequences, redirecting output from one destination to another, or collecting commands into scripts</li>
</ul>
<p style="text-align: justify;">A disadvantage of using a command-line interface is that the user needs to learn a wide variety of sometimes cryptic commands and their associated options. However, the commands are more powerful and adaptable than their GUI counterparts, because they can be extended and fine-tuned through the use of options. An expert user of a command-line interface can issue complex commands very quickly. Techniques also exist to link multiple commands together with pipes and redirections, so that the output of one command becomes the input of another. Linux can interpret commands issued using the shell more quickly than GUI commands. This is because shell commands are nothing more than simple ASCII text. Some shells even enable you to define your own commands.</p>
<p style="text-align: justify;"><strong>Automation of common tasks </strong><br />
A shell has another advantage over a GUI in that it keeps a history list of recently issued commands. This enables a user to step back and forth through this list, reusing commands at any point. In addition, a shell enables you to string commands together to form a shell script. These scripts work in a similar way to batch files, issuing multiple commands as one. You can use them to automate common tasks that would otherwise require you to issue several, consecutive commands.</p>
<p style="text-align: justify;"><strong>Speed and efficiency </strong><br />
In hardware terms, a shell is a more attractive proposition than a GUI. Shells are much less resource-intensive than GUIs – they require less memory, for example. This means that a command issued in the shell will run more quickly and efficiently than the same command run in a GUI. It also means that a shell supports Linux&#8217;s multitasking environment, in which multiple tasks run simultaneously, more comfortably than a GUI, in which the GUI itself competes for CPU resources.</p>
<p style="text-align: justify;"><strong><span style="text-decoration: underline;">Shell evolution</span></strong></p>
<p style="text-align: justify;"><strong></strong>Since its creation as a derivative of UNIX, Linux has given rise to a number of shells, which have evolved along with the operating system itself. When a new shell is developed, it doesn&#8217;t spell the end for all previous shells. Many different Linux shells are available, and each has particular strengths. The one you use depends on your own preferences and on the task you wish to undertake.</p>
<p style="text-align: justify;">The default shell in most Linux installations is the Bourne Again shell, or /bin/bash. It is a successor to the Bourne shell, or /bin/sh, which was an early and less powerful Linux shell. The Bourne Again shell was created and is distributed by the Free Software Foundation. It offers features such as command-line editing and filename completion. It is an ideal first shell for Linux newcomers. In addition, bash supports the syntax used by another Linux shell called the C shell, or /bin/csh, which increases its flexibility.</p>
<p style="text-align: justify;">You can find out which shell you&#8217;re running at any time by typing the command echo $SHELL at the shell prompt. The default shell is specified in the /etc/passwd file and can be changed there for each user.</p>
<p style="text-align: justify;">Since we are talking about Linux here, you might want to know how to <a href="http://www.icalvyn.com/mounting-linux-file-systems/">mount linux file system</a> also understand on <a href="http://www.icalvyn.com/linux-files-types/">Linux File Types</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.icalvyn.com/why-use-the-linux-shell/feed/</wfw:commentRss>
		</item>
		<item>
		<title>DIY Cisco Console Cable</title>
		<link>http://www.icalvyn.com/diy-cisco-console-cable/</link>
		<comments>http://www.icalvyn.com/diy-cisco-console-cable/#comments</comments>
		<pubDate>Sat, 04 Jul 2009 16:05:38 +0000</pubDate>
		<dc:creator>calvyn</dc:creator>
		
		<category><![CDATA[Cisco]]></category>

		<category><![CDATA[Networking]]></category>

		<guid isPermaLink="false">http://www.icalvyn.com/?p=1785</guid>
		<description><![CDATA[Do you have any idea how much a pieces of Original Cisco Console Cable? Does DIY Cisco Console Cable cheaper?
According to the vendor ,the Original Cisco Console Cable worth approximate RM100 above (60USD++). Usually Cisco console cable only come with each Cisco product you bought, but I found that ebay just sold at around 5USD [...]]]></description>
			<content:encoded><![CDATA[<p>Do you have any idea how much a pieces of Original <strong>Cisco Console Cable</strong>? Does DIY Cisco Console Cable cheaper?</p>
<p>According to the vendor ,the Original Cisco Console Cable worth approximate RM100 above (60USD++). Usually Cisco console cable only come with each Cisco product you bought, but I found that ebay just sold at around 5USD to 10USD exclude shipping fees, while local website sold at RM60 above.</p>
<p>Should be those user who bough a lot Cisco switches and router, and they only use few to configure their Cisco device.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://img31.imageshack.us/img31/9531/ciscodiy.jpg" alt="DIY Cisco Console Cable" width="525" /></p>
<p>I was thinking does any <a title="cisco tutorial" href="http://ciscofreak.wordpress.com" target="_blank">Cisco&#8217;s Freak</a> out there custom DIY their own Cisco Console Cable? I guess I am one of the &#8220;freak&#8221; who plan to do it.</p>
<p>Before I get start to DIY Cisco Console Cable, I require to know the arrangement of the cable. <a title="UTP color code" href="http://www.icalvyn.com/utp-cable-aka-network-cable/" target="_blank">Arrangement on the RJ45</a> pin and another end at DB9 port.</p>
<p>Let study on the serial port numbering location 1st (DB9),  and RJ45 numbering location 1st. below are the port number for DB9 connector and RJ45 port number:<span id="more-1785"></span></p>
<p style="text-align: center;"><img class="aligncenter" src="http://img110.imageshack.us/img110/3456/femaleserial.gif" alt="female serial cable" /></p>
<p style="text-align: center;"><strong>DB 9 Port Pin Number</strong></p>
<p style="text-align: center;"><img class="aligncenter" src="http://upload.wikimedia.org/wikipedia/commons/3/36/Rj45plug-8p8c.png" alt="rj45 pin arrangement" /></p>
<p style="text-align: center;"><strong>RJ45 Pin Number</strong></p>
<p>The <strong>color code for Cisco Console Cable</strong> as below:</p>
<p style="text-align: center;">rj45-1    to db9-8</p>
<p style="text-align: center;">rj45-2 <strong></strong>to db9-6</p>
<p style="text-align: center;">rj45-3  to   db9-2</p>
<p style="text-align: center;">rj45-4 to    db9-5</p>
<p style="text-align: center;">rj45-5 to   db9-5</p>
<p style="text-align: center;">rj45-6 to  db9-3</p>
<p style="text-align: center;">rj45-7 to   db9-4</p>
<p style="text-align: center;">rj45-8 to   db9-7</p>
<p>To confirm the above Cisco Console Cable color code correct, I require to do some verification. I require a Multimeter, mostly I will prefer <strong>tone mode</strong>, which mean the positive (Red) and negative (Black) touch together, will hv beep sound from the multimeter.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://img9.imageshack.us/img9/2016/digital20multimeter06.jpg" alt="multimeter" /></p>
<p>I require a  <strong>mini gender changer</strong>, male to male type, shown as below:</p>
<p style="text-align: center;"><img class="aligncenter" src="http://img13.imageshack.us/img13/4165/db9genderchanger.jpg" alt="db9 male to male changer" /></p>
<p>I connected this mini gender changer to the Cisco Console Cable&#8217;s Serial Port end as shown the picture below:</p>
<p style="text-align: center;"><img class="aligncenter" src="http://img31.imageshack.us/img31/9531/ciscodiy.jpg" alt="DIY Cisco Console Cable" width="525" /></p>
<p>I need to use either 1 end of the multimeter to point to the RJ45&#8217;s Pin 1, and another end touching each pin on the DB9 serial connector until the beep tone occur. Record down which pin is come from RJ45&#8217;s Pin 1 (as above stated, RJ45&#8217;s Pin 1 connected to Db9&#8217;s Pin <img src='http://www.icalvyn.com/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> </p>
<p>Repeat the same step for RJ45&#8217;s Pin 2 until Pin 8, the result will be as above <strong>Cisco console cable color code</strong>.</p>
<p style="text-align: left;">After get known all the color code, now you require to get a <strong>soldering iron</strong>, and also a <strong>female db9 connector</strong>.<br />
<img class="aligncenter" src="http://img111.imageshack.us/img111/5563/4524462.jpg" alt="solder iron" /></p>
<p style="text-align: left;">
<p style="text-align: center;"><img class="aligncenter" src="http://img29.imageshack.us/img29/7421/172e09201r001.jpg" alt="db9 female connector" width="525" /></p>
<p>Solder the RJ45 cable to the DB9 Connector according to the cisco console cable color code above</p>
<p style="text-align: center;"><img class="aligncenter" src="http://img106.imageshack.us/img106/1259/solderdb9.jpg" alt="" /></p>
<p>You can get variety of db9 connector which come with cover, just like as below. I does not know what this kind of connector call, but it is very convenience just to have 1 pcs of this DB9 to RJ45 connector.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://img205.imageshack.us/img205/6737/ciscoadapt1.jpg" alt="db-9 adapter" /></p>
<p style="text-align: center;"><img class="aligncenter" src="http://img261.imageshack.us/img261/7040/ciscoadapt2.jpg" alt="db-9 adapter" /></p>
<p>If you interested to DIY your own Cisco Console Cable, you can have a try, the above Cisco Colsole Cable color code has been proven correct by me. To ensure all the thing goes smoothly, it is advice to test it your self before you create your own console cable.</p>
<p>Happy &#8220;Do it Your Self&#8221; Cisco Console Cable.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.icalvyn.com/diy-cisco-console-cable/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Mounting Linux file systems</title>
		<link>http://www.icalvyn.com/mounting-linux-file-systems/</link>
		<comments>http://www.icalvyn.com/mounting-linux-file-systems/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 04:33:43 +0000</pubDate>
		<dc:creator>calvyn</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Operating System]]></category>

		<guid isPermaLink="false">http://www.icalvyn.com/?p=1987</guid>
		<description><![CDATA[After talking on the Linux File Types in the previous entries, is time to learn the basic on mounting linux file systems. For the data contained on hard disks, disk partitions, network drives, and removable media to be accessed under Linux, it is necessary to attach – or mount – the devices containing the data [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">After talking on the <a href="http://www.icalvyn.com/linux-files-types/">Linux File Types</a> in the previous entries, is time to learn the basic on <strong>mounting linux file system</strong>s. For the data contained on hard disks, disk partitions, network drives, and removable media to be accessed under Linux, it is necessary to attach – or mount – the devices containing the data to the Linux directory structure. The reason for this is that Linux treats every device or partition as a separate and independent file system. It also views all data as though it were in a subdirectory of the root (/) directory, regardless of the kind of device on which it is stored – even when it is kept on a separate computer.</p>
<p><img class="aligncenter" src="http://img32.imageshack.us/img32/6471/cdmainfull.jpg" alt="disk drive" width="525" /></p>
<p>It is an important part of the role of the Linux system administrator to ensure that file systems are mounted correctly, whether at boot time or manually, to ensure that all required data is available at the expected locations.</p>
<p><strong>Advantages of mounting Linux file systems and devices </strong></p>
<p>Devices are mounted at predetermined directories below the root file system. These are usually, although not always, special directories created for the purpose. The file systems that belong under the /var, /home, and /usr directories, for example, are kept on separate partitions or devices from the root file system. Network machines are frequently configured so that the /home data for all machines is actually stored on a single Network File System (NFS) server, which is then mounted under the /home directory on each individual machine. This enables users to access their own home directories in the usual locations, regardless of which computers they are actually logged on at.<span id="more-1987"></span></p>
<p>Because all devices and file systems appear below the root directory, the transition from one device or file system to another is entirely seamless. So a user can access a file on an NFS server over a network as though the file were on the local hard drive.</p>
<p>Linux makes it easy to expand the space available to overloaded file systems by mounting new partitions. For example, say the directory /home/project is filling up with so much data that it threatens to take over the hard drive on which it is stored. The system administrator can easily move the data from the existing /home/project to an empty disk partition with more available space, and remount the new partition at /home/project. To users, there won&#8217;t be a difference between the old configuration and the new one – they still access their files under /home/project, even though the files are now stored on a completely different hard drive.</p>
<p>It is important to mount file systems in the correct order. This is sometimes necessary to ensure that the mount point required by a given file system exists and is available when the mount command is issued. Taking the /home/project example again, the project data exists on one disk partition and all the remaining /home data is on another, including the /home/project directory under which the /home/project partition is to be mounted. Clearly, if an attempt is made to mount the /home/project partition before the /home partition, this will result in an error, as the /home/project directory doesn&#8217;t yet exist. The correct order is to mount the /home partition first, followed by the /home/project partition.</p>
<p>It is also important to be aware when mounting devices under a given directory that any files previously available under that directory will be hidden while the device is mounted. So any files that still remain in the /home/project directory of the /home partition will become invisible as soon as the /home/project partition is mounted in that directory. Furthermore, the disk space those files occupy will remain unavailable to the system until the project partition is unmounted. You should therefore check what already exists in a directory before you use it as the mount point for some other file system, to avoid duplicating files or wasting disk space.</p>
<p><strong>File system mounting management </strong></p>
<p>To assist in the management of file system mounting, a special directory called /mnt exists in most Linux distributions. This directory contains dedicated directories for mounting specific devices such as CD-ROM, floppy disk, and zip disk drives. This is a convenient way to ensure that such devices have a suitable mount point available to them at all times.</p>
<p><strong>Removable media</strong></p>
<p>It is impossible to access the data on removable media without mounting them first. To use a floppy disk drive, for example, you need to issue the mount command before the disk contents will be visible to the system.</p>
<p>Similarly, when you have finished using any kind of removable medium, it is very important to unmount the device using the umount command before removing the disk from the drive. This is because Linux improves efficiency by often storing information in memory buffers rather than writing it directly to the disk. If a removable disk is removed without being unmounted first, there is a high probability of data loss, just as there is from a hard drive if you shut down the system by turning off the power without running the proper shutdown procedure.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.icalvyn.com/mounting-linux-file-systems/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Too much DSLR at the market</title>
		<link>http://www.icalvyn.com/too-much-dslr-at-the-market/</link>
		<comments>http://www.icalvyn.com/too-much-dslr-at-the-market/#comments</comments>
		<pubDate>Sun, 28 Jun 2009 16:05:05 +0000</pubDate>
		<dc:creator>calvyn</dc:creator>
		
		<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://www.icalvyn.com/?p=2034</guid>
		<description><![CDATA[I still remember about 15 years ago, people using big size cell phone,  as time goes by, the cell phone design to become smaller and smaller, but few years back, cell phone again design to become bigger size again due to require bigger LCD display screen.

Trend always change time by time; long time ago when [...]]]></description>
			<content:encoded><![CDATA[<p>I still remember about 15 years ago, people using big size cell phone,  as time goes by, the cell phone design to become smaller and smaller, but few years back, cell phone again design to become bigger size again due to require bigger LCD display screen.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://img141.imageshack.us/img141/7543/slrcamera.jpg" alt="SLR Camera" /></p>
<p>Trend always change time by time; long time ago when Digital Camera introduce to the world, the size are consider big, with using Compact Flash (CF) card and Smart Media card (SM); as time goes by, the size design to become smaller, and using Secure Digital Card (SD). Again, within this few years, Digital Single Lens Reflect (DSLR) camera has became cheaper and cheaper, and most of the people afford to own it.</p>
<p>as people said</p>
<blockquote><p>Throw a stone to a group of people, sure will hit 1 Degree holder</p></blockquote>
<p>as iCalvyn said</p>
<blockquote><p>Throw a stone to a group of people, sure will hit 1 DSLR holder</p></blockquote>
<p>2 week ago, there are a flora fest at Penang Botanical Garden and ton of people holding DSLR camera shooting over there, and my friend told me that seem like not flora fest, should be DSLR holder fest.<span id="more-2034"></span></p>
<p>Yesterday I visit a shopping mall, and the mall having <strong>transformer models road show</strong> over there, a lot of people holder <a href="http://www.buydig.com/shop/searchresults.aspx?cti=3014" target="_blank">SLR Digital Cameras</a> and keep on shooting the models. I hang around the shopping mall about half days, no matter where I went, I saw people holding DLSR camera.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://img141.imageshack.us/img141/1230/cameradiagram4.gif" alt="canon 450d" /></p>
<p>In my opinion, people no longer going to buy compact digital camera, mostly will goes for SLR Digital Cameras because the price is almost same with normal compact digital camera and the advantage is more function and changeable lens.</p>
<p>If you planning to buy a DLSR cameras, probably you can consider <a href="http://www.buydig.com/shop/product.aspx?sku=NKD9018105" target="_blank">nikon d90</a>, is the enhancement model from my <a title="nikon d80 camera" href="http://www.icalvyn.com/nikon-d80/" target="_blank">nikon D80</a>. if you have extra budget, optional, probably you can get a <a href="http://www.buydig.com/shop/searchresults.aspx?cti=2185&amp;pti=2185" target="_blank">flat panel tvs</a> to view the photo you taken. It will bring you much more satisfaction for the photo you shoot.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.icalvyn.com/too-much-dslr-at-the-market/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Basic Networking Terminology</title>
		<link>http://www.icalvyn.com/basic-networking-terminology/</link>
		<comments>http://www.icalvyn.com/basic-networking-terminology/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 16:05:23 +0000</pubDate>
		<dc:creator>calvyn</dc:creator>
		
		<category><![CDATA[Cisco]]></category>

		<category><![CDATA[Networking]]></category>

		<guid isPermaLink="false">http://www.icalvyn.com/?p=2020</guid>
		<description><![CDATA[Computer networking, like most industries, has its own jargon, which includes technical terms, abbreviations, and acronyms. Without a good grasp of the terminology, it will be difficult to understand the concepts and processes involved in networking. The following list of terms and their definitions is intended to be a quick reference that defines some of [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Computer networking, like most industries, has its own jargon, which includes technical terms, abbreviations, and acronyms. Without a good grasp of the terminology, it will be difficult to understand the concepts and processes involved in networking. The following list of terms and their definitions is intended to be a quick reference that defines some of the most important words, phrases, and acronyms related to computer networking:</p>
<p style="text-align: center;"><img src="http://img20.imageshack.us/img20/9115/network01.jpg" alt="computer networking" /></p>
<ul style="text-align: justify;">
<li>A network interface card (NIC), pronounced &#8220;nick,&#8221; is also called the LAN adapter, or just the network interface. This card typically goes into an ISA, PCI, or PCMCIA (PC card) slot in a computer and connects to the network medium. It then connects to other computers through the network media.</li>
<li>Media refers to the various physical environments through which transmission signals pass. Common network media include twisted-pair, coaxial, and fiber-optic cable, and even the earth&#8217;s atmosphere through which wireless transmission occurs.</li>
<li>A protocol is a set of rules. In the case of a network protocol, it is a set of rules by which computers communicate. The term &#8220;protocol suite&#8221; describes a set of several protocols that perform different functions related to different aspects of the communication process.</li>
<li>Cisco IOS software which runs on Cisco equipment and devices, is the industry-leading and most widely deployed network system software. It delivers intelligent network services for enabling the rapid deployment of Internet applications.</li>
</ul>
<p style="text-align: justify;">Cisco IOS software provides a wide range of functionality, from basic connectivity, security, and network management to technically advanced services. The functionality of Cisco IOS software is the result of a technological evolution. First-generation networking devices could only store and forward data packets.<span id="more-2020"></span></p>
<p style="text-align: justify;">Today, Cisco IOS software can recognize, classify, and prioritize network traffic, optimize routing, support voice and video applications, and much more. Cisco IOS software runs on most Cisco routers and Cisco switches. These network devices carry most of the Internet traffic today.</p>
<ul style="text-align: justify;">
<li>Network operating system (NOS) usually refers to server software such as Windows NT, Windows 2000 Server, Windows Server 2003, Novell NetWare, UNIX, and Linux. The term sometimes refers to the networking components of a client operating system such as Windows 95 or the Macintosh OS.</li>
<li>Connectivity devices refer to several different device types, all of which are used to connect cable segments, connect two or more smaller networks (or subnets) into a larger network, or divide a large network into smaller ones. The term encompasses repeaters, hubs, switches, bridges, and routers.</li>
</ul>
<p style="text-align: justify;">The following are three categories of networks:</p>
<ul style="text-align: justify;">
<li>A local-area network (LAN) is a network that is confined to a limited geographic area. This area can be a room, a floor, a building, or even an entire campus.</li>
<li>A metropolitan-area network (MAN) is a network that is larger in size than a LAN and smaller in size than a WAN. This is a network that covers approximately the area of a large city or metropolitan area.</li>
<li>A wide-area network (WAN) is made up of interconnected LANs. It spans wide geographic areas by using WAN links such as telephone lines or satellite technology to connect computers in different cities, countries, or even different continents.</li>
</ul>
<p style="text-align: justify;">Network structure is described in the following two ways:</p>
<ul style="text-align: justify;">
<li>The logical topology is the path that the signals take from one computer to another. The logical topology may or may not correspond to the physical topology. For instance, a network can be a physical &#8220;star,&#8221; in which each computer connects to a central hub, but inside the hub the data can travel in a circle, making it a logical &#8220;ring.&#8221;</li>
</ul>
<p style="text-align: justify;">The physical topology refers to the layout or physical shape of the network, and includes the topologies in this table.</p>
<p style="text-align: justify;">Bus - Computers arranged so that cabling goes from one to another in a linear fashion</p>
<p style="text-align: justify;">Ring - When there are no clear beginning points or endpoints within a topology, forming a circle.</p>
<p style="text-align: justify;">Star - If the systems &#8220;meet in the middle&#8221; by connecting to a central hub</p>
<p style="text-align: justify;">Mesh - When multiple redundant connections make pathways to some or all of the endpoints.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.icalvyn.com/basic-networking-terminology/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Penang Blogger Law Forum</title>
		<link>http://www.icalvyn.com/penang-blogger-law-forum/</link>
		<comments>http://www.icalvyn.com/penang-blogger-law-forum/#comments</comments>
		<pubDate>Sun, 21 Jun 2009 16:01:22 +0000</pubDate>
		<dc:creator>calvyn</dc:creator>
		
		<category><![CDATA[Blogging Tips & Tools]]></category>

		<guid isPermaLink="false">http://www.icalvyn.com/?p=2006</guid>
		<description><![CDATA[Do your blog able to bring influence to society?
All the while, we do have same dissatisfy with certain party, complaint on certain product and services, disagree with the decision that some authority made. but does out dissatisfy, complain, and disagree really bring the thing better?
Like my case, I do not satisfy with my apartment&#8217;s management, [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Do your blog able to bring influence to society?</p>
<p style="text-align: justify;">All the while, we do have same <strong>dissatisfy</strong> with certain party, <strong>complaint</strong> on certain product and services, <strong>disagree </strong>with the decision that some authority made. but does out dissatisfy, complain, and disagree really bring the thing better?</p>
<p style="text-align: justify;">Like my case, I do not satisfy with my apartment&#8217;s management, because they never do their job, but does complain really help?</p>
<p style="text-align: justify;">Yesterday when I come back from the mainland, the road to town (so call jelutong &#8220;<strong>highway</strong>&#8220;) was fcuking JAM from the bridge. Stuck there about 45 minute only know what happen in front. Is because of our<strong> CEPAT, MESRA dan BETUL</strong> are &#8220;hardworking&#8221; doing blocking at there. We don&#8217;t what they blocking for, citizen are very dissatisfy with their &#8220;<strong>CEPAT, MESRA dan BETUL</strong>&#8221; and what can we do?</p>
<p style="text-align: center;"><img class="aligncenter" src="http://img196.imageshack.us/img196/3883/mesracepatbetul.jpg" alt="mesra cepat betul" /></p>
<p style="text-align: justify;">Same case during Chinese New Year, during the PEAK hour, they blocking the road in front of CHUNG LING HIGH SCHOOL, and make the traffic JAM along the Air Itam road and from FALIM. With their &#8220;<strong>hardworking</strong>&#8220;, bring suffer to the citizen. What can we do?</p>
<p style="text-align: justify;">A lot cases that happening on me which I does not have the power make it better, just like I for to <strong><a href="http://www.icalvyn.com/i-buy-xmas-present-to-legal-thief/" target="_blank">buy XMAS present to the legal</a></strong> thief and I <a href="http://www.icalvyn.com/vote-for-nasa/" target="_blank">get a summon from &#8216;<strong>CEPAT, MESRA dan BETUL</strong>&#8220;</a> when I parking at a legal parking area few year back.</p>
<p style="text-align: justify;">If I am a blogger whom can bring influence to the society, I really want to represent all the citizen voice out our dissatisfaction on the blog. Not to said ANTI certain party, just would like to take back out RIGHT and hope to makes thing better.</p>
<p style="text-align: justify;">Month ago when I blog about <a title="cathay cineplex promotion" href="http://www.icalvyn.com/cathay-cineplex-scam-promotion/" target="_blank">Cathay Cineplex Scam Promotion</a>, I have bring up this issue to their head office at Singapore and end up I get back my right with <a title="free movie ticket at Cathay Cineplex" href="http://www.icalvyn.com/free-movie-ticket-from-cathay-cinema/" target="_blank">Free Movie Ticket from Cathay Cinema</a>. I guess because I blog about how bad their promotion was, so it bring back what I deserve to get.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://img189.imageshack.us/img189/886/prison.jpg" alt="prison" /></p>
<p style="text-align: justify;">If we does not know the correct way to voice out, it might bring a big trouble for us, end up might go in to the jail or prison if we does not know <strong>what should said</strong> and <strong>what should not said</strong></p>
<p style="text-align: center;"><img class="aligncenter" src="http://img221.imageshack.us/img221/6203/blogbanner.jpg" alt="Penang blogger law forum" /></p>
<p style="text-align: justify;">Next week end have a Blogger Law Forum at Penang USM, this is a good oppurtunities for all the blogger who want to <strong>voice out the truth without fall into the mud</strong>. If you want to know your right as blogger, this Bloggers Law forum are free, organize at University Sains Malaysia (USM).</p>
<p style="text-align: justify;">I will be there and find out what is a blogger right! Hope to make some different to the society.</p>
<p style="text-align: justify;">So, any blogger with me, see you there. More information you can get it from <a rel="nofollow" href="http://www.elawyer.com.my/blog/elawyer-exabytes-penang-bloggers-law-forum-2009/">Elawyer.com.my&#8217;s Blog</a></p>
<blockquote>
<p style="text-align: justify;"><strong>Registration:</strong> The admission to this Forum is <strong>FREE</strong>. However, due to <em>limited seat</em>, <strong>please R.S.V.P by sending your details (Name, Tel, Email, Occupation and Company/School) to forum@elawyer.com.my before 24 June 2009 or call 03-2782 5399 for more information.</strong></p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.icalvyn.com/penang-blogger-law-forum/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Linux files types</title>
		<link>http://www.icalvyn.com/linux-files-types/</link>
		<comments>http://www.icalvyn.com/linux-files-types/#comments</comments>
		<pubDate>Fri, 19 Jun 2009 22:36:35 +0000</pubDate>
		<dc:creator>calvyn</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Operating System]]></category>

		<guid isPermaLink="false">http://www.icalvyn.com/?p=1974</guid>
		<description><![CDATA[Recently I come across some linux command during I login to my customer site to retrieve activity log file, and also studies some of the linux file types, and simple command to know what is the file types at Linux Operating System.
Linux uses four basic file types:


ordinary files
directories
symbolic links
block and character device files

You determine a [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Recently I come across some linux command during I login to my customer site to retrieve activity log file, and also studies some of the linux file types, and simple command to know what is the file types at Linux Operating System.</p>
<p style="text-align: justify;">Linux uses four basic file types:</p>
<p style="text-align: center;"><img class="aligncenter" src="http://img41.imageshack.us/img41/9544/notthelinuxfilesystem.jpg" alt="linux file types" width="525" /></p>
<ul style="text-align: justify;">
<li>ordinary files</li>
<li>directories</li>
<li>symbolic links</li>
<li>block and character device files</li>
</ul>
<p style="text-align: justify;">You determine a file&#8217;s type by issuing the<strong> ls -l</strong> command and reading the first character of each row of the output.<br />
The typical output of the ls command is as follows:</p>
<blockquote style="text-align: justify;"><p>$ ls –l<br />
total 8<br />
-rw-r&#8211;r&#8211;     1 root   root       22 Oct  6 15:33  anormalfile<br />
brw-rw&#8212;-     2 root   disk  41,   0 May  5 1998  blockdev<br />
crw-rw-rw-     2 root   root   5,   0 May  5 1998  characterdev<br />
drwxr-xr-x     2 root   root     4096 Oct  6 15:33  subdir<br />
lrwxrwxrwx     1 root   root       11 Oct  6 15:35 symbolic -&gt;  anormalfile</p></blockquote>
<p style="text-align: justify;"><strong>Ordinary files</strong> begin with a dash (-), <strong>directories </strong>begin with <strong>d</strong>, <strong>symbolic links</strong> begin with the character <strong>l</strong>, <strong>block devices</strong> are prefaced with the character <strong>b</strong>, and <strong>character devices</strong> begin with the letter <strong>c</strong>. <span id="more-1974"></span></p>
<p style="text-align: justify;"><strong>Ordinary files</strong><br />
An ordinary file can consist of any kind of data, including executable programs. Most of the files in the Linux file system are of this type.</p>
<p style="text-align: justify;"><strong>Directories</strong><br />
A directory is a file that contains other files and directories, and provides pointers to them.<br />
It performs a similar function to a folder in a filing cabinet, in that it enables you to group related files in an organized fashion. However, whereas folders can normally contain files only, directories can contain additional directories, often referred to as subdirectories.</p>
<p style="text-align: justify;"><strong>Symbolic links</strong><br />
A symbolic – or soft – link points to the name and location of a completely separate file. So when you open, copy, move or otherwise refer to the link, the operation is in fact performed on the referenced file. This distinction is usually invisible to the user. If the referenced file is removed or renamed, the link is broken and an error occurs if you try to open it.</p>
<p style="text-align: justify;">You can also create hard links. A hard link points to the actual data in a file in exactly the same way as an ordinary file does. Therefore, other than the name, there is no difference between the original file and a hard link that points to the same data, and both can be regarded as ordinary files. You can distinguish a hard link from any other ordinary file only by the number of links that each one has. The number of links is displayed in the second field of an ls -l listing. If this number is greater than one, then you know there are additional hard links to the data.</p>
<p style="text-align: justify;"><strong>Device files</strong><br />
All the physical devices that Linux uses are represented by device files.<br />
Device files can be classified as character special or block special. Character-special files represent devices that interact with Linux on a character-by-character, or serial, basis. Printers and terminals are examples of this type of device. Block-special files represent devices such as hard or floppy disks and CD-ROMs, which interact with Linux using blocks of data.</p>
<p style="text-align: justify;">All the device files are contained in the <strong>/dev</strong> directory – for example, the file associated with the system&#8217;s first floppy drive is <strong>/dev/fd</strong>0.</p>
<p style="text-align: justify;">Device files are extremely powerful because they enable users to access hardware devices such as disk drives, modems, and printers as though they were data files. Therefore, you can move, copy, and transfer data between such devices easily, often without having to use special commands or syntax.</p>
<p style="text-align: justify;"><strong><span style="text-decoration: underline;">Filenames and pathnames</span></strong></p>
<p style="text-align: justify;">Every file is assigned a filename, which can be up to 256 characters long. This name can consist of a mixture of uppercase and lowercase letters, numbers, and certain punctuation marks such as the period, dash, or underscore.</p>
<p style="text-align: justify;">Certain characters cannot be used in filenames. For example, you cannot use characters that represent a field separator – such as a comma – or other special characters that have particular meaning to the shell. The special characters that you cannot use are</p>
<blockquote style="text-align: justify;"><p>! @ # $ % ^ &amp; * ( ) [ ] { } &#8216; &#8221; \ / | ; &lt; &gt; &#8216;</p></blockquote>
<p style="text-align: justify;"><strong>Pathnames</strong><br />
You can navigate between directories on the command line using pathnames. To use pathnames, you must understand the directory structure of the Linux file system. The highest-level directory in the Linux file system is the root directory, which is represented by a forward slash (/). Located under the root directory are the top-level directories, followed by one or more subdirectory levels.</p>
<p style="text-align: justify;"><img class="aligncenter" src="http://img32.imageshack.us/img32/564/rootm.jpg" alt="linux file type" /></p>
<p style="text-align: justify;"><strong>File structure of a Linux file system</strong><br />
You can move between directories using relative or absolute pathnames.</p>
<p style="text-align: justify;">A relative pathname starts with your current directory. For example, if you want to change to the expenses directory from within your home directory, you enter</p>
<blockquote style="text-align: justify;"><p>cd expenses</p></blockquote>
<p style="text-align: justify;">Relative pathnames can begin with the name of a file or directory, or with symbolic references to the current directory (.) or its parent directory (..), but never with a forward slash.</p>
<p style="text-align: justify;"><img class="aligncenter" src="http://img32.imageshack.us/img32/4909/root1.jpg" alt="linux file type" /></p>
<p style="text-align: justify;"><strong>A simple example of a Linux file system </strong><br />
An absolute pathname shows the full pathname from the root directory (/). For example, the following command allows you to move from your current directory directly to the applic subdirectory in the usr directory that&#8217;s located under the root directory:</p>
<blockquote style="text-align: justify;"><p>cd /usr/applic</p></blockquote>
<p style="text-align: justify;"><strong><span style="text-decoration: underline;">Inodes, blocks, and special files </span></strong></p>
<p style="text-align: justify;"><strong>Inodes </strong><br />
Every file is assigned a unique inode number. An inode is a structure that defines the file&#8217;s location and attributes. You can check for a file&#8217;s inode number using the -i option with the ls command. You can view the information that a file&#8217;s inode contains using the stat filename syntax. This command output (the stat results) displays the information related to the &#8220;results&#8221; file&#8217;s inode.</p>
<blockquote style="text-align: justify;"><p>$ stat results<br />
File: &#8221;results&#8221;<br />
Size: 8<br />
Filetype:  Regular  file<br />
Mode: (0644/-rw-r&#8211;r&#8211;)<br />
Uid: (     0/     root)<br />
Gid: (     0/     root)<br />
Device: 3,7    Inode: 123256    Links:  1<br />
Access: Tue Jul 25 16:45:00 2000 (00072.18:31:07)<br />
Modify: Thu Jul 20  12:35:20 2000 (00077.22:40:47)<br />
Change: Thu Jul 20 12:35:20 2000  (00077.22:40:47)</p></blockquote>
<p style="text-align: justify;">In this example, some of the attributes that are displayed include the file type, file size, the owner&#8217;s User ID (UID), the number of hard links associated with it, and the file&#8217;s creation, access, and modification times.</p>
<p style="text-align: justify;">An inode does not store a file&#8217;s name. Filenames are stored in directories with their associated inode numbers. In the example of the stat command, the name of the file is obtained from the filename parameter that you entered.</p>
<p style="text-align: justify;"><strong>Blocks </strong><br />
In the Linux file system, files are stored in blocks, which are identically sized segments of disk space. Generally, the size of a block varies from 512 bytes to 32 KB, depending on the Linux installation. The maximum size of a file depends on the block size used in the file system. For example, the maximum file size for an ext2 file system is 2 GB if it uses 512-byte blocks.</p>
<p style="text-align: justify;">Disk systems retrieve data in block-sized chunks, so the larger the block size the more efficient the access. The problem with creating large blocks is that it can waste disk space. For example, if the block size is 4 KB and most files contain only a few bytes of data, most of the 4096 bytes of disk space is wasted for each file. But if you make the block sizes small, disk access will be relatively less efficient.</p>
<p style="text-align: justify;">Some commands, such as df, output disk information in 1 KB blocks, even if the installation stores files in a different block size. A simple way to check your system&#8217;s block size is to use the du command to display the disk usage. In this example, the disk usage for all files beginning with &#8220;m&#8221; is displayed.</p>
<blockquote style="text-align: justify;"><p>$ du -h m*<br />
36k mail<br />
4.0k mail.rc<br />
12k mailcap<br />
12k mailcap.vga<br />
4.0k  man.config<br />
4.0k mc.global<br />
148k midi<br />
40k mime-magic<br />
104k  mime-magic.dat<br />
8.0k mime.types<br />
4.0k minicom.users<br />
0 motd<br />
4.0k mtab</p></blockquote>
<p style="text-align: justify;">In this example, the du command output displays the file sizes on the disk in increments of the block size, which is 4.0 KB in this case. One exception to this rule is when zero is displayed, which indicates that the file is completely empty.</p>
<p style="text-align: justify;"><strong>Special files </strong><br />
In addition to other file types, Linux makes use of special files, which are system-defined files that perform unique functions when accessed.</p>
<p style="text-align: justify;"><strong>Special files and their functions </strong></p>
<p style="text-align: center;"><img class="aligncenter" src="http://img197.imageshack.us/img197/8346/root2.jpg" alt="linux file types" /></p>
<p style="text-align: justify;">For example, if you need to get rid of unwanted output from a command, you can redirect the output to the /dev/null file. In this example, any errors generated by the find command are redirected from stderr to /dev/null.</p>
<blockquote style="text-align: justify;">
<p style="text-align: justify;">$ find / -n myfile 2&gt; /dev/null</p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.icalvyn.com/linux-files-types/feed/</wfw:commentRss>
		</item>
		<item>
		<title>CPU Magazine for July 2009</title>
		<link>http://www.icalvyn.com/cpu-magazine-for-july-2009/</link>
		<comments>http://www.icalvyn.com/cpu-magazine-for-july-2009/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 01:11:41 +0000</pubDate>
		<dc:creator>calvyn</dc:creator>
		
		<category><![CDATA[eMagazine]]></category>

		<guid isPermaLink="false">http://www.icalvyn.com/?p=1968</guid>
		<description><![CDATA[
What hot this month CPU Magazine?

AMD Phenon II X4
Sapphire Vapor-X
Auzentech
955 Black Edition
Radeon HD 4870
X-Fi Forte 7.1
Samsung SyncMaster 2233RZ
When three becomes four: We Mod the phenon II X3
Make yours eyes happy: we review seven LCD inside
Lock it down: we go deep with nine security siutes
Make your rig scream, low cost and no cost performance boosts
Straight from the valley [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="aligncenter" src="http://img196.imageshack.us/img196/1637/0709cpumagazine.jpg" alt="cpu magazine" /></p>
<p>What hot this month CPU Magazine?</p>
<ol>
<li>AMD Phenon II X4</li>
<li>Sapphire Vapor-X</li>
<li>Auzentech</li>
<li>955 Black Edition</li>
<li>Radeon HD 4870</li>
<li>X-Fi Forte 7.1</li>
<li>Samsung SyncMaster 2233RZ</li>
<li>When three becomes four: We Mod the phenon II X3</li>
<li>Make yours eyes happy: we review seven LCD inside</li>
<li>Lock it down: we go deep with nine security siutes</li>
<li>Make your rig scream, low cost and no cost performance boosts</li>
<li>Straight from the valley of king: Egypt Mod</li>
<li>Q&amp;A with david &#8220;dadi&#8221; perlmutter, the man behind mobility looks ahead.</li>
</ol>
<p>Download CPU Magazine for July 2009 here:<span id="more-1968"></span><br />
hxxp://rapi*dshar*e.com/files/245032226/CPU_Magazine_07_2009.rar</p>
]]></content:encoded>
			<wfw:commentRss>http://www.icalvyn.com/cpu-magazine-for-july-2009/feed/</wfw:commentRss>
		</item>
		<item>
		<title>PC World Magazine for July 2009</title>
		<link>http://www.icalvyn.com/pc-world-magazine-for-july-2009/</link>
		<comments>http://www.icalvyn.com/pc-world-magazine-for-july-2009/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 16:15:20 +0000</pubDate>
		<dc:creator>calvyn</dc:creator>
		
		<category><![CDATA[eMagazine]]></category>

		<guid isPermaLink="false">http://www.icalvyn.com/?p=1959</guid>
		<description><![CDATA[
What hot for this month PC World Magazine?

WIndows 7, Faster than Vista, I guess this should be real, because in my opinion, vista really suck.
38 Tech Shortcuts to simplyfy your life. This will be benefit me, this is what expert need.
Some sub topic such as &#8220;Organize your office&#8221;, &#8220;protech your privacy&#8221;, &#8220;manage your media&#8221;,&#8221;take control [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="aligncenter" src="http://img32.imageshack.us/img32/6721/0709pcworld.jpg" alt="" /></p>
<p style="text-align: left;">What hot for this month PC World Magazine?</p>
<ol>
<li>WIndows 7, Faster than Vista, I guess this should be real, because in my opinion, vista really suck.</li>
<li>38 Tech Shortcuts to simplyfy your life. This will be benefit me, this is what <strong>expert need</strong>.</li>
<li>Some sub topic such as &#8220;Organize your office&#8221;, &#8220;protech your privacy&#8221;, &#8220;manage your media&#8221;,&#8221;take control of your online life&#8221;</li>
<li>Also &#8220;travel smarter&#8221;, &#8220;sync everything&#8221;,&#8221;save money&#8221;,&#8221;speed up and clearn up your PC&#8221;</li>
<li>Data Disaster, organized crime, wants your personal information, and they are getting it.</li>
<li>WIfi and Powerline, why your home network should have both.</li>
<li>Buying camera? Cameras under $200, best point and shoots for any shutter bug.</li>
</ol>
<p>Download PC World Magazine for July 2009 here. <span id="more-1959"></span>hxxp://rapi*dsha*re.com/files/243583497/pcworld_072009.rar</p>
]]></content:encoded>
			<wfw:commentRss>http://www.icalvyn.com/pc-world-magazine-for-july-2009/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Maximum PC Magazine for July 2009</title>
		<link>http://www.icalvyn.com/maximum-pc-magazine-for-july-2009/</link>
		<comments>http://www.icalvyn.com/maximum-pc-magazine-for-july-2009/#comments</comments>
		<pubDate>Sat, 13 Jun 2009 05:43:01 +0000</pubDate>
		<dc:creator>calvyn</dc:creator>
		
		<category><![CDATA[eMagazine]]></category>

		<guid isPermaLink="false">http://www.icalvyn.com/?p=1961</guid>
		<description><![CDATA[
What hot for this month Maximum PC Magazine

38 Awesome application and utilities
21 instant PC upgrades
Better, faster and stronger, release your PC;s untapped potential.
6 budget videocards which pass, which fail.
3 Trends that will save PC gaming.
6 firefox tweaks to supercharge your browser.

Download Maximum PC Magazine for July 2009 herehxxp://rapi*dsh*are.com/files/243582312/MaxPC072009.rar
]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="aligncenter" src="http://img141.imageshack.us/img141/2865/0709maximumpc.jpg" alt="" /></p>
<p>What hot for this month Maximum PC Magazine</p>
<ol>
<li>38 Awesome application and utilities</li>
<li>21 instant PC upgrades</li>
<li>Better, faster and stronger, release your PC;s untapped potential.</li>
<li>6 budget videocards which pass, which fail.</li>
<li>3 Trends that will save PC gaming.</li>
<li>6 firefox tweaks to supercharge your browser.</li>
</ol>
<p>Download Maximum PC Magazine for July 2009 here<span id="more-1961"></span>hxxp://rapi*dsh*are.com/files/243582312/MaxPC072009.rar</p>
]]></content:encoded>
			<wfw:commentRss>http://www.icalvyn.com/maximum-pc-magazine-for-july-2009/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
