<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-2550952280158595542</id><updated>2011-09-22T00:13:13.529-07:00</updated><category term='Free download antivirus'/><category term='Computer Monitor repair'/><category term='Funny video for refreshing'/><category term='Windows exploration'/><category term='Motherboard service'/><category term='Animation tutorial'/><category term='Corel video tutorial'/><category term='Free download software LAN monitoring'/><category term='After effect video tutorial'/><category term='Video training'/><category term='Laptop troubleshoting and service'/><category term='Computer'/><category term='Adsense'/><category term='Blogging with blogger'/><category term='Blogging with wordpress'/><category term='Adobe premiere tutorial'/><category term='SEO'/><category term='About Virus'/><category term='HTML'/><category term='Networking'/><category term='Photoshop video tutorial'/><category term='Overclocking'/><category term='Hacking'/><category term='Hard disk service'/><category term='Internet marketing'/><category term='Computer News'/><category term='Blogging Tips'/><category term='Education'/><category term='About computer memory'/><title type='text'>Computer  hardware software</title><subtitle type='html'>You can get some information about computer hardware and software</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://compart01.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://compart01.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default?start-index=101&amp;max-results=100'/><author><name>Hart</name><uri>http://www.blogger.com/profile/17778553545600680074</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>227</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-2550952280158595542.post-1444561614648745605</id><published>2009-08-19T18:25:00.000-07:00</published><updated>2009-08-19T18:27:30.328-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Computer'/><title type='text'>Devices and Drivers.</title><content type='html'>&lt;h2&gt;&lt;a name="HDR1"&gt;5  Devices and Drivers.&lt;/a&gt;&lt;/h2&gt; &lt;h3&gt;&lt;a name="HDR2"&gt;5.1  What are they?&lt;/a&gt;&lt;/h3&gt;  &lt;ul&gt;&lt;li&gt;Devices are presented as &lt;i&gt;special files&lt;/i&gt; in /dev&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Devices are either &lt;i&gt;block&lt;/i&gt; or &lt;i&gt;character&lt;/i&gt; special files&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Any peripheral is seen by Unix as a device&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Even &lt;i&gt;memory&lt;/i&gt; is a device (/dev/kmem and /dev/mem)&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Devices are created with mknod just as directories are created with mkdir&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Devices have &lt;i&gt;major&lt;/i&gt; and &lt;i&gt;minor&lt;/i&gt; number&lt;br /&gt;&lt;/li&gt;&lt;li&gt;The &lt;i&gt;major&lt;/i&gt; number represents the &lt;i&gt;device driver&lt;/i&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;The &lt;i&gt;minor&lt;/i&gt; number represents the &lt;i&gt;instance of a device&lt;/i&gt; of the type specified by the major device number&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Devices are created by /dev/MAKEDEV script (SunOS 5.x creates devices at boot time; use boot -r)&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;   Here is an &lt;a href="http://www.washington.edu/R870/examples/dev"&gt;example&lt;/a&gt; of the contents of the /dev directory.&lt;p&gt; &lt;/p&gt;&lt;h3&gt;&lt;a name="HDR3"&gt;5.2  Description of SCSI.&lt;/a&gt;&lt;/h3&gt; The Small Computer System Interface (pronounced "scuzzy") specification was developed to allow up to 7 devices to be intelligently controlled by each interface rather than the computer. SCSI adapters are common on most workstations today as part of the motherboard.&lt;p&gt;  &lt;/p&gt;&lt;ul&gt;&lt;li&gt;Uses 50 pin "Centronics" style connectors&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Devices daisy-chained to form a "bus" topology&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Only &lt;i&gt;one&lt;/i&gt; SCSI device should be terminated - the final one (the bus is also terminated internally)&lt;br /&gt;&lt;/li&gt;&lt;li&gt;SCSI controller occupies address 7 - all other devices can use addresses 0 through 6 (addresses do not have to be contiguous, e.g. can use 1, 2 and 4 for devices)&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Addresses &lt;i&gt;must&lt;/i&gt; be unique&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;   &lt;h3&gt;&lt;a name="HDR4"&gt;5.3  Disk Special File Names (standard /usr partition)&lt;/a&gt;&lt;/h3&gt; &lt;pre&gt;Table 3: &lt;b&gt;Disk Special File Names&lt;/b&gt;&lt;br /&gt;--------------------------------------------------------------------------------&lt;br /&gt;              &lt;b&gt;BSD&lt;/b&gt;           &lt;b&gt;System V.4&lt;/b&gt;        &lt;b&gt;SunOS 4.1.3&lt;/b&gt;  &lt;b&gt;IRIX&lt;/b&gt;             &lt;br /&gt;--------------------------------------------------------------------------------&lt;br /&gt;File Name        /dev/rdisk0g  /dev/rdsk/c1d0s2  /dev/rsd0g   /dev/rdsk/dks0d0s2&lt;br /&gt;Raw access mode  /dev/&lt;b&gt;r&lt;/b&gt;disk0g  /dev/&lt;b&gt;r&lt;/b&gt;dsk/c1d0s2  /dev/&lt;b&gt;r&lt;/b&gt;sd0g   /dev/&lt;b&gt;r&lt;/b&gt;dsk/dks0d0s2&lt;br /&gt;Device Type      /dev/r&lt;b&gt;disk&lt;/b&gt;0g  /dev/r&lt;b&gt;dsk&lt;/b&gt;/c1d0s2  /dev/r&lt;b&gt;sd&lt;/b&gt;0g   /dev/r&lt;b&gt;dsk&lt;/b&gt;/&lt;b&gt;dk&lt;/b&gt;s0d0s2&lt;br /&gt;Drive #          /dev/rdisk&lt;b&gt;0&lt;/b&gt;g  /dev/rdsk/c1&lt;b&gt;d0&lt;/b&gt;s2  /dev/rsd&lt;b&gt;0&lt;/b&gt;g   /dev/rdsk/dks0&lt;b&gt;d0&lt;/b&gt;s2&lt;br /&gt;Disk Partition   /dev/rdisk0&lt;b&gt;g&lt;/b&gt;  /dev/rdsk/c1d0&lt;b&gt;s2&lt;/b&gt;  /dev/rsd0&lt;b&gt;g&lt;/b&gt;   /dev/rdsk/dks0d0&lt;b&gt;s2&lt;/b&gt;&lt;br /&gt;Controller #                   /dev/rdsk/&lt;b&gt;c1&lt;/b&gt;d0s2               /dev/rdsk/dk&lt;b&gt;s0&lt;/b&gt;d0s2&lt;br /&gt;--------------------------------------------------------------------------------&lt;br /&gt;&lt;/pre&gt; OSF/1 (Digital Unix) and Digital Ultrix look similar to BSD style, while SunOS 5.x uses System V.4 style device files but also provides BSD style device names via use of symbolic links (for backward compatibility with SunOS 4.x).&lt;p&gt; &lt;/p&gt;&lt;h4&gt;&lt;a name="HDR5"&gt;5.3.1  Particular naming schemes for SCSI discs&lt;/a&gt;&lt;/h4&gt;  &lt;ul&gt;&lt;li&gt;SunOS 4.x - /dev/sd&lt;b&gt;&lt;i&gt;AP&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;SunOS 5.x - /dev/[r]dsk/c&lt;b&gt;&lt;i&gt;C&lt;/i&gt;&lt;/b&gt;t&lt;b&gt;&lt;i&gt;A&lt;/i&gt;&lt;/b&gt;d0s&lt;b&gt;&lt;i&gt;S&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Digital Unix - /dev/[r]rz&lt;b&gt;&lt;i&gt;NP&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Linux - /dev/sd&lt;b&gt;&lt;i&gt;LK&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;Where: A = SCSI address, C = Controller number, K = DOS primary/extended partition, L = drive letter "a" through "h", N = 8 * controller # + SCSI address, P = BSD-style partition, S = System V-style slice&lt;br /&gt;[Note: Linux device names and portioning is quite different from other flavors of Unix. Partition 0, or no partition number, refers to the whole drive. Partitions 1-4 are DOS primary partitions, while partitions 5-8 are extended DOS partitions.]&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;   &lt;h3&gt;&lt;a name="HDR6"&gt;5.4  Common "tricks" with devices.&lt;/a&gt;&lt;/h3&gt;  &lt;ul&gt;&lt;li&gt;&lt;a href="http://www.washington.edu/R870/examples/tape-links"&gt;Example&lt;/a&gt; of association between /dev/*tape and tape device&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.washington.edu/R870/examples/floppy-links"&gt;Example&lt;/a&gt; of association between /dev/floppy and high-density floppy device&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;   &lt;h3&gt;&lt;a name="HDR7"&gt;5.5  Example: Adding a tape drive to a Digital Unix system&lt;/a&gt;&lt;/h3&gt;  &lt;ul&gt;&lt;li&gt;Determine the "unit number" of the device(assume first SCSI bus, SCSI ID of tape drive is 5)&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;   &lt;pre&gt;N = (8 * SCSI bus #) + SCSI target #&lt;br /&gt;= (8 * 0) + 5&lt;br /&gt;= 5&lt;br /&gt;&lt;/pre&gt;  &lt;ul&gt;&lt;li&gt;Create device entries&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;   &lt;pre&gt;# cd /dev&lt;br /&gt;# ./MAKEDEV tz5&lt;br /&gt;MAKEDEV: special file(s) for tz5:&lt;br /&gt;rmt0l&lt;br /&gt;rmt0h&lt;br /&gt;rmt0m&lt;br /&gt;rmt0a&lt;br /&gt;nrmt0l&lt;br /&gt;nrmt0h&lt;br /&gt;nrmt0m&lt;br /&gt;nrmt0a&lt;br /&gt;&lt;/pre&gt; &lt;h3&gt;&lt;a name="HDR8"&gt;5.6  Example Problems&lt;/a&gt;&lt;/h3&gt;  &lt;ul&gt;&lt;li&gt;Determine the number of inodes on the root partition (See "man df"). How many more files can you create on that partition?&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Determine the device names of all devices on your system&lt;br /&gt;&lt;/li&gt;&lt;li&gt;If you have a tape drive, how do you specify use of non-rewind mode? How do you specify the high-density mode?&lt;br /&gt;&lt;/li&gt;&lt;li&gt;If you were to add a new CD-ROM drive or SCSI tape device (assuming you don't have either yet), what would its device name be? (Check in /dev/MAKEDEV to see how its device files are created.)&lt;/li&gt;&lt;/ul&gt;www.washington.ed&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2550952280158595542-1444561614648745605?l=compart01.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://compart01.blogspot.com/feeds/1444561614648745605/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://compart01.blogspot.com/2009/08/devices-and-drivers.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/1444561614648745605'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/1444561614648745605'/><link rel='alternate' type='text/html' href='http://compart01.blogspot.com/2009/08/devices-and-drivers.html' title='Devices and Drivers.'/><author><name>Hart</name><uri>http://www.blogger.com/profile/17778553545600680074</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2550952280158595542.post-4415075163969054686</id><published>2009-08-19T18:24:00.000-07:00</published><updated>2009-08-19T18:25:13.700-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Computer'/><title type='text'>Printing.</title><content type='html'>&lt;h2&gt;&lt;a name="HDR1"&gt;17  Printing.&lt;/a&gt;&lt;/h2&gt; Steps to set up a local printer on your Unix workstation.&lt;p&gt;  &lt;/p&gt;&lt;ul&gt;&lt;li&gt;Physically connect the printer to the computer (for serial ports, you may need a null modem cable)&lt;br /&gt; &lt;/li&gt;&lt;li&gt;For serial line printers, create or modify an entry in the terminal line configuration file&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Configure the proper files on the system to communicate correctly with the proper port&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Create a spooling directory and accounting files for this print queue&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Set up proper filter programs (if necessary)&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Configure the printer system to allow printing to your new device&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Enable printing on the new device&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Send a print job to test the printer&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;   &lt;h3&gt;&lt;a name="HDR2"&gt;17.1  BSD spooling.&lt;/a&gt;&lt;/h3&gt; The lpr system uses a single printer capabilities file to control printing; which device, what filter to use, baud rates, form feeds, remote host and remote device name, etc. The lpr system can work over a network.&lt;p&gt;  &lt;/p&gt;&lt;ul&gt;&lt;li&gt;lpr - queues print jobs&lt;br /&gt; &lt;/li&gt;&lt;li&gt;lprm - removes print jobs form queue&lt;br /&gt; &lt;/li&gt;&lt;li&gt;lpq - shows jobs in print queue&lt;br /&gt; &lt;/li&gt;&lt;li&gt;lpc - printer control program&lt;br /&gt; &lt;/li&gt;&lt;li&gt;lpd - printer daemon&lt;br /&gt; &lt;/li&gt;&lt;li&gt;/etc/printcap - printer configuration file describing all printers on this host (and possibly other remote hosts)&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Put entry in /etc/ttys (/etc/ttytab under SunOS 4.1.3) for serial port with status off, type unknown and keyword none.&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;   &lt;h4&gt;&lt;a name="HDR3"&gt;17.1.1  BSD printcap file.&lt;/a&gt;&lt;/h4&gt; Here is an &lt;a href="http://www.washington.edu/R870/examples/etc-printcap"&gt;example &lt;/a&gt;/etc/printcap file Note that this is for a Postscript printer. It needs special filters to convert ordinary text into Postscript output. The software to do this, Transcript&lt;b&gt;, &lt;/b&gt;is available free to campus systems. The Transcript install program made this printcap entry.&lt;p&gt; &lt;/p&gt;&lt;h3&gt;&lt;a name="HDR4"&gt;17.2  System V printing.&lt;/a&gt;&lt;/h3&gt; The lp system uses scripts that control the printer devices. (System V.4 adds remote printing and PostScript capabilities)&lt;p&gt;  &lt;/p&gt;&lt;ul&gt;&lt;li&gt;lp - initiates print requests&lt;br /&gt; &lt;/li&gt;&lt;li&gt;cancel - cancels pending print requests&lt;br /&gt; &lt;/li&gt;&lt;li&gt;lpstat - to list queue contents and show status&lt;br /&gt; &lt;/li&gt;&lt;li&gt;accept - allows lp to accept requests&lt;br /&gt; &lt;/li&gt;&lt;li&gt;reject - prevents lp from accepting requests&lt;br /&gt; &lt;/li&gt;&lt;li&gt;enable - activates named printer&lt;br /&gt; &lt;/li&gt;&lt;li&gt;disable - disables named printer&lt;br /&gt; &lt;/li&gt;&lt;li&gt;lpadmin - configures lp spooling system&lt;br /&gt; &lt;/li&gt;&lt;li&gt;lpsched - line printer scheduling daemon&lt;br /&gt; &lt;/li&gt;&lt;li&gt;/usr/spool/lp/model - directory where model files are kept&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;   &lt;h3&gt;&lt;a name="HDR5"&gt;17.3  AIX queueing.&lt;/a&gt;&lt;/h3&gt; AIX supports the BSD and System V printer commands and adds extra functionality by integrating printing with its general queueing system.&lt;br /&gt;&lt;br /&gt;www.washington.edu&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2550952280158595542-4415075163969054686?l=compart01.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://compart01.blogspot.com/feeds/4415075163969054686/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://compart01.blogspot.com/2009/08/printing.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/4415075163969054686'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/4415075163969054686'/><link rel='alternate' type='text/html' href='http://compart01.blogspot.com/2009/08/printing.html' title='Printing.'/><author><name>Hart</name><uri>http://www.blogger.com/profile/17778553545600680074</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2550952280158595542.post-3234718482761964104</id><published>2009-08-19T18:23:00.000-07:00</published><updated>2009-08-19T18:24:09.537-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Computer'/><title type='text'>Installing Terminals &amp; Modems.</title><content type='html'>&lt;h2&gt;&lt;a name="HDR1"&gt;16  Installing Terminals &amp;amp; Modems.&lt;/a&gt;&lt;/h2&gt; A few facts about (ASCII or "dumb") terminals and modems:&lt;p&gt;  &lt;/p&gt;&lt;ul&gt;&lt;li&gt;Terminals and modems are &lt;i&gt;asynchronous&lt;/i&gt; devices&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Most use &lt;i&gt;RS-232&lt;/i&gt; standards (such as they are)&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Terminals and modems used for logins must deal with getty&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Modems used for both dial-in and dial-out have special needs&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Asynchronous data transfer is usually much slower than ethernet&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Official limit for RS-232 lines is 50 feet&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Most workstations and desktop Unix systems only have two async ports&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;   &lt;h3&gt;&lt;a name="HDR2"&gt;16.1  Pins used for RS-232 serial connections.&lt;/a&gt;&lt;/h3&gt; &lt;pre&gt;&lt;b&gt;Table 8: &lt;b&gt;RS-232 pin assignments&lt;/b&gt;&lt;/b&gt;&lt;br /&gt;-----------------------------------------------------------------------------------&lt;br /&gt;&lt;b&gt;Pin&lt;/b&gt;  &lt;b&gt;Name&lt;/b&gt;  &lt;b&gt;Function&lt;/b&gt;                        &lt;b&gt;Pin&lt;/b&gt;  &lt;b&gt;Name&lt;/b&gt;  &lt;b&gt;Function&lt;/b&gt;                       &lt;br /&gt;-----------------------------------------------------------------------------------&lt;br /&gt;1    FG    Field ground                    14   STD   Secondary transmitted data     &lt;br /&gt;2    TD    Transmitted data                15   TC    Transmitted clock              &lt;br /&gt;3    RD    Received data                   16   SRD   Secondary received data        &lt;br /&gt;4    RTS   Request to send                 17   RC    Received clock                 &lt;br /&gt;5    CTS   Clear to send                   18         (Not assigned)                 &lt;br /&gt;6    DR    Data set ready                  19   SRTS  Secondary request to send      &lt;br /&gt;7    SG    Signal ground                   20   DTR   Data terminal ready            &lt;br /&gt;8    DCD   Data carrier detect             21   SQ    Signal quality detector        &lt;br /&gt;9          Positive test voltage           22   RI    Ring indicator                 &lt;br /&gt;10         Negative test voltage           23   DRS   Data rate selector             &lt;br /&gt;11         (Not assigned)                  24   SCTE  Serial clock transmit external &lt;br /&gt;12   SDCD  Secondary data carrier detect   25   BUSY  Busy                           &lt;br /&gt;13   SCTS  Secondary clear to send                                                   &lt;br /&gt;-----------------------------------------------------------------------------------&lt;br /&gt;&lt;/pre&gt; Most of these pins have no practical use, except:&lt;p&gt;  &lt;/p&gt;&lt;ul&gt;&lt;li&gt;Ground pins 1 (FG) and/or 7 (SG) are used&lt;br /&gt; &lt;/li&gt;&lt;li&gt;If only one ground is used, it should be 7&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Pins 2 (TD), 3 (RD) and one ground pin &lt;i&gt;must&lt;/i&gt; be used&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Pins 4 (RTS) and 5 (CTS) may be used for HW handshaking&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Modems commonly use pins 6 (DSR) and 20 (DTR)&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt; When installing cables in walls/conduit, it is best to use straight-through cables using all 25 pins and use smaller, specialized (e.g., null modem) cables or converters between the ends of the routed cable and the devices.&lt;p&gt; &lt;/p&gt;&lt;h3&gt;&lt;a name="HDR3"&gt;16.2  Equipment types.&lt;/a&gt;&lt;/h3&gt;  &lt;ul&gt;&lt;li&gt;DTE - Data Terminal Equipment (computers are &lt;i&gt;usually&lt;/i&gt; DTE)&lt;br /&gt; &lt;/li&gt;&lt;li&gt;DCE - Data Communications Equipment (modems are &lt;i&gt;always&lt;/i&gt; DCE)&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;   Connecting a &lt;a href="http://www.washington.edu/R870/img/DTE-DCE.gif"&gt;modem to a computer&lt;/a&gt; is different than &lt;a href="http://www.washington.edu/R870/img/DTE-DTE.gif"&gt;connecting two computers&lt;/a&gt; together.&lt;p&gt; &lt;/p&gt;&lt;h3&gt;&lt;a name="HDR4"&gt;16.3  Hardware handshaking (RTS/CTS).&lt;/a&gt;&lt;/h3&gt;  &lt;ul&gt;&lt;li&gt;DTR - "Ready to communicate"&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Tells modem that computer is ready/able to communicate - if this signal drops, modem should hang up.&lt;br /&gt; &lt;/li&gt;&lt;li&gt;DSR - "Ready to receive data"&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;   Tells computer that modem can accept data (ignored by many U.S Unix systems which use DCD instead).&lt;p&gt;  &lt;/p&gt;&lt;ul&gt;&lt;li&gt;DCD - "Have remote carrier"&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;   Dropped signal means that modem lost connection to other system.&lt;p&gt;  &lt;/p&gt;&lt;ul&gt;&lt;li&gt;RTS (Request to Send) and CTS (Clear to Send) lines used to "throttle" transmission (lines not shown)&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;   &lt;h3&gt;&lt;a name="HDR5"&gt;16.4  Software Handshaking (XON/XOFF).&lt;/a&gt;&lt;/h3&gt;  &lt;ul&gt;&lt;li&gt;XOFF (ASCII Control-S)&lt;br /&gt;Used to tell other side to stop transmitting data.&lt;br /&gt; &lt;/li&gt;&lt;li&gt;XON (ASCII Control-Q)&lt;br /&gt;Used to tell other side that it is OK to continue transmitting data.&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;   Since hardware handshaking is implemented in the serial port hardware, it is far more efficient and reliable. This is because:&lt;p&gt;  &lt;/p&gt;&lt;ul&gt;&lt;li&gt;the time delay between transmission of XOFF character and actual halting of transmission can cause buffer overflow and lost data (especially at very high baud rates)&lt;br /&gt; &lt;/li&gt;&lt;li&gt;transmitted data may contain XON/XOFF characters which fool the hardware&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;   &lt;h3&gt;&lt;a name="HDR6"&gt;16.5  Steps in installing terminals/modems&lt;/a&gt;&lt;/h3&gt;  &lt;ul&gt;&lt;li&gt;Physically connect the terminal/modem to the computer (DTE&lt;-&gt;DTE or DTE&lt;-&gt;DCE)&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Determine the special file in /dev that communicates with the terminal/modem&lt;br /&gt; &lt;/li&gt;&lt;li&gt;With terminals, make sure a termcap or terminfo entry exists for this terminal (you may need to create one)&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Add/modify an entry in the proper configuration files&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Force init to reread the terminal configuration information (kill -HUP 1 or init -q)&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Dial-in/dial-out modems are a special case(May need to send modem initialization codes and save to non-volatile memory using tip or cu)&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;   &lt;h3&gt;&lt;a name="HDR7"&gt;16.6  /etc/ttys file&lt;/a&gt;&lt;/h3&gt; Here is an &lt;a href="http://www.washington.edu/R870/examples/etc-ttys"&gt;example &lt;/a&gt;/etc/ttys file from a BSD-style system (a NeXT). The uncommented lines with "on" in the fifth column are active and will have associated getty processes. The second field (between the " ") points to entries in the /etc/gettytab file.&lt;br /&gt;&lt;br /&gt;www.washington.edu&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2550952280158595542-3234718482761964104?l=compart01.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://compart01.blogspot.com/feeds/3234718482761964104/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://compart01.blogspot.com/2009/08/installing-terminals-modems.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/3234718482761964104'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/3234718482761964104'/><link rel='alternate' type='text/html' href='http://compart01.blogspot.com/2009/08/installing-terminals-modems.html' title='Installing Terminals &amp; Modems.'/><author><name>Hart</name><uri>http://www.blogger.com/profile/17778553545600680074</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2550952280158595542.post-4410332250901027355</id><published>2009-08-19T18:10:00.001-07:00</published><updated>2009-08-19T18:10:38.836-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Computer'/><title type='text'>Configuring the kernel.</title><content type='html'>&lt;h2&gt;&lt;a name="HDR1"&gt;14  Configuring the kernel.&lt;/a&gt;&lt;/h2&gt; &lt;h3&gt;&lt;a name="HDR2"&gt;14.1  Why?&lt;/a&gt;&lt;/h3&gt; Not necessary with most modern UNIX systems, except when you:&lt;p&gt;  &lt;/p&gt;&lt;ul&gt;&lt;li&gt;add or remove a type of hardware, or&lt;br /&gt; &lt;/li&gt;&lt;li&gt;add/remove some subsystems (e.g., NFS, ISO9660, SLIP/PPP)&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;   &lt;h3&gt;&lt;a name="HDR3"&gt;14.2  Basic Steps&lt;/a&gt;&lt;/h3&gt;  &lt;ul&gt;&lt;li&gt;Make sure you understand the hardware on your system (e.g., disc/tape drives, network interface, mice)&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Create/edit the configuration file in the conf directory (usually /sys/conf or /usr/sys/conf).&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Run config in conf directory.&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Use make depend and make &lt;i&gt;kernel-name&lt;/i&gt; to create the new kernel.&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Rename the old kernel and copy the new one into / to test it out. If it fails, reboot with the old kernel.&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;   &lt;h3&gt;&lt;a name="HDR4"&gt;14.3  Examples of generating an Ultrix kernel&lt;/a&gt;&lt;/h3&gt;  &lt;ul&gt;&lt;li&gt;&lt;a href="http://www.washington.edu/R870/examples/usr-sys-conf-mips-SOFTY"&gt;Example configuration file&lt;/a&gt;&lt;br /&gt; &lt;/li&gt;&lt;li&gt;&lt;a href="http://www.washington.edu/R870/examples/doconfig.output"&gt;Example of &lt;/a&gt;doconfig command output&lt;/li&gt;&lt;/ul&gt;www.washington.edu&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2550952280158595542-4410332250901027355?l=compart01.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://compart01.blogspot.com/feeds/4410332250901027355/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://compart01.blogspot.com/2009/08/configuring-kernel.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/4410332250901027355'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/4410332250901027355'/><link rel='alternate' type='text/html' href='http://compart01.blogspot.com/2009/08/configuring-kernel.html' title='Configuring the kernel.'/><author><name>Hart</name><uri>http://www.blogger.com/profile/17778553545600680074</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2550952280158595542.post-860193535218054423</id><published>2009-08-19T18:09:00.001-07:00</published><updated>2009-08-19T18:09:48.401-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Computer'/><title type='text'>Unix System Security.</title><content type='html'>&lt;h2&gt;&lt;a name="HDR1"&gt;13  Unix System Security.&lt;/a&gt;&lt;/h2&gt; Securing any computer system involves many steps, including:&lt;p&gt;  &lt;/p&gt;&lt;ul&gt;&lt;li&gt;Knowing how the system may be attacked&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Knowing how to protect against these attacks&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Monitoring your system&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Teaching users how to be "safe" and getting them to work with you&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Knowing what to do when you detect you've been hit&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;   &lt;h3&gt;&lt;a name="HDR2"&gt;13.1  Knowing how the system may be attacked&lt;/a&gt;&lt;/h3&gt; The best place to start is by reading &lt;a href="file://jhunix.hcf.jhu.edu/pub/miscellaneous_security_papers/"&gt;articles&lt;/a&gt;, such as:&lt;p&gt;  &lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://stimpy.cac.washington.edu/%7Edittrich/R870/cracking_guide.html"&gt;Guide to Cracking Unix&lt;/a&gt; article&lt;br /&gt; &lt;/li&gt;&lt;li&gt;&lt;a href="http://www.cis.ohio-state.edu/hypertext/faq/usenet/computer-security/"&gt;Usenet computer-security FAQ files&lt;/a&gt;&lt;br /&gt; &lt;/li&gt;&lt;li&gt;&lt;a href="http://www.cis.ohio-state.edu/hypertext/faq/usenet/computer-security/compromise-faq/faq.html"&gt;Compromise FAQ&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;   &lt;h4&gt;&lt;a name="HDR3"&gt;13.1.1  Detecting an attack&lt;/a&gt;&lt;/h4&gt; Common methods of attack include:&lt;p&gt;  &lt;/p&gt;&lt;ul&gt;&lt;li&gt;System crashes&lt;br /&gt; &lt;ul&gt;&lt;li&gt;Repeat crashes &lt;i&gt;usually&lt;/i&gt; hardware related&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Read log files/console for panic reasons&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Any patterns (e.g., time of day) should raise suspicion&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;   &lt;/li&gt;&lt;li&gt;New accounts&lt;br /&gt; &lt;ul&gt;&lt;li&gt;Especially with UID 0&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;   &lt;/li&gt;&lt;li&gt;New files&lt;br /&gt; &lt;ul&gt;&lt;li&gt;With setuid/setgid bits or root ownership&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Hidden directories (e.g., "..." or with control characters in the name, such as backspace)&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;   &lt;/li&gt;&lt;li&gt;Modified file&lt;br /&gt; &lt;ul&gt;&lt;li&gt;System programs (e.g., login, sh, csh, ps)&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Configuration files (e.g., /etc/rc, /etc/aliases, /etc/hosts.equiv)&lt;br /&gt; &lt;/li&gt;&lt;li&gt;User files (e.g., .login, .cshrc, .history, .rhosts)&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;   &lt;/li&gt;&lt;li&gt;Poor Performance&lt;br /&gt; &lt;ul&gt;&lt;li&gt;May indicate password cracking or packet sniffing programs&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Programs to use: ps, iostat, vmstat, pstat, sar, netstat&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;   &lt;/li&gt;&lt;li&gt;Denial of service&lt;br /&gt; &lt;ul&gt;&lt;li&gt;Exhaustion of finite resources&lt;br /&gt; &lt;ul&gt;&lt;li&gt;File space on partitions (e.g., filling /tmp)&lt;br /&gt; &lt;/li&gt;&lt;li&gt;inode table&lt;br /&gt; &lt;/li&gt;&lt;li&gt;process table&lt;br /&gt; &lt;/li&gt;&lt;li&gt;open files&lt;br /&gt; &lt;/li&gt;&lt;li&gt;virutal memory&lt;br /&gt; &lt;/li&gt;&lt;li&gt;network services&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;   &lt;/li&gt;&lt;li&gt;Destruction of data&lt;br /&gt; &lt;ul&gt;&lt;li&gt;Deleting user files/system configuration files/system programs&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;  &lt;/li&gt;&lt;/ul&gt;  &lt;/li&gt;&lt;/ul&gt;   &lt;h3&gt;&lt;a name="HDR4"&gt;13.2  Knowing how to protect against these attacks&lt;/a&gt;&lt;/h3&gt; Make sure you've applied all recommended security patches to your system.&lt;p&gt;  &lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.cis.ohio-state.edu/hypertext/faq/usenet/computer-security/security-patches/faq.html"&gt;Security Patches FAQ&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;   Learn about, and use, tools and papers from sources such as these:&lt;p&gt;  &lt;/p&gt;&lt;ul&gt;&lt;li&gt;The &lt;a href="http://www.cs.purdue.edu/coast/coast.html"&gt;COAST&lt;/a&gt; project at Purdue University&lt;br /&gt; &lt;/li&gt;&lt;li&gt;The National Institute of Standards and Technology's (NIST)&lt;a href="http://www.ncsl.nist.gov/cs.html"&gt;Computer Security Division&lt;/a&gt; (CSD)&lt;br /&gt; &lt;/li&gt;&lt;li&gt;&lt;a href="http://www.alw.nih.gov/Security/security.html"&gt;Unix Security Information&lt;/a&gt; from the &lt;a href="http://www.alw.nih.gov/"&gt;Advanced Laboratory Workstation Project&lt;/a&gt; at the National Institute of Health (NIH)&lt;br /&gt; &lt;/li&gt;&lt;li&gt;The &lt;a href="file://cert.org/pub/"&gt;Computer Emergency Response Team&lt;/a&gt; (CERT)&lt;br /&gt; &lt;/li&gt;&lt;li&gt;&lt;a href="http://www.tansu.com.au/Info/security.html"&gt;Computer and Network Security Reference Index&lt;/a&gt; (Note: this site is in Australia)&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;   Only provide as much access as is necessary:&lt;p&gt;  &lt;/p&gt;&lt;ul&gt;&lt;li&gt;Put access controls on IP services with tcp_wrapper&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Remove IP services you don't really need, such as fingerd, sendmail, and tftp&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;   &lt;h3&gt;&lt;a name="HDR5"&gt;13.3  Monitoring your system&lt;/a&gt;&lt;/h3&gt;  &lt;ul&gt;&lt;li&gt;At the very least, log access with something like &lt;a href="http://ciac.llnl.gov/ciac/ToolsUnixNetSec.html#Tcpwrappers"&gt;tcp_wrappe&lt;/a&gt;r - add to effectiveness by logging to another host (see "man syslogd")&lt;br /&gt; &lt;/li&gt;&lt;li&gt;&lt;b&gt;Read your log files&lt;/b&gt;, or use a tool like &lt;a href="http://ciac.llnl.gov/ciac/ToolsUnixSysMon.html#Swatch"&gt;swatch&lt;/a&gt;&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Detect modified programs with &lt;a href="http://ciac.llnl.gov/ciac/ToolsUnixSysMon.html#Tripwire"&gt;tripwire&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;   &lt;h3&gt;&lt;a name="HDR6"&gt;13.4  Teaching users how to be "safe" and getting them to work with you&lt;/a&gt;&lt;/h3&gt;  &lt;ul&gt;&lt;li&gt;&lt;a href="http://www.alw.nih.gov/Security/Docs/passwd.html"&gt;Select Good Passwords&lt;/a&gt; (and change them regularly)&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Take care with .rhosts files&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Don't share accounts/passwords (one person, one account)&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Understand how to &lt;a href="http://stimpy.cac.washington.edu/%7Edittrich/R870/x-security.html"&gt;safely use the X Window System&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;   &lt;h3&gt;&lt;a name="HDR7"&gt;13.5  Knowing what to do when you detect you've been hit&lt;/a&gt;&lt;/h3&gt;  &lt;ul&gt;&lt;li&gt;Have security policies in place. COAST has &lt;a href="ftp://coast.cs.purdue.edu/pub/doc/policy"&gt;example security policies&lt;/a&gt;, including examples from &lt;a href="ftp://coast.cs.purdue.edu/pub/doc/policy/University-Policies/"&gt;several Universities&lt;/a&gt;.&lt;br /&gt; &lt;/li&gt;&lt;li&gt;There are some good guidelines in &lt;a href="file://nic.ddn.mil/rfc/rfc1244.txt"&gt;RFC1244&lt;/a&gt; (chapters 5 and 6) on post-incident response, but it also provides much information on developing policies and procedures&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Send email to help@cac.washington.edu to report the incident&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Gather and preserve evidence - it may be needed by law enforcement investigators&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;   &lt;h3&gt;&lt;a name="HDR8"&gt;13.6  Unix System Security Checklist&lt;/a&gt;&lt;/h3&gt; This &lt;a href="http://stimpy.cac.washington.edu/%7Edittrich/R870/security-checklist.html"&gt;Unix System Security Checklist&lt;/a&gt; can serve as a tool to help you with improving and auditing the security of your systems.&lt;p&gt; &lt;/p&gt;&lt;h3&gt;&lt;a name="HDR9"&gt;13.7  Vendor Security/Patch Web Sites&lt;/a&gt;&lt;/h3&gt;  &lt;ul&gt;&lt;li&gt;Silicon Graphics -- &lt;a href="http://www.sgi.com/Support/security/security.html"&gt;http://www.sgi.com/Support/security/security.html&lt;/a&gt;&lt;br /&gt; &lt;/li&gt;&lt;li&gt;IBM -- &lt;a href="http://www.ibm.com/Security/html/resources.html"&gt;http://www.ibm.com/Security/html/resources.html&lt;/a&gt;&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Digital Equipment -- &lt;a href="http://www.service.digital.com/patches/index.html"&gt;http://www.service.digital.com/patches/index.html&lt;/a&gt;&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Sun -- &lt;a href="http://sunsolve.sun.com/"&gt;http://sunsolve.sun.com/&lt;/a&gt;&lt;br /&gt; &lt;/li&gt;&lt;li&gt;RedHat (Linux) -- &lt;a href="http://www.redhat.com/support/docs/errata.html"&gt;http://www.redhat.com/docs/errata.html&lt;/a&gt;&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Microsoft -- &lt;a href="http://www.microsoft.com/security/"&gt;http://www.microsoft.com/security/&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;   &lt;h3&gt;&lt;a name="HDR10"&gt;13.8  Computer Security related sites on the Internet&lt;/a&gt;&lt;/h3&gt;  &lt;ul&gt;&lt;li&gt;&lt;a href="http://crimelab.com/bugtraq/bugtraq.html"&gt;http://crimelab.com/bugtraq/bugtraq.html&lt;/a&gt; (Bugtraq archive)&lt;br /&gt; &lt;/li&gt;&lt;li&gt;&lt;a href="http://www.cs.purdue.edu/coast/coast.html"&gt;http://www.cs.purdue.edu/coast/coast.html&lt;/a&gt; (Purdue's COAST home page)&lt;br /&gt; &lt;/li&gt;&lt;li&gt;&lt;a href="http://csrc.ncsl.nist.gov/"&gt;http://csrc.ncsl.nist.gov/&lt;/a&gt; (NIST Clearning Security Resource Clearinghouse)&lt;br /&gt; &lt;/li&gt;&lt;li&gt;&lt;a href="http://www.openmarket.com/info/intindex/"&gt;http://www.openmarket.com/info/intindex/&lt;/a&gt; (Internet Facts)&lt;br /&gt; &lt;/li&gt;&lt;li&gt;&lt;a href="http://www.dct.ac.uk/www/books/hacker-crackdown/hacker.html"&gt;http://www.dct.ac.uk/www/books/hacker-crackdown/hacker.html&lt;/a&gt;(Hacker Crackdown book)&lt;br /&gt; &lt;/li&gt;&lt;li&gt;&lt;a href="http://www-ns.rutgers.edu/www-security/reference.html"&gt;http://www-ns.rutgers.edu/www-security/reference.html&lt;/a&gt;(Rutgers WWW Security References)&lt;br /&gt; &lt;/li&gt;&lt;li&gt;&lt;a href="http://www.commerce.net:8000/directories/jumpstation/sectools.html"&gt;http://www.commerce.net:8000/directories/jumpstation/sectools.html&lt;/a&gt;(Electronic Commerce Jumpstation - Security Tools)&lt;br /&gt; &lt;/li&gt;&lt;li&gt;&lt;a href="http://www.underground.org/"&gt;http://www.underground.org/&lt;/a&gt;&lt;br /&gt; &lt;/li&gt;&lt;li&gt;&lt;a href="http://www.alw.nih.gov/Security/security-docs.html"&gt;http://www.alw.nih.gov/Security/security-docs.html&lt;/a&gt; (NIH web pages)&lt;br /&gt; &lt;/li&gt;&lt;li&gt;&lt;a href="http://www.faqs.org/faqs/sgi/faq/security/index.html"&gt;http://www.faqs.org/faqs/sgi/faq/security/&lt;/a&gt;l (SGI Security FAQ)&lt;br /&gt; &lt;/li&gt;&lt;li&gt;&lt;a href="http://sites.inka.de/%7EW1012/freefire-l/tools.html"&gt;http://sites.inka.de/~W1012/freefire-l/tools.html&lt;/a&gt; (Freefire project)&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;   &lt;h3&gt;&lt;a name="HDR11"&gt;13.9  Example Problems and Reading&lt;/a&gt;&lt;/h3&gt;  &lt;ul&gt;&lt;li&gt;Get a copy of Crack (a password cracker) from &lt;a href="ftp://cert.sei.cmu.edu/pub/tools/crack/"&gt;cert.sei.cmu.edu&lt;/a&gt; and run it against your /etc/passwd file. See how many passwords it can break.&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Get a copy of COPS (a system security checker) from &lt;a href="ftp://cert.sei.cmu.edu/pub/tools/cops/"&gt;cert.sei.cmu.edu&lt;/a&gt; and run it on your system to see what it finds. You may wish to set this up so it runs under cron to regularly check your system.&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Here are some interesting &lt;a href="file://jhunix.hcf.jhu.edu/pub/miscellaneous_security_papers/"&gt;articles/papers&lt;/a&gt; on system security issues.&lt;/li&gt;&lt;/ul&gt;www.washington.edu&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2550952280158595542-860193535218054423?l=compart01.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://compart01.blogspot.com/feeds/860193535218054423/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://compart01.blogspot.com/2009/08/unix-system-security.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/860193535218054423'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/860193535218054423'/><link rel='alternate' type='text/html' href='http://compart01.blogspot.com/2009/08/unix-system-security.html' title='Unix System Security.'/><author><name>Hart</name><uri>http://www.blogger.com/profile/17778553545600680074</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2550952280158595542.post-8100300112924967184</id><published>2009-08-19T18:08:00.001-07:00</published><updated>2009-08-19T18:09:01.291-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Computer'/><title type='text'>Using an NFS server.</title><content type='html'>&lt;h2&gt;&lt;a name="HDR1"&gt;12  Using an NFS server.&lt;/a&gt;&lt;/h2&gt; &lt;h3&gt;&lt;a name="HDR2"&gt;12.1  NFS "exporting" (server side).&lt;/a&gt;&lt;/h3&gt; Server host must first be configured to allow your host to mount directories&lt;p&gt;  &lt;/p&gt;&lt;ul&gt;&lt;li&gt;/etc/exports defines the directories that are exported and which hosts are allowed to mount them(SunOS 5.x uses /etc/dfs/dfstab in slightly different way)&lt;br /&gt; &lt;/li&gt;&lt;li&gt;exportfs is used to make directories available for mounting(SunOS 5.x systems use the share and unshare commands)&lt;br /&gt; &lt;/li&gt;&lt;li&gt;/etc/xtab lists information about currently exported directories&lt;br /&gt; &lt;/li&gt;&lt;li&gt;mountd processes mount requests, verifying that requesting clients are allowed to mount by reading the /etc/xtab file&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;   Here is an &lt;a href="http://www.washington.edu/R870/examples/etc-exports"&gt;example&lt;/a&gt; of an /etc/exports file.&lt;p&gt; &lt;/p&gt;&lt;h3&gt;&lt;a name="HDR3"&gt;12.2  NFS mounting (client side).&lt;/a&gt;&lt;/h3&gt; Your host must then mount the remote directories&lt;p&gt;  &lt;/p&gt;&lt;ul&gt;&lt;li&gt;showmount will show mountable file systems on remote machines(Here is an &lt;a href="http://www.washington.edu/R870/examples/showmount-example"&gt;example&lt;/a&gt; of using showmount)&lt;br /&gt; &lt;/li&gt;&lt;li&gt;mount command used to mount directories, e.g.&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;   &lt;pre&gt;mount host.dept.washington.edu:/usr/man/usr/man&lt;br /&gt;mount host.dept.washington.edu:/usr/users/home&lt;br /&gt;&lt;/pre&gt;  &lt;ul&gt;&lt;li&gt;/etc/fstab contains list of all file systems mounted by default&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Can use mount -p to help build /etc/fstab entries&lt;br /&gt;&lt;pre&gt;Tabell 7: &lt;b&gt;Commonly used NFS mount flags&lt;/b&gt;&lt;br /&gt;-----------------------------------------------------------------------&lt;br /&gt;&lt;b&gt;Flag&lt;/b&gt;      &lt;b&gt;Description&lt;/b&gt;                                                   &lt;br /&gt;-----------------------------------------------------------------------&lt;br /&gt;ro        Mount the file system read-only                               &lt;br /&gt;rw        Mount the file system read/write (only if server exports as   &lt;br /&gt;         writable)                                                     &lt;br /&gt;bg        If the server doesn't respond, keep trying the mount in the   &lt;br /&gt;         background - may also hang startup scripts, or cause          &lt;br /&gt;         strange failures, if they rely on files in these file systems &lt;br /&gt;hard      Blocks processes accessing files until server can respond     &lt;br /&gt;         (may look like your shell has "hung")                         &lt;br /&gt;soft      Processes trying to access files get an error message if      &lt;br /&gt;         server is not responding                                      &lt;br /&gt;intr      Allows user to abort a blocked access (returns error also)    &lt;br /&gt;timeo=    Timeout period (in tenths of a second) for requests           &lt;br /&gt;retrans=  Specify number of times to retry requests before return       &lt;br /&gt;         ing an error when soft mount used.                            &lt;br /&gt;-----------------------------------------------------------------------&lt;br /&gt;&lt;/pre&gt; &lt;/li&gt;&lt;/ul&gt;   &lt;h3&gt;&lt;a name="HDR4"&gt;12.3  Gotchas! with NFS&lt;/a&gt;&lt;/h3&gt;  &lt;ul&gt;&lt;li&gt;Ownership represented by numeric UID/GID values, which correspond to logins viathe /etc/passwd file on &lt;b&gt;&lt;i&gt;both client and server&lt;/i&gt;&lt;/b&gt;!(What if UIDs don't match?)&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Security is a problem (e.g., can chown be used to give files away?).See &lt;a href="http://stimpy.cac.washington.edu/%7Edittrich/R870/security-checklist.html"&gt;Unix System Security Checklist&lt;/a&gt; for details.&lt;br /&gt; &lt;/li&gt;&lt;li&gt;NFS is a "stateless" protocol. What happens if the server goes down?&lt;br /&gt; &lt;ul&gt;&lt;li&gt;"NFS: stale file handle" error message means re-mount file systems&lt;br /&gt; &lt;/li&gt;&lt;li&gt;"Hard mount" is "Energizer Bunny" mode. Client keeps trying, and trying, and trying.... Unless interrupts allowed, client will "hang" until server comes back up&lt;br /&gt; &lt;/li&gt;&lt;li&gt;"Soft mount" means client gets an error message.&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;   &lt;/li&gt;&lt;li&gt;File locking can be a problem.&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Easy to "waste" bandwidth by transferring files twice!(e.g., ftp to/from an NFS mounted file system on a client)&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Forgetting to use -xdev (or -mount, etc)., when using find.&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Differences in maximum block sizes between client/server file systems can cause programs to crash&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;   &lt;h3&gt;&lt;a name="HDR5"&gt;12.4  Related Articles&lt;/a&gt;&lt;/h3&gt;  &lt;ul&gt;&lt;li&gt;"How to Develop a Distributed Filesystem Model," Michael S. Hill, &lt;i&gt;&lt;a href="http://www.samag.com/"&gt;Sys Admin&lt;/a&gt;&lt;/i&gt;, August 1996&lt;br /&gt; &lt;/li&gt;&lt;li&gt;"Hidden Dangers of NFS Mounting Foreign File Systems," Doug Morris, &lt;i&gt;&lt;a href="http://www.samag.com/"&gt;Sys Admin&lt;/a&gt;&lt;/i&gt;, August 1996&lt;/li&gt;&lt;/ul&gt;www.washington.edu&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2550952280158595542-8100300112924967184?l=compart01.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://compart01.blogspot.com/feeds/8100300112924967184/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://compart01.blogspot.com/2009/08/using-nfs-server.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/8100300112924967184'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/8100300112924967184'/><link rel='alternate' type='text/html' href='http://compart01.blogspot.com/2009/08/using-nfs-server.html' title='Using an NFS server.'/><author><name>Hart</name><uri>http://www.blogger.com/profile/17778553545600680074</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2550952280158595542.post-2308578908897204130</id><published>2009-08-19T18:06:00.000-07:00</published><updated>2009-08-19T18:08:12.323-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Computer'/><title type='text'>Networking.</title><content type='html'>&lt;h2&gt;&lt;a name="HDR1"&gt;11  Networking.&lt;/a&gt;&lt;/h2&gt; &lt;h3&gt;&lt;a name="HDR2"&gt;11.1  UW network concepts.&lt;/a&gt;&lt;/h3&gt;  &lt;ul&gt;&lt;li&gt;The predominant networking protocols for world-wide internetworking are the &lt;a href="file://ftp.merit.edu/introducing.the.internet/intro.to.ip"&gt;TCP/IP&lt;/a&gt; protocols&lt;br /&gt; &lt;/li&gt;&lt;li&gt;UW campus &lt;i&gt;backbone&lt;/i&gt; only routes &lt;i&gt;IP&lt;/i&gt; traffic&lt;br /&gt; &lt;/li&gt;&lt;li&gt;The &lt;i&gt;Domain Name System&lt;/i&gt; (&lt;i&gt;DNS&lt;/i&gt;) is used to reference hosts instead of IP addresses (e.g., rtfm.mit.edu)&lt;br /&gt; &lt;/li&gt;&lt;li&gt;UW campus is &lt;i&gt;subnetted&lt;/i&gt; (128.95.subnet.host)&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Subnets are connected by &lt;i&gt;routers&lt;/i&gt; (campus standard address for gateway router is 128.95.subnet.100)&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Individual network connections within the building are usually served by ethernet multi-port repeaters (&lt;i&gt;empr&lt;/i&gt;)&lt;br /&gt; &lt;/li&gt;&lt;li&gt;The campus backbone is part of &lt;i&gt;&lt;a href="http://www.nwnet.net/"&gt;NorthWestNet&lt;/a&gt;&lt;/i&gt;, one of many regional network access providers who in turn connect to one of many national networks (NorthWestNet connects to MCInet).&lt;br /&gt; &lt;/li&gt;&lt;li&gt;All these tens of thousands of smaller &lt;a href="file://ftp.merit.edu/nsfnet/statistics/history.netcount"&gt;networks&lt;/a&gt; with millions of connected &lt;a href="file://ftp.merit.edu/nsfnet/statistics/history.hosts"&gt;hosts&lt;/a&gt; make up the &lt;i&gt;Internet&lt;/i&gt; (a.k.a. &lt;i&gt;"The Net"&lt;/i&gt;)&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;   You can find information about the Internet at many sites. Try looking at what is stored at &lt;a href="file://ftp.merit.edu/"&gt;ftp.merit.edu&lt;/a&gt;. Here are some other &lt;a href="http://www.openmarket.com/diversions/internet-index/index.html"&gt;interesting statistics on the Internet&lt;/a&gt;.&lt;p&gt; &lt;/p&gt;&lt;h3&gt;&lt;a name="HDR3"&gt;11.2  Example of subnetted network.&lt;/a&gt;&lt;/h3&gt; This &lt;a href="http://www.washington.edu/R870/img/Network.gif"&gt;diagram&lt;/a&gt; shows an example of a subnetted network.&lt;p&gt; &lt;/p&gt;&lt;h3&gt;&lt;a name="HDR4"&gt;11.3  Network topologies.&lt;/a&gt;&lt;/h3&gt; Here is a &lt;a href="http://www.washington.edu/R870/examples/Ethernet"&gt;description of the technical details of Ethernet&lt;/a&gt; networks. The most common topologies on this campus are:&lt;p&gt;  &lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.washington.edu/R870/img/StarTopology.gif"&gt;Star&lt;/a&gt; (e.g., twisted pair ethernet, or 10BaseT). This is the type of network technology currently recommended by C&amp;amp;C and what we would install today.&lt;br /&gt; &lt;/li&gt;&lt;li&gt;&lt;a href="http://www.washington.edu/R870/img/BusTopology.gif"&gt;Bus&lt;/a&gt; (e.g., thin ethernet, or 10 Base 2). The older standard for inexpensive Ethernet networks, but still found in many places on campus.&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Ring (e.g., Token Ring, FDDI, CDDI)&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;   &lt;h3&gt;&lt;a name="HDR5"&gt;11.4  DNS name service.&lt;/a&gt;&lt;/h3&gt;  &lt;ul&gt;&lt;li&gt;Host name + Domain = Fully Qualified Domain Name&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;   E.g., host stimpy in domain cac.washington.edu has a fully qualified domain name (FQDN) of stimpy.cac.washington.edu&lt;p&gt;  &lt;/p&gt;&lt;ul&gt;&lt;li&gt;Host name set in rc files using hostname command&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;   &lt;pre&gt;# hostname ren&lt;br /&gt;&lt;/pre&gt;  &lt;ul&gt;&lt;li&gt;Resolver configuration file is /etc/resolv.conf&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;   &lt;pre&gt;domain cac.washington.edu&lt;br /&gt;nameserver 128.95.120.1&lt;br /&gt;nameserver 128.95.112.1&lt;br /&gt;nameserver 128.101.101.101&lt;br /&gt;&lt;/pre&gt;  &lt;ul&gt;&lt;li&gt;DNS is &lt;i&gt;not&lt;/i&gt; related to Sun's NIS/NIS+, although they can work together.&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;   SunOS 4.x: get replacement libraries from &lt;a href="file://ftp.cac.washington.edu/pub/sun-fix/"&gt;ftp.cac:/pub/sun-fix&lt;/a&gt;. SunOS 5.x users need to modify /etc/nsswitch.conf.&lt;p&gt; &lt;/p&gt;&lt;h3&gt;&lt;a name="HDR6"&gt;11.5  ISO vs. TCP/IP protocol stacks.&lt;/a&gt;&lt;/h3&gt; &lt;a href="http://www.washington.edu/R870/Networking.figure.id.1.gif"&gt;&lt;img style="width: 465px; height: 352px;" src="http://www.washington.edu/R870/Networking.figure.id.1.gif" /&gt;&lt;/a&gt;&lt;p&gt; &lt;/p&gt;&lt;h3&gt;&lt;a name="HDR7"&gt;11.6  Protocols, ports, and servers.&lt;/a&gt;&lt;/h3&gt;  &lt;ul&gt;&lt;li&gt;Protocol numbers defined in &lt;a href="http://www.washington.edu/R870/examples/etc-protocols"&gt;/etc/protocols&lt;/a&gt;&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Port numbers for services defined in &lt;a href="http://www.washington.edu/R870/examples/etc-services"&gt;/etc/services&lt;/a&gt;&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Servers are managed by the Internet daemon inetd&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Servers are defined in &lt;a href="http://www.washington.edu/R870/examples/etc-inetd.conf"&gt;/etc/inetd.conf&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;   To force inetd to reread its configuration file, send it a -HUP signal, like this:&lt;p&gt; &lt;/p&gt;&lt;pre&gt;# ps -aux | grep inetd&lt;br /&gt;root 111 0.0 1.7 1.44M 344K ? S 0:00 (inetd)&lt;br /&gt;root 4451 0.0 1.0 1.52M 208K p2 S 0:00 grep inetd&lt;br /&gt;# kill -HUP 111 # ...for BSD&lt;br /&gt;# killall -HUP inetd # ...for System V&lt;br /&gt;&lt;/pre&gt; &lt;h3&gt;&lt;a name="HDR8"&gt;11.7  Configuring the ethernet interface (BSD).&lt;/a&gt;&lt;/h3&gt;  &lt;ul&gt;&lt;li&gt;/etc/rc or /etc/rc.local&lt;br /&gt;&lt;a href="http://www.washington.edu/R870/examples/rc.local"&gt;Here&lt;/a&gt; is an example of the part of the /etc/rc.local file that configures the ethernet interface.&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;   &lt;h3&gt;&lt;a name="HDR9"&gt;11.8  Configuring the ethernet interface (System V).&lt;/a&gt;&lt;/h3&gt;  &lt;ul&gt;&lt;li&gt;/etc/init.d/network&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;   &lt;h3&gt;&lt;a name="HDR10"&gt;11.9  Configuring the networking software.&lt;/a&gt;&lt;/h3&gt;  &lt;ul&gt;&lt;li&gt;Make entry in /etc/hosts for your host and IP address&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Register your DNS name&lt;br /&gt;(Get IP addresses and Domain Names from your departmental network administrator, or from campus network administrators by sending email to netops@cac.washington.edu )&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Set up the DNS resolver configuration file&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Make sure the netmask is 255.255.255.0 (0xffffff00)&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Make sure the broadcast address is128.95.subnet.255 (use 128.95.subnet.0 for Sun computers)&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;   &lt;a href="http://www.washington.edu/R870/examples/sun-network"&gt;Here&lt;/a&gt; is an example of setting up the network interface for a Sun computer.&lt;p&gt; &lt;/p&gt;&lt;h3&gt;&lt;a name="HDR11"&gt;11.10  User commands.&lt;/a&gt;&lt;/h3&gt;  &lt;ul&gt;&lt;li&gt;telnet&lt;br /&gt; &lt;/li&gt;&lt;li&gt;ftp&lt;br /&gt; &lt;/li&gt;&lt;li&gt;rlogin&lt;br /&gt; &lt;/li&gt;&lt;li&gt;rsh&lt;br /&gt; &lt;/li&gt;&lt;li&gt;rcp&lt;br /&gt; &lt;/li&gt;&lt;li&gt;rwho&lt;br /&gt; &lt;/li&gt;&lt;li&gt;ruptime&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;   &lt;h3&gt;&lt;a name="HDR12"&gt;11.11  Public domain utilities/facilities.&lt;/a&gt;&lt;/h3&gt;  &lt;ul&gt;&lt;li&gt;Anonymous ftp&lt;br /&gt;Log in as user name of ftp or anonymous, and using your email address (e.g., name@host.dept.washington.edu) as the password.&lt;br /&gt; &lt;/li&gt;&lt;li&gt;gopher/xgopher&lt;br /&gt; &lt;/li&gt;&lt;li&gt;archie/xarchie&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Xmosaic&lt;br /&gt; &lt;/li&gt;&lt;li&gt;WAIS&lt;br /&gt;These utilities and facilities are described in detail in &lt;i&gt;Whole Internet: User's Guide &amp;amp; Catalog&lt;/i&gt;, &lt;i&gt;Internet Companion: a Beginner's Guide to Global Networking&lt;/i&gt;, and&lt;i&gt; Internet Passport.&lt;/i&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;   &lt;h3&gt;&lt;a name="HDR13"&gt;11.12  Standard diagnostic tools.&lt;/a&gt;&lt;/h3&gt;  &lt;ul&gt;&lt;li&gt;netstat&lt;br /&gt;The netstat utility can be used to &lt;a href="http://www.washington.edu/R870/examples/netstat-i"&gt;determine the name of your interface&lt;/a&gt; and to &lt;a href="http://www.washington.edu/R870/examples/netstat-r"&gt;check the routing table&lt;/a&gt; to see if your gateway is accessible.&lt;br /&gt; &lt;/li&gt;&lt;li&gt;ifconfig&lt;br /&gt;The ifconfig utility is used to configure (or &lt;a href="http://www.washington.edu/R870/examples/ifconfig"&gt;check the configuration&lt;/a&gt; of) your network interface.&lt;br /&gt; &lt;/li&gt;&lt;li&gt;ping&lt;br /&gt;&lt;a href="http://www.washington.edu/R870/examples/ping"&gt;Tells if you can send/receive packets&lt;/a&gt; with another Internet host.&lt;br /&gt; &lt;/li&gt;&lt;li&gt;arp&lt;br /&gt;Exercises the name resolution mechanism and &lt;a href="http://www.washington.edu/R870/examples/arp"&gt;reports IP/ethernet addresses&lt;/a&gt;. (&lt;a href="http://www.washington.edu/R870/examples/EthernetCodes"&gt;Here&lt;/a&gt; are some Ethernet codes, in case you need them).&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;   &lt;h3&gt;&lt;a name="HDR14"&gt;11.13  Public domain diagnostic tools.&lt;/a&gt;&lt;/h3&gt;  &lt;ul&gt;&lt;li&gt;lsof&lt;br /&gt;A useful tool for finding which processes have open file handles, it also helps find which processes have open sockets. This is very handy for identifying processes involved in network connectivity problems. Available from &lt;a href="ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/"&gt;ftp://vic.cc.purdue.edu/pub/&lt;/a&gt;tools/unix/lsof/&lt;br /&gt; &lt;/li&gt;&lt;li&gt;dig&lt;br /&gt;An alternative to nslookup. It has a method of doing reverse name lookups, which can be handy in determining the name of hosts that are sending packets across your subnet. Available from &lt;a href="file://venera.isi.edu/pub/"&gt;ftp://venera.isi.edu/pub/.&lt;/a&gt;&lt;br /&gt; &lt;/li&gt;&lt;li&gt;traceroute&lt;br /&gt;Traces the route of UDP packets from your host to another host. Can be used to diagnose "no answer" and "network unreachable" error messages from TCP/IP utilities. [&lt;i&gt;Usually&lt;/i&gt;] shows all interfaces that packets go through. Available from &lt;a href="file://ftp.ee.lbl.gov/"&gt;ftp://ftp.ee.lbl.gov/trac&lt;/a&gt;eroute.tar.&lt;br /&gt; &lt;/li&gt;&lt;li&gt;tcpdump&lt;br /&gt;"Network" or "protocol" analyzer that lets you see some/all packets that are traversing your subnet. Allows you to select or filter packets "promiscuously." Available from &lt;a href="ftp://ftp.ee.lbl.gov/tcpdump.tar.Z"&gt;ftp://&lt;/a&gt;ftp.ee.lbl.gov/tcpdump.tar.Z&lt;br /&gt; &lt;/li&gt;&lt;li&gt;tcpview&lt;br /&gt;Motif version of the tcpdump utility. Produced by C&amp;amp;C for use here on campus. Available from &lt;a href="file://ftp.cac.washington.edu/pub/noc-tools/tcpview/"&gt;ftp://ftp.cac.washington.edu/pub/noc-tools/tcpview&lt;/a&gt;.&lt;br /&gt; &lt;/li&gt;&lt;li&gt;etherman/interman/packetman&lt;br /&gt;X Windows programs to monitor ethernet, IP, and packet level traffic on your subnet. Available in binary form for Ultrix 4.2/4.3 and SunOS 4.1.3 (sun4c) from &lt;a href="file://ftp.cs.curtin.edu.au/pub/netman/"&gt;ftp://tfp.cs.cur&lt;/a&gt;tin.edu.au/pub/netman.&lt;br /&gt; &lt;/li&gt;&lt;li&gt;getethers&lt;br /&gt;Builds a table of Ethernet numbers, host names and manufacturer suitable for use as an /etc/ethers file. Available from &lt;a href="ftp://harbor.ecn.purdue.edu/pub/davy/"&gt;ftp://harbor.ecn.purdue.edu/pub/davy/&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;   &lt;h3&gt;&lt;a name="HDR15"&gt;11.14  Public domain security tools.&lt;/a&gt;&lt;/h3&gt;  &lt;ul&gt;&lt;li&gt;nmap&lt;br /&gt;Network mapping tool&lt;a href="http://www.insecure.org/nmap/index.html"&gt;http://www.insecure.org/nmap/index.html&lt;/a&gt;&lt;br /&gt; &lt;/li&gt;&lt;li&gt;trinux&lt;br /&gt;All the network monitoring tools you need, on a two-floppy, RAM disc based, Linux distribution! (Can even boot on a laptop). Available from &lt;a href="http://www.trinux.org/"&gt;http://www.trinux.org/&lt;/a&gt;&lt;br /&gt; &lt;/li&gt;&lt;li&gt;tcp wrapper (a.k.a. tcpd)&lt;br /&gt;This utility adds access control and logging features to TCP/IP services. It is available in source code form for most popular Unix implementations from &lt;a href="file://cert.org/pub/tools/tcp_wrappers/"&gt;ftp://cert.org/pub/tools/&lt;/a&gt;tcp_wrappers/.&lt;br /&gt; &lt;/li&gt;&lt;li&gt;smrsh&lt;br /&gt;This program provides a more secure mechanism for shell execution from other programs such as sendmail. It is avaiable as C code with a man page from &lt;a href="ftp://cert.org/pub/tools/smrsh"&gt;ftp://cert.org/&lt;/a&gt;tools/smrsh.&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;   &lt;h3&gt;&lt;a name="HDR16"&gt;11.15  Useful information&lt;/a&gt;&lt;/h3&gt;  &lt;ul&gt;&lt;li&gt;&lt;a href="ftp://ftp.isi.edu/in-notes/iana/assignments/"&gt;Internet Assigned Numbers Authority (IANA) assignments&lt;/a&gt;&lt;br /&gt; &lt;/li&gt;&lt;li&gt;&lt;a href="ftp://ftp.ripe.net/iso3166-countrycodes"&gt;ISO Country codes&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2550952280158595542-2308578908897204130?l=compart01.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://compart01.blogspot.com/feeds/2308578908897204130/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://compart01.blogspot.com/2009/08/networking.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/2308578908897204130'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/2308578908897204130'/><link rel='alternate' type='text/html' href='http://compart01.blogspot.com/2009/08/networking.html' title='Networking.'/><author><name>Hart</name><uri>http://www.blogger.com/profile/17778553545600680074</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2550952280158595542.post-8933930366851520809</id><published>2009-08-19T18:05:00.002-07:00</published><updated>2009-08-19T18:06:28.804-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Computer'/><title type='text'>Adding new users.</title><content type='html'>&lt;h2&gt;&lt;a name="HDR1"&gt;10  Adding new users.&lt;/a&gt;&lt;/h2&gt; Steps involved (usually automated).&lt;p&gt;  &lt;/p&gt;&lt;ul&gt;&lt;li&gt;Determine login name, user ID (UID), group ID (GID) &amp;amp; netgroup (if using NIS or NIS+)&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Enter data in /etc/passwd file&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Assign password&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Set account parameters (e.g., password aging, account expiration, quotas)&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Create home directory&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Copy initialization files&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Set file ownerships and protections (use chown, chgrp, chmod commands)&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Add user to other facilities (quota system, aliases file)&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Perform other site-specific initialization tasks&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Test new account&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;   &lt;h3&gt;&lt;a name="HDR2"&gt;10.1  Fields in the /etc/passwd file.&lt;/a&gt;&lt;/h3&gt; &lt;pre&gt;logname:passwd:uid:gid:user info:home:shell&lt;br /&gt;&lt;/pre&gt; &lt;h3&gt;&lt;a name="HDR3"&gt;10.2  Fields in the /etc/group file.&lt;/a&gt;&lt;/h3&gt; &lt;pre&gt;group:passwd:gid:members&lt;br /&gt;&lt;/pre&gt; &lt;h3&gt;&lt;a name="HDR4"&gt;10.3  Choosing passwords.&lt;/a&gt;&lt;/h3&gt; One of the best algorithms to use is to take two non-related words, separate them with a punctuation character, mix in some upper-case characters, and perhaps reverse one of the words. E.g.,&lt;p&gt;  &lt;/p&gt;&lt;ul&gt;&lt;li&gt;DOg.tenT (mixed upper/lower case)&lt;br /&gt; &lt;/li&gt;&lt;li&gt;t00l%p0nd (zeros instead of "O")&lt;br /&gt; &lt;/li&gt;&lt;li&gt;p33l*BOARd (substitute numeric for alpha)&lt;br /&gt; &lt;/li&gt;&lt;li&gt;tned-Pile (reversed first word)&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;   &lt;h3&gt;&lt;a name="HDR5"&gt;10.4  Shell initialization files.&lt;/a&gt;&lt;/h3&gt;  &lt;ul&gt;&lt;li&gt;C shell: .cshrc, .login, .logout, /etc/cshrc,/etc/cshrc.std&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Borne shell: .profile, /etc/profile,/etc/profile.std&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Skeleton files: in /usr/skel, /etc/skel, or/etc/security directories&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;   &lt;h3&gt;&lt;a name="HDR6"&gt;10.5  Automating account creation.&lt;/a&gt;&lt;/h3&gt;  &lt;ul&gt;&lt;li&gt;sysadm (System V)&lt;br /&gt; &lt;/li&gt;&lt;li&gt;passmgmt (System V)&lt;br /&gt; &lt;/li&gt;&lt;li&gt;useradd (System V.4)&lt;br /&gt; &lt;/li&gt;&lt;li&gt;adduser, addgroup (Some BSD, OSF/1)&lt;br /&gt; &lt;/li&gt;&lt;li&gt;SMIT (AIX)&lt;br /&gt; &lt;/li&gt;&lt;li&gt;nu (NeXTStep)&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Public domain scripts&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;   &lt;h3&gt;&lt;a name="HDR7"&gt;10.6  Disabling and/or removing user accounts.&lt;/a&gt;&lt;/h3&gt;  &lt;ul&gt;&lt;li&gt;Remove or modify entry in /etc/passwd&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Remove entry in NIS/NIS+ maps&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Remove $HOME/.rhosts files&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Remove mail spool file&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Remove from mail aliases file&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Remove any cron or at jobs&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Remove directory&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;   &lt;h3&gt;&lt;a name="HDR8"&gt;10.7  Related articles&lt;/a&gt;&lt;/h3&gt;  "Developing Common Login Scripts," Dinah McNutt, &lt;i&gt;Unix Review&lt;/i&gt;, December 1995, p73. (includes sample &lt;a href="ftp://ftp.zilker.net/pubs/ur/profile.ksh"&gt;.profile file&lt;/a&gt; for the Korn shell)&lt;br /&gt;&lt;br /&gt;www.washington.edu&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2550952280158595542-8933930366851520809?l=compart01.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://compart01.blogspot.com/feeds/8933930366851520809/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://compart01.blogspot.com/2009/08/adding-new-users.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/8933930366851520809'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/8933930366851520809'/><link rel='alternate' type='text/html' href='http://compart01.blogspot.com/2009/08/adding-new-users.html' title='Adding new users.'/><author><name>Hart</name><uri>http://www.blogger.com/profile/17778553545600680074</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2550952280158595542.post-6104601709510227875</id><published>2009-08-19T18:05:00.001-07:00</published><updated>2009-08-19T18:05:45.484-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Computer'/><title type='text'>Startup/Shutdown.</title><content type='html'>&lt;h2&gt;&lt;a name="HDR1"&gt;9  Startup/Shutdown.&lt;/a&gt;&lt;/h2&gt; &lt;h3&gt;&lt;a name="HDR2"&gt;9.1  Boot Phases.&lt;/a&gt;&lt;/h3&gt;  &lt;ul&gt;&lt;li&gt;ROM monitor may run some simple hardware diagnostics and finds boot device&lt;br /&gt; &lt;/li&gt;&lt;li&gt;ROM monitor loads/runs bootstrap loader&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Bootstrap loader loads/runs kernel (PID 0)&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Kernel may perform more elaborate diagnostics, then checks root file system&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Kernel mounts root file system, then starts init(PID 1)&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Operator may need to switch to multi-user mode&lt;br /&gt; &lt;/li&gt;&lt;li&gt;init runs initialization scripts (rc scripts)&lt;br /&gt; &lt;/li&gt;&lt;li&gt;getty/login produces prompts on terminals (or graphics system starts up) and system is ready to go&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;   This example of the &lt;a href="http://www.washington.edu/R870/examples/ps-ef.SVR4"&gt;output of System V style ps&lt;/a&gt; will help identify these processes.&lt;p&gt; &lt;/p&gt;&lt;h3&gt;&lt;a name="HDR3"&gt;9.2  Starting a boot.&lt;/a&gt;&lt;/h3&gt;  &lt;ul&gt;&lt;li&gt;Autoboot from power-on&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Boot command from ROM monitor&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;   &lt;h3&gt;&lt;a name="HDR4"&gt;9.3  BSD single-user mode vs. multi-user mode.&lt;/a&gt;&lt;/h3&gt;  &lt;ul&gt;&lt;li&gt;Berkeley UNIX has just two operating states: single-user mode and multi-user mode.&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;   &lt;h3&gt;&lt;a name="HDR5"&gt;9.4  System V run levels.&lt;/a&gt;&lt;/h3&gt;  &lt;ul&gt;&lt;li&gt;System V has several states, or "run levels"&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Use who -r to see current run level&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;   &lt;pre&gt;# who -r&lt;br /&gt;. run-level 2 Mar 5 15:32 2 0 S&lt;br /&gt;&lt;pre&gt;Table 6: &lt;b&gt;System V Run Levels&lt;/b&gt;&lt;br /&gt;-------------------------------------------------------------------------------------------&lt;br /&gt;&lt;b&gt;Run Level&lt;/b&gt;  &lt;b&gt;Names and Uses&lt;/b&gt;                                                                   &lt;br /&gt;-------------------------------------------------------------------------------------------&lt;br /&gt;0          Powerdown state; conditions where it is safe to turn the power off.              &lt;br /&gt;1          Administrative state.                                                            &lt;br /&gt;s or S     Single-user mode.                                                                &lt;br /&gt;2          Multi-user mode; Normal operating state for isolated,                            &lt;br /&gt;          non-networked systems.                                                           &lt;br /&gt;3          Remote File Sharing (RFS) state. Alternative state for networking use. (Normal   &lt;br /&gt;          multi-user state for OSF/1; other Sys V may use state 2).                        &lt;br /&gt;4          User-definable state. (Also not normally used; state 2 used instead).            &lt;br /&gt;5          Firmware state; Used for some types of maintenance on some systems.              &lt;br /&gt;6          Shutdown and reboot state; used to reboot the system from some other running     &lt;br /&gt;          state (s, 2, 3 or 4) to state 0 then immediately back to normal operating state. &lt;br /&gt;-------------------------------------------------------------------------------------------&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;/pre&gt; &lt;h3&gt;&lt;a name="HDR6"&gt;9.5  Initialization scripts.&lt;/a&gt;&lt;/h3&gt; The initialization scripts, usually written in Borne shell (BSD, System V) or Korn shell (AIX) perform the following tasks:&lt;p&gt;  &lt;/p&gt;&lt;ul&gt;&lt;li&gt;Sets computer's hostname (BSD and some System V)&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Sets time zone (System V only)&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Checks unmounted discs with fsck (only in multi-user mode)&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Mounts the system's disc partitions&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Removes files from the /tmp directory&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Starts up daemons and network services&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Turns on accounting and quotas (if used)&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Configures network interface(s)&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Starts windowing system and window-based login (on graphics workstations)&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;   &lt;h3&gt;&lt;a name="HDR7"&gt;9.6  BSD rc files.&lt;/a&gt;&lt;/h3&gt;  &lt;ul&gt;&lt;li&gt;/etc/rc (multi-user initialization)&lt;br /&gt; &lt;/li&gt;&lt;li&gt;/etc/rc.local (site-specific initialization)&lt;br /&gt; &lt;/li&gt;&lt;li&gt;/etc/rc.boot (NeXTStep single-user initialization and primary SunOS initialization file)&lt;br /&gt; &lt;/li&gt;&lt;li&gt;/etc/rc.single (under SunOS single-user mode starts shell; under SunOS multi-user mode runs/etc/rc)&lt;br /&gt; &lt;/li&gt;&lt;li&gt;/etc/rc.net, /etc/rc.tcpip, /etc/rc.pci,/etc/rc.ncs (AIX)&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;   Here is an example of a BSD style &lt;a href="http://www.washington.edu/R870/examples/rc.local"&gt;/etc/rc.local file&lt;/a&gt;.&lt;p&gt; &lt;/p&gt;&lt;h3&gt;&lt;a name="HDR8"&gt;9.7  System V initialization files.&lt;/a&gt;&lt;/h3&gt;  &lt;ul&gt;&lt;li&gt;init reads /etc/inittab to find what to execute&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Initialization files stored in /etc/init.d&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Links made into /etc/rc0.d, /etc/rc2.d, etc.&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;   Here is an example of a simple initialization file, the &lt;a href="http://www.washington.edu/R870/examples/init.d-lp"&gt;/etc/init.d/lp file&lt;/a&gt;.&lt;p&gt; &lt;/p&gt;&lt;h3&gt;&lt;a name="HDR9"&gt;9.8  OSF/1 initialization files.&lt;/a&gt;&lt;/h3&gt;  &lt;ul&gt;&lt;li&gt;Same as System V, but...&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Initialization files stored in /sbin/init.d&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Links made into /sbin/rc0.d, /sbin/rc2.d, etc.&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;   &lt;h3&gt;&lt;a name="HDR10"&gt;9.9  System V initialization&lt;/a&gt;&lt;/h3&gt; This &lt;a href="http://www.washington.edu/R870/img/Boot.gif"&gt;diagram&lt;/a&gt; shows the process of initialization under System V style Unix.&lt;p&gt; &lt;/p&gt;&lt;h3&gt;&lt;a name="HDR11"&gt;9.10  Shutting down&lt;/a&gt;&lt;/h3&gt; (&lt;b&gt;&lt;i&gt;WARNING&lt;/i&gt;&lt;/b&gt;! Never just turn the computer off!)&lt;p&gt;  &lt;/p&gt;&lt;ul&gt;&lt;li&gt;Notify users (use wall and/or /etc/motd to announce shutdown, if not done for you)&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Disable logins under BSD (create /etc/nologin, if not done for you by shutdown)&lt;br /&gt; &lt;/li&gt;&lt;li&gt;BSD: shutdown &lt;i&gt;time message&lt;/i&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;   &lt;pre&gt;# shutdown +60 "Shutting down for weekly backups"&lt;br /&gt;# shutdown now "There's water coming through the ceiling"&lt;br /&gt;&lt;/pre&gt;  &lt;ul&gt;&lt;li&gt;System V: shutdown -g&lt;i&gt;n&lt;/i&gt; -i&lt;i&gt;level&lt;/i&gt; [-y]&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;   &lt;pre&gt;# shutdown -g60 -iS&lt;br /&gt;# shutdown -g0 -i0 -y&lt;br /&gt;&lt;/pre&gt;  &lt;ul&gt;&lt;li&gt;reboot command (BSD, some System V, OSF/1)&lt;br /&gt; &lt;/li&gt;&lt;li&gt;halt command (BSD, some System V, OSF/1)&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;   &lt;h3&gt;&lt;a name="HDR12"&gt;9.11  System crashes.&lt;/a&gt;&lt;/h3&gt;  &lt;ul&gt;&lt;li&gt;Hardware failures&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Power failures/surges&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Environmental problems&lt;br /&gt; &lt;/li&gt;&lt;li&gt;I/O problems (including filled partitions)&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Software problems (kernel faults, bugs, programs)&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;   &lt;h3&gt;&lt;a name="HDR13"&gt;9.12  System won't boot.&lt;/a&gt;&lt;/h3&gt;  &lt;ul&gt;&lt;li&gt;Always wait at least ten seconds when power cycling&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Same causes as above&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Errors in initialization scripts&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Improperly configured kernel&lt;/li&gt;&lt;/ul&gt;www.washington.edu&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2550952280158595542-6104601709510227875?l=compart01.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://compart01.blogspot.com/feeds/6104601709510227875/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://compart01.blogspot.com/2009/08/startupshutdown.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/6104601709510227875'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/6104601709510227875'/><link rel='alternate' type='text/html' href='http://compart01.blogspot.com/2009/08/startupshutdown.html' title='Startup/Shutdown.'/><author><name>Hart</name><uri>http://www.blogger.com/profile/17778553545600680074</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2550952280158595542.post-4832416418436764946</id><published>2009-08-19T18:04:00.001-07:00</published><updated>2009-08-19T18:04:55.535-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Computer'/><title type='text'>Backups.</title><content type='html'>&lt;h2&gt;&lt;a name="HDR1"&gt;8  Backups.&lt;/a&gt;&lt;/h2&gt;&lt;h3&gt;&lt;a name="HDR2"&gt;8.1  Media types&lt;/a&gt;&lt;/h3&gt; Here are some average example prices as of February 1998:&lt;p&gt; &lt;/p&gt;&lt;pre&gt;Table 4: Backup media comparison&lt;br /&gt;----------------------------------------------------------&lt;br /&gt;&lt;b&gt;Type&lt;/b&gt;         &lt;b&gt;Drive price&lt;/b&gt;  &lt;b&gt;Media price&lt;/b&gt;  &lt;b&gt;Capacity &lt;/b&gt;  &lt;b&gt;Price/MB&lt;/b&gt; &lt;br /&gt;                                      &lt;b&gt;(MB)&lt;/b&gt;                &lt;br /&gt;----------------------------------------------------------&lt;br /&gt;Floppy disc  $150         $0.50        2.88       $0.17    &lt;br /&gt;QIC          $300         $20          250        $0.08    &lt;br /&gt;Jaz drive    $600         $125         2,000      $0.0625  &lt;br /&gt;9 track      $? (2)       $10          160        $0.06    &lt;br /&gt;CD-R (3)     $100         $12          660        $0.018   &lt;br /&gt;Hard disc    $100         $100  (1)    8,200      $0.01    &lt;br /&gt;DLT (4)      $4,000       $70          30,000     $0.002   &lt;br /&gt;8mm [video]  $2,200       $9           5,100      $0.0018  &lt;br /&gt;4mm [DAT]    $1,800       $7           5,500      $0.0013  &lt;br /&gt;----------------------------------------------------------&lt;br /&gt;&lt;/pre&gt;  &lt;ul&gt;&lt;li&gt;(1) Since media cost equals the drive cost, this option is about the same overall price as any type of tape drive system. Although not as flexible as tape, it is much faster, is random access, and is immediately bootable!&lt;br /&gt; &lt;/li&gt;&lt;li&gt;(2) Not very common anymore, but still here for comparison&lt;br /&gt; &lt;/li&gt;&lt;li&gt;(3) While only useful for one write operation per CD, the media lifetime of CD-ROM is on the order of 50 years vs. ~5yrs for magnetic tapes&lt;br /&gt; &lt;/li&gt;&lt;li&gt;(4) Digital Linear Tape (DLT). With compression, capacity can exceed 70GB/tape. Tapes are designed to take far more reads/writes than 4mm/8mm tapes.&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;   &lt;h3&gt;&lt;a name="HDR3"&gt;8.2  Utilities.&lt;/a&gt;&lt;/h3&gt;  &lt;ul&gt;&lt;li&gt;dump/restore - backs up file systems, has interactive mode, can do incremental backups, maintains "sparse files", is most commonly used utility&lt;br /&gt; &lt;/li&gt;&lt;li&gt;cpio - can back up individual files/directories, handles special files, packs data tighter than tar, skips bad spots on media on restore, use with find (some versions of find have -cpio option for this purpose)&lt;br /&gt; &lt;/li&gt;&lt;li&gt;tar - backs up directory trees, does not back up special files, poor error handling with media errors, does not pack blocks (GNU tar solves some of these problems)&lt;br /&gt; &lt;/li&gt;&lt;li&gt;dd - copies/converts files, can go from one medium to another, processes whole entity or select blocks, can swap bytes and do ASCII/EBCDIC conversions&lt;br /&gt; &lt;/li&gt;&lt;li&gt;rmt - used for remote tape operations&lt;br /&gt; &lt;/li&gt;&lt;li&gt;&lt;a href="http://www.washington.edu/R870/examples/BackupPrograms"&gt;Here&lt;/a&gt; is an email message comparing several backup utilities.&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;   &lt;h3&gt;&lt;a name="HDR4"&gt;8.3  Backup Model.&lt;/a&gt;&lt;/h3&gt; A useful backup model suggested by 3M is the "Grandfather, Father, Son" principle. This scheme uses a total of ten units of backup media (where a unit is sufficient to backup the entire system) to provide up to twelve weeks of coverage.&lt;p&gt; Label ten sets of media with these labels: Monday, Tuesday, Wednesday, Thursday, Friday 1, Friday 2, Friday 3, Month 1, Month 2, Month 3.&lt;/p&gt;&lt;p&gt; Start the cycle on a Friday. Do a full backup onto the Friday 1 media.&lt;/p&gt;&lt;p&gt; Every Monday through Thursday, use the appropriately labelled media to do an incremental backup.&lt;/p&gt;&lt;p&gt; Each Friday, use the next Friday media set to do another full backup, continuing to use the Monday through Thursday incremental scheme.&lt;/p&gt;&lt;p&gt; Every forth Friday, use one of the monthly media sets (Month 1 through Month 3) to do the full backup.&lt;/p&gt;&lt;p&gt; After four months you start the sequence over again. Write the date used on the media each time, and watch error rates, to ensure you recycle tapes before they become unreadable.Backup Model (Example).&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;pre&gt;&lt;b&gt;Table 5: &lt;b&gt;Example Backup Schedule&lt;/b&gt;&lt;/b&gt;&lt;br /&gt;------------------------------------------------&lt;br /&gt;&lt;b&gt;Monday&lt;/b&gt;     &lt;b&gt;Tuesday&lt;/b&gt;  &lt;b&gt;Wednesday&lt;/b&gt;  &lt;b&gt;Thursday&lt;/b&gt;  &lt;b&gt;Friday&lt;/b&gt;  &lt;br /&gt;------------------------------------------------&lt;br /&gt;Monday     Tuesday  Wednesday  Thursday  Friday1 &lt;br /&gt;Monday...  ...                           Friday2 &lt;br /&gt;...        ...                           Friday3 &lt;br /&gt;                                        Month1  &lt;br /&gt;                                        Friday1 &lt;br /&gt;                                        Friday2 &lt;br /&gt;                                        Friday3 &lt;br /&gt;                                        Month2  &lt;br /&gt;                                                &lt;br /&gt;------------------------------------------------&lt;br /&gt;&lt;/pre&gt; &lt;h3&gt;&lt;a name="HDR5"&gt;8.4  Copying partitions/portions of file systems.&lt;/a&gt;&lt;/h3&gt;  &lt;ul&gt;&lt;li&gt;Example using dump&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;   &lt;pre&gt;# dump 0df 100000 - /oldtree |&lt;br /&gt;(cd /newtree; restore xf -)&lt;br /&gt;&lt;/pre&gt; Specify a very high density parameter (d 100000) to make dump think it's dumping to a very high-capacity "tape." Otherwise, dump may stop in mid-copy and demand that you mount a new "tape."&lt;p&gt;  &lt;/p&gt;&lt;ul&gt;&lt;li&gt;Example using tar&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;   &lt;pre&gt;# (cd /oldroot; tar cvf - ./dir) |&lt;br /&gt;(cd /newroot; tar xf -)&lt;br /&gt;&lt;/pre&gt;  &lt;ul&gt;&lt;li&gt;Make sure directories have proper ownership and protection masks after transferring (especially when done across systems)&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;   &lt;h3&gt;&lt;a name="HDR6"&gt;8.5  Determining a backup strategy&lt;/a&gt;&lt;/h3&gt; Assumption: The next time you sit down at your system, you find that the hard drive has crashed or a cracker has done an "rm -rf /" while you were gone.&lt;p&gt;  &lt;/p&gt;&lt;ul&gt;&lt;li&gt;How many drives and partitions do you have?&lt;br /&gt; &lt;/li&gt;&lt;li&gt;What does each partition hold? How unique is it?&lt;br /&gt; &lt;/li&gt;&lt;li&gt;How often do the contents change?&lt;br /&gt; &lt;/li&gt;&lt;li&gt;How likely is the disc to fail?  (E.g., a six year old i386)&lt;br /&gt; &lt;/li&gt;&lt;li&gt;How much does it cost to replace the contents?&lt;br /&gt; &lt;/li&gt;&lt;li&gt;How much can your media hold?&lt;br /&gt; &lt;/li&gt;&lt;li&gt;How do you to recover, since you can't boot from disc anymore?&lt;br /&gt; &lt;/li&gt;&lt;li&gt;How long does it take to back up/restore? (How much time can you afford?)&lt;br /&gt; &lt;/li&gt;&lt;li&gt;What if you only need to restore some files?&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;   &lt;h3&gt;&lt;a name="HDR7"&gt;8.6  Example Problems&lt;/a&gt;&lt;/h3&gt;  Do a backup to tape/floppy disc using the &lt;a href="http://www.washington.edu/R870/examples/cbackup"&gt;cbackup&lt;/a&gt; script. After you do this, first make sure it worked by listing the contents using the &lt;a href="http://www.washington.edu/R870/examples/clist"&gt;clist&lt;/a&gt; script, then restore a set of files to the /tmp directory using the &lt;a href="http://www.washington.edu/R870/examples/crestore"&gt;crestore&lt;/a&gt; script to make sure you can get them back. (&lt;a href="http://www.washington.edu/R870/examples/README.cbackup"&gt;This&lt;/a&gt; describes the three scripts).&lt;br /&gt;&lt;br /&gt;www.washington.edu&lt;br /&gt;&lt;h2&gt;&lt;a name="HDR1"&gt;&lt;/a&gt;&lt;/h2&gt;&lt;h2&gt;&lt;a name="HDR1"&gt;&lt;/a&gt;&lt;/h2&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2550952280158595542-4832416418436764946?l=compart01.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://compart01.blogspot.com/feeds/4832416418436764946/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://compart01.blogspot.com/2009/08/backups.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/4832416418436764946'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/4832416418436764946'/><link rel='alternate' type='text/html' href='http://compart01.blogspot.com/2009/08/backups.html' title='Backups.'/><author><name>Hart</name><uri>http://www.blogger.com/profile/17778553545600680074</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2550952280158595542.post-4477121667419259927</id><published>2009-08-19T18:02:00.000-07:00</published><updated>2009-08-19T18:03:32.057-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Computer'/><title type='text'>Adding a disc drive.</title><content type='html'>&lt;h2&gt;&lt;a name="HDR1"&gt;7  Adding a disc drive.&lt;/a&gt;&lt;/h2&gt;&lt;h2&gt;There is never enough disk space. The minute a new disk is added to the system, it is half full, or so it seems. Getting users to clean up their disk space is as difficult as getting a teenage boy to clean up his room. Therefore, the system administrator will occasionally have to install new disk drives.&lt;/h2&gt;&lt;p&gt; &lt;/p&gt;&lt;h3&gt;&lt;a name="HDR2"&gt;7.1  Disc drive terminology.&lt;/a&gt;&lt;/h3&gt;  &lt;ul&gt;&lt;li&gt;The circular plate coated with magnetic media is called a &lt;i&gt;platter&lt;/i&gt; - drives usually have several platters&lt;br /&gt; &lt;/li&gt;&lt;li&gt;The &lt;i&gt;heads&lt;/i&gt; ride on a microscopic film of air on the platter surface - all heads move together&lt;br /&gt; &lt;/li&gt;&lt;li&gt;The platters spin rapidly and the heads move in and out to position on a &lt;i&gt;track&lt;/i&gt; - this action is called &lt;i&gt;seeking&lt;/i&gt;&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Each track is made up of a number of &lt;i&gt;sectors&lt;/i&gt;&lt;br /&gt; &lt;/li&gt;&lt;li&gt;The collection of tracks under all of the heads is called a &lt;i&gt;cylinder&lt;/i&gt;&lt;br /&gt; &lt;/li&gt;&lt;li&gt;When a head touches the surface of a platter, it is called a &lt;i&gt;head crash&lt;/i&gt; - this is a Bad Thing (go buy a new disc and get out your last backup!)&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Discs are logically divided up (by groupings of cylinders or sectors) into &lt;i&gt;partitions&lt;/i&gt; -partitions usually overlap&lt;br /&gt; &lt;/li&gt;&lt;li&gt;&lt;i&gt;File systems&lt;/i&gt; occupy entire partitions (not all partitions have file systems, e.g. the swap partition)&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Every file system has a &lt;i&gt;superblock&lt;/i&gt; which contains information such as the file system's label, size, and total number of inodes&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;   This &lt;a href="http://www.washington.edu/R870/img/Disc.gif"&gt;diagram&lt;/a&gt; shows an idealized disc drive. Here is an &lt;a href="http://www.washington.edu/R870/img/FileSystem.gif"&gt;example&lt;/a&gt; of how several file systems on three disc drives might be mounted.&lt;p&gt; &lt;/p&gt;&lt;h3&gt;&lt;a name="HDR3"&gt;7.2  Steps in adding a disc drive.&lt;/a&gt;&lt;/h3&gt;  &lt;ul&gt;&lt;li&gt;Make a &lt;i&gt;device&lt;/i&gt; entry in /dev for the new disc (use /dev/MAKEDEV)&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Make an entry in /etc/disktab (4.2 BSD) or /etc/device.tab (System V.4) for your new disc&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Set the SCSI address to a legal, unused SCSI id&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Connect the drive to the SCSI bus&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Make sure the disc is formatted/partitioned correctly&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Make files systems using newfs or mkfs&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Make an entry in /etc/fstab for the new partitions&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Mount the new&lt;i&gt; &lt;/i&gt;partitions&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Transfer file systems (if necessary)&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Do site specific configurations (e.g., BSD quotas)&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;   &lt;h3&gt;&lt;a name="HDR4"&gt;7.3  Commands for determining device names/numbers&lt;/a&gt;&lt;/h3&gt;  &lt;ul&gt;&lt;li&gt;SunOS 4.x/5.x - dmesg&lt;br /&gt; &lt;/li&gt;&lt;li&gt;IRIX - hinv&lt;br /&gt; &lt;/li&gt;&lt;li&gt;OSF/1 (Digital Unix), Ultrix - uerf&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;   &lt;h3&gt;&lt;a name="HDR5"&gt;7.4  Commands for partitioning/formatting drives&lt;/a&gt;&lt;/h3&gt;  &lt;ul&gt;&lt;li&gt;SunOS 4.x/5.x - format&lt;br /&gt; &lt;/li&gt;&lt;li&gt;IRIX - fx&lt;br /&gt; &lt;/li&gt;&lt;li&gt;OSF/1 - disklabel (gets partition information from /etc/disktab)&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Ultrix - chpt, rzdisk&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Linux - fdisk&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;   &lt;h3&gt;&lt;a name="HDR6"&gt;7.5  Commands for examining partition information&lt;/a&gt;&lt;/h3&gt;  &lt;ul&gt;&lt;li&gt;SunOS 4.x - dkinfo&lt;br /&gt; &lt;/li&gt;&lt;li&gt;SunOS 5.x, IRIX - prtvtoc&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Ultrix - chpt&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Linux - fdisk&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;   &lt;h3&gt;&lt;a name="HDR7"&gt;7.6  Example BSD partitioning.&lt;/a&gt;&lt;/h3&gt; BSD systems usually use 8 partitions (labelled "a" through "h") &lt;p&gt; &lt;/p&gt;&lt;pre&gt;Example Eagle disc partitions&lt;br /&gt;------------------------------------&lt;br /&gt;&lt;b&gt;Partition&lt;/b&gt;  &lt;b&gt;Cylinders&lt;/b&gt;  &lt;b&gt;Typical use&lt;/b&gt;    &lt;br /&gt;------------------------------------&lt;br /&gt;a          0-15       /              &lt;br /&gt;b          16-86      Swap           &lt;br /&gt;c          0-841      Entire disc    &lt;br /&gt;d          391-407    Alternate Root &lt;br /&gt;e          408-727                   &lt;br /&gt;f          728-841                   &lt;br /&gt;g          391-841    /usr           &lt;br /&gt;h          87-390                    &lt;br /&gt;------------------------------------&lt;br /&gt;&lt;/pre&gt; There are several possible ways of creating file systems on these partitions. Here is a &lt;a href="http://www.washington.edu/R870/img/DiscPartitions.gif"&gt;diagram&lt;/a&gt; of three alternatives.&lt;p&gt; &lt;/p&gt;&lt;h3&gt;&lt;a name="HDR8"&gt;7.7  Example System V partitioning.&lt;/a&gt;&lt;/h3&gt; System V systems number their partitions 0 through 7. (Example from IRIX system)&lt;p&gt; &lt;/p&gt;&lt;pre&gt;# prtvtoc c0t0d0s2&lt;br /&gt;* c0t0d0s2 partition map&lt;br /&gt;*&lt;br /&gt;* Dimensions:&lt;br /&gt;* 512 bytes/sector&lt;br /&gt;* 84 sectors/track&lt;br /&gt;* 15 tracks/cylinder&lt;br /&gt;* 1260 sectors/cylinder&lt;br /&gt;* 1658 cylinders&lt;br /&gt;* 1656 accessible cylinders&lt;br /&gt;*&lt;br /&gt;* Flags:&lt;br /&gt;* 1: unmountable&lt;br /&gt;* 10: read-only&lt;br /&gt;*&lt;br /&gt;* First Sector Last&lt;br /&gt;* Partition Tag Flags Sector Count Sector Mount Directory&lt;br /&gt;0 2 00 0 103320 103319 /&lt;br /&gt;1 3 01 103320 132300 235619&lt;br /&gt;2 5 00 0 2086560 2086559&lt;br /&gt;5 6 00 235620 1106280 1341899 /opt&lt;br /&gt;6 4 00 1341900 437220 1779119 /usr&lt;br /&gt;7 4 00 1779120 307440 2086559 /usr/openwin&lt;br /&gt;&lt;/pre&gt; &lt;h3&gt;&lt;a name="HDR9"&gt;7.8  The Berkeley /etc/disktab file.&lt;/a&gt;&lt;/h3&gt; Here is an &lt;a href="http://www.washington.edu/R870/examples/disktab"&gt;example of an /etc/disktab&lt;/a&gt; file used here in C&amp;amp;C for Ultrix systems. The descriptions of the entries can be found in the man pages for disktab (see "&lt;a href="http://www.washington.edu/R870/examples/disktab.man"&gt;man disktab&lt;/a&gt;").&lt;p&gt; &lt;/p&gt;&lt;h3&gt;&lt;a name="HDR10"&gt;7.9  The SunOS format.dat file.&lt;/a&gt;&lt;/h3&gt; SunOS uses a file called format.dat. &lt;a href="ftp://ra.mcs.anl.gov/sun-managers/format.dat"&gt;This example&lt;/a&gt; is from the &lt;a href="ftp://ra.mcs.anl.gov/sun-managers/faq"&gt;sun-managers&lt;/a&gt; email list.&lt;p&gt; &lt;/p&gt;&lt;h3&gt;&lt;a name="HDR11"&gt;7.10  /etc/fstab file (System V).&lt;/a&gt;&lt;/h3&gt; &lt;pre&gt;blck-spcl-file mnt-loc [fstype] [options]&lt;br /&gt;/dev/root / efs rw,raw=/dev/rroot 0 0&lt;br /&gt;/dev/usr /usr efs rw,raw=/dev/rusr 0 0&lt;br /&gt;&lt;/pre&gt; &lt;h3&gt;&lt;a name="HDR12"&gt;7.11  /etc/fstab file (4.3 BSD).&lt;/a&gt;&lt;/h3&gt; &lt;pre&gt;blck-spcl-file mnt-loc fstype opts dump-freq passno&lt;br /&gt;/dev/sd0a / 4.3 rw,noquota,noauto 0 1&lt;br /&gt;&lt;/pre&gt; &lt;h3&gt;&lt;a name="HDR13"&gt;7.12  /etc/fstab file (ULTRIX).&lt;/a&gt;&lt;/h3&gt; &lt;pre&gt;blck-spcl-file:mnt-loc:type:dump-freq:passno:fstype:options&lt;br /&gt;/dev/ra0a:/:rw:1:1:ufs::&lt;br /&gt;&lt;/pre&gt; &lt;h3&gt;&lt;a name="HDR14"&gt;7.13  Partitioning considerations&lt;/a&gt;&lt;/h3&gt;  &lt;ul&gt;&lt;li&gt;When a file system approaches 100% full, fragmentation tends to occur in the newly created files. If they stick around, and are used frequently, this can have an adverse effect on disc I/O.&lt;br /&gt; &lt;/li&gt;&lt;li&gt;When a file system on a partition fills up, you can't create any more files. Period. The glass is full. This means that any programs that need to create files here will start to fail. This means you might want to put your Usenet news spool on a partition other than, say, / (where the operating system usually keeps /tmp) or /usr (where you may have home directories).&lt;br /&gt; &lt;/li&gt;&lt;li&gt;The inode table is fixed in size. It does not get bigger to accommodate more files. You may have plenty of space left, but with no more inodes available, you can't create any more files. (Same problem as disc filled.)&lt;br /&gt; &lt;/li&gt;&lt;li&gt;If a partition will have a high percentage of predominately large files, or a high percentage of predominately small files, the default block size may not efficiently allow the files to be organized on disc.&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;   &lt;h3&gt;&lt;a name="HDR15"&gt;7.14  Remaking a disc partition&lt;/a&gt;&lt;/h3&gt;  &lt;ul&gt;&lt;li&gt;Dismount file system&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;   &lt;pre&gt;# umount /data&lt;br /&gt;&lt;/pre&gt;  &lt;ul&gt;&lt;li&gt;Backup file system (assumes 6250 BPI tape density and length factor of 24000)&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;   &lt;pre&gt;# dump 0ds 6250 24000 /dev/disk2g&lt;br /&gt;&lt;/pre&gt;  &lt;ul&gt;&lt;li&gt;Check to see the backup is good&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;   &lt;pre&gt;# restore t&lt;br /&gt;&lt;/pre&gt;  &lt;ul&gt;&lt;li&gt;Remake the file system (assumes m2694esa 1.1gb 3.5" Fujitsu drive per disktab example)&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;   &lt;pre&gt;# newfs -b 16384 /dev/rdisk2g M2694ESA&lt;br /&gt;&lt;/pre&gt;  &lt;ul&gt;&lt;li&gt;Mount the new file system&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;   &lt;pre&gt;# mount /data&lt;br /&gt;&lt;/pre&gt;  &lt;ul&gt;&lt;li&gt;Restore files&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;   &lt;pre&gt;# cd /data&lt;br /&gt;# restore r&lt;br /&gt;&lt;/pre&gt; &lt;h3&gt;&lt;a name="HDR16"&gt;7.15  Example Problems and Reading&lt;/a&gt;&lt;/h3&gt;  &lt;ul&gt;&lt;li&gt;&lt;a href="ftp://sunsite.unc.edu/pub/Linux/docs/HOWTO/mini/Partition"&gt;Linux Partition HOWTO&lt;/a&gt;&lt;br /&gt; &lt;/li&gt;&lt;li&gt;&lt;a href="http://www.nyx.net/%7Esgjoen/disk.html"&gt;HOWTO: Multi Disk System Tuning&lt;/a&gt;&lt;br /&gt; &lt;/li&gt;&lt;li&gt;&lt;a href="http://www.washington.edu/R870/examples/fragmentation"&gt;Notes on disk fragmentation&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;www.washington.edu&lt;br /&gt;&lt;h2&gt;&lt;a name="HDR1"&gt;&lt;/a&gt;&lt;/h2&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2550952280158595542-4477121667419259927?l=compart01.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://compart01.blogspot.com/feeds/4477121667419259927/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://compart01.blogspot.com/2009/08/adding-disc-drive.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/4477121667419259927'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/4477121667419259927'/><link rel='alternate' type='text/html' href='http://compart01.blogspot.com/2009/08/adding-disc-drive.html' title='Adding a disc drive.'/><author><name>Hart</name><uri>http://www.blogger.com/profile/17778553545600680074</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2550952280158595542.post-767195056487430658</id><published>2009-08-19T18:00:00.000-07:00</published><updated>2009-08-19T18:01:37.644-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Computer'/><title type='text'>Hardware maintenance tips.</title><content type='html'>&lt;h2&gt;&lt;a name="HDR1"&gt;6  Hardware maintenance tips.&lt;/a&gt;&lt;/h2&gt;&lt;h2&gt;&lt;a name="HDR1"&gt;&lt;/a&gt;&lt;/h2&gt;Some simple ideas that will help keep your hardware alive and healthy.&lt;p&gt;  &lt;/p&gt;&lt;ul&gt;&lt;li&gt;Shutdown, then power off the system before changing any part or plug (exceptions: serial port devices and ethernet interfaces)&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Use anti-static mat and/or wrist strap&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Be firm but gentle when seating boards, chips, connectors, etc.&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Keep it clean, especially air filters &amp;amp; ventilation paths&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Leave it powered up all the time (exception: video display)&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Don't drink anything around your machinery&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Put a power surge suppressor on the power line&lt;br /&gt; &lt;/li&gt;&lt;li&gt;Avoid vibrations and shocks (e.g., avoid stacking components&lt;/li&gt;&lt;/ul&gt;www.washington.edu&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2550952280158595542-767195056487430658?l=compart01.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://compart01.blogspot.com/feeds/767195056487430658/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://compart01.blogspot.com/2009/08/hardware-maintenance-tips.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/767195056487430658'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/767195056487430658'/><link rel='alternate' type='text/html' href='http://compart01.blogspot.com/2009/08/hardware-maintenance-tips.html' title='Hardware maintenance tips.'/><author><name>Hart</name><uri>http://www.blogger.com/profile/17778553545600680074</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2550952280158595542.post-8523626618718398289</id><published>2009-08-12T19:12:00.000-07:00</published><updated>2009-08-12T19:13:43.317-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Overclocking'/><title type='text'>Core 2 Quad Q8200 O/C Performance And Efficiency</title><content type='html'>by &lt;a href="http://www.tomshardware.com/reviews/overclock-phenom-pentium,2366-13.html#" onclick="$('form_cont').submit()"&gt;       &lt;/a&gt;Thomas Soderstrom&lt;br /&gt;&lt;table class="editorTblTablecenter editorTblSize100 editorTblStyleStyle2"&gt;&lt;tbody&gt;&lt;tr class="tblEven"&gt;&lt;th colspan="3"&gt;Intel Quad-Core Test Settings&lt;br /&gt;&lt;/th&gt;&lt;/tr&gt;&lt;tr class="tblRow"&gt;&lt;th&gt;&lt;p&gt;&lt;strong&gt; &lt;/strong&gt;&lt;/p&gt;&lt;/th&gt;&lt;td&gt;&lt;p&gt;&lt;strong&gt;Default Settings&lt;/strong&gt;&lt;/p&gt;&lt;/td&gt;&lt;td&gt;&lt;p&gt;&lt;strong&gt;Overclock Settings&lt;/strong&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class="tblEven"&gt;&lt;th&gt;CPU&lt;br /&gt;&lt;/th&gt;&lt;td rowspan="1"&gt;&lt;p&gt;&lt;strong&gt;Intel Core 2 Quad Q8200&lt;/strong&gt;&lt;br /&gt;2.33 GHz 4 MB L2 Cache, 1.16V&lt;/p&gt;&lt;/td&gt;&lt;td rowspan="1"&gt;&lt;p&gt;2.69 GHz, (7x 384 MHz)&lt;/p&gt;&lt;p&gt;1.29V core, 1.40V FSB&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class="tblRow"&gt;&lt;th&gt;RAM&lt;br /&gt;&lt;/th&gt;&lt;td&gt;&lt;p&gt;DDR3-1333 CAS 9-9-9-24, 1.50V&lt;/p&gt;&lt;/td&gt;&lt;td&gt;&lt;p&gt;DDR3-1536 CAS 6-6-5-16, 1.65V&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class="tblEven"&gt;&lt;th&gt;Motherboard&lt;br /&gt;&lt;/th&gt;&lt;td colspan="2"&gt;&lt;strong&gt;MSI P45 Diamond&lt;/strong&gt; LGA-1366, P45/ICH10R, BIOS 1.5 (10/10/2009)&lt;br /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class="tblRow"&gt;&lt;th&gt;Graphics&lt;br /&gt;&lt;/th&gt;&lt;td colspan="2" rowspan="1"&gt;&lt;p&gt;&lt;strong&gt;Zotac GeForce GTX260²&lt;/strong&gt;&lt;br /&gt;576MHz GPU, 999 MHz Shader, 896MB GDDR3-2484 &lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class="tblEven"&gt;&lt;th&gt;Hard Drive&lt;br /&gt;&lt;/th&gt;&lt;td colspan="2" rowspan="1"&gt;&lt;p&gt;&lt;strong&gt;Western Digital VelociRaptor WD30000HLFS&lt;/strong&gt;&lt;br /&gt;300 MB, 10,000 RPM, 16 MB Cache&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class="tblRow"&gt;&lt;th&gt;Sound&lt;br /&gt;&lt;/th&gt;&lt;td colspan="2"&gt;&lt;p&gt;Integrated HD Audio&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class="tblEven"&gt;&lt;th&gt;Networking&lt;br /&gt;&lt;/th&gt;&lt;td colspan="2"&gt;&lt;p&gt;Integrated Gigabit LAN&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class="tblRow"&gt;&lt;td colspan="3"&gt;&lt;p&gt;&lt;strong&gt;Software&lt;/strong&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class="tblEven"&gt;&lt;th&gt;Operating System&lt;br /&gt;&lt;/th&gt;&lt;td colspan="2"&gt;&lt;p&gt;Microsoft Windows Vista Ultimate x64 SP1&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class="tblRow"&gt;&lt;th&gt;Graphics&lt;br /&gt;&lt;/th&gt;&lt;td colspan="2"&gt;&lt;p&gt;GeForce 182.08 Desktop&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;  &lt;p&gt;&lt;br /&gt;A stock FSB clock that was already near the processor’s limit made this the most disappointing overclocking experience we can remember since National Semiconductor’s Cyrix MII. Its measly 15% gain felt like a tremendous achievement, however, considering the great effort required to reach a 2.69 GHz clock frequency.&lt;/p&gt;    &lt;p&gt;&lt;span class="imgContent imgCenter"&gt;&lt;img src="http://media.bestofmicro.com/6/8/216656/original/image018.png" alt="" title="" /&gt;&lt;/span&gt;&lt;/p&gt;    &lt;p&gt;&lt;span class="imgContent imgCenter"&gt;&lt;img src="http://media.bestofmicro.com/6/9/216657/original/image019.png" alt="" title="" /&gt;&lt;/span&gt;&lt;/p&gt;    &lt;p&gt;Sandra Arithmetic and Multimedia show CPU performance gains of 14 to 15 percent.&lt;/p&gt;    &lt;p&gt;&lt;span class="imgContent imgCenter"&gt;&lt;img src="http://media.bestofmicro.com/6/A/216658/original/image020.png" alt="" title="" /&gt;&lt;/span&gt;&lt;/p&gt;    &lt;p&gt;A memory bandwidth increase of 19% looks much better, but isn’t as noteworthy in a CPU overclocking guide.&lt;/p&gt;    &lt;p&gt;&lt;span class="imgContent imgCenter"&gt;&lt;img src="http://media.bestofmicro.com/6/B/216659/original/image021.png" alt="" title="" /&gt;&lt;/span&gt;&lt;/p&gt;    &lt;p&gt;Low core voltage plus high FSB voltage brings a significant penalty in power consumption, even though performance gains were mediocre at best.&lt;/p&gt;    &lt;p&gt;&lt;span class="imgContent imgCenter"&gt;&lt;img src="http://media.bestofmicro.com/6/3/216651/original/image022.png" alt="" title="" /&gt;&lt;/span&gt;&lt;/p&gt;    &lt;p&gt;An efficiency loss of 9% results from a ratio of performance to power consumption for the overclocked configuration.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2550952280158595542-8523626618718398289?l=compart01.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://compart01.blogspot.com/feeds/8523626618718398289/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://compart01.blogspot.com/2009/08/core-2-quad-q8200-oc-performance-and.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/8523626618718398289'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/8523626618718398289'/><link rel='alternate' type='text/html' href='http://compart01.blogspot.com/2009/08/core-2-quad-q8200-oc-performance-and.html' title='Core 2 Quad Q8200 O/C Performance And Efficiency'/><author><name>Hart</name><uri>http://www.blogger.com/profile/17778553545600680074</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2550952280158595542.post-5722578059677018633</id><published>2009-08-12T19:11:00.000-07:00</published><updated>2009-08-12T19:12:36.779-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Overclocking'/><title type='text'>Overclocking Intel's Core 2 Quad Q8200</title><content type='html'>by &lt;a href="http://www.tomshardware.com/reviews/overclock-phenom-pentium,2366-12.html#" onclick="$('form_cont').submit()"&gt;       &lt;/a&gt;Thomas Soderstrom&lt;br /&gt;&lt;div class="KonaBody news-elm"&gt;          &lt;p&gt;Intel’s value-priced Core 2 Quad Q8200 uses two of the same processor dice as the Pentium E5200, at a lower clock speed and a higher front side bus clock. The combination of moderate CPU frequency and higher FSB also requires a lower CPU multiplier, and Intel designs these so that the multiplier cannot be increased.&lt;/p&gt;    &lt;p&gt;Intel typically uses a low FSB on mainstream processors to modulate performance and expand compatibility, so we’re not certain why the company chose FSB-1333 for its cheapest quad-core models. We do, however, know that many overclockers specifically select low-cost processors for the higher multiplier that typically accompanies a lower bus speed, so that its use of FSB-1333 for the Q8000-series has all but prevented its adoption amongst enthusiasts. After looking at the far higher prices of Q9000-series processors, we returned resolute to get big gains from the Q8200, viewing its lower multiplier as a challenge.&lt;/p&gt;    &lt;p&gt;Unfortunately, the Q8200 would barely budge beyond its original 2.33 GHz frequency, regardless of how much voltage we applied to its core, reaching the same 2.5 GHz overclocked speed at core voltage settings from stock to 1.45 volts. The problem, it seems, is that FSB-1333 is almost the limit for these cores at stock FSB voltage.&lt;/p&gt;    &lt;p&gt;Dual-die processors of this design use the front side bus for both CPU-to-chipset and die-to-die communication, and increasing the CPU FSB beyond 354 MHz (2.5 GHz CPU clock) would require an increase of the “VTT FSB Voltage” setting seen in the second screenshot below.&lt;/p&gt;    &lt;p&gt;&lt;span class="imgContent imgCenter"&gt;&lt;a href="http://www.tomshardware.com/gallery/core-2-quad_q8200_oc1,0101-216652-0-2-3-1-png-.html" class="iZoom"&gt;&lt;img src="http://media.bestofmicro.com/Core2-Quad-Q8200,6-4-216652-13.png" alt="" title="" /&gt;&lt;/a&gt;&lt;span style="width: 450px;" class="spipLegend"&gt;&lt;img style="margin-right: 3px;" alt="" src="http://m.bestofmedia.com/i/presencepc/design/loupe.gif" /&gt;&lt;a href="http://www.tomshardware.com/gallery/core-2-quad_q8200_oc1,0101-216652-0-2-3-1-png-.html"&gt;Zoom&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;    &lt;p&gt;&lt;span class="imgContent imgCenter"&gt;&lt;a href="http://www.tomshardware.com/gallery/core-2-quad_q8200_oc2,0101-216653-0-2-3-1-png-.html" class="iZoom"&gt;&lt;img src="http://media.bestofmicro.com/Core2-Quad-Q8200,6-5-216653-13.png" alt="" title="" /&gt;&lt;/a&gt;&lt;span style="width: 450px;" class="spipLegend"&gt;&lt;img style="margin-right: 3px;" alt="" src="http://m.bestofmedia.com/i/presencepc/design/loupe.gif" /&gt;&lt;a href="http://www.tomshardware.com/gallery/core-2-quad_q8200_oc2,0101-216653-0-2-3-1-png-.html"&gt;Zoom&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;    &lt;p&gt;Our research showed that CPU FSB voltage had the same practical limit as core voltage: 1.45 volts peak and “something less” under load for continuous long-term use. As with the core voltage of the E5200, we chose 1.40 volts as a target voltage for Q8200’s FSB. We were then able to increase the FSB to 384 MHz, but the resulting 15% overclock is barely worth the risk and effort.&lt;/p&gt;    &lt;p&gt;&lt;span class="imgContent imgCenter"&gt;&lt;a href="http://www.tomshardware.com/gallery/core-2-quad_q8200_oc4,0101-216655-0-2-3-1-png-.html" class="iZoom"&gt;&lt;img src="http://media.bestofmicro.com/Core2-Quad-Q8200,6-7-216655-13.png" alt="" title="" /&gt;&lt;/a&gt;&lt;span style="width: 450px;" class="spipLegend"&gt;&lt;img style="margin-right: 3px;" alt="" src="http://m.bestofmedia.com/i/presencepc/design/loupe.gif" /&gt;&lt;a href="http://www.tomshardware.com/gallery/core-2-quad_q8200_oc4,0101-216655-0-2-3-1-png-.html"&gt;Zoom&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;    &lt;p&gt;We really wanted to reach at least the next “Intel standard” FSB clock of 400 MHz, or FSB-1600, but getting there required far more “VTT FSB Voltage” than we can safely recommend. Further research into other far-more-successful Q8200 overclocks revealed that those units were actually cream-of-the-crop “Q8200S” models.&lt;/p&gt;    &lt;p&gt;The CPU cores certainly wouldn’t need a full 1.40 volts at so low an overclock, so we began back-tracking. While “VTT FSB Voltage” remained at 1.40 volts for a stable 384 MHz FSB, we were able to drop the “CPU Voltage” setting to 1.30 volts. Anything less resulted in an eventual crash under &lt;a target="_blank" href="ftp://mersenne.org/gimps/p64v258.zip"&gt;Prime95 v25.8 build 4&lt;/a&gt;.&lt;/p&gt;    &lt;p&gt;With the chipset’s maximum memory clock rate of twice the CPU FSB clock, the fastest selectable memory clock of 768 MHz provided a data rate of DDR3-1536. As with the E5200, we then began stability tests using &lt;a target="_blank" href="http://www.memtest.org/"&gt;Memtest86+ v1.70&lt;/a&gt; at progressively lower DRAM latency settings until the best stable timings of 6-6-5-16 were determined.&lt;/p&gt;    &lt;p&gt;&lt;span class="imgContent imgCenter"&gt;&lt;a href="http://www.tomshardware.com/gallery/core-2-quad_q8200_oc3,0101-216654-0-2-3-1-png-.html" class="iZoom"&gt;&lt;img src="http://media.bestofmicro.com/Core2-Quad-Q8200,6-6-216654-13.png" alt="" title="" /&gt;&lt;/a&gt;&lt;span style="width: 450px;" class="spipLegend"&gt;&lt;img style="margin-right: 3px;" alt="" src="http://m.bestofmedia.com/i/presencepc/design/loupe.gif" /&gt;&lt;a href="http://www.tomshardware.com/gallery/core-2-quad_q8200_oc3,0101-216654-0-2-3-1-png-.html"&gt;Zoom&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;     &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2550952280158595542-5722578059677018633?l=compart01.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://compart01.blogspot.com/feeds/5722578059677018633/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://compart01.blogspot.com/2009/08/overclocking-intels-core-2-quad-q8200.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/5722578059677018633'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/5722578059677018633'/><link rel='alternate' type='text/html' href='http://compart01.blogspot.com/2009/08/overclocking-intels-core-2-quad-q8200.html' title='Overclocking Intel&apos;s Core 2 Quad Q8200'/><author><name>Hart</name><uri>http://www.blogger.com/profile/17778553545600680074</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2550952280158595542.post-4665668361641384334</id><published>2009-08-12T19:09:00.001-07:00</published><updated>2009-08-12T19:10:32.922-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Overclocking'/><title type='text'>Pentium E5200 O/C Performance And Efficiency</title><content type='html'>by &lt;a href="http://www.tomshardware.com/reviews/overclock-phenom-pentium,2366-11.html#" onclick="$('form_cont').submit()"&gt;       &lt;/a&gt;Thomas Soderstrom&lt;br /&gt;&lt;table class="editorTblTablecenter editorTblSize100 editorTblStyleStyle2"&gt;&lt;tbody&gt;&lt;tr class="tblEven"&gt;&lt;th colspan="3"&gt;Intel Dual-Core Test Settings&lt;br /&gt;&lt;/th&gt;&lt;/tr&gt;&lt;tr class="tblRow"&gt;&lt;th&gt;&lt;p&gt;&lt;strong&gt; &lt;/strong&gt;&lt;/p&gt;&lt;/th&gt;&lt;td&gt;&lt;p&gt;&lt;strong&gt;Default Settings&lt;/strong&gt;&lt;/p&gt;&lt;/td&gt;&lt;td&gt;&lt;p&gt;&lt;strong&gt;Overclock Settings&lt;/strong&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class="tblEven"&gt;&lt;th&gt;CPU&lt;br /&gt;&lt;/th&gt;&lt;td rowspan="1"&gt;&lt;p&gt;&lt;strong&gt;Intel Pentium E5200&lt;/strong&gt;&lt;br /&gt;2.50 GHz 2 MB L2 Cache, 1.26V&lt;/p&gt;&lt;/td&gt;&lt;td rowspan="1"&gt;&lt;p&gt;4.11 GHz, (12x 342 MHz), 1.40V&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class="tblRow"&gt;&lt;th&gt;RAM&lt;br /&gt;&lt;/th&gt;&lt;td&gt;&lt;p&gt;DDR3-800 CAS 6-6-6-15, 1.50V&lt;/p&gt;&lt;/td&gt;&lt;td&gt;&lt;p&gt;DDR3-1368 CAS 5-5-5-12, 1.65V&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class="tblEven"&gt;&lt;th&gt;Motherboard&lt;br /&gt;&lt;/th&gt;&lt;td colspan="2"&gt;&lt;strong&gt;MSI P45 Diamond&lt;/strong&gt; LGA-775, P45/ICH10R, BIOS 1.5 (10/10/2009)&lt;br /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class="tblRow"&gt;&lt;th&gt;Graphics&lt;br /&gt;&lt;/th&gt;&lt;td colspan="2" rowspan="1"&gt;&lt;p&gt;&lt;strong&gt;Zotac GeForce GTX260²&lt;/strong&gt;&lt;br /&gt;576MHz GPU, 999 MHz Shader, 896MB GDDR3-2484 &lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class="tblEven"&gt;&lt;th&gt;Hard Drive&lt;br /&gt;&lt;/th&gt;&lt;td colspan="2" rowspan="1"&gt;&lt;p&gt;&lt;strong&gt;Western Digital VelociRaptor WD30000HLFS&lt;/strong&gt;&lt;br /&gt;300 MB, 10,000 RPM, 16 MB Cache&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class="tblRow"&gt;&lt;th&gt;Sound&lt;br /&gt;&lt;/th&gt;&lt;td colspan="2"&gt;&lt;p&gt;Integrated HD Audio&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class="tblEven"&gt;&lt;th&gt;Networking&lt;br /&gt;&lt;/th&gt;&lt;td colspan="2"&gt;&lt;p&gt;Integrated Gigabit LAN&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class="tblRow"&gt;&lt;td colspan="3"&gt;&lt;p&gt;&lt;strong&gt;Software&lt;/strong&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class="tblEven"&gt;&lt;th&gt;Operating System&lt;br /&gt;&lt;/th&gt;&lt;td colspan="2"&gt;&lt;p&gt;Microsoft Windows Vista Ultimate x64 SP1&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class="tblRow"&gt;&lt;th&gt;Graphics&lt;br /&gt;&lt;/th&gt;&lt;td colspan="2"&gt;&lt;p&gt;Forceware 182.08 Desktop&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;  &lt;p&gt;&lt;br /&gt;A CPU overclock of 64% yielded Sandra Arithmetic and Multimedia benchmark improvements of 63% and 64%, respectively.&lt;/p&gt;  &lt;p&gt;&lt;span class="imgContent imgCenter"&gt;&lt;img src="http://media.bestofmicro.com/5/U/216642/original/image013.png" alt="" title="" /&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span class="imgContent imgCenter"&gt;&lt;img src="http://media.bestofmicro.com/5/V/216643/original/image014.png" alt="" title="" /&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span class="imgContent imgCenter"&gt;&lt;img src="http://media.bestofmicro.com/5/W/216644/original/image015.png" alt="" title="" /&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;Optimized memory settings resulted in a Sandra Memory Bandwidth improvement of 77% over default values.&lt;/p&gt;  &lt;p&gt;&lt;span class="imgContent imgCenter"&gt;&lt;img src="http://media.bestofmicro.com/6/E/216662/original/image016.png" alt="" title="" /&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;At 1.40 volts, the overclocked Pentium E5200 required an average 34% power increase.&lt;/p&gt;  &lt;p&gt;&lt;span class="imgContent imgCenter"&gt;&lt;img src="http://media.bestofmicro.com/5/X/216645/original/image017.png" alt="" title="" /&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;A performance increase of 64% with an average power increase of 34% allowed the overclocked E5200 to improve its efficiency by 22% over stock settings.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2550952280158595542-4665668361641384334?l=compart01.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://compart01.blogspot.com/feeds/4665668361641384334/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://compart01.blogspot.com/2009/08/pentium-e5200-oc-performance-and.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/4665668361641384334'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/4665668361641384334'/><link rel='alternate' type='text/html' href='http://compart01.blogspot.com/2009/08/pentium-e5200-oc-performance-and.html' title='Pentium E5200 O/C Performance And Efficiency'/><author><name>Hart</name><uri>http://www.blogger.com/profile/17778553545600680074</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2550952280158595542.post-5018346831011211075</id><published>2009-08-12T19:07:00.000-07:00</published><updated>2009-08-12T19:08:37.945-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Overclocking'/><title type='text'>Overclocking Intel's Pentium E5200</title><content type='html'>by &lt;a href="http://www.tomshardware.com/reviews/overclock-phenom-pentium,2366-10.html#" onclick="$('form_cont').submit()"&gt;       &lt;/a&gt;Thomas Soderstrom&lt;br /&gt;&lt;p&gt;As with AMD, Intel’s production technology already has well-known voltage limits affecting the majority of samples. For 45 nm processors based on the Core 2 architecture, CPU core voltage of 1.45 V is generally considered to be the maximum a processor can withstand over a period of many weeks or a few months. We’ve already seen an “office” system that was overclocked using 1.45 volts lose much of its overclocking capability over a period of around three months. This family of processors continues to scale well, even at much higher voltage levels, but cooling and longevity become an issue.&lt;/p&gt;    &lt;p&gt;Because we want our overclocks to last at least several months (and we keep our fingers crossed for 1-3 years of reliable service), we chose 1.40 volts as a target setting under full CPU load and 1.43 volts peak under no load. Knowing the desired voltage level ahead of time negated the normal practice of increasing voltage in small steps until the system became stable after reaching a clock rate that would have otherwise been unstable.&lt;/p&gt;    &lt;p&gt;The screenshots below show our final settings: P45 Diamond users must be forewarned that this memory setting required a jumper change which we’ll discuss further down this page.&lt;/p&gt;    &lt;p&gt;&lt;span class="imgContent imgCenter"&gt;&lt;a href="http://www.tomshardware.com/gallery/pentium_e5200_oc1,0101-216647-0-2-3-1-png-.html" class="iZoom"&gt;&lt;img src="http://media.bestofmicro.com/Pentinum-Dual-Core-E5200,5-Z-216647-13.png" alt="" title="" /&gt;&lt;/a&gt;&lt;span style="width: 450px;" class="spipLegend"&gt;&lt;img style="margin-right: 3px;" alt="" src="http://m.bestofmedia.com/i/presencepc/design/loupe.gif" /&gt;&lt;a href="http://www.tomshardware.com/gallery/pentium_e5200_oc1,0101-216647-0-2-3-1-png-.html"&gt;Zoom&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;    &lt;p&gt;&lt;span class="imgContent imgCenter"&gt;&lt;a href="http://www.tomshardware.com/gallery/pentium_e5200_oc2,0101-216648-0-2-3-1-png-.html" class="iZoom"&gt;&lt;img src="http://media.bestofmicro.com/Pentinum-Dual-Core-E5200,6-0-216648-13.png" alt="" title="" /&gt;&lt;/a&gt;&lt;span style="width: 450px;" class="spipLegend"&gt;&lt;img style="margin-right: 3px;" alt="" src="http://m.bestofmedia.com/i/presencepc/design/loupe.gif" /&gt;&lt;a href="http://www.tomshardware.com/gallery/pentium_e5200_oc2,0101-216648-0-2-3-1-png-.html"&gt;Zoom&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;    &lt;p&gt;Except for its Extreme Edition models, Intel doesn’t allow adjusting its CPU multipliers upward. Using a 12.5x multiplier and 200 MHz FSB clock (FSB-800 via QDR technology), the only way this 2.50 GHz CPU would go faster would be to set a higher FSB. Knowing that the Pentium E5200 should reach at least 3.60 GHz with air cooling, we first tried the next-higher Intel-standard FSB of 266 MHz (FSB-1066). The system booted normally and passed a 40-minute stress test using &lt;a target="_blank" href="ftp://mersenne.org/gimps/p64v258.zip"&gt;Prime95 v25.8 build 4&lt;/a&gt;. CPU-Z reported core voltage dropping to 1.38V under load however, so we increased the BIOS setting “CPU Voltage (V)” (second screenshot above) to 1.4132 volts. This resulted in 1.424 volts at idle and 1.408 volts at full load.&lt;/p&gt;    &lt;p&gt;The MSI P45 Diamond supports most FSB clock settings, but we knew that the chipset would be most stable at or near one of Intel’s standard bus speeds. Our next attempt, FSB-1333 (333 MHz clock) would boot inconsistently, resulting in either a black screen or a system reset following the POST screen. After finding success at 320 MHz “most of the time,” we began to believe that our previous memory ratio problem was being caused by a &lt;a target="_blank" href="http://www.tomshardware.com/reviews/ddr3-1333-speed-latency-shootout,1754-17.html"&gt;dreaded bootstrap issue&lt;/a&gt;.&lt;/p&gt;    &lt;p&gt;&lt;span class="imgContent imgCenter"&gt;&lt;a href="http://www.tomshardware.com/gallery/p45-diamond_jumpers,0101-216646-0-2-3-1-jpg-.html" class="iZoom"&gt;&lt;img src="http://media.bestofmicro.com/Pentinum-Dual-Core-E5200,5-Y-216646-13.jpg" alt="" title="" /&gt;&lt;/a&gt;&lt;span style="width: 450px;" class="spipLegend"&gt;&lt;img style="margin-right: 3px;" alt="" src="http://m.bestofmedia.com/i/presencepc/design/loupe.gif" /&gt;&lt;a href="http://www.tomshardware.com/gallery/p45-diamond_jumpers,0101-216646-0-2-3-1-jpg-.html"&gt;Zoom&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;    &lt;p&gt;The P45 Diamond doesn’t have “bootstrap” settings in BIOS but does have two jumpers for altering detected bus speed. According to the manual, changing both jumpers from pins 1-2 to pins 2-3 would allow a 200 MHz FSB processor to be detected as a 333 MHz FSB version. Following those instructions solved both the memory ratio and boot inconsistency problems.&lt;/p&gt;    &lt;p&gt;The system now booted at 333 MHz, but extended stability tests proved it wasn’t completely stable. In an effort to keep the system close to the 333 MHz “Intel standard” bus, we dropped the CPU multiplier to 12x.&lt;/p&gt;    &lt;p&gt;The CPU clock of 12 x 333 MHz proved stable for a longer one-hour Prime 95 test. Jumping ahead slightly, 338 MHz was also stable. We continued increasing FSB and testing stability until it was found that the highest stable CPU speed was 4.1 GHz at 12 x 342 MHz FSB.&lt;/p&gt;    &lt;p&gt;&lt;span class="imgContent imgCenter"&gt;&lt;a href="http://www.tomshardware.com/gallery/pentium_e5200_oc4,0101-216641-0-2-3-1-png-.html" class="iZoom"&gt;&lt;img src="http://media.bestofmicro.com/Pentinum-Dual-Core-E5200,5-T-216641-13.png" alt="" title="" /&gt;&lt;/a&gt;&lt;span style="width: 450px;" class="spipLegend"&gt;&lt;img style="margin-right: 3px;" alt="" src="http://m.bestofmedia.com/i/presencepc/design/loupe.gif" /&gt;&lt;a href="http://www.tomshardware.com/gallery/pentium_e5200_oc4,0101-216641-0-2-3-1-png-.html"&gt;Zoom&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;    &lt;p&gt;Using our memory manufacturer’s rated setting of 1.65 volts, we began chasing good memory performance to match that impressive 64% CPU overclock. Intel’s DRAM multiplier limit of 2 x FSB clock unfortunately meant that our RAM could be set no higher than a 684 MHz clock, corresponding to a data rate of DDR3-1368.&lt;/p&gt;    &lt;p&gt;We began testing lower memory latency values to improve response time, using a bootable CD version of &lt;a target="_blank" href="http://www.memtest.org/"&gt;Memtest86+ v1.70&lt;/a&gt; in the same manner that Prime95 was used for CPU stability testing. Since the memory controller is part of the northbridge, we experimented with increased “MCH Voltage” (second screenshot above) until it was found that anything higher than 1.352 volts provided no further improvement.&lt;/p&gt;    &lt;span class="imgContent imgCenter"&gt;&lt;a href="http://www.tomshardware.com/gallery/pentium_e5200_oc3,0101-216649-0-2-3-1-png-.html" class="iZoom"&gt;&lt;img src="http://media.bestofmicro.com/Pentinum-Dual-Core-E5200,6-1-216649-13.png" alt="" title="" /&gt;&lt;/a&gt;&lt;span style="width: 450px;" class="spipLegend"&gt;&lt;img style="margin-right: 3px;" alt="" src="http://m.bestofmedia.com/i/presencepc/design/loupe.gif" /&gt;&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2550952280158595542-5018346831011211075?l=compart01.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://compart01.blogspot.com/feeds/5018346831011211075/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://compart01.blogspot.com/2009/08/overclocking-intels-pentium-e5200.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/5018346831011211075'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/5018346831011211075'/><link rel='alternate' type='text/html' href='http://compart01.blogspot.com/2009/08/overclocking-intels-pentium-e5200.html' title='Overclocking Intel&apos;s Pentium E5200'/><author><name>Hart</name><uri>http://www.blogger.com/profile/17778553545600680074</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2550952280158595542.post-6255900164334008268</id><published>2009-08-12T19:04:00.000-07:00</published><updated>2009-08-12T19:05:23.177-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Overclocking'/><title type='text'>Phenom II X2 550 O/C Performance And Efficiency</title><content type='html'>by &lt;a href="http://www.tomshardware.com/reviews/overclock-phenom-pentium,2366-7.html#" onclick="$('form_cont').submit()"&gt;       &lt;/a&gt;Thomas Soderstrom&lt;br /&gt;&lt;table class="editorTblTablecenter editorTblSize100 editorTblStyleStyle2"&gt;&lt;tbody&gt;&lt;tr class="tblEven"&gt;&lt;th colspan="3"&gt;AMD Phenom II X2 Test Settings&lt;br /&gt;&lt;/th&gt;&lt;/tr&gt;&lt;tr class="tblRow"&gt;&lt;th&gt;&lt;p&gt;&lt;strong&gt; &lt;/strong&gt;&lt;/p&gt;&lt;/th&gt;&lt;td&gt;&lt;p&gt;&lt;strong&gt;Default Settings&lt;/strong&gt;&lt;/p&gt;&lt;/td&gt;&lt;td&gt;&lt;p&gt;&lt;strong&gt;Overclock Settings&lt;/strong&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class="tblEven"&gt;&lt;th&gt;CPU&lt;br /&gt;&lt;/th&gt;&lt;td rowspan="1"&gt;&lt;p&gt;&lt;strong&gt;AMD Phenom II X2 550&lt;/strong&gt; 3.1 GHz&lt;br /&gt;1MB L2+6MB L3 Cache, 1.288V&lt;/p&gt;&lt;/td&gt;&lt;td rowspan="1"&gt;&lt;p&gt;3.94 GHz (19.5x 202 MHz), 1.50V&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class="tblRow"&gt;&lt;th&gt;RAM&lt;br /&gt;&lt;/th&gt;&lt;td&gt;&lt;p&gt;DDR3-1333 CAS 9-9-9-24, 1.50V&lt;/p&gt;&lt;/td&gt;&lt;td&gt;&lt;p&gt;DDR3-1616 CAS 6-6-5-18, 1.65V&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class="tblEven"&gt;&lt;th&gt;Motherboard&lt;br /&gt;&lt;/th&gt;&lt;td colspan="2"&gt;&lt;p&gt;&lt;strong&gt;MSI 790FX-GD70&lt;/strong&gt; Socket AM3, 790FX/SB750, BIOS 1.3 (04/27/2009)&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class="tblRow"&gt;&lt;th&gt;Graphics&lt;br /&gt;&lt;/th&gt;&lt;td colspan="2" rowspan="1"&gt;&lt;p&gt;&lt;strong&gt;Zotac GeForce GTX260²&lt;/strong&gt;&lt;br /&gt;576MHz GPU, 999 MHz Shader, 896MB GDDR3-2484 &lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class="tblEven"&gt;&lt;th&gt;Hard Drive&lt;br /&gt;&lt;/th&gt;&lt;td colspan="2" rowspan="1"&gt;&lt;p&gt;&lt;strong&gt;Western Digital VelociRaptor WD30000HLFS&lt;/strong&gt;&lt;br /&gt;300 MB, 10,000 RPM, 16 MB Cache&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class="tblRow"&gt;&lt;th&gt;Sound&lt;br /&gt;&lt;/th&gt;&lt;td colspan="2"&gt;&lt;p&gt;Integrated HD Audio&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class="tblEven"&gt;&lt;th&gt;Networking&lt;br /&gt;&lt;/th&gt;&lt;td colspan="2"&gt;&lt;p&gt;Integrated Gigabit LAN&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class="tblRow"&gt;&lt;td colspan="3"&gt;&lt;p&gt;&lt;strong&gt;Software&lt;/strong&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class="tblEven"&gt;&lt;th&gt;Operating System&lt;br /&gt;&lt;/th&gt;&lt;td colspan="2"&gt;&lt;p&gt;Microsoft Windows Vista Ultimate x64 SP1&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class="tblRow"&gt;&lt;th&gt;Graphics&lt;br /&gt;&lt;/th&gt;&lt;td colspan="2"&gt;&lt;p&gt;GeForce 182.08 Desktop&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;  &lt;p&gt;&lt;br /&gt;A clock speed increase of 27% won’t surprise many experienced overclockers, but the Phenom II X2 550 started out at a fairly high 3.10 GHz. Its final clock rate of 3.94 GHz is fairly impressive for an AMD processor, even though the percent-gained is not. Does this increase translate directly into CPU performance?&lt;/p&gt;    &lt;p&gt;&lt;span class="imgContent imgCenter"&gt;&lt;img src="http://media.bestofmicro.com/5/A/216622/original/image003.png" alt="" title="" /&gt;&lt;/span&gt;&lt;/p&gt;    &lt;p&gt;&lt;span class="imgContent imgCenter"&gt;&lt;img src="http://media.bestofmicro.com/5/B/216623/original/image004.png" alt="" title="" /&gt;&lt;/span&gt;&lt;/p&gt;    &lt;p&gt;CPU Arithmetic performance improved by 25%, while Multimedia extensions performance increased by 26%. The small difference between frequency improvement and performance improvement can likely be attributed to our use of a near-stock HT clock, as described on this guide’s previous page.&lt;/p&gt;    &lt;p&gt;&lt;span class="imgContent imgCenter"&gt;&lt;img src="http://media.bestofmicro.com/5/C/216624/original/image005.png" alt="" title="" /&gt;&lt;/span&gt;&lt;/p&gt;    &lt;p&gt;Our efforts to reduce memory timings using the processor’s highest memory ratio resulted in a tiny 8% gain in memory performance.&lt;/p&gt;    &lt;p&gt;&lt;span class="imgContent imgCenter"&gt;&lt;img src="http://media.bestofmicro.com/5/D/216625/original/image006.png" alt="" title="" /&gt;&lt;/span&gt;&lt;/p&gt;    &lt;p&gt;Average power consumption increased by 33%, mostly because of the increased CPU core voltage.&lt;/p&gt;    &lt;p&gt;&lt;span class="imgContent imgCenter"&gt;&lt;img src="http://media.bestofmicro.com/5/E/216626/original/image007.png" alt="" title="" /&gt;&lt;/span&gt;&lt;/p&gt;    &lt;p&gt;An average CPU performance increase of 26% at an average power increase of 33% yields an average efficiency decrease of around 5%. Overclockers looking for improved efficiency can instead choose a lower core voltage, as overclocking at stock voltage, though limited in performance gain, usually increases efficiency.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2550952280158595542-6255900164334008268?l=compart01.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://compart01.blogspot.com/feeds/6255900164334008268/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://compart01.blogspot.com/2009/08/phenom-ii-x2-550-oc-performance-and.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/6255900164334008268'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/6255900164334008268'/><link rel='alternate' type='text/html' href='http://compart01.blogspot.com/2009/08/phenom-ii-x2-550-oc-performance-and.html' title='Phenom II X2 550 O/C Performance And Efficiency'/><author><name>Hart</name><uri>http://www.blogger.com/profile/17778553545600680074</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2550952280158595542.post-5254205215859629662</id><published>2009-08-12T19:02:00.000-07:00</published><updated>2009-08-12T19:03:15.419-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Overclocking'/><title type='text'>Overclocking AMD's Phenom II X2 550</title><content type='html'>by &lt;a href="http://www.tomshardware.com/reviews/overclock-phenom-pentium,2366-6.html#" onclick="$('form_cont').submit()"&gt;       &lt;/a&gt;Thomas Soderstrom&lt;br /&gt;&lt;p&gt;We follow the overclocking scene fairly closely and have found several overclockers using AMD’s 45 nm processors at voltage levels between 1.50 and 1.56 volts since the Deneb quad-core was first introduced last winter. This level of voltage tolerance is far greater than that of competing Intel models, but to play it safe we chose a maximum setting of 1.50 volts (give or take a few millivolts) under full CPU load, mindful to keep peak unloaded voltage below 1.55 volts.&lt;/p&gt;        &lt;p&gt;AMD publishes overclocking software under its “AMD OverDrive Utility” name that allows many of the most important settings to be changed inside Windows. While these can prove useful for finding the processor’s operational limits, many users will eventually want to make these adjustments semi-permanent through BIOS settings.&lt;/p&gt;        &lt;p&gt;The traditional overclocking method is to increase clock speed and test for stability, in small steps, until it’s no longer stable. Then increase voltage slightly to make it stable, and repeat until either a thermal limit (too hot) or clock ceiling (where more voltage doesn’t help) is reached. But a little research on the Phenom II X2 550 showed that most samples continue to scale upwards at voltage levels beyond our desired limit. Because of this, we started with our target voltage and attempted to find the highest stable speed it would run at that voltage. The following BIOS images show the results of our efforts, so let’s discuss how we arrived at each setting.&lt;/p&gt;        &lt;p&gt;The stock X2 550 clock speed of 3.10 GHz is attained by multiplying the HT clock of 200 MHz by 15.5. MSI's BIOS lists the HT clock as "CPU FSB frequency", though a technical inaccuracy, as AMD insists HT is not an FSB. Since this is a Black Edition processor, most of our overclocking efforts will focus on raising its 15.5x multiplier.&lt;/p&gt;        &lt;p&gt;&lt;span class="imgContent imgCenter"&gt;&lt;a href="http://www.tomshardware.com/gallery/phenom2_x2-550_oc1,0101-216627-0-2-3-1-png-.html" class="iZoom"&gt;&lt;img src="http://media.bestofmicro.com/Phenom2-x2-550,5-F-216627-13.png" alt="" title="" /&gt;&lt;/a&gt;&lt;span style="width: 450px;" class="spipLegend"&gt;&lt;img style="margin-right: 3px;" alt="" src="http://m.bestofmedia.com/i/presencepc/design/loupe.gif" /&gt;&lt;a href="http://www.tomshardware.com/gallery/phenom2_x2-550_oc1,0101-216627-0-2-3-1-png-.html"&gt;Zoom&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;        &lt;p&gt;&lt;span class="imgContent imgCenter"&gt;&lt;a href="http://www.tomshardware.com/gallery/phenom2_x2-550_oc2,0101-216628-0-2-3-1-png-.html" class="iZoom"&gt;&lt;img src="http://media.bestofmicro.com/Phenom2-x2-550,5-G-216628-13.png" alt="" title="" /&gt;&lt;/a&gt;&lt;span style="width: 450px;" class="spipLegend"&gt;&lt;img style="margin-right: 3px;" alt="" src="http://m.bestofmedia.com/i/presencepc/design/loupe.gif" /&gt;&lt;a href="http://www.tomshardware.com/gallery/phenom2_x2-550_oc2,0101-216628-0-2-3-1-png-.html"&gt;Zoom&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;        &lt;p&gt;In MSI's BIOS, “CPU VDD Voltage” refers to the base voltage at which the processor is supposed to be detected, while the “CPU Voltage” setting acts as a type of fine-tuning for load voltage. We started with “CPU VDD Voltage” set to 1.50 volts and “DRAM Voltage” set to the memory manufacturer’s recommended 1.65 volts. The CPU multiplier, listed in the BIOS as “Adjust CPU Ratio,” was then increased to 16x.&lt;/p&gt;        &lt;p&gt;We use &lt;a target="_blank" href="http://www.mersenne.org/freesoft/"&gt;Prime95&lt;/a&gt; for stability testing, and find it handy that &lt;a target="_blank" href="ftp://mersenne.org/gimps/p64v258.zip"&gt;v25.8 build 4&lt;/a&gt; (64-bit Window version) allows every core to be tested simultaneously from one application launch. A launch menu offers several types of tests. The “Small FFTs” option allows full CPU stress without much DRAM testing.&lt;/p&gt;        &lt;p&gt;After around 20 minutes of load, we rebooted and increased the CPU multiplier to 16.5x, retested with Prime95, and continued this pattern until the system crashed at 18.5x. Detection program CPU-Z reported that the core voltage was dropping to 1.48 volts, so we went back into the BIOS and increased the “CPU Voltage” setting by 0.20 V (to 1.520 volts) as compensation.&lt;/p&gt;        &lt;p&gt;Upon rebooting, the 18.5x setting was found to be Prime95-stable, so we continued making 0.5x increases until the system again crashed at the 21x BIOS setting.&lt;/p&gt;        &lt;p&gt;Since we had already reached our target voltage, we tried dropping “Adjust CPU Ratio” in BIOS to 20.5x and let the stability test run longer. After around 45 minutes, the system again crashed. The same was true at a BIOS setting of 20x.&lt;/p&gt;        &lt;p&gt;At a BIOS “Adjust CPU Ratio” setting of 19.5x, the system ran stable for several hours. Knowing that we could reach 19.5 x 200 but not 20 x 200, we began increasing the HyperTransport clock, which is the “200” part of 19.5 x 200. Using “Adjust CPU FSB Frequency (MHz)” in the MSI BIOS, we tried an HT clock of 202 MHz with great stability over a one hour test. We then tried 204 MHz and found the system crashed in around 45 minutes. At 203 MHz, the system crashed at around one hour of Prime95 test time, so we reverted back to 202 MHz and again found stability.&lt;/p&gt;        &lt;p&gt;&lt;span class="imgContent imgCenter"&gt;&lt;a href="http://www.tomshardware.com/gallery/phenom2_x2-550_oc5,0101-216621-0-2-3-1-png-.html" class="iZoom"&gt;&lt;img src="http://media.bestofmicro.com/Phenom2-x2-550,5-9-216621-13.png" alt="" title="" /&gt;&lt;/a&gt;&lt;span style="width: 450px;" class="spipLegend"&gt;&lt;img style="margin-right: 3px;" alt="" src="http://m.bestofmedia.com/i/presencepc/design/loupe.gif" /&gt;&lt;a href="http://www.tomshardware.com/gallery/phenom2_x2-550_oc5,0101-216621-0-2-3-1-png-.html"&gt;Zoom&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;        &lt;p&gt;Though it also allows some overclocking adjustments, we used “&lt;a target="_blank" href="http://game.amd.com/us-en/drivers_overdrive.aspx"&gt;AMD OverDrive Utility&lt;/a&gt;” primarily as a temperature monitor throughout testing. Note that its voltage monitor corresponds to the MSI BIOS' “CPU VDD Voltage” setting, not its “CPU Voltage” setting.&lt;/p&gt;        &lt;p&gt;&lt;strong&gt;Note to non Black Edition CPU owners: &lt;/strong&gt;Overclocking an AMD processor that doesn't allow multiplier increases requires raising the HT clock by a far greater amount. The higher data rate will eventually overwhelm the processor's internal HT link, but using the "Adjust CPU-NB Ratio" setting in BIOS to reduce the data multiplier can help. We generally try to keep the HT link data rate (listed below the adjustable setting in MSI BIOS) within 5% of its original speed when overclocking a "locked" AMD processor.&lt;/p&gt;        &lt;p&gt;Though this isn’t a memory overclocking guide, we did want to optimize our modules for performance. Our Kingston RAM is rated at DDR3-2000, but the highest DRAM external clock rate available from AMD is four-times the CPU's HT clock. With a HT clock at 202 MHz, this corresponds to a DRAM external clock of 808 MHz and a DRAM data rate of 1616 MHz (see “FSB/DRAM Ratio” in the first BIOS screenshot above).&lt;/p&gt;        &lt;p&gt;While the “DRAM Voltage” in the second screenshot above was set to the manufacturer’s recommended 1.65 volts, added stability can often be found by increasing memory controller voltage (“CPU DDR-PHY Voltage” in the same screenshot). With our DRAM data rate limited to 1,616 MHz, we used this added stability to enable lower latency, or wait time between operations, with our modules.&lt;/p&gt;        &lt;p&gt;&lt;span class="imgContent imgCenter"&gt;&lt;a href="http://www.tomshardware.com/gallery/phenom2_x2-550_oc3,0101-216629-0-2-3-1-png-.html" class="iZoom"&gt;&lt;img src="http://media.bestofmicro.com/Phenom2-x2-550,5-H-216629-13.png" alt="" title="" /&gt;&lt;/a&gt;&lt;span style="width: 450px;" class="spipLegend"&gt;&lt;img style="margin-right: 3px;" alt="" src="http://m.bestofmedia.com/i/presencepc/design/loupe.gif" /&gt;&lt;a href="http://www.tomshardware.com/gallery/phenom2_x2-550_oc3,0101-216629-0-2-3-1-png-.html"&gt;Zoom&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;        &lt;p&gt;&lt;span class="imgContent imgCenter"&gt;&lt;a href="http://www.tomshardware.com/gallery/phenom2_x2-550_oc4,0101-216630-0-2-3-1-png-.html" class="iZoom"&gt;&lt;img src="http://media.bestofmicro.com/Phenom2-x2-550,5-I-216630-13.png" alt="" title="" /&gt;&lt;/a&gt;&lt;span style="width: 450px;" class="spipLegend"&gt;&lt;img style="margin-right: 3px;" alt="" src="http://m.bestofmedia.com/i/presencepc/design/loupe.gif" /&gt;&lt;a href="http://www.tomshardware.com/gallery/phenom2_x2-550_oc4,0101-216630-0-2-3-1-png-.html"&gt;Zoom&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;        &lt;p&gt;Starting at our memory’s DDR3-1866-rated CL-tRCD-tRP-tRAS timings of 8-8-8-20, we followed the same method as used for CPU overclocking to decrease each setting until the lowest stable timings were found. A bootable CD version of &lt;a target="_blank" href="http://www.memtest.org/"&gt;Memtest86+ v1.70&lt;/a&gt; was used following each setting change for stability testing.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2550952280158595542-5254205215859629662?l=compart01.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://compart01.blogspot.com/feeds/5254205215859629662/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://compart01.blogspot.com/2009/08/overclocking-amds-phenom-ii-x2-550.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/5254205215859629662'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/5254205215859629662'/><link rel='alternate' type='text/html' href='http://compart01.blogspot.com/2009/08/overclocking-amds-phenom-ii-x2-550.html' title='Overclocking AMD&apos;s Phenom II X2 550'/><author><name>Hart</name><uri>http://www.blogger.com/profile/17778553545600680074</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2550952280158595542.post-2266162199697470782</id><published>2009-08-12T19:00:00.000-07:00</published><updated>2009-08-12T19:02:02.279-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Overclocking'/><title type='text'>More Shared Hardware</title><content type='html'>by &lt;a href="http://www.tomshardware.com/reviews/overclock-phenom-pentium,2366-5.html#" onclick="$('form_cont').submit()"&gt;       &lt;/a&gt;Thomas Soderstrom&lt;br /&gt;&lt;p&gt;Though processor families must be used with specific types of motherboards, other parts, such as the power supply, RAM, and hard drive work across multiple platforms.&lt;/p&gt;        &lt;p&gt;&lt;span class="imgContent imgCenter"&gt;&lt;a href="http://www.tomshardware.com/gallery/coolermaster_rs-850-embajpg,0101-112279-0-2-3-0-jpg-.html" class="iZoom"&gt;&lt;img src="http://media.bestofmicro.com/Cooler-Master-RS-850,M-V-112279-13.jpg" alt="" title="" /&gt;&lt;/a&gt;&lt;span style="width: 404px;" class="spipLegend"&gt;&lt;img style="margin-right: 3px;" alt="" src="http://m.bestofmedia.com/i/presencepc/design/loupe.gif" /&gt;&lt;a href="http://www.tomshardware.com/gallery/coolermaster_rs-850-embajpg,0101-112279-0-2-3-0-jpg-.html"&gt;Zoom&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;        &lt;p&gt;Cooler Master’s RS850-EMBA power supply has far more capacity than needed for today’s guide, but was chosen because it was already on the bench. Its 80 PLUS rating should allow realistic comparisons of power draw between stock and overclocked speeds of each processor.&lt;/p&gt;        &lt;p&gt;&lt;span class="imgContent imgCenter"&gt;&lt;a href="http://www.tomshardware.com/gallery/jan09_kingston_KHX1600D3T1K3-6GX,0101-176466-0-2-3-1-jpg-.html" class="iZoom"&gt;&lt;img src="http://media.bestofmicro.com/High-End-RAM-Jan09,5-U-176466-13.jpg" alt="" title="" /&gt;&lt;/a&gt;&lt;span style="width: 450px;" class="spipLegend"&gt;&lt;img style="margin-right: 3px;" alt="" src="http://m.bestofmedia.com/i/presencepc/design/loupe.gif" /&gt;&lt;a href="http://www.tomshardware.com/gallery/jan09_kingston_KHX1600D3T1K3-6GX,0101-176466-0-2-3-1-jpg-.html"&gt;Zoom&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;        &lt;p&gt;We didn’t need three modules to test this guide’s dual-channel systems, but two of the same parts can be used in dual-channel mode. Kingston’s DDR3-2000 wasn’t just handy; it’s also capable of low latencies at various speeds, available in single-module packages for dual-channel kits, energy efficient, and able to extract peak performance from each processor. Builders should look forward to a cost-conscious comparison of modern dual-channel kits later this month.&lt;/p&gt;        &lt;p&gt;&lt;span class="imgContent imgCenter"&gt;&lt;a href="http://www.tomshardware.com/gallery/wd_velociraptor_profile,0101-192957-0-2-3-1-jpg-.html" class="iZoom"&gt;&lt;img src="http://media.bestofmicro.com/Zotac-GTX-285-Infinity,V-X-192957-13.jpg" alt="" title="" /&gt;&lt;/a&gt;&lt;span style="width: 450px;" class="spipLegend"&gt;&lt;img style="margin-right: 3px;" alt="" src="http://m.bestofmedia.com/i/presencepc/design/loupe.gif" /&gt;&lt;a href="http://www.tomshardware.com/gallery/wd_velociraptor_profile,0101-192957-0-2-3-1-jpg-.html"&gt;Zoom&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;        &lt;p&gt;Western Digital’s VelociRaptor was again chosen for convenience, since its higher-than-average data rate allows quicker load times, but with little to no affect on most benchmark scores. It certainly won’t affect the outcome of today’s overclocks.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2550952280158595542-2266162199697470782?l=compart01.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://compart01.blogspot.com/feeds/2266162199697470782/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://compart01.blogspot.com/2009/08/more-shared-hardware.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/2266162199697470782'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/2266162199697470782'/><link rel='alternate' type='text/html' href='http://compart01.blogspot.com/2009/08/more-shared-hardware.html' title='More Shared Hardware'/><author><name>Hart</name><uri>http://www.blogger.com/profile/17778553545600680074</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2550952280158595542.post-3959699712893554006</id><published>2009-08-12T18:58:00.000-07:00</published><updated>2009-08-12T18:59:59.981-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Overclocking'/><title type='text'>Keeping It Cool</title><content type='html'>by        Thomas Soderstrom&lt;br /&gt;&lt;p&gt;Cool processors clock higher and survive longer, but finding an inexpensive cooler in the preferred 120mm tower design able to support both AMD and Intel processors isn’t easy. Rosewill surprised us with a review sample that included an AMD-style clip, since its Fort 120 doesn’t advertise Socket AM2+/AM3 compatibility on the box. Readers should look forward to a review of this unit later this month.&lt;/p&gt;        &lt;p&gt;&lt;span class="imgContent imgCenter"&gt;&lt;a href="http://www.tomshardware.com/gallery/rosewill_fort-120_kit,0101-216661-0-2-3-1-jpg-.html" class="iZoom"&gt;&lt;img src="http://media.bestofmicro.com/Rosewill-Fort-120,6-D-216661-13.jpg" alt="" title="" /&gt;&lt;/a&gt;&lt;span style="width: 450px;" class="spipLegend"&gt;&lt;img style="margin-right: 3px;" alt="" src="http://m.bestofmedia.com/i/presencepc/design/loupe.gif" /&gt;&lt;a href="http://www.tomshardware.com/gallery/rosewill_fort-120_kit,0101-216661-0-2-3-1-jpg-.html"&gt;Zoom&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;        &lt;p&gt;This is the point where some die-hard overclockers might point out that, since we used top-end motherboards, we should also use a top-end liquid cooling system. But while budget overclockers might be able to find less expensive motherboards that replicates our results, the same cannot be said of liquid cooling. We wanted to provide a realistic, yet optimistic target for value-overclockers to use as a goal.&lt;/p&gt;        &lt;p&gt;One other place we didn’t go cheap was in thermal compound selection. The Fort 120 cooler does not include enough thermal paste for multiple uses, so we instead relied on our established thermal grease choice.&lt;/p&gt;        &lt;p&gt;&lt;span class="imgContent imgCenter"&gt;&lt;a href="http://www.tomshardware.com/gallery/zalman_zm-stg1,0101-180946-0-2-3-0-jpg-.html" class="iZoom"&gt;&lt;img src="http://media.bestofmicro.com/X58-Comparison-Images,M-A-180946-13.jpg" alt="" title="" /&gt;&lt;/a&gt;&lt;span style="width: 450px;" class="spipLegend"&gt;&lt;img style="margin-right: 3px;" alt="" src="http://m.bestofmedia.com/i/presencepc/design/loupe.gif" /&gt;&lt;a href="http://www.tomshardware.com/gallery/zalman_zm-stg1,0101-180946-0-2-3-0-jpg-.html"&gt;Zoom&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;        &lt;p&gt;Zalman’s ZM-STG1 was chosen for previous reviews based on its easy application, quick set in time, and upper-range thermal performance. Upon request, the firm supplied enough samples for each U.S. editor to have two bottles.&lt;/p&gt;        &lt;p&gt;&lt;span class="imgContent imgCenter"&gt;&lt;a href="http://www.tomshardware.com/gallery/paste-applied,0101-216619-0-2-3-1-jpg-.html" class="iZoom"&gt;&lt;img src="http://media.bestofmicro.com/AM3-Black-Edition,5-7-216619-13.jpg" alt="" title="" /&gt;&lt;/a&gt;&lt;span style="width: 432px;" class="spipLegend"&gt;&lt;img style="margin-right: 3px;" alt="" src="http://m.bestofmedia.com/i/presencepc/design/loupe.gif" /&gt;&lt;a href="http://www.tomshardware.com/gallery/paste-applied,0101-216619-0-2-3-1-jpg-.html"&gt;Zoom&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;        &lt;p&gt;Thermal grease or paste fills small gaps between the processor and heat sink to provide a greater contact area. Many experienced builders swear that too heavy a layer will prevent proper sink contact, citing the lower conductivity of thermal compound compared to the aluminum or copper surface it fills, but most modern thermal materials are thin enough that heat sink pressure will squeeze out any excess. The real problem of applying too much paste is that it can make a mess of the motherboard, and its low-conductivity is still enough to potentially cause signal or voltage problems.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2550952280158595542-3959699712893554006?l=compart01.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://compart01.blogspot.com/feeds/3959699712893554006/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://compart01.blogspot.com/2009/08/keeping-it-cool.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/3959699712893554006'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/3959699712893554006'/><link rel='alternate' type='text/html' href='http://compart01.blogspot.com/2009/08/keeping-it-cool.html' title='Keeping It Cool'/><author><name>Hart</name><uri>http://www.blogger.com/profile/17778553545600680074</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2550952280158595542.post-2556157519187746219</id><published>2009-08-12T18:57:00.000-07:00</published><updated>2009-08-12T18:58:41.694-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Overclocking'/><title type='text'>Getting Started, The Hardware</title><content type='html'>by &lt;a href="http://www.tomshardware.com/reviews/overclock-phenom-pentium,2366-3.html#" onclick="$('form_cont').submit()"&gt;       &lt;/a&gt;Thomas Soderstrom&lt;br /&gt;&lt;p&gt;Continually-falling DDR3 prices are allowing the memory technology to displace DDR2 in mainstream-performance builds. And with the future of DDR2 desktop memory drawing short, we selected two DDR3 motherboards from MSI to support our chosen AMD and Intel processors.&lt;/p&gt;        &lt;p&gt;&lt;span style="clear: both;"&gt;&lt;table class="imgTab" align="center"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td class="imgContent"&gt;&lt;a href="http://www.tomshardware.com/gallery/msi_790fx-gd70_profile,0101-206291-0-2-3-1-jpg-.html" class="iZoom"&gt;&lt;img src="http://media.bestofmicro.com/790FX-AM3-IMAGES,6-B-206291-1.jpg" alt="" title="" /&gt;&lt;/a&gt;&lt;span style="width: 200px;" class="spipLegend"&gt;&lt;img style="margin-right: 3px;" alt="" src="http://m.bestofmedia.com/i/presencepc/design/loupe.gif" /&gt;&lt;a href="http://www.tomshardware.com/gallery/msi_790fx-gd70_profile,0101-206291-0-2-3-1-jpg-.html"&gt;Zoom&lt;/a&gt;&lt;/span&gt;&lt;/td&gt;&lt;td class="imgContent"&gt;&lt;a href="http://www.tomshardware.com/gallery/msi_790fx-gd70_top,0101-206292-0-2-3-1-jpg-.html" class="iZoom"&gt;&lt;img src="http://media.bestofmicro.com/790FX-AM3-IMAGES,6-C-206292-1.jpg" alt="" title="" /&gt;&lt;/a&gt;&lt;span style="width: 181px;" class="spipLegend"&gt;&lt;img style="margin-right: 3px;" alt="" src="http://m.bestofmedia.com/i/presencepc/design/loupe.gif" /&gt;&lt;a href="http://www.tomshardware.com/gallery/msi_790fx-gd70_top,0101-206292-0-2-3-1-jpg-.html"&gt;Zoom&lt;/a&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/span&gt;&lt;/p&gt;        &lt;p&gt;Picked for its &lt;a href="http://www.tomshardware.com/reviews/790fx-socket-am3,2277-11.html"&gt;best-in-class HT clock speed capability&lt;/a&gt;, MSI’s 790FX-GD70 should provide optimal results for our Socket AM3 overclocking tests. Choosing the standout motherboard from previous reviews allows us to set a high goal for owners of less-expensive motherboards to attempt using the same processor models.&lt;/p&gt;        &lt;p&gt;&lt;span class="imgContent imgCenter"&gt;&lt;a href="http://www.tomshardware.com/gallery/955-550,0101-216614-0-2-3-1-png-.html" class="iZoom"&gt;&lt;img src="http://media.bestofmicro.com/AM3-Black-Edition,5-2-216614-13.png" alt="" title="" /&gt;&lt;/a&gt;&lt;span style="width: 450px;" class="spipLegend"&gt;&lt;img style="margin-right: 3px;" alt="" src="http://m.bestofmedia.com/i/presencepc/design/loupe.gif" /&gt;&lt;a href="http://www.tomshardware.com/gallery/955-550,0101-216614-0-2-3-1-png-.html"&gt;Zoom&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;        &lt;p&gt;Our budget limit for dual-core and quad-core processors was $125 and $250, respectively. AMD sent its Phenom II X4 955 Black Edition (&lt;a target="_blank" href="http://stores.tomshardware.com/search_getprod.php/masterid=721279602/search=phenom%20ii%20x4%20955/st=query"&gt;$245 retail value&lt;/a&gt;) and Phenom II X2 550 Black Edition (&lt;a target="_blank" href="http://stores.tomshardware.com/search_getprod.php/masterid=730710754/search=phenom%20ii%20x2%20550/st=query"&gt;$100 retail value&lt;/a&gt;) for today’s overclocking guide. Black Edition processors are special from other Athlons and Phenoms in their ability to manipulate the clock multiplier upward, allowing high overclocks to be achieved at or near the processor’s original 200 MHz HyperTransport reference clock.&lt;/p&gt;        &lt;p&gt;We requested MSI’s top P45-chipset motherboard to maintain fairness between processor brands, and the firm responded with its P45 Diamond.&lt;/p&gt;        &lt;p&gt;&lt;span style="clear: both;"&gt;&lt;table class="imgTab" align="center"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td class="imgContent"&gt;&lt;a href="http://www.tomshardware.com/gallery/msi_p45-diamond_profile,0101-216617-0-2-3-1-jpg-.html" class="iZoom"&gt;&lt;img src="http://media.bestofmicro.com/AM3-Black-Edition,5-5-216617-1.jpg" alt="" title="" /&gt;&lt;/a&gt;&lt;span style="width: 200px;" class="spipLegend"&gt;&lt;img style="margin-right: 3px;" alt="" src="http://m.bestofmedia.com/i/presencepc/design/loupe.gif" /&gt;&lt;a href="http://www.tomshardware.com/gallery/msi_p45-diamond_profile,0101-216617-0-2-3-1-jpg-.html"&gt;Zoom&lt;/a&gt;&lt;/span&gt;&lt;/td&gt;&lt;td class="imgContent"&gt;&lt;a href="http://www.tomshardware.com/gallery/msi_p45-diamond_top,0101-216618-0-2-3-1-jpg-.html" class="iZoom"&gt;&lt;img src="http://media.bestofmicro.com/AM3-Black-Edition,5-6-216618-1.jpg" alt="" title="" /&gt;&lt;/a&gt;&lt;span style="width: 182px;" class="spipLegend"&gt;&lt;img style="margin-right: 3px;" alt="" src="http://m.bestofmedia.com/i/presencepc/design/loupe.gif" /&gt;&lt;a href="http://www.tomshardware.com/gallery/msi_p45-diamond_top,0101-216618-0-2-3-1-jpg-.html"&gt;Zoom&lt;/a&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/span&gt;&lt;/p&gt;        &lt;p&gt;A higher average price gets buyers fewer graphics card slots. MSI makes up for the value loss with added features, such as a PCIe audio card and a chipset water block with copper line adapter kit.&lt;/p&gt;        &lt;p&gt;Nobody said we had to spend our entire budget on processors. Focusing on the value segment brought us to the &lt;a target="_blank" href="http://stores.tomshardware.com/search_getprod.php/masterid=88947467/search=pentium%20E5200/st=product/sv=title"&gt;$70&lt;/a&gt; dual-core Pentium E5200 for its high CPU to  front side bus multiplier and good overclocking reputation, and the &lt;a target="_blank" href="http://stores.tomshardware.com/search_getprod.php/masterid=89121766/search=Q8200/st=product/sv=title"&gt;$160&lt;/a&gt; Core 2 Quad Q8200 for its reasonable cost.&lt;/p&gt;        &lt;p&gt;&lt;span class="imgContent imgCenter"&gt;&lt;a href="http://www.tomshardware.com/gallery/e5200-q8200,0101-216616-0-2-3-1-jpg-.html" class="iZoom"&gt;&lt;img src="http://media.bestofmicro.com/AM3-Black-Edition,5-4-216616-13.jpg" alt="" title="" /&gt;&lt;/a&gt;&lt;span style="width: 450px;" class="spipLegend"&gt;&lt;img style="margin-right: 3px;" alt="" src="http://m.bestofmedia.com/i/presencepc/design/loupe.gif" /&gt;&lt;a href="http://www.tomshardware.com/gallery/e5200-q8200,0101-216616-0-2-3-1-jpg-.html"&gt;Zoom&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;        &lt;p&gt;Intel doesn’t produce a 45 nm desktop quad-core with anything less than FSB-1333, and each model up gets us a slightly higher (0.5x) CPU multiplier at a noticeably higher price. Like AMD’s Black Edition, Intel also offers Extreme Edition processors with CPU multipliers that can be manipulated upwards, but Intel charges so much more for this feature that we couldn’t possibly consider any of these for use in a value-oriented overclocking guide.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2550952280158595542-2556157519187746219?l=compart01.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://compart01.blogspot.com/feeds/2556157519187746219/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://compart01.blogspot.com/2009/08/getting-started-hardware.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/2556157519187746219'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/2556157519187746219'/><link rel='alternate' type='text/html' href='http://compart01.blogspot.com/2009/08/getting-started-hardware.html' title='Getting Started, The Hardware'/><author><name>Hart</name><uri>http://www.blogger.com/profile/17778553545600680074</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2550952280158595542.post-7295254683331387451</id><published>2009-08-12T18:56:00.000-07:00</published><updated>2009-08-12T18:57:21.359-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Overclocking'/><title type='text'>Understanding The Lingo</title><content type='html'>&lt;div style="text-align: justify;"&gt;by &lt;a href="http://www.tomshardware.com/reviews/overclock-phenom-pentium,2366-2.html#" onclick="$('form_cont').submit()"&gt;       &lt;/a&gt;Thomas Soderstrom&lt;br /&gt;&lt;/div&gt;&lt;p style="text-align: justify;"&gt;Many new overclockers leave our user forums never to return when they ask "How do I overclock?" and receive “Raise the FSB or HT clock” as an answer. But once you're armed with the lingo, the principles are fairly easy to understand. Let's cover a couple of the basics. &lt;/p&gt;&lt;div style="text-align: justify;"&gt;        &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;strong&gt;Frequency&lt;/strong&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt;        &lt;/div&gt;&lt;p style="text-align: justify;"&gt;A processor is made up of a complicated series of microscopic electronic switches (transistors) on a pulsating power circuit. The number of pulses (power cycles) per second is called the circuit's “frequency.” It takes at least one cycle for the transistor to change state between on (1) or off (0), and the ones and zeros become part of a data stream.&lt;/p&gt;&lt;div style="text-align: justify;"&gt;        &lt;/div&gt;&lt;p style="text-align: justify;"&gt;Modern central processors run at thousands of millions (billions) of cycles per second, or gigahertz. This is the same range of frequencies at which microwaves and mobile phones operate, so that a relatively short piece of wire can become a fairly good radio antenna. Preventing cross-communication between circuits, where one circuit acts as a transmitter an the other an unintended receiver, is extremely important.&lt;/p&gt;&lt;div style="text-align: justify;"&gt;        &lt;/div&gt;&lt;p style="text-align: justify;"&gt;The conductors on motherboards, called traces, are much longer than those of an integrated circuit, such as a central processor (CPU) or graphics processor (GPU). In order to reduce noise, signal loss and cross-talk, the pathways that connect various processors must run at slower frequencies.&lt;/p&gt;&lt;div style="text-align: justify;"&gt;        &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;strong&gt;The CPU Multiplier&lt;/strong&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt;        &lt;/div&gt;&lt;p style="text-align: justify;"&gt;As the need for increased data speed outstripped the ability of various busses to support it, companies developed a variety of methods to send more than one bit of data per conductor, per cycle. These methods include double data rate used in memory modules, quad data rate used by Intel’s front side bus (FSB), AMD’s HyperTransport (HT) interconnect, and Intel’s recent QuickPath Interconnect (QPI).&lt;/p&gt;&lt;div style="text-align: justify;"&gt;        &lt;/div&gt;&lt;p style="text-align: justify;"&gt;Because Intel’s most recent FSB uses quad data rate technology, its clock frequency is a quarter of its data frequency. That is to say, the clock rate of FSB-1333 is 333 MHz (megahertz, or millions of cycles per second). The CPU itself relies on an actual electrical frequency (the clock rate) to set its internal speed, so a CPU multiplier of 10x on an FSB clock rate of 333 MHz (FSB-1333) results in a CPU frequency of 3,333 MHz, or 3.33 GHz.&lt;/p&gt;&lt;div style="text-align: justify;"&gt;        &lt;/div&gt;&lt;p style="text-align: justify;"&gt;AMD’s internal HT link uses a 200 MHz clock speed with data rates of five to ten times clock speed, resulting in 1,000 to 2,000 transfers per second. But since HyperTransport supports full bandwidth in both directions at the same time, AMD doubles its name to HT 2,000 (1,000 MHz data rate, 200 MHz clock rate) and HT 4,000 (2,000 MHz data rate, 200 MHz clock rate). The most important thing to remember when overclocking is that both HT 4,000 and HT 2,000 use a clock rate of 200 MHz, so that a CPU multiplier of 10x would provide a CPU clock speed of 2,000 MHz, or 2.0 GHz.&lt;/p&gt;&lt;div style="text-align: justify;"&gt;        &lt;/div&gt;&lt;p style="text-align: justify;"&gt;Though we won’t use an Intel QPI-based system today, users should know that it operates in a similar fashion to AMD’s HT link, but at a slower 133 MHz base clock frequency.&lt;/p&gt;&lt;div style="text-align: justify;"&gt;        &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;strong&gt;Voltage&lt;/strong&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt;        &lt;/div&gt;&lt;p style="text-align: justify;"&gt;Frequent overclockers will discuss BIOS settings such as VCore (voltage of the CPU core), VDIMM (memory voltage), and various data pathway/memory controller voltage settings under a variety of different initializations. Some of these will be discussed in detail as we encounter them in BIOS screen shots.&lt;/p&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2550952280158595542-7295254683331387451?l=compart01.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://compart01.blogspot.com/feeds/7295254683331387451/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://compart01.blogspot.com/2009/08/understanding-lingo.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/7295254683331387451'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/7295254683331387451'/><link rel='alternate' type='text/html' href='http://compart01.blogspot.com/2009/08/understanding-lingo.html' title='Understanding The Lingo'/><author><name>Hart</name><uri>http://www.blogger.com/profile/17778553545600680074</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2550952280158595542.post-3272625988966628754</id><published>2009-08-12T18:53:00.000-07:00</published><updated>2009-08-12T18:56:14.497-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Overclocking'/><title type='text'>Guide: Overclocking AMD And Intel CPUs On A Budget</title><content type='html'>by  Thomas Soderstrom&lt;br /&gt;&lt;div class="KonaBody news-elm"&gt;          &lt;p&gt;Overclocking is a collection of methods for making components run faster than the manufacturer intended. Once little more than a hobby for die-hard geeks and value-seekers, overclocking has become a way—sometimes the only way—for performance fanatics to get the system performance they really want/need. With graphics and memory technologies forging ahead at a brisk pace, central processors are quickly becoming the second-most restrictive component in many high-end systems.&lt;/p&gt;        &lt;p&gt;If you feel forced into overclocking just to get a high-performance benchmark from the best parts, mid-budget enthusiasts are certain to find their lower-cost parts mind-numbingly slow. Because most buyers can’t afford the best components, the majority of overclockers come from the mainstream market.&lt;/p&gt;        &lt;p&gt;There are two groups who overclock out of perceived necessity: those who need more performance than the market provides, and those who need more performance than they can afford to purchase.&lt;/p&gt;        &lt;p&gt;Tom’s Hardware puts much of its editorial efforts into testing and overclocking the latest high-end parts, but today we’re going to focus on a few processors that most mainstream readers can afford and enjoy: AMD’s Phenom II X2 and X4, and Intel’s Pentium Dual-Core and an entry-level Core 2 Quad.&lt;/p&gt;        &lt;p&gt;&lt;span class="imgContent imgCenter"&gt;&lt;a href="http://www.tomshardware.com/gallery/amd-intel-oc,0101-216615-0-2-3-1-jpg-.html" class="iZoom"&gt;&lt;img src="http://media.bestofmicro.com/AM3-Black-Edition,5-3-216615-13.jpg" alt="" title="" /&gt;&lt;/a&gt;&lt;span style="width: 450px;" class="spipLegend"&gt;&lt;img style="margin-right: 3px;" alt="" src="http://m.bestofmedia.com/i/presencepc/design/loupe.gif" /&gt;&lt;a href="http://www.tomshardware.com/gallery/amd-intel-oc,0101-216615-0-2-3-1-jpg-.html"&gt;Zoom&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;        &lt;p&gt;&lt;strong&gt;Mitigating Risks&lt;/strong&gt;&lt;/p&gt;        &lt;p&gt;Though we’re obligated to tell everyone that overclocking is a great way to put important data at risk, many Tom’s Hardware editors even employ it on their all-important work PCs. Methods that ensure stability are just as important as those that assure longevity, and any data that can't be replaced should be backed up to at least two devices, regardless of whether or not the primary system is overclocked.&lt;/p&gt;        &lt;p&gt;All machines wear out, and forcing a component to run beyond its specifications is a sure way to make it wear out faster. In electronics, the biggest source of wear is a phenomenon known as electromigration, whereby ions are slowly transferred from a structure to the adjacent structure under the force of electrical current. Major contributing factors include increased heat and voltage, but the limits of heat and voltage vary with different materials, different production technologies, and expected component lifespan.&lt;/p&gt;        &lt;p&gt;Increased voltage allows a stronger signal to be carried between various components, reducing signal loss that can occur as the result of overclocking and thereby allowing higher component operational frequency. As we overclock today’s four processor samples, we’ll discuss the voltage and temperature limits we’ve chosen as well as the expected lifespan, testing each part for complete stability.&lt;/p&gt;&lt;p&gt;www.tomshardware.com&lt;br /&gt;&lt;/p&gt;     &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2550952280158595542-3272625988966628754?l=compart01.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://compart01.blogspot.com/feeds/3272625988966628754/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://compart01.blogspot.com/2009/08/guide-overclocking-amd-and-intel-cpus.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/3272625988966628754'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/3272625988966628754'/><link rel='alternate' type='text/html' href='http://compart01.blogspot.com/2009/08/guide-overclocking-amd-and-intel-cpus.html' title='Guide: Overclocking AMD And Intel CPUs On A Budget'/><author><name>Hart</name><uri>http://www.blogger.com/profile/17778553545600680074</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2550952280158595542.post-8858877283521947168</id><published>2009-08-12T18:51:00.001-07:00</published><updated>2009-08-12T18:51:45.695-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows exploration'/><title type='text'>Windows XP Trick - Increase Performance of PC, XP Tricks</title><content type='html'>&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/-9Nycdiq3x8&amp;hl=en&amp;fs=1&amp;"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/-9Nycdiq3x8&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2550952280158595542-8858877283521947168?l=compart01.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://compart01.blogspot.com/feeds/8858877283521947168/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://compart01.blogspot.com/2009/08/windows-xp-trick-increase-performance.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/8858877283521947168'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/8858877283521947168'/><link rel='alternate' type='text/html' href='http://compart01.blogspot.com/2009/08/windows-xp-trick-increase-performance.html' title='Windows XP Trick - Increase Performance of PC, XP Tricks'/><author><name>Hart</name><uri>http://www.blogger.com/profile/17778553545600680074</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2550952280158595542.post-2242910713042044724</id><published>2009-08-12T18:50:00.001-07:00</published><updated>2009-08-12T18:50:56.118-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Overclocking'/><title type='text'>For overclock net</title><content type='html'>&lt;object width="560" height="340"&gt;&lt;param name="movie" value="http://www.youtube.com/v/8TbLyyQ5mMU&amp;hl=en&amp;fs=1&amp;"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/8TbLyyQ5mMU&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2550952280158595542-2242910713042044724?l=compart01.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://compart01.blogspot.com/feeds/2242910713042044724/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://compart01.blogspot.com/2009/08/for-overclock-net.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/2242910713042044724'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/2242910713042044724'/><link rel='alternate' type='text/html' href='http://compart01.blogspot.com/2009/08/for-overclock-net.html' title='For overclock net'/><author><name>Hart</name><uri>http://www.blogger.com/profile/17778553545600680074</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2550952280158595542.post-4944440640146232839</id><published>2009-08-12T18:49:00.004-07:00</published><updated>2009-08-12T18:50:17.842-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Overclocking'/><title type='text'>Systm - Episode 47 - Overclock your PC</title><content type='html'>&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/bmJkxVsix44&amp;hl=en&amp;fs=1&amp;"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/bmJkxVsix44&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2550952280158595542-4944440640146232839?l=compart01.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://compart01.blogspot.com/feeds/4944440640146232839/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://compart01.blogspot.com/2009/08/systm-episode-47-overclock-your-pc.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/4944440640146232839'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/4944440640146232839'/><link rel='alternate' type='text/html' href='http://compart01.blogspot.com/2009/08/systm-episode-47-overclock-your-pc.html' title='Systm - Episode 47 - Overclock your PC'/><author><name>Hart</name><uri>http://www.blogger.com/profile/17778553545600680074</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2550952280158595542.post-4897459444396019087</id><published>2009-08-12T18:49:00.003-07:00</published><updated>2009-08-12T18:49:27.189-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Overclocking'/><title type='text'>Bar Trick</title><content type='html'>&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/1lsszZDKgk0&amp;hl=en&amp;fs=1&amp;"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/1lsszZDKgk0&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2550952280158595542-4897459444396019087?l=compart01.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://compart01.blogspot.com/feeds/4897459444396019087/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://compart01.blogspot.com/2009/08/bar-trick.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/4897459444396019087'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/4897459444396019087'/><link rel='alternate' type='text/html' href='http://compart01.blogspot.com/2009/08/bar-trick.html' title='Bar Trick'/><author><name>Hart</name><uri>http://www.blogger.com/profile/17778553545600680074</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2550952280158595542.post-4348030712067660623</id><published>2009-08-12T18:48:00.001-07:00</published><updated>2009-08-12T18:48:29.388-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Internet marketing'/><title type='text'>Two Essential Insider Internet Marketing Tricks the Guru's Don't Want You to Know</title><content type='html'>&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/2dTGhcZYeEk&amp;hl=en&amp;fs=1&amp;"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/2dTGhcZYeEk&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2550952280158595542-4348030712067660623?l=compart01.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://compart01.blogspot.com/feeds/4348030712067660623/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://compart01.blogspot.com/2009/08/two-essential-insider-internet.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/4348030712067660623'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/4348030712067660623'/><link rel='alternate' type='text/html' href='http://compart01.blogspot.com/2009/08/two-essential-insider-internet.html' title='Two Essential Insider Internet Marketing Tricks the Guru&apos;s Don&apos;t Want You to Know'/><author><name>Hart</name><uri>http://www.blogger.com/profile/17778553545600680074</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2550952280158595542.post-3414812954500781827</id><published>2009-08-12T18:47:00.001-07:00</published><updated>2009-08-12T18:47:50.251-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Internet marketing'/><title type='text'>Business Shakers - Internet Marketing Tips Tricks and More</title><content type='html'>&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/gPoibvXixr4&amp;hl=en&amp;fs=1&amp;"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/gPoibvXixr4&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2550952280158595542-3414812954500781827?l=compart01.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://compart01.blogspot.com/feeds/3414812954500781827/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://compart01.blogspot.com/2009/08/business-shakers-internet-marketing.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/3414812954500781827'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/3414812954500781827'/><link rel='alternate' type='text/html' href='http://compart01.blogspot.com/2009/08/business-shakers-internet-marketing.html' title='Business Shakers - Internet Marketing Tips Tricks and More'/><author><name>Hart</name><uri>http://www.blogger.com/profile/17778553545600680074</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2550952280158595542.post-2295301313692403606</id><published>2009-08-12T18:46:00.001-07:00</published><updated>2009-08-12T18:46:28.950-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Blogging with wordpress'/><title type='text'>How to use Wordpress to design to a website.</title><content type='html'>&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/7vt7BleXYP8&amp;hl=en&amp;fs=1&amp;"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/7vt7BleXYP8&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2550952280158595542-2295301313692403606?l=compart01.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://compart01.blogspot.com/feeds/2295301313692403606/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://compart01.blogspot.com/2009/08/how-to-use-wordpress-to-design-to.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/2295301313692403606'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/2295301313692403606'/><link rel='alternate' type='text/html' href='http://compart01.blogspot.com/2009/08/how-to-use-wordpress-to-design-to.html' title='How to use Wordpress to design to a website.'/><author><name>Hart</name><uri>http://www.blogger.com/profile/17778553545600680074</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2550952280158595542.post-7134025540999566284</id><published>2009-08-12T18:45:00.001-07:00</published><updated>2009-08-12T18:45:53.927-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Blogging with wordpress'/><title type='text'>Askimet Plugin for WordPress Blogs - Reviewing Website Comments</title><content type='html'>&lt;object width="560" height="340"&gt;&lt;param name="movie" value="http://www.youtube.com/v/ftiqkr75v1o&amp;hl=en&amp;fs=1&amp;"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/ftiqkr75v1o&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2550952280158595542-7134025540999566284?l=compart01.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://compart01.blogspot.com/feeds/7134025540999566284/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://compart01.blogspot.com/2009/08/askimet-plugin-for-wordpress-blogs.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/7134025540999566284'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/7134025540999566284'/><link rel='alternate' type='text/html' href='http://compart01.blogspot.com/2009/08/askimet-plugin-for-wordpress-blogs.html' title='Askimet Plugin for WordPress Blogs - Reviewing Website Comments'/><author><name>Hart</name><uri>http://www.blogger.com/profile/17778553545600680074</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2550952280158595542.post-1070595559904111239</id><published>2009-08-12T18:44:00.000-07:00</published><updated>2009-08-12T18:45:11.407-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Blogging with wordpress'/><title type='text'>Create A Quick Website Using Wordpress And Get Instant Traffic - Part 1 Introduction And Setup</title><content type='html'>&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/XIWseJcNOrg&amp;hl=en&amp;fs=1&amp;"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/XIWseJcNOrg&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2550952280158595542-1070595559904111239?l=compart01.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://compart01.blogspot.com/feeds/1070595559904111239/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://compart01.blogspot.com/2009/08/create-quick-website-using-wordpress.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/1070595559904111239'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/1070595559904111239'/><link rel='alternate' type='text/html' href='http://compart01.blogspot.com/2009/08/create-quick-website-using-wordpress.html' title='Create A Quick Website Using Wordpress And Get Instant Traffic - Part 1 Introduction And Setup'/><author><name>Hart</name><uri>http://www.blogger.com/profile/17778553545600680074</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2550952280158595542.post-1426411996427642422</id><published>2009-08-11T18:02:00.002-07:00</published><updated>2009-08-11T18:03:22.865-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Blogging with blogger'/><title type='text'>Profits.CC Expert Blogging Tutorial: Building Backlinks to Your Blog (Resell Rights)</title><content type='html'>&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/yq0T6zs3LrU&amp;hl=en&amp;fs=1&amp;"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/yq0T6zs3LrU&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2550952280158595542-1426411996427642422?l=compart01.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://compart01.blogspot.com/feeds/1426411996427642422/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://compart01.blogspot.com/2009/08/profitscc-expert-blogging-tutorial.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/1426411996427642422'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/1426411996427642422'/><link rel='alternate' type='text/html' href='http://compart01.blogspot.com/2009/08/profitscc-expert-blogging-tutorial.html' title='Profits.CC Expert Blogging Tutorial: Building Backlinks to Your Blog (Resell Rights)'/><author><name>Hart</name><uri>http://www.blogger.com/profile/17778553545600680074</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2550952280158595542.post-2263099104223304692</id><published>2009-08-11T18:02:00.001-07:00</published><updated>2009-08-11T18:02:27.522-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Blogging with wordpress'/><title type='text'>WordPress.com - Step-by-Step Tutorial on How to Blog</title><content type='html'>&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/MWYi4_COZMU&amp;hl=en&amp;fs=1&amp;"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/MWYi4_COZMU&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2550952280158595542-2263099104223304692?l=compart01.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://compart01.blogspot.com/feeds/2263099104223304692/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://compart01.blogspot.com/2009/08/wordpresscom-step-by-step-tutorial-on.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/2263099104223304692'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/2263099104223304692'/><link rel='alternate' type='text/html' href='http://compart01.blogspot.com/2009/08/wordpresscom-step-by-step-tutorial-on.html' title='WordPress.com - Step-by-Step Tutorial on How to Blog'/><author><name>Hart</name><uri>http://www.blogger.com/profile/17778553545600680074</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2550952280158595542.post-1371659802016767844</id><published>2009-08-11T18:01:00.003-07:00</published><updated>2009-08-11T18:01:55.726-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Blogging with wordpress'/><title type='text'>Building Wordpress Websites:-Logging-on-Video Tutorial</title><content type='html'>&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/EN_FwlHCc4g&amp;hl=en&amp;fs=1&amp;"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/EN_FwlHCc4g&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2550952280158595542-1371659802016767844?l=compart01.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://compart01.blogspot.com/feeds/1371659802016767844/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://compart01.blogspot.com/2009/08/building-wordpress-websites-logging-on.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/1371659802016767844'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/1371659802016767844'/><link rel='alternate' type='text/html' href='http://compart01.blogspot.com/2009/08/building-wordpress-websites-logging-on.html' title='Building Wordpress Websites:-Logging-on-Video Tutorial'/><author><name>Hart</name><uri>http://www.blogger.com/profile/17778553545600680074</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2550952280158595542.post-3216300095389185955</id><published>2009-08-11T18:01:00.001-07:00</published><updated>2009-08-11T18:01:27.326-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Blogging with wordpress'/><title type='text'>Own Your Blog or Else! Easy WordPress Install</title><content type='html'>&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/4LoVDWImq7Y&amp;hl=en&amp;fs=1&amp;"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/4LoVDWImq7Y&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2550952280158595542-3216300095389185955?l=compart01.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://compart01.blogspot.com/feeds/3216300095389185955/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://compart01.blogspot.com/2009/08/own-your-blog-or-else-easy-wordpress.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/3216300095389185955'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/3216300095389185955'/><link rel='alternate' type='text/html' href='http://compart01.blogspot.com/2009/08/own-your-blog-or-else-easy-wordpress.html' title='Own Your Blog or Else! Easy WordPress Install'/><author><name>Hart</name><uri>http://www.blogger.com/profile/17778553545600680074</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2550952280158595542.post-3275102951933346992</id><published>2009-08-11T17:56:00.003-07:00</published><updated>2009-08-11T17:56:55.174-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='About Virus'/><title type='text'>How To Delete ALL Your Computer Virus FAST FREE &amp; EASY (Full Tutorial)</title><content type='html'>&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/cw6902Fmc2M&amp;hl=en&amp;fs=1&amp;"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/cw6902Fmc2M&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2550952280158595542-3275102951933346992?l=compart01.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://compart01.blogspot.com/feeds/3275102951933346992/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://compart01.blogspot.com/2009/08/how-to-delete-all-your-computer-virus.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/3275102951933346992'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/3275102951933346992'/><link rel='alternate' type='text/html' href='http://compart01.blogspot.com/2009/08/how-to-delete-all-your-computer-virus.html' title='How To Delete ALL Your Computer Virus FAST FREE &amp; EASY (Full Tutorial)'/><author><name>Hart</name><uri>http://www.blogger.com/profile/17778553545600680074</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2550952280158595542.post-7394026991553003082</id><published>2009-08-11T17:56:00.001-07:00</published><updated>2009-08-11T17:56:25.080-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='About Virus'/><title type='text'>How to remove a Trojan Horse Virus</title><content type='html'>&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/enFrIIfbs94&amp;hl=en&amp;fs=1&amp;"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/enFrIIfbs94&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2550952280158595542-7394026991553003082?l=compart01.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://compart01.blogspot.com/feeds/7394026991553003082/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://compart01.blogspot.com/2009/08/how-to-remove-trojan-horse-virus.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/7394026991553003082'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/7394026991553003082'/><link rel='alternate' type='text/html' href='http://compart01.blogspot.com/2009/08/how-to-remove-trojan-horse-virus.html' title='How to remove a Trojan Horse Virus'/><author><name>Hart</name><uri>http://www.blogger.com/profile/17778553545600680074</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2550952280158595542.post-2307971914039428997</id><published>2009-08-11T17:54:00.001-07:00</published><updated>2009-08-11T17:54:54.949-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Adsense'/><title type='text'>Make money at home</title><content type='html'>&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/t1h5ZR7KyOE&amp;hl=en&amp;fs=1&amp;"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/t1h5ZR7KyOE&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2550952280158595542-2307971914039428997?l=compart01.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://compart01.blogspot.com/feeds/2307971914039428997/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://compart01.blogspot.com/2009/08/make-money-at-home.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/2307971914039428997'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/2307971914039428997'/><link rel='alternate' type='text/html' href='http://compart01.blogspot.com/2009/08/make-money-at-home.html' title='Make money at home'/><author><name>Hart</name><uri>http://www.blogger.com/profile/17778553545600680074</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2550952280158595542.post-1906396082392096565</id><published>2009-08-11T17:52:00.000-07:00</published><updated>2009-08-11T17:53:18.435-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Internet marketing'/><category scheme='http://www.blogger.com/atom/ns#' term='Adsense'/><title type='text'>FREE Way To Make Money on Myspace,YouTube,Google, Adwords,Adsense $700/Wkly</title><content type='html'>&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/xvlE8DzXMP0&amp;hl=en&amp;fs=1&amp;"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/xvlE8DzXMP0&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2550952280158595542-1906396082392096565?l=compart01.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://compart01.blogspot.com/feeds/1906396082392096565/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://compart01.blogspot.com/2009/08/free-way-to-make-money-on.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/1906396082392096565'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/1906396082392096565'/><link rel='alternate' type='text/html' href='http://compart01.blogspot.com/2009/08/free-way-to-make-money-on.html' title='FREE Way To Make Money on Myspace,YouTube,Google, Adwords,Adsense $700/Wkly'/><author><name>Hart</name><uri>http://www.blogger.com/profile/17778553545600680074</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2550952280158595542.post-167376483503261191</id><published>2009-08-11T17:51:00.000-07:00</published><updated>2009-08-11T17:52:30.980-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Adsense'/><title type='text'>How To Make Money Online The Easy Way, I Am Going To Show You Exactly How I make $$$$ part 1</title><content type='html'>&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/Mdi9mF9pGcE&amp;hl=en&amp;fs=1&amp;"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/Mdi9mF9pGcE&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2550952280158595542-167376483503261191?l=compart01.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://compart01.blogspot.com/feeds/167376483503261191/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://compart01.blogspot.com/2009/08/how-to-make-money-online-easy-way-i-am.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/167376483503261191'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/167376483503261191'/><link rel='alternate' type='text/html' href='http://compart01.blogspot.com/2009/08/how-to-make-money-online-easy-way-i-am.html' title='How To Make Money Online The Easy Way, I Am Going To Show You Exactly How I make $$$$ part 1'/><author><name>Hart</name><uri>http://www.blogger.com/profile/17778553545600680074</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2550952280158595542.post-3096811506301110655</id><published>2009-08-11T17:49:00.000-07:00</published><updated>2009-08-11T17:50:50.902-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Internet marketing'/><title type='text'>[How Make Money Online] Fast With a |Home Based Business|?</title><content type='html'>&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/lo9xrI8dAfE&amp;hl=en&amp;fs=1&amp;"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/lo9xrI8dAfE&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2550952280158595542-3096811506301110655?l=compart01.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://compart01.blogspot.com/feeds/3096811506301110655/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://compart01.blogspot.com/2009/08/how-make-money-online-fast-with-home.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/3096811506301110655'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/3096811506301110655'/><link rel='alternate' type='text/html' href='http://compart01.blogspot.com/2009/08/how-make-money-online-fast-with-home.html' title='[How Make Money Online] Fast With a |Home Based Business|?'/><author><name>Hart</name><uri>http://www.blogger.com/profile/17778553545600680074</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2550952280158595542.post-7988870903847850463</id><published>2009-08-11T17:47:00.002-07:00</published><updated>2009-08-11T17:48:30.041-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Adsense'/><title type='text'>How to make money online using Youtube up to 500 per day for free NO SCAM This s the real deal</title><content type='html'>&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/6PpkHpc8-oA&amp;hl=en&amp;fs=1&amp;"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/6PpkHpc8-oA&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2550952280158595542-7988870903847850463?l=compart01.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://compart01.blogspot.com/feeds/7988870903847850463/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://compart01.blogspot.com/2009/08/how-to-make-money-online-using-youtube.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/7988870903847850463'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/7988870903847850463'/><link rel='alternate' type='text/html' href='http://compart01.blogspot.com/2009/08/how-to-make-money-online-using-youtube.html' title='How to make money online using Youtube up to 500 per day for free NO SCAM This s the real deal'/><author><name>Hart</name><uri>http://www.blogger.com/profile/17778553545600680074</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2550952280158595542.post-2393393374450877011</id><published>2009-08-11T17:47:00.001-07:00</published><updated>2009-08-11T17:47:34.298-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Adsense'/><title type='text'>How to Make Money With Google Adsense</title><content type='html'>&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/NWCSN94VH1E&amp;hl=en&amp;fs=1&amp;"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/NWCSN94VH1E&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2550952280158595542-2393393374450877011?l=compart01.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://compart01.blogspot.com/feeds/2393393374450877011/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://compart01.blogspot.com/2009/08/how-to-make-money-with-google-adsense.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/2393393374450877011'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/2393393374450877011'/><link rel='alternate' type='text/html' href='http://compart01.blogspot.com/2009/08/how-to-make-money-with-google-adsense.html' title='How to Make Money With Google Adsense'/><author><name>Hart</name><uri>http://www.blogger.com/profile/17778553545600680074</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2550952280158595542.post-8432244554172792604</id><published>2009-08-11T17:46:00.001-07:00</published><updated>2009-08-11T17:46:17.085-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Adsense'/><title type='text'>AdSense Orientation Webinar (Apr. 23, 2009)</title><content type='html'>&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/UyCl2gmXZJw&amp;hl=en&amp;fs=1&amp;"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/UyCl2gmXZJw&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2550952280158595542-8432244554172792604?l=compart01.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://compart01.blogspot.com/feeds/8432244554172792604/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://compart01.blogspot.com/2009/08/adsense-orientation-webinar-apr-23-2009.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/8432244554172792604'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/8432244554172792604'/><link rel='alternate' type='text/html' href='http://compart01.blogspot.com/2009/08/adsense-orientation-webinar-apr-23-2009.html' title='AdSense Orientation Webinar (Apr. 23, 2009)'/><author><name>Hart</name><uri>http://www.blogger.com/profile/17778553545600680074</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2550952280158595542.post-1491374458080740527</id><published>2009-08-11T17:45:00.001-07:00</published><updated>2009-08-11T17:45:51.724-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Adsense'/><title type='text'>Adsense secrets,adsense tutorial,adsense tricks,adsense tips? Have you seen this?</title><content type='html'>&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/diW-YLU5pSA&amp;hl=en&amp;fs=1&amp;"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/diW-YLU5pSA&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2550952280158595542-1491374458080740527?l=compart01.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://compart01.blogspot.com/feeds/1491374458080740527/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://compart01.blogspot.com/2009/08/adsense-secretsadsense-tutorialadsense.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/1491374458080740527'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/1491374458080740527'/><link rel='alternate' type='text/html' href='http://compart01.blogspot.com/2009/08/adsense-secretsadsense-tutorialadsense.html' title='Adsense secrets,adsense tutorial,adsense tricks,adsense tips? Have you seen this?'/><author><name>Hart</name><uri>http://www.blogger.com/profile/17778553545600680074</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2550952280158595542.post-4309199255037188472</id><published>2009-08-11T17:43:00.002-07:00</published><updated>2009-08-11T17:44:18.135-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Internet marketing'/><title type='text'>(Science Of Internet Marketing) - *Secrets*revealed</title><content type='html'>&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/35MK_J-Z60o&amp;hl=en&amp;fs=1&amp;"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/35MK_J-Z60o&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2550952280158595542-4309199255037188472?l=compart01.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://compart01.blogspot.com/feeds/4309199255037188472/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://compart01.blogspot.com/2009/08/science-of-internet-marketing.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/4309199255037188472'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/4309199255037188472'/><link rel='alternate' type='text/html' href='http://compart01.blogspot.com/2009/08/science-of-internet-marketing.html' title='(Science Of Internet Marketing) - *Secrets*revealed'/><author><name>Hart</name><uri>http://www.blogger.com/profile/17778553545600680074</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2550952280158595542.post-6121385701960744259</id><published>2009-08-11T17:43:00.001-07:00</published><updated>2009-08-11T17:43:26.993-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Internet marketing'/><title type='text'>Animoto Tutorial: Video Marketing Tool for Online Businesses</title><content type='html'>&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/FrL-lWVQfow&amp;hl=en&amp;fs=1&amp;"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/FrL-lWVQfow&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2550952280158595542-6121385701960744259?l=compart01.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://compart01.blogspot.com/feeds/6121385701960744259/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://compart01.blogspot.com/2009/08/animoto-tutorial-video-marketing-tool.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/6121385701960744259'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/6121385701960744259'/><link rel='alternate' type='text/html' href='http://compart01.blogspot.com/2009/08/animoto-tutorial-video-marketing-tool.html' title='Animoto Tutorial: Video Marketing Tool for Online Businesses'/><author><name>Hart</name><uri>http://www.blogger.com/profile/17778553545600680074</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2550952280158595542.post-1714621803128356553</id><published>2009-08-11T17:41:00.001-07:00</published><updated>2009-08-11T17:41:40.552-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Internet marketing'/><title type='text'>The Ultimate Web Marketing &amp; Traffic Tool</title><content type='html'>&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/aLTSamv06TI&amp;hl=en&amp;fs=1&amp;"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/aLTSamv06TI&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2550952280158595542-1714621803128356553?l=compart01.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://compart01.blogspot.com/feeds/1714621803128356553/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://compart01.blogspot.com/2009/08/ultimate-web-marketing-traffic-tool.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/1714621803128356553'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/1714621803128356553'/><link rel='alternate' type='text/html' href='http://compart01.blogspot.com/2009/08/ultimate-web-marketing-traffic-tool.html' title='The Ultimate Web Marketing &amp; Traffic Tool'/><author><name>Hart</name><uri>http://www.blogger.com/profile/17778553545600680074</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2550952280158595542.post-8915571011349295290</id><published>2009-08-11T17:40:00.005-07:00</published><updated>2009-08-11T17:40:59.714-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Internet marketing'/><title type='text'>Creating Amazon Affiliate Links</title><content type='html'>&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/AVLwRCfq7B4&amp;hl=en&amp;fs=1&amp;"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/AVLwRCfq7B4&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2550952280158595542-8915571011349295290?l=compart01.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://compart01.blogspot.com/feeds/8915571011349295290/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://compart01.blogspot.com/2009/08/creating-amazon-affiliate-links.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/8915571011349295290'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/8915571011349295290'/><link rel='alternate' type='text/html' href='http://compart01.blogspot.com/2009/08/creating-amazon-affiliate-links.html' title='Creating Amazon Affiliate Links'/><author><name>Hart</name><uri>http://www.blogger.com/profile/17778553545600680074</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2550952280158595542.post-7596176734558110387</id><published>2009-08-11T17:40:00.001-07:00</published><updated>2009-08-11T17:40:26.067-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Internet marketing'/><title type='text'>Building web pages - Nvu tutorial</title><content type='html'>&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/TYBXOfvaAc0&amp;hl=en&amp;fs=1&amp;"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/TYBXOfvaAc0&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2550952280158595542-7596176734558110387?l=compart01.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://compart01.blogspot.com/feeds/7596176734558110387/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://compart01.blogspot.com/2009/08/building-web-pages-nvu-tutorial.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/7596176734558110387'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/7596176734558110387'/><link rel='alternate' type='text/html' href='http://compart01.blogspot.com/2009/08/building-web-pages-nvu-tutorial.html' title='Building web pages - Nvu tutorial'/><author><name>Hart</name><uri>http://www.blogger.com/profile/17778553545600680074</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2550952280158595542.post-8346025298247997625</id><published>2009-08-11T17:38:00.000-07:00</published><updated>2009-08-11T17:39:10.378-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='SEO'/><title type='text'>Social Bookmarking Tutorial: Using Del.icio.us and Diigo</title><content type='html'>&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/meyiH9E60hY&amp;hl=en&amp;fs=1&amp;"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/meyiH9E60hY&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2550952280158595542-8346025298247997625?l=compart01.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://compart01.blogspot.com/feeds/8346025298247997625/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://compart01.blogspot.com/2009/08/social-bookmarking-tutorial-using.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/8346025298247997625'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/8346025298247997625'/><link rel='alternate' type='text/html' href='http://compart01.blogspot.com/2009/08/social-bookmarking-tutorial-using.html' title='Social Bookmarking Tutorial: Using Del.icio.us and Diigo'/><author><name>Hart</name><uri>http://www.blogger.com/profile/17778553545600680074</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2550952280158595542.post-5610940927054378471</id><published>2009-08-11T17:37:00.002-07:00</published><updated>2009-08-11T17:38:22.718-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='SEO'/><title type='text'>Social Bookmarking in Plain English</title><content type='html'>&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/x66lV7GOcNU&amp;hl=en&amp;fs=1&amp;"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/x66lV7GOcNU&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2550952280158595542-5610940927054378471?l=compart01.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://compart01.blogspot.com/feeds/5610940927054378471/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://compart01.blogspot.com/2009/08/social-bookmarking-in-plain-english.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/5610940927054378471'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/5610940927054378471'/><link rel='alternate' type='text/html' href='http://compart01.blogspot.com/2009/08/social-bookmarking-in-plain-english.html' title='Social Bookmarking in Plain English'/><author><name>Hart</name><uri>http://www.blogger.com/profile/17778553545600680074</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2550952280158595542.post-4252102839572751215</id><published>2009-08-11T17:37:00.001-07:00</published><updated>2009-08-11T17:37:23.639-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='SEO'/><title type='text'>Link exchange video tutorial</title><content type='html'>&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/Br3OUNfuE4w&amp;hl=en&amp;fs=1&amp;"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/Br3OUNfuE4w&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2550952280158595542-4252102839572751215?l=compart01.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://compart01.blogspot.com/feeds/4252102839572751215/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://compart01.blogspot.com/2009/08/link-exchange-video-tutorial.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/4252102839572751215'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/4252102839572751215'/><link rel='alternate' type='text/html' href='http://compart01.blogspot.com/2009/08/link-exchange-video-tutorial.html' title='Link exchange video tutorial'/><author><name>Hart</name><uri>http://www.blogger.com/profile/17778553545600680074</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2550952280158595542.post-6715647161411826154</id><published>2009-08-11T17:36:00.001-07:00</published><updated>2009-08-11T17:36:53.383-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='SEO'/><title type='text'>Why Link Exchange? Best Back Linking Strategy</title><content type='html'>&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/mN6f767Mtrk&amp;hl=en&amp;fs=1&amp;"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/mN6f767Mtrk&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2550952280158595542-6715647161411826154?l=compart01.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://compart01.blogspot.com/feeds/6715647161411826154/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://compart01.blogspot.com/2009/08/why-link-exchange-best-back-linking.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/6715647161411826154'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/6715647161411826154'/><link rel='alternate' type='text/html' href='http://compart01.blogspot.com/2009/08/why-link-exchange-best-back-linking.html' title='Why Link Exchange? Best Back Linking Strategy'/><author><name>Hart</name><uri>http://www.blogger.com/profile/17778553545600680074</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2550952280158595542.post-4208846875643532598</id><published>2009-08-11T17:35:00.001-07:00</published><updated>2009-08-11T17:35:20.733-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Adobe premiere tutorial'/><title type='text'>Premiere Tutorial 7 Chroma Keying</title><content type='html'>&lt;object width="560" height="340"&gt;&lt;param name="movie" value="http://www.youtube.com/v/es4G45VczUo&amp;hl=en&amp;fs=1&amp;"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/es4G45VczUo&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2550952280158595542-4208846875643532598?l=compart01.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://compart01.blogspot.com/feeds/4208846875643532598/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://compart01.blogspot.com/2009/08/premiere-tutorial-7-chroma-keying.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/4208846875643532598'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/4208846875643532598'/><link rel='alternate' type='text/html' href='http://compart01.blogspot.com/2009/08/premiere-tutorial-7-chroma-keying.html' title='Premiere Tutorial 7 Chroma Keying'/><author><name>Hart</name><uri>http://www.blogger.com/profile/17778553545600680074</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2550952280158595542.post-6431786357345229607</id><published>2009-08-11T17:34:00.001-07:00</published><updated>2009-08-11T17:34:54.390-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Adobe premiere tutorial'/><title type='text'>Adobe Premiere Chroma Key Tutorial</title><content type='html'>&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/soRlw0etRCw&amp;hl=en&amp;fs=1&amp;"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/soRlw0etRCw&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2550952280158595542-6431786357345229607?l=compart01.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://compart01.blogspot.com/feeds/6431786357345229607/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://compart01.blogspot.com/2009/08/adobe-premiere-chroma-key-tutorial.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/6431786357345229607'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/6431786357345229607'/><link rel='alternate' type='text/html' href='http://compart01.blogspot.com/2009/08/adobe-premiere-chroma-key-tutorial.html' title='Adobe Premiere Chroma Key Tutorial'/><author><name>Hart</name><uri>http://www.blogger.com/profile/17778553545600680074</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2550952280158595542.post-1034293882067849314</id><published>2009-08-11T17:33:00.005-07:00</published><updated>2009-08-11T17:34:17.158-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Adobe premiere tutorial'/><title type='text'>DV TUTORIAL, EDITING WITH ADOBE PREMIERE PRO</title><content type='html'>&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/Y17GXN84H_Q&amp;hl=en&amp;fs=1&amp;"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/Y17GXN84H_Q&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2550952280158595542-1034293882067849314?l=compart01.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://compart01.blogspot.com/feeds/1034293882067849314/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://compart01.blogspot.com/2009/08/dv-tutorial-editing-with-adobe-premiere.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/1034293882067849314'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/1034293882067849314'/><link rel='alternate' type='text/html' href='http://compart01.blogspot.com/2009/08/dv-tutorial-editing-with-adobe-premiere.html' title='DV TUTORIAL, EDITING WITH ADOBE PREMIERE PRO'/><author><name>Hart</name><uri>http://www.blogger.com/profile/17778553545600680074</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2550952280158595542.post-3172360020126559091</id><published>2009-08-11T17:33:00.003-07:00</published><updated>2009-08-11T17:33:44.241-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Adobe premiere tutorial'/><title type='text'>Adobe Premiere Pro Tutorial PART ONE</title><content type='html'>&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/ST__9AD8qas&amp;hl=en&amp;fs=1&amp;"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/ST__9AD8qas&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2550952280158595542-3172360020126559091?l=compart01.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://compart01.blogspot.com/feeds/3172360020126559091/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://compart01.blogspot.com/2009/08/adobe-premiere-pro-tutorial-part-one.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/3172360020126559091'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/3172360020126559091'/><link rel='alternate' type='text/html' href='http://compart01.blogspot.com/2009/08/adobe-premiere-pro-tutorial-part-one.html' title='Adobe Premiere Pro Tutorial PART ONE'/><author><name>Hart</name><uri>http://www.blogger.com/profile/17778553545600680074</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2550952280158595542.post-754250751667215613</id><published>2009-08-11T17:32:00.001-07:00</published><updated>2009-08-11T17:32:55.952-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='After effect video tutorial'/><title type='text'>Adobe After Effects - Introduction Tutorial Pt.1</title><content type='html'>&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/bsMV9DpzR3Y&amp;hl=en&amp;fs=1&amp;"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/bsMV9DpzR3Y&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2550952280158595542-754250751667215613?l=compart01.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://compart01.blogspot.com/feeds/754250751667215613/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://compart01.blogspot.com/2009/08/adobe-after-effects-introduction.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/754250751667215613'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/754250751667215613'/><link rel='alternate' type='text/html' href='http://compart01.blogspot.com/2009/08/adobe-after-effects-introduction.html' title='Adobe After Effects - Introduction Tutorial Pt.1'/><author><name>Hart</name><uri>http://www.blogger.com/profile/17778553545600680074</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2550952280158595542.post-5820591023010697975</id><published>2009-08-11T17:31:00.002-07:00</published><updated>2009-08-11T17:32:19.964-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='After effect video tutorial'/><title type='text'>Creating Basic Lightsabers in Adobe After Effects Tutorial HD</title><content type='html'>&lt;object width="560" height="340"&gt;&lt;param name="movie" value="http://www.youtube.com/v/7q87rHvUVB0&amp;hl=en&amp;fs=1&amp;"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/7q87rHvUVB0&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2550952280158595542-5820591023010697975?l=compart01.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://compart01.blogspot.com/feeds/5820591023010697975/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://compart01.blogspot.com/2009/08/creating-basic-lightsabers-in-adobe.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/5820591023010697975'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/5820591023010697975'/><link rel='alternate' type='text/html' href='http://compart01.blogspot.com/2009/08/creating-basic-lightsabers-in-adobe.html' title='Creating Basic Lightsabers in Adobe After Effects Tutorial HD'/><author><name>Hart</name><uri>http://www.blogger.com/profile/17778553545600680074</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2550952280158595542.post-5064132698653813456</id><published>2009-08-11T17:31:00.001-07:00</published><updated>2009-08-11T17:31:43.132-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='After effect video tutorial'/><title type='text'>After Effects Tutorial - 1 - Introduction</title><content type='html'>&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/MvJeQaTRT5E&amp;hl=en&amp;fs=1&amp;"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/MvJeQaTRT5E&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2550952280158595542-5064132698653813456?l=compart01.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://compart01.blogspot.com/feeds/5064132698653813456/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://compart01.blogspot.com/2009/08/after-effects-tutorial-1-introduction.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/5064132698653813456'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/5064132698653813456'/><link rel='alternate' type='text/html' href='http://compart01.blogspot.com/2009/08/after-effects-tutorial-1-introduction.html' title='After Effects Tutorial - 1 - Introduction'/><author><name>Hart</name><uri>http://www.blogger.com/profile/17778553545600680074</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2550952280158595542.post-8936562319566061349</id><published>2009-08-11T17:30:00.002-07:00</published><updated>2009-08-11T17:31:12.130-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='After effect video tutorial'/><title type='text'>Kamehameha After Effects Tutorial</title><content type='html'>&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/x9tc48FR9Tw&amp;hl=en&amp;fs=1&amp;"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/x9tc48FR9Tw&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2550952280158595542-8936562319566061349?l=compart01.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://compart01.blogspot.com/feeds/8936562319566061349/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://compart01.blogspot.com/2009/08/kamehameha-after-effects-tutorial.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/8936562319566061349'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/8936562319566061349'/><link rel='alternate' type='text/html' href='http://compart01.blogspot.com/2009/08/kamehameha-after-effects-tutorial.html' title='Kamehameha After Effects Tutorial'/><author><name>Hart</name><uri>http://www.blogger.com/profile/17778553545600680074</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2550952280158595542.post-4460052278384734238</id><published>2009-08-11T17:30:00.001-07:00</published><updated>2009-08-11T17:30:38.029-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='After effect video tutorial'/><title type='text'>Adobe After Effects Tutorial 1(Part 1)</title><content type='html'>&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/PYZIfGj-zWg&amp;hl=en&amp;fs=1&amp;"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/PYZIfGj-zWg&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2550952280158595542-4460052278384734238?l=compart01.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://compart01.blogspot.com/feeds/4460052278384734238/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://compart01.blogspot.com/2009/08/adobe-after-effects-tutorial-1part-1.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/4460052278384734238'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/4460052278384734238'/><link rel='alternate' type='text/html' href='http://compart01.blogspot.com/2009/08/adobe-after-effects-tutorial-1part-1.html' title='Adobe After Effects Tutorial 1(Part 1)'/><author><name>Hart</name><uri>http://www.blogger.com/profile/17778553545600680074</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2550952280158595542.post-644620555401148960</id><published>2009-08-11T17:28:00.004-07:00</published><updated>2009-08-11T17:29:24.015-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Photoshop video tutorial'/><title type='text'>Search Upload      * Upload Video File     * Record from Webcam  Watch this video in a new window Awesome Eyes in Photoshop</title><content type='html'>&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/-kIkarvhoa8&amp;hl=en&amp;fs=1&amp;"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/-kIkarvhoa8&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2550952280158595542-644620555401148960?l=compart01.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://compart01.blogspot.com/feeds/644620555401148960/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://compart01.blogspot.com/2009/08/search-upload-upload-video-file-record.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/644620555401148960'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/644620555401148960'/><link rel='alternate' type='text/html' href='http://compart01.blogspot.com/2009/08/search-upload-upload-video-file-record.html' title='Search Upload      * Upload Video File     * Record from Webcam  Watch this video in a new window Awesome Eyes in Photoshop'/><author><name>Hart</name><uri>http://www.blogger.com/profile/17778553545600680074</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2550952280158595542.post-3584743540284906013</id><published>2009-08-11T17:28:00.003-07:00</published><updated>2009-08-11T17:28:19.678-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Photoshop video tutorial'/><title type='text'>Combining Images/Composite Photoshop Tutorial</title><content type='html'>&lt;object width="560" height="340"&gt;&lt;param name="movie" value="http://www.youtube.com/v/GJm-MB0UGjw&amp;hl=en&amp;fs=1&amp;"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/GJm-MB0UGjw&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2550952280158595542-3584743540284906013?l=compart01.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://compart01.blogspot.com/feeds/3584743540284906013/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://compart01.blogspot.com/2009/08/combining-imagescomposite-photoshop.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/3584743540284906013'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/3584743540284906013'/><link rel='alternate' type='text/html' href='http://compart01.blogspot.com/2009/08/combining-imagescomposite-photoshop.html' title='Combining Images/Composite Photoshop Tutorial'/><author><name>Hart</name><uri>http://www.blogger.com/profile/17778553545600680074</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2550952280158595542.post-4993370589913704051</id><published>2009-08-11T17:25:00.000-07:00</published><updated>2009-08-11T17:27:20.916-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Photoshop video tutorial'/><title type='text'>Photoshop tutorial on using layers for effects.</title><content type='html'>&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/PlWfZeyvk9Y&amp;hl=en&amp;fs=1&amp;"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/PlWfZeyvk9Y&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2550952280158595542-4993370589913704051?l=compart01.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://compart01.blogspot.com/feeds/4993370589913704051/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://compart01.blogspot.com/2009/08/photoshop-tutorial-on-using-layers-for.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/4993370589913704051'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/4993370589913704051'/><link rel='alternate' type='text/html' href='http://compart01.blogspot.com/2009/08/photoshop-tutorial-on-using-layers-for.html' title='Photoshop tutorial on using layers for effects.'/><author><name>Hart</name><uri>http://www.blogger.com/profile/17778553545600680074</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2550952280158595542.post-2646951577340026789</id><published>2009-08-04T19:41:00.001-07:00</published><updated>2009-08-04T19:41:28.121-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Video training'/><title type='text'>Burza i deszcz - Efekt specjalny w Ulead VideoStudio 11.</title><content type='html'>&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/CkL60E089gI&amp;hl=en&amp;fs=1&amp;"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/CkL60E089gI&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2550952280158595542-2646951577340026789?l=compart01.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://compart01.blogspot.com/feeds/2646951577340026789/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://compart01.blogspot.com/2009/08/burza-i-deszcz-efekt-specjalny-w-ulead.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/2646951577340026789'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/2646951577340026789'/><link rel='alternate' type='text/html' href='http://compart01.blogspot.com/2009/08/burza-i-deszcz-efekt-specjalny-w-ulead.html' title='Burza i deszcz - Efekt specjalny w Ulead VideoStudio 11.'/><author><name>Hart</name><uri>http://www.blogger.com/profile/17778553545600680074</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2550952280158595542.post-8081802057732014135</id><published>2009-08-04T19:36:00.001-07:00</published><updated>2009-08-04T19:37:01.103-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Video training'/><title type='text'>Ulead Video Studio 11 Plus-"Jak zrobić burzę i deszcz"</title><content type='html'>&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/japYK1w-Ut0&amp;hl=en&amp;fs=1&amp;"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/japYK1w-Ut0&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2550952280158595542-8081802057732014135?l=compart01.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://compart01.blogspot.com/feeds/8081802057732014135/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://compart01.blogspot.com/2009/08/ulead-video-studio-11-plus-jak-zrobic.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/8081802057732014135'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/8081802057732014135'/><link rel='alternate' type='text/html' href='http://compart01.blogspot.com/2009/08/ulead-video-studio-11-plus-jak-zrobic.html' title='Ulead Video Studio 11 Plus-&quot;Jak zrobić burzę i deszcz&quot;'/><author><name>Hart</name><uri>http://www.blogger.com/profile/17778553545600680074</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2550952280158595542.post-2536592843583652236</id><published>2009-08-04T19:30:00.000-07:00</published><updated>2009-08-04T19:33:59.829-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Video training'/><title type='text'>Ulead Video Studio 11 Split Screen Tutorial</title><content type='html'>&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/WhmiVS65OM0&amp;hl=en&amp;fs=1&amp;"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/WhmiVS65OM0&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2550952280158595542-2536592843583652236?l=compart01.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://compart01.blogspot.com/feeds/2536592843583652236/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://compart01.blogspot.com/2009/08/ulead-video-studio-11-split-screen.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/2536592843583652236'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/2536592843583652236'/><link rel='alternate' type='text/html' href='http://compart01.blogspot.com/2009/08/ulead-video-studio-11-split-screen.html' title='Ulead Video Studio 11 Split Screen Tutorial'/><author><name>Hart</name><uri>http://www.blogger.com/profile/17778553545600680074</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2550952280158595542.post-1304241343661716171</id><published>2009-08-04T00:12:00.001-07:00</published><updated>2009-08-04T00:12:24.755-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Photoshop video tutorial'/><title type='text'>Photoshop Background Extraction</title><content type='html'>&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/OKGktCyJGQU&amp;hl=en&amp;fs=1&amp;"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/OKGktCyJGQU&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2550952280158595542-1304241343661716171?l=compart01.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://compart01.blogspot.com/feeds/1304241343661716171/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://compart01.blogspot.com/2009/08/photoshop-background-extraction.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/1304241343661716171'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/1304241343661716171'/><link rel='alternate' type='text/html' href='http://compart01.blogspot.com/2009/08/photoshop-background-extraction.html' title='Photoshop Background Extraction'/><author><name>Hart</name><uri>http://www.blogger.com/profile/17778553545600680074</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2550952280158595542.post-501546112323675052</id><published>2009-08-04T00:10:00.002-07:00</published><updated>2009-08-04T00:11:32.476-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Photoshop video tutorial'/><title type='text'>Magazines in Photoshop</title><content type='html'>&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/I1VThwTPTnQ&amp;hl=en&amp;fs=1&amp;"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/I1VThwTPTnQ&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2550952280158595542-501546112323675052?l=compart01.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://compart01.blogspot.com/feeds/501546112323675052/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://compart01.blogspot.com/2009/08/magazines-in-photoshop.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/501546112323675052'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/501546112323675052'/><link rel='alternate' type='text/html' href='http://compart01.blogspot.com/2009/08/magazines-in-photoshop.html' title='Magazines in Photoshop'/><author><name>Hart</name><uri>http://www.blogger.com/profile/17778553545600680074</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2550952280158595542.post-2183320996350340506</id><published>2009-08-04T00:10:00.001-07:00</published><updated>2009-08-04T00:10:50.018-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Photoshop video tutorial'/><title type='text'>Photoshop: iPod Nano (4th Gen!)</title><content type='html'>&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/P_c5xSVGO40&amp;hl=en&amp;fs=1&amp;"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/P_c5xSVGO40&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2550952280158595542-2183320996350340506?l=compart01.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://compart01.blogspot.com/feeds/2183320996350340506/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://compart01.blogspot.com/2009/08/photoshop-ipod-nano-4th-gen.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/2183320996350340506'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/2183320996350340506'/><link rel='alternate' type='text/html' href='http://compart01.blogspot.com/2009/08/photoshop-ipod-nano-4th-gen.html' title='Photoshop: iPod Nano (4th Gen!)'/><author><name>Hart</name><uri>http://www.blogger.com/profile/17778553545600680074</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2550952280158595542.post-5310948408115587477</id><published>2009-08-04T00:09:00.000-07:00</published><updated>2009-08-04T00:10:03.955-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Photoshop video tutorial'/><title type='text'>Photoshop: Stickers!</title><content type='html'>&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/SYYTezmCLE0&amp;hl=en&amp;fs=1&amp;"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/SYYTezmCLE0&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2550952280158595542-5310948408115587477?l=compart01.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://compart01.blogspot.com/feeds/5310948408115587477/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://compart01.blogspot.com/2009/08/photoshop-stickers.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/5310948408115587477'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/5310948408115587477'/><link rel='alternate' type='text/html' href='http://compart01.blogspot.com/2009/08/photoshop-stickers.html' title='Photoshop: Stickers!'/><author><name>Hart</name><uri>http://www.blogger.com/profile/17778553545600680074</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2550952280158595542.post-112491103283295694</id><published>2009-08-04T00:07:00.003-07:00</published><updated>2009-08-04T00:12:37.241-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Photoshop video tutorial'/><title type='text'>Brighten Teeth in Photoshop!</title><content type='html'>&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/GdQDSRcGhPs&amp;hl=en&amp;fs=1&amp;"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/GdQDSRcGhPs&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2550952280158595542-112491103283295694?l=compart01.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://compart01.blogspot.com/feeds/112491103283295694/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://compart01.blogspot.com/2009/08/brighten-teeth-in-photoshop_04.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/112491103283295694'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/112491103283295694'/><link rel='alternate' type='text/html' href='http://compart01.blogspot.com/2009/08/brighten-teeth-in-photoshop_04.html' title='Brighten Teeth in Photoshop!'/><author><name>Hart</name><uri>http://www.blogger.com/profile/17778553545600680074</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2550952280158595542.post-6981769764804757294</id><published>2009-08-04T00:07:00.001-07:00</published><updated>2009-08-04T00:07:46.040-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Photoshop video tutorial'/><title type='text'>Fake Eyelashes in Photoshop</title><content type='html'>&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/zxp97HYRhsQ&amp;hl=en&amp;fs=1&amp;"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/zxp97HYRhsQ&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2550952280158595542-6981769764804757294?l=compart01.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://compart01.blogspot.com/feeds/6981769764804757294/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://compart01.blogspot.com/2009/08/fake-eyelashes-in-photoshop.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/6981769764804757294'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/6981769764804757294'/><link rel='alternate' type='text/html' href='http://compart01.blogspot.com/2009/08/fake-eyelashes-in-photoshop.html' title='Fake Eyelashes in Photoshop'/><author><name>Hart</name><uri>http://www.blogger.com/profile/17778553545600680074</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2550952280158595542.post-2952862555454482012</id><published>2009-08-04T00:05:00.001-07:00</published><updated>2009-08-04T00:05:58.704-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Photoshop video tutorial'/><title type='text'>Awesome Eyes in Photoshop</title><content type='html'>&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/-kIkarvhoa8&amp;hl=en&amp;fs=1&amp;"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/-kIkarvhoa8&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2550952280158595542-2952862555454482012?l=compart01.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://compart01.blogspot.com/feeds/2952862555454482012/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://compart01.blogspot.com/2009/08/awesome-eyes-in-photoshop.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/2952862555454482012'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/2952862555454482012'/><link rel='alternate' type='text/html' href='http://compart01.blogspot.com/2009/08/awesome-eyes-in-photoshop.html' title='Awesome Eyes in Photoshop'/><author><name>Hart</name><uri>http://www.blogger.com/profile/17778553545600680074</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2550952280158595542.post-2337150887749414476</id><published>2009-08-03T22:28:00.000-07:00</published><updated>2009-08-03T22:29:30.741-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Adsense'/><title type='text'>AdSense Optimization</title><content type='html'>&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/J5WoejuePpk&amp;hl=en&amp;fs=1&amp;"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/J5WoejuePpk&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2550952280158595542-2337150887749414476?l=compart01.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://compart01.blogspot.com/feeds/2337150887749414476/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://compart01.blogspot.com/2009/08/adsense-optimization.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/2337150887749414476'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/2337150887749414476'/><link rel='alternate' type='text/html' href='http://compart01.blogspot.com/2009/08/adsense-optimization.html' title='AdSense Optimization'/><author><name>Hart</name><uri>http://www.blogger.com/profile/17778553545600680074</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2550952280158595542.post-7603038678089822411</id><published>2009-08-03T20:36:00.000-07:00</published><updated>2009-08-03T20:42:45.988-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Internet marketing'/><title type='text'>The whole theory of Internet Marketing</title><content type='html'>By Adams Gill&lt;br /&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 0pt; text-align: justify;"&gt;Online advertisement of any service, product, business etc is all about internet marketing and that marketing is a necessity of any business which is online. Every online business is in the form of website. Having a website about a particular business is not a big thing. The main work starts after this that how to make a website well know among the people who are using internet and have interest in that you have. Online web site promotion is called internet marketing. Well there are many factors involves in promotion of any website. &lt;/p&gt; &lt;p class="MsoNormal" style="margin: 0in 0in 0pt; text-align: justify;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt; &lt;p class="MsoNormal" style="margin: 0in 0in 0pt; text-align: justify;"&gt;&lt;b style=""&gt;One way&lt;/b&gt; is mouth to mouth marketing. In this you advertise your businesss website by telling everyone that is around you. That community of people is very short. If a person is not in that community and he is fully interested in your service at that time you are helpless.&lt;/p&gt; &lt;p class="MsoNormal" style="margin: 0in 0in 0pt; text-align: justify;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt; &lt;p class="MsoNormal" style="margin: 0in 0in 0pt; text-align: justify;"&gt;&lt;b style=""&gt;2&lt;sup&gt;nd&lt;/sup&gt; way&lt;/b&gt; is email marketing that you send Electronic mail to people around internet. But that method is good but not very useful. For example many people block that kind of mails as a spam. So the emails got deleted by their spam filter.&lt;/p&gt; &lt;p class="MsoNormal" style="margin: 0in 0in 0pt; text-align: justify;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt; &lt;p class="MsoNormal" style="margin: 0in 0in 0pt; text-align: justify;"&gt;&lt;b style=""&gt;3&lt;sup&gt;rd&lt;/sup&gt; way&lt;/b&gt; is that you entered your website into the online directories or search engines. Well there is not much difference between search engines and online directories. Directory is about the collection of many websites. People come to the directories in searching of their desired service. On the other hand search engine is also about a huge collection of websites. Now a days search engines are more familiar than directories. Experts say that 85% to 90% websites are visited though search engines. Search engines are the origin of internet marketing. Lets take a look at some more ways.&lt;/p&gt; &lt;p class="MsoNormal" style="margin: 0in 0in 0pt; text-align: justify;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt; &lt;ul style="margin-top: 0in;" type="circle"&gt;&lt;li class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;Blogs&lt;/li&gt;&lt;li class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;Articles&lt;/li&gt;&lt;li class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;Affiliate programs &lt;/li&gt;&lt;li class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;PPC advertising &lt;/li&gt;&lt;li class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;Banner advertising&lt;/li&gt;&lt;/ul&gt; &lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt; &lt;p class="MsoNormal" style="margin: 0in 0in 0pt; text-align: justify;"&gt;Before describing all the aspects of search engine marketing (SEM) 1&lt;sup&gt;st&lt;/sup&gt; talk about the term called Search Engine Optimization. SEO is a process to make any websites popular in the eye of search engine. Most of the search engines have a crawler that is also called spider as well. Spider visits every websites single page and sees how much that website is helpful for human and according to its algorithm. Spider also sees that how many quality websites voting for you.&lt;span style=""&gt;  &lt;/span&gt;After taking all these notice that website comes on the top of the search engine. As we all know that people usually concern with the search engine when they are looking for something over the internet. SEOs terminologies can make your website useful for the human and friendly for the search engine. So you can get more visitors which is a very gainful thing for any online business.&lt;/p&gt; &lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt; &lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;b style=""&gt;Here are some more factors involve in SEO&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/p&gt; &lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt; &lt;p class="MsoNormal" style="margin: 0in 0in 0pt 0.5in; text-indent: -0.25in;"&gt;&lt;span style="font-family: Wingdings;"&gt;&lt;span style=""&gt;ü&lt;span style="font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;      &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Webdesign template&lt;/p&gt; &lt;p class="MsoNormal" style="margin: 0in 0in 0pt 0.5in; text-indent: -0.25in;"&gt;&lt;span style="font-family: Wingdings;"&gt;&lt;span style=""&gt;ü&lt;span style="font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;      &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Website Content&lt;/p&gt; &lt;p class="MsoNormal" style="margin: 0in 0in 0pt 0.5in; text-indent: -0.25in;"&gt;&lt;span style="font-family: Wingdings;"&gt;&lt;span style=""&gt;ü&lt;span style="font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;      &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Internal linking&lt;/p&gt; &lt;p class="MsoNormal" style="margin: 0in 0in 0pt 0.5in; text-indent: -0.25in;"&gt;&lt;span style="font-family: Wingdings;"&gt;&lt;span style=""&gt;ü&lt;span style="font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;      &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Inbound link&lt;/p&gt; &lt;p class="MsoNormal" style="margin: 0in 0in 0pt 0.5in; text-indent: -0.25in;"&gt;&lt;span style="font-family: Wingdings;"&gt;&lt;span style=""&gt;ü&lt;span style="font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;      &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;st1:place&gt;Meta&lt;/st1:place&gt; tags&lt;/p&gt; &lt;p class="MsoNormal" style="margin: 0in 0in 0pt 0.5in; text-indent: -0.25in;"&gt;&lt;span style="font-family: Wingdings;"&gt;&lt;span style=""&gt;ü&lt;span style="font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;      &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Keywords&lt;/p&gt; &lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt; &lt;p class="MsoNormal" style="margin: 0in 0in 0pt; text-align: justify;"&gt;When you are doing any websites search engine marketing you should have bewared of the behavior of search engines spider. There is no way to hide you or to cheat any search engine. There are 2 types of strategies used in SEO field.&lt;/p&gt; &lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt; &lt;p class="MsoNormal" style="margin: 0in 0in 0pt 0.25in; text-indent: -0.25in;"&gt;&lt;span style="font-size: 10pt; font-family: Wingdings;"&gt;&lt;span style=""&gt;v&lt;span style="font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;      &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;b style=""&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;White hat SEO&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt; &lt;p class="MsoNormal" style="margin: 0in 0in 0pt 0.25in; text-indent: -0.25in;"&gt;&lt;span style="font-size: 10pt; font-family: Wingdings;"&gt;&lt;span style=""&gt;v&lt;span style="font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;      &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;b style=""&gt;&lt;span style="font-size: 10pt; font-family: Verdana;"&gt;Black Hat SEO&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt; &lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt; &lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;b style=""&gt;&lt;span style="font-size: 16pt; font-family: Verdana;"&gt;White hat SEO:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt; &lt;p class="MsoNormal" style="margin: 0in 0in 0pt; text-align: justify;"&gt;&lt;b style=""&gt;&lt;span style="font-size: 16pt; font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt; &lt;p class="MsoNormal" style="margin: 0in 0in 0pt; text-align: justify;"&gt;This strategy is very simple that you make your website search engine spider friendly and follow its rules (algorithm) and criteria.&lt;/p&gt; &lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt; &lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt; &lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;b style=""&gt;&lt;span style="font-size: 16pt; font-family: Verdana;"&gt;Black Hat SEO:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt; &lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;b style=""&gt;&lt;span style="font-size: 16pt; font-family: Verdana;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt; &lt;p class="MsoNormal" style="margin: 0in 0in 0pt; text-align: justify;"&gt;Black hat search engine optimization is that you dont follow its rules (algorithm). And find out the shortcuts to achieve the top listing. All the search engines dislike that strategy.&lt;/p&gt; &lt;p class="MsoNormal" style="margin: 0in 0in 0pt; text-align: justify;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt; &lt;p class="MsoNormal" style="margin: 0in 0in 0pt; text-align: justify;"&gt;There are many people who bet guaranteed top 10 positions in all the search engines. Dont get fool by listening them. In some way they are right in getting any top 10 position but for that purpose they are cheating with the spider. When the search engine comes to know about the cheat they programmed their spider to kick out those websites who used this trick. After that what happened is that your sites will be gone into the darkness. Suddenly the traffic you are getting from any search engine comes down. And you will be panelized for some times or for longer. You cant claim any body. Your email query will be return as a failure notice. This is the terminology that I have explained above Black hat SEO. Therefore Ill suggest to follow White hat SEO. So you can get the static rank in any search engine. Well search engine ranking methods getting change day by day. Make various search engine marketing strategies, do some experiments as well. Take a bulls eye on the movement of your site in the search engine &lt;span style=""&gt; &lt;/span&gt;&lt;/p&gt; &lt;p class="MsoNormal" style="margin: 0in 0in 0pt; text-align: justify;"&gt;&lt;span style=""&gt;&lt;/span&gt; &lt;/p&gt; &lt;p class="MsoNormal" style="margin: 0in 0in 0pt; text-align: justify;"&gt;Use of the SEO or internet marketing tools is useful for making different affective strategies. As there are many tools available on the internet the only thing is to find out the best one. By using of SEO tools you can check your website popularity, rank. Not only that you also can check out your competitors. By monitoring them youll come to know many useful things. You also can find out the top rated keyword.&lt;/p&gt; &lt;p class="MsoNormal" style="margin: 0in 0in 0pt; text-align: justify;"&gt;Keywords are just the phrases that people use for searching their desired service into the search engines&lt;/p&gt; &lt;p class="MsoNormal" style="margin: 0in 0in 0pt; text-align: justify;"&gt;Keywords are much important in SEO marketing. You have to choose the right keywords that your website is optimize for. A website is optimized with irrelevant keywords will not drive any decent traffic for the long time. Linking to the other sites is very useful and easy internet marketing technique. There are 3 types of linking given below&lt;/p&gt; &lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt; &lt;p class="MsoNormal" style="margin: 0in 0in 0pt 0.5in; text-indent: -0.25in;"&gt;&lt;span style="font-size: 13pt; font-family: Wingdings;"&gt;&lt;span style=""&gt;Ø&lt;span style="font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;     &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13pt;"&gt;One way linking&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt; &lt;p class="MsoNormal" style="margin: 0in 0in 0pt 0.5in; text-indent: -0.25in;"&gt;&lt;span style="font-size: 13pt; font-family: Wingdings;"&gt;&lt;span style=""&gt;Ø&lt;span style="font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;     &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13pt;"&gt;3 way linking &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt; &lt;p class="MsoNormal" style="margin: 0in 0in 0pt 0.5in; text-indent: -0.25in;"&gt;&lt;span style="font-size: 13pt; font-family: Wingdings;"&gt;&lt;span style=""&gt;Ø&lt;span style="font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;     &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13pt;"&gt;Reciprocal linking&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt; &lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt; &lt;p class="MsoNormal" style="margin: 0in 0in 0pt; text-align: justify;"&gt;All means that you are putting other websites html code on your webpage and other websites owners put your websites codes on their web page.&lt;/p&gt; &lt;p class="MsoNormal" style="margin: 0in 0in 0pt; text-align: justify;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt; &lt;p class="MsoNormal" style="margin: 0in 0in 0pt; text-align: justify;"&gt;&lt;span style=""&gt;&lt;/span&gt; &lt;/p&gt; &lt;p class="MsoNormal" style="margin: 0in 0in 0pt; text-align: justify;"&gt;There are many search engine optimization companies which are providing (SEM) and (SEO) services that help you to apply those techniques. Search engine never refer any seo firm. They always say that nobody can put your websites on the top. It has to be checked by the spider. Anyways that is not harm that you hire a search engine marketing firm who optimize your website in an effective way.&lt;/p&gt; &lt;p class="MsoNormal" style="margin: 0in 0in 0pt; text-align: justify;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt; &lt;p class="MsoNormal" style="margin: 0in 0in 0pt; text-align: justify;"&gt;Internet marketing articles are also a useful source of information about SEO. Many SEM expert people usually write very informative article about search engines. They talk about the current search engines behavior. And by reading them you can make a better strategy. &lt;span style=""&gt; &lt;/span&gt;&lt;/p&gt; &lt;p class="MsoNormal" style="margin: 0in 0in 0pt; text-align: justify;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt; &lt;p class="MsoNormal" style="margin: 0in 0in 0pt; text-align: justify;"&gt;Affiliate internet marketing is an other way of advertisement. You make some affiliate partners who place your product and services on their website. And start selling them. This is the best way of increasing sales of any product or service. &lt;/p&gt; &lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt; &lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt; &lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;b style=""&gt;&lt;span style="font-size: 16pt; font-family: Verdana;"&gt;Internet &amp;amp; search engine marketing tips&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt; &lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt; &lt;p class="MsoNormal" style="margin: 0in 0in 0pt; text-align: justify;"&gt;For the Improvement of your websites search engine ranking there are some tips. By using them you can boost up your online business significantly.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt; &lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt; &lt;p class="MsoNormal" style="margin: 0in 0in 0pt 0.5in; text-indent: -0.25in;"&gt;&lt;span style="font-family: Wingdings;"&gt;&lt;span style=""&gt;ü&lt;span style="font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;      &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Make an effective web design template and development plan.&lt;/p&gt; &lt;p class="MsoNormal" style="margin: 0in 0in 0pt 0.5in; text-indent: -0.25in;"&gt;&lt;span style="font-family: Wingdings;"&gt;&lt;span style=""&gt;ü&lt;span style="font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;      &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Your web promotion plan should not be conflict with any search engines criteria.&lt;/p&gt; &lt;p class="MsoNormal" style="margin: 0in 0in 0pt 0.5in; text-indent: -0.25in;"&gt;&lt;span style="font-family: Wingdings;"&gt;&lt;span style=""&gt;ü&lt;span style="font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;      &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Dont cheat search engine or the people as well.&lt;/p&gt; &lt;p class="MsoNormal" style="margin: 0in 0in 0pt 0.5in; text-indent: -0.25in;"&gt;&lt;span style="font-family: Wingdings;"&gt;&lt;span style=""&gt;ü&lt;span style="font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;      &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Always write Blogs, RSS, Press releases, reviews and articles. That will help for making your strong online presence.&lt;/p&gt; &lt;p class="MsoNormal" style="margin: 0in 0in 0pt 0.5in; text-indent: -0.25in;"&gt;&lt;span style="font-family: Wingdings;"&gt;&lt;span style=""&gt;ü&lt;span style="font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;      &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Get in touch with affiliate, reseller and associate programs.&lt;/p&gt; &lt;p class="MsoNormal" style="margin: 0in 0in 0pt 0.5in; text-indent: -0.25in;"&gt;&lt;span style="font-family: Wingdings;"&gt;&lt;span style=""&gt;ü&lt;span style="font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;      &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Hire internet marketing consultant who analysis your marketing plan and suggest you some tips if needed.&lt;/p&gt; &lt;p class="MsoNormal" style="margin: 0in 0in 0pt 0.5in; text-indent: -0.25in;"&gt;&lt;span style="font-family: Wingdings;"&gt;&lt;span style=""&gt;ü&lt;span style="font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;      &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Provide some free services from your website.&lt;/p&gt; &lt;p class="MsoNormal" style="margin: 0in 0in 0pt 0.5in; text-indent: -0.25in;"&gt;&lt;span style="font-family: Wingdings;"&gt;&lt;span style=""&gt;ü&lt;span style="font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;      &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Use email marketing strategy and use some efficiently and effectively email auto responders&lt;/p&gt; &lt;p class="MsoNormal" style="margin: 0in 0in 0pt 0.5in; text-indent: -0.25in;"&gt;&lt;span style="font-family: Wingdings;"&gt;&lt;span style=""&gt;ü&lt;span style="font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;      &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Focus on major search engines and optimized your websites with the keywords&lt;/p&gt; &lt;p class="MsoNormal" style="margin: 0in 0in 0pt 0.5in; text-indent: -0.25in;"&gt;&lt;span style="font-family: Wingdings;"&gt;&lt;span style=""&gt;ü&lt;span style="font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;      &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Do some link building and get some quality back link to your site.&lt;/p&gt; &lt;p class="MsoNormal" style="margin: 0in 0in 0pt 0.5in; text-indent: -0.25in;"&gt;&lt;span style="font-family: Wingdings;"&gt;&lt;span style=""&gt;ü&lt;span style="font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;      &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Dont follow Black hat SEO rules. &lt;/p&gt; &lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt; &lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt; &lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;a href="http://www.seoprojection.com/"&gt;Search Engine Marketing&lt;/a&gt; -- We offer the affective services for SEO.&lt;/p&gt;www.ezilon.com&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2550952280158595542-7603038678089822411?l=compart01.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://compart01.blogspot.com/feeds/7603038678089822411/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://compart01.blogspot.com/2009/08/whole-theory-of-internet-marketing.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/7603038678089822411'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/7603038678089822411'/><link rel='alternate' type='text/html' href='http://compart01.blogspot.com/2009/08/whole-theory-of-internet-marketing.html' title='The whole theory of Internet Marketing'/><author><name>Hart</name><uri>http://www.blogger.com/profile/17778553545600680074</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2550952280158595542.post-960825880546864277</id><published>2009-07-31T00:15:00.000-07:00</published><updated>2009-07-31T00:16:32.092-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Internet marketing'/><title type='text'>$3.5 Million With Google Adsense &amp; Internet Marketing</title><content type='html'>&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/u-5Rl2lfYwM&amp;hl=en&amp;fs=1&amp;"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/u-5Rl2lfYwM&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2550952280158595542-960825880546864277?l=compart01.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://compart01.blogspot.com/feeds/960825880546864277/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://compart01.blogspot.com/2009/07/35-million-with-google-adsense-internet.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/960825880546864277'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/960825880546864277'/><link rel='alternate' type='text/html' href='http://compart01.blogspot.com/2009/07/35-million-with-google-adsense-internet.html' title='$3.5 Million With Google Adsense &amp; Internet Marketing'/><author><name>Hart</name><uri>http://www.blogger.com/profile/17778553545600680074</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2550952280158595542.post-5178550452821216564</id><published>2009-07-31T00:14:00.001-07:00</published><updated>2009-07-31T00:14:39.855-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Internet marketing'/><title type='text'>Internet Marketing</title><content type='html'>&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/ldjo6WJJWGI&amp;hl=en&amp;fs=1&amp;"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/ldjo6WJJWGI&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2550952280158595542-5178550452821216564?l=compart01.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://compart01.blogspot.com/feeds/5178550452821216564/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://compart01.blogspot.com/2009/07/internet-marketing.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/5178550452821216564'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/5178550452821216564'/><link rel='alternate' type='text/html' href='http://compart01.blogspot.com/2009/07/internet-marketing.html' title='Internet Marketing'/><author><name>Hart</name><uri>http://www.blogger.com/profile/17778553545600680074</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2550952280158595542.post-3131703893982508639</id><published>2009-07-31T00:12:00.001-07:00</published><updated>2009-07-31T00:12:59.597-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Internet marketing'/><title type='text'>Internet Marketing - Search Engine Optimization - Google</title><content type='html'>&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/jq4rUcmALhY&amp;hl=en&amp;fs=1&amp;"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/jq4rUcmALhY&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2550952280158595542-3131703893982508639?l=compart01.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://compart01.blogspot.com/feeds/3131703893982508639/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://compart01.blogspot.com/2009/07/internet-marketing-search-engine.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/3131703893982508639'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/3131703893982508639'/><link rel='alternate' type='text/html' href='http://compart01.blogspot.com/2009/07/internet-marketing-search-engine.html' title='Internet Marketing - Search Engine Optimization - Google'/><author><name>Hart</name><uri>http://www.blogger.com/profile/17778553545600680074</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2550952280158595542.post-88489829808670374</id><published>2009-07-30T23:59:00.001-07:00</published><updated>2009-07-30T23:59:30.762-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Internet marketing'/><title type='text'>Internet Marketing Secrets 1 of 3</title><content type='html'>&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/yCzBleXOaHk&amp;hl=en&amp;fs=1&amp;"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/yCzBleXOaHk&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2550952280158595542-88489829808670374?l=compart01.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://compart01.blogspot.com/feeds/88489829808670374/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://compart01.blogspot.com/2009/07/internet-marketing-secrets-1-of-3.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/88489829808670374'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/88489829808670374'/><link rel='alternate' type='text/html' href='http://compart01.blogspot.com/2009/07/internet-marketing-secrets-1-of-3.html' title='Internet Marketing Secrets 1 of 3'/><author><name>Hart</name><uri>http://www.blogger.com/profile/17778553545600680074</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2550952280158595542.post-6068701770667508756</id><published>2009-07-30T23:57:00.000-07:00</published><updated>2009-07-30T23:58:17.342-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Internet marketing'/><title type='text'>Psychology of Internet Marketing With Armand Morin &amp; Lou Harty</title><content type='html'>&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/mUH_QE0YPOc&amp;hl=en&amp;fs=1&amp;"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/mUH_QE0YPOc&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2550952280158595542-6068701770667508756?l=compart01.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://compart01.blogspot.com/feeds/6068701770667508756/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://compart01.blogspot.com/2009/07/psychology-of-internet-marketing-with.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/6068701770667508756'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/6068701770667508756'/><link rel='alternate' type='text/html' href='http://compart01.blogspot.com/2009/07/psychology-of-internet-marketing-with.html' title='Psychology of Internet Marketing With Armand Morin &amp; Lou Harty'/><author><name>Hart</name><uri>http://www.blogger.com/profile/17778553545600680074</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2550952280158595542.post-3867218069825217511</id><published>2009-07-30T23:55:00.000-07:00</published><updated>2009-07-30T23:56:10.486-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Internet marketing'/><title type='text'>Internet Marketing Explained</title><content type='html'>&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/QX1vOFFvDAk&amp;hl=en&amp;fs=1&amp;"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/QX1vOFFvDAk&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2550952280158595542-3867218069825217511?l=compart01.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://compart01.blogspot.com/feeds/3867218069825217511/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://compart01.blogspot.com/2009/07/internet-marketing-explained_30.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/3867218069825217511'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/3867218069825217511'/><link rel='alternate' type='text/html' href='http://compart01.blogspot.com/2009/07/internet-marketing-explained_30.html' title='Internet Marketing Explained'/><author><name>Hart</name><uri>http://www.blogger.com/profile/17778553545600680074</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2550952280158595542.post-6520750014489054979</id><published>2009-07-30T23:54:00.001-07:00</published><updated>2009-07-30T23:54:57.416-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Internet marketing'/><title type='text'>The Internet Explained</title><content type='html'>&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/qv0XCaUkfNk&amp;hl=en&amp;fs=1&amp;"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/qv0XCaUkfNk&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2550952280158595542-6520750014489054979?l=compart01.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://compart01.blogspot.com/feeds/6520750014489054979/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://compart01.blogspot.com/2009/07/internet-explained.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/6520750014489054979'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/6520750014489054979'/><link rel='alternate' type='text/html' href='http://compart01.blogspot.com/2009/07/internet-explained.html' title='The Internet Explained'/><author><name>Hart</name><uri>http://www.blogger.com/profile/17778553545600680074</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2550952280158595542.post-2735814632944470417</id><published>2009-07-30T23:53:00.001-07:00</published><updated>2009-07-30T23:54:02.249-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Internet marketing'/><title type='text'>Internet Marketing Explained</title><content type='html'>&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/0bwCShSBJUM&amp;hl=en&amp;fs=1&amp;"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/0bwCShSBJUM&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2550952280158595542-2735814632944470417?l=compart01.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://compart01.blogspot.com/feeds/2735814632944470417/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://compart01.blogspot.com/2009/07/internet-marketing-explained.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/2735814632944470417'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/2735814632944470417'/><link rel='alternate' type='text/html' href='http://compart01.blogspot.com/2009/07/internet-marketing-explained.html' title='Internet Marketing Explained'/><author><name>Hart</name><uri>http://www.blogger.com/profile/17778553545600680074</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2550952280158595542.post-2256948383798021921</id><published>2009-07-29T17:58:00.000-07:00</published><updated>2009-07-29T17:59:10.255-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Internet marketing'/><title type='text'>Internet Marketing Model by Armand Morin</title><content type='html'>&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/2gTb8kT2QGY&amp;hl=en&amp;fs=1&amp;"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/2gTb8kT2QGY&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2550952280158595542-2256948383798021921?l=compart01.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://compart01.blogspot.com/feeds/2256948383798021921/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://compart01.blogspot.com/2009/07/internet-marketing-model-by-armand.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/2256948383798021921'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/2256948383798021921'/><link rel='alternate' type='text/html' href='http://compart01.blogspot.com/2009/07/internet-marketing-model-by-armand.html' title='Internet Marketing Model by Armand Morin'/><author><name>Hart</name><uri>http://www.blogger.com/profile/17778553545600680074</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2550952280158595542.post-6468361226380311887</id><published>2009-07-29T17:57:00.000-07:00</published><updated>2009-07-29T17:58:15.854-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Internet marketing'/><title type='text'>Two Essential Insider Internet Marketing Tricks the Guru's Don't Want You to Know</title><content type='html'>&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/2dTGhcZYeEk&amp;hl=en&amp;fs=1&amp;"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/2dTGhcZYeEk&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2550952280158595542-6468361226380311887?l=compart01.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://compart01.blogspot.com/feeds/6468361226380311887/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://compart01.blogspot.com/2009/07/two-essential-insider-internet.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/6468361226380311887'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/6468361226380311887'/><link rel='alternate' type='text/html' href='http://compart01.blogspot.com/2009/07/two-essential-insider-internet.html' title='Two Essential Insider Internet Marketing Tricks the Guru&apos;s Don&apos;t Want You to Know'/><author><name>Hart</name><uri>http://www.blogger.com/profile/17778553545600680074</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2550952280158595542.post-5894175480867113911</id><published>2009-07-29T17:56:00.001-07:00</published><updated>2009-07-30T23:52:39.874-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Internet marketing'/><title type='text'>internet Marketing for small Business | Marketing Tips #1</title><content type='html'>&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/3exu5048qs0&amp;hl=en&amp;fs=1&amp;"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/3exu5048qs0&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2550952280158595542-5894175480867113911?l=compart01.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://compart01.blogspot.com/feeds/5894175480867113911/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://compart01.blogspot.com/2009/07/nternet-marketing-for-small-business.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/5894175480867113911'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/5894175480867113911'/><link rel='alternate' type='text/html' href='http://compart01.blogspot.com/2009/07/nternet-marketing-for-small-business.html' title='internet Marketing for small Business | Marketing Tips #1'/><author><name>Hart</name><uri>http://www.blogger.com/profile/17778553545600680074</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2550952280158595542.post-8607611648889641614</id><published>2009-07-29T17:55:00.001-07:00</published><updated>2009-07-29T17:55:47.700-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Internet marketing'/><title type='text'>Internet Marketing for Dentists, Facebook - part 1 of 3</title><content type='html'>&lt;object width="560" height="340"&gt;&lt;param name="movie" value="http://www.youtube.com/v/FRpTFkUcdqA&amp;hl=en&amp;fs=1&amp;"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/FRpTFkUcdqA&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="340"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2550952280158595542-8607611648889641614?l=compart01.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://compart01.blogspot.com/feeds/8607611648889641614/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://compart01.blogspot.com/2009/07/internet-marketing-for-dentists.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/8607611648889641614'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/8607611648889641614'/><link rel='alternate' type='text/html' href='http://compart01.blogspot.com/2009/07/internet-marketing-for-dentists.html' title='Internet Marketing for Dentists, Facebook - part 1 of 3'/><author><name>Hart</name><uri>http://www.blogger.com/profile/17778553545600680074</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2550952280158595542.post-6845243612141948237</id><published>2009-07-29T17:53:00.001-07:00</published><updated>2009-07-29T17:54:19.918-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Internet marketing'/><title type='text'>Super Internet Marketing Tips</title><content type='html'>&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/RYAQnhGLFsM&amp;hl=en&amp;fs=1&amp;"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/RYAQnhGLFsM&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2550952280158595542-6845243612141948237?l=compart01.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://compart01.blogspot.com/feeds/6845243612141948237/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://compart01.blogspot.com/2009/07/super-internet-marketing-tips.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/6845243612141948237'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/6845243612141948237'/><link rel='alternate' type='text/html' href='http://compart01.blogspot.com/2009/07/super-internet-marketing-tips.html' title='Super Internet Marketing Tips'/><author><name>Hart</name><uri>http://www.blogger.com/profile/17778553545600680074</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2550952280158595542.post-6932248708966680843</id><published>2009-07-29T17:49:00.001-07:00</published><updated>2009-07-29T17:50:57.752-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Overclocking'/><title type='text'>BIOS settings for 3.6 GHz E8400 overclock on Asus P5N-D</title><content type='html'>&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/KtcFNcpcnQY&amp;hl=en&amp;fs=1&amp;"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/KtcFNcpcnQY&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2550952280158595542-6932248708966680843?l=compart01.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://compart01.blogspot.com/feeds/6932248708966680843/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://compart01.blogspot.com/2009/07/bios-settings-for-36-ghz-e8400.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/6932248708966680843'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/6932248708966680843'/><link rel='alternate' type='text/html' href='http://compart01.blogspot.com/2009/07/bios-settings-for-36-ghz-e8400.html' title='BIOS settings for 3.6 GHz E8400 overclock on Asus P5N-D'/><author><name>Hart</name><uri>http://www.blogger.com/profile/17778553545600680074</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2550952280158595542.post-6026656058439042972</id><published>2009-07-29T17:49:00.000-07:00</published><updated>2009-07-29T17:51:43.904-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Overclocking'/><title type='text'>BIOS settings for 3.6 GHz E8400 overclock on Asus P5N-D</title><content type='html'>&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/KtcFNcpcnQY&amp;hl=en&amp;fs=1&amp;"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/KtcFNcpcnQY&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2550952280158595542-6026656058439042972?l=compart01.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://compart01.blogspot.com/feeds/6026656058439042972/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://compart01.blogspot.com/2009/07/bios-settings-for-36-ghz-e8400_29.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/6026656058439042972'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/6026656058439042972'/><link rel='alternate' type='text/html' href='http://compart01.blogspot.com/2009/07/bios-settings-for-36-ghz-e8400_29.html' title='BIOS settings for 3.6 GHz E8400 overclock on Asus P5N-D'/><author><name>Hart</name><uri>http://www.blogger.com/profile/17778553545600680074</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2550952280158595542.post-6837858764775089549</id><published>2009-07-29T17:48:00.001-07:00</published><updated>2009-07-29T17:49:00.827-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Overclocking'/><title type='text'>ATi CrossfireX Vs Nvidia 3-Way SLi</title><content type='html'>&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/F6qPkTiwzgw&amp;hl=en&amp;fs=1&amp;"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/F6qPkTiwzgw&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2550952280158595542-6837858764775089549?l=compart01.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://compart01.blogspot.com/feeds/6837858764775089549/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://compart01.blogspot.com/2009/07/ati-crossfirex-vs-nvidia-3-way-sli.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/6837858764775089549'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/6837858764775089549'/><link rel='alternate' type='text/html' href='http://compart01.blogspot.com/2009/07/ati-crossfirex-vs-nvidia-3-way-sli.html' title='ATi CrossfireX Vs Nvidia 3-Way SLi'/><author><name>Hart</name><uri>http://www.blogger.com/profile/17778553545600680074</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2550952280158595542.post-8857845008985235524</id><published>2009-07-29T17:47:00.000-07:00</published><updated>2009-07-29T17:52:16.905-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Overclocking'/><title type='text'>(HD) Core i7 4.4 GHz Overclocking Benchmark</title><content type='html'>&lt;object width="560" height="340"&gt;&lt;param name="movie" value="http://www.youtube.com/v/mxEKV-h5BDs&amp;hl=en&amp;fs=1&amp;"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/mxEKV-h5BDs&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="340"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2550952280158595542-8857845008985235524?l=compart01.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://compart01.blogspot.com/feeds/8857845008985235524/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://compart01.blogspot.com/2009/07/hd-core-i7-44-ghz-overclocking.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/8857845008985235524'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/8857845008985235524'/><link rel='alternate' type='text/html' href='http://compart01.blogspot.com/2009/07/hd-core-i7-44-ghz-overclocking.html' title='(HD) Core i7 4.4 GHz Overclocking Benchmark'/><author><name>Hart</name><uri>http://www.blogger.com/profile/17778553545600680074</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2550952280158595542.post-3694174127657295071</id><published>2009-07-28T23:47:00.000-07:00</published><updated>2009-07-28T23:48:33.108-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Computer'/><title type='text'>How to Clean a Computer : How to Clean a Computer Heat Sink</title><content type='html'>&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/bJThxGmC2pw&amp;hl=en&amp;fs=1"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/bJThxGmC2pw&amp;hl=en&amp;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2550952280158595542-3694174127657295071?l=compart01.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://compart01.blogspot.com/feeds/3694174127657295071/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://compart01.blogspot.com/2009/07/how-to-clean-computer-how-to-clean.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/3694174127657295071'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/3694174127657295071'/><link rel='alternate' type='text/html' href='http://compart01.blogspot.com/2009/07/how-to-clean-computer-how-to-clean.html' title='How to Clean a Computer : How to Clean a Computer Heat Sink'/><author><name>Hart</name><uri>http://www.blogger.com/profile/17778553545600680074</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2550952280158595542.post-651501498085929073</id><published>2009-07-28T23:46:00.000-07:00</published><updated>2009-07-28T23:47:39.051-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows exploration'/><title type='text'>PC Maintenance (Windows XP)</title><content type='html'>&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/KgilFGKJmFM&amp;hl=en&amp;fs=1"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/KgilFGKJmFM&amp;hl=en&amp;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2550952280158595542-651501498085929073?l=compart01.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://compart01.blogspot.com/feeds/651501498085929073/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://compart01.blogspot.com/2009/07/pc-maintenance-windows-xp.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/651501498085929073'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/651501498085929073'/><link rel='alternate' type='text/html' href='http://compart01.blogspot.com/2009/07/pc-maintenance-windows-xp.html' title='PC Maintenance (Windows XP)'/><author><name>Hart</name><uri>http://www.blogger.com/profile/17778553545600680074</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2550952280158595542.post-5654974528406676781</id><published>2009-07-28T23:45:00.000-07:00</published><updated>2009-07-28T23:46:13.213-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='SEO'/><title type='text'>Top 20 SEO Tools</title><content type='html'>&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/TDZEoDtNYx8&amp;hl=en&amp;fs=1"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/TDZEoDtNYx8&amp;hl=en&amp;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2550952280158595542-5654974528406676781?l=compart01.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://compart01.blogspot.com/feeds/5654974528406676781/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://compart01.blogspot.com/2009/07/top-20-seo-tools.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/5654974528406676781'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/5654974528406676781'/><link rel='alternate' type='text/html' href='http://compart01.blogspot.com/2009/07/top-20-seo-tools.html' title='Top 20 SEO Tools'/><author><name>Hart</name><uri>http://www.blogger.com/profile/17778553545600680074</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2550952280158595542.post-250191297940502804</id><published>2009-07-26T23:10:00.001-07:00</published><updated>2009-07-26T23:10:45.597-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='SEO'/><title type='text'>How to Become Number #1 in Google</title><content type='html'>&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/IFgi2PNkCUc&amp;hl=en&amp;fs=1&amp;"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/IFgi2PNkCUc&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2550952280158595542-250191297940502804?l=compart01.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://compart01.blogspot.com/feeds/250191297940502804/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://compart01.blogspot.com/2009/07/how-to-become-number-1-in-google.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/250191297940502804'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2550952280158595542/posts/default/250191297940502804'/><link rel='alternate' type='text/html' href='http://compart01.blogspot.com/2009/07/how-to-become-number-1-in-google.html' title='How to Become Number #1 in Google'/><author><name>Hart</name><uri>http://www.blogger.com/profile/17778553545600680074</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry></feed>
