<?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-2871615434430107180</id><updated>2011-10-17T05:38:57.438-07:00</updated><category term='Email Client'/><category term='Communications And Technology'/><category term='SEO'/><category term='Game Console'/><category term='Computer Certification'/><category term='Linux'/><category term='PROXY'/><category term='Data Recovery'/><category term='Hardware'/><category term='Iptable'/><category term='Hacking'/><category term='Google Adsense'/><category term='Apache'/><title type='text'>Portal IT</title><subtitle type='html'>Blog ini berisi kumpulan tutorial bidang IT beserta tip dan trik dalam menghadapi troubleshooting di bidang IT</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://portal-it.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2871615434430107180/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://portal-it.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>d-ebook</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://photos1.blogger.com/blogger/2181/2923/320/P1020834.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>32</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-2871615434430107180.post-3353293348415809832</id><published>2007-07-27T06:06:00.000-07:00</published><updated>2007-07-27T06:09:46.497-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Linux'/><title type='text'>Linux Tips: How to quickly bind a range of IPs on RedHat based systems</title><content type='html'>In this short post I will show you how you can quickly add a range of IPs on any RedHat based system (Rhel, Centos, Fedora, etc). When you have to add many IPs to a system this can be quite handy and save a lot of time.&lt;br /&gt;Normally when you add a new IP to a network interface in a RedHat based system you create a file ifcfg-eth0:x in /etc/sysconfig/network-scripts/. For example:&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;&lt;blockquote&gt;/etc/sysconfig/network-scripts/ifcfg-eth0:0&lt;br /&gt;DEVICE=eth0:0&lt;br /&gt;ONBOOT=yes&lt;br /&gt;BOOTPROTO=static&lt;br /&gt;IPADDR=192.168.0.100&lt;br /&gt;NETMASK=255.255.255.0&lt;br /&gt;NETWORK=192.168.0.0&lt;br /&gt;BROADCAST=192.168.0.255&lt;br /&gt;TYPE=Ethernet&lt;/blockquote&gt;&lt;br /&gt;Similar to the above example you can create several aliases. But what if you have to add a lot of IPs that are in a range like this? Let’s say that I want to add 100 IPs this way… this is possible, but not very effective, right? RedHat based systems offer a method to bind a range of IPs in a quick way allowing us to eliminate the need to create a lot of files and saving us time doing this.&lt;br /&gt;Create a file /etc/sysconfig/network-scripts/ifcfg-eth0-range0 if this doesn’t exist, or just add to it if you already have it, the following lines:&lt;br /&gt;&lt;br /&gt;/etc/sysconfig/network-scripts/ifcfg-eth0-range0&lt;br /&gt;IPADDR_START=192.168.0.100&lt;br /&gt;IPADDR_END=192.168.0.200&lt;br /&gt;CLONENUM_START=0&lt;br /&gt;&lt;br /&gt;where: IPADDR_START is the first IP and IPADDR_END is the last IP in the range. CLONENUM_START is the number that will be assigned to the first IP alias interface (eth0:0 in this example).&lt;br /&gt;&lt;br /&gt;If you need to add more ranges of IPs then just use a different file for ex. ifcfg-eth0-range1, for each one of the ranges. You need to be careful and use the proper CLONENUM_START to not overwrite other aliases. Once you have configured the range/s of IPs you just need to restart the network service in order to activate it:&lt;br /&gt;&lt;br /&gt;service network restart&lt;br /&gt;&lt;br /&gt;Note: don’t use this method on a CPanel based system. Even though this will work fine, it is better to use CPanel/WHM in this case so CPanel can manage all the IPs properly. Here is a short post on how you can do the same thing ‘CPanel way’. &lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2871615434430107180-3353293348415809832?l=portal-it.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://portal-it.blogspot.com/feeds/3353293348415809832/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2871615434430107180&amp;postID=3353293348415809832' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2871615434430107180/posts/default/3353293348415809832'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2871615434430107180/posts/default/3353293348415809832'/><link rel='alternate' type='text/html' href='http://portal-it.blogspot.com/2007/07/linux-tips-how-to-quickly-bind-range-of.html' title='Linux Tips: How to quickly bind a range of IPs on RedHat based systems'/><author><name>d-ebook</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://photos1.blogger.com/blogger/2181/2923/320/P1020834.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2871615434430107180.post-6181233066239090802</id><published>2007-07-09T04:53:00.000-07:00</published><updated>2007-07-09T04:56:10.297-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Game Console'/><category scheme='http://www.blogger.com/atom/ns#' term='Hardware'/><title type='text'>Rumor Alert: New ‘PSP2′ arriving right after E3?</title><content type='html'>Evenin’ ladies and gents, Frozencry here. I’d like to inform you all of some ‘info’ I’ve stumbled upon from a very big gaming retailer which I will not name. It relates to the rumoured new PSP in the works. In fact, it looks like some damned solid evidence that the PSP2 is not only a reality, but it should be arriving VERY soon; as in, sometime right after E3.&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;The info came about when the retailer I work for was low in stock for PSP units. So curiously, we inquired about it to our Head Office, and our answer? It went something along the lines of “There will be no more issues of the PSP, as we are currently awaiting for restock of a new PSP model.” Now, If that isn’t some damned solid proof that a new ‘PSP2′ is in the works, I don’t know what is.&lt;br /&gt;&lt;br /&gt;Nonetheless, we shall see in a few days, as the behemoth that is E3 is almost upon us. Let the rumours and speculations and all that mumbo jumbo begin.&lt;br /&gt;&lt;br /&gt;Source : http://neogamer.net/2007/07/08/rumor-alert-new-psp2-arriving-right-after-e3/&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2871615434430107180-6181233066239090802?l=portal-it.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://portal-it.blogspot.com/feeds/6181233066239090802/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2871615434430107180&amp;postID=6181233066239090802' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2871615434430107180/posts/default/6181233066239090802'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2871615434430107180/posts/default/6181233066239090802'/><link rel='alternate' type='text/html' href='http://portal-it.blogspot.com/2007/07/rumor-alert-new-psp2-arriving-right.html' title='Rumor Alert: New ‘PSP2′ arriving right after E3?'/><author><name>d-ebook</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://photos1.blogger.com/blogger/2181/2923/320/P1020834.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2871615434430107180.post-6132059751385475842</id><published>2007-07-09T00:35:00.000-07:00</published><updated>2007-07-09T00:36:35.870-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Linux'/><category scheme='http://www.blogger.com/atom/ns#' term='Hacking'/><title type='text'>Installing VMware Tools in Fedora Core 6</title><content type='html'># Install software called by by VMware Tools&lt;br /&gt;yum install gcc&lt;br /&gt;&lt;br /&gt;# Install kernel header files&lt;br /&gt;yum install kernel-devel&lt;br /&gt;&lt;br /&gt;# Check it matches the running kernel&lt;br /&gt;uname -r             # running kernel&lt;br /&gt;rpm -q kernel-devel  # installed kernel headers&lt;br /&gt;# It the two versions do not match, run&lt;br /&gt;yum -y upgrade kernel kernel-devel&lt;br /&gt;# then reboot (but only if they did not match).&lt;br /&gt;&lt;br /&gt;# Find out where the kernel headers are&lt;br /&gt;ls -d /usr/src/kernels/$(uname -r)*/include&lt;br /&gt;# You may need this later.&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;# If you already have VMwareTools-5.5.2-29772.tar.gz on disk, SKIP THIS STEP!&lt;br /&gt;# Download VMware-workstation-5.5.2-29772.tar.gz from vmware.com&lt;br /&gt;# Extract the VMware Tools iso from it&lt;br /&gt;tar --strip-components=3 -zxvf VMware-workstation-5.5.2-29772.tar.gz &lt;br /&gt; vmware-distrib/lib/isoimages/linux.iso&lt;br /&gt;# Create a temporary mount point&lt;br /&gt;mkdir /mnt/vmtools-temp&lt;br /&gt;# Mount the image&lt;br /&gt;mount -o loop linux.iso /mnt/vmtools-temp&lt;br /&gt;# Copy VMware Tools from the mount&lt;br /&gt;cp /mnt/vmtools-temp/VMwareTools-5.5.2-29772.tar.gz /tmp/&lt;br /&gt;# Unmount the image and tidy up&lt;br /&gt;umount /mnt/vmtools-temp&lt;br /&gt;rmdir /mnt/vmtools-temp&lt;br /&gt;rm linux.iso&lt;br /&gt;&lt;br /&gt;# Unpack VMware Tools to a temporary directory&lt;br /&gt;cd /tmp/&lt;br /&gt;tar zxvf VMwareTools-5.5.2-29772.tar.gz&lt;br /&gt;cd /tmp/vmware-tools-distrib/&lt;br /&gt;./vmware-install.pl&lt;br /&gt;# Do you want to run vmware-config-tools.pl? yes&lt;br /&gt;&lt;br /&gt;# Fix xorg config&lt;br /&gt;# If when you (re)start X, you get the error "Undefined Monitor "vmware"..":&lt;br /&gt;vi /etc/X11/xorg.conf&lt;br /&gt;# Add the lines&lt;br /&gt;Section "Monitor"&lt;br /&gt;        Identifier   "vmware"&lt;br /&gt;EndSection&lt;br /&gt;# To add better mouse support, add the lines&lt;br /&gt;Section "InputDevice"&lt;br /&gt; Identifier "Mouse0"&lt;br /&gt; Driver "vmmouse"&lt;br /&gt; Option "Protocol" "Auto"&lt;br /&gt; Option "Device" "/dev/input/mouse0"&lt;br /&gt;EndSection&lt;br /&gt;# then find the "ServerLayout" section, and in that section, add the line&lt;br /&gt; InputDevice "Mouse0" "CorePointer"&lt;br /&gt;&lt;br /&gt;# TODO fix vmhgfs compile (currently broken)&lt;br /&gt;# TODO fix fast ethernet driver compile (currently broken)&lt;br /&gt;# TODO copy and paste broken&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2871615434430107180-6132059751385475842?l=portal-it.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://portal-it.blogspot.com/feeds/6132059751385475842/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2871615434430107180&amp;postID=6132059751385475842' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2871615434430107180/posts/default/6132059751385475842'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2871615434430107180/posts/default/6132059751385475842'/><link rel='alternate' type='text/html' href='http://portal-it.blogspot.com/2007/07/installing-vmware-tools-in-fedora-core.html' title='Installing VMware Tools in Fedora Core 6'/><author><name>d-ebook</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://photos1.blogger.com/blogger/2181/2923/320/P1020834.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2871615434430107180.post-8334621954836905462</id><published>2007-07-03T23:06:00.000-07:00</published><updated>2007-07-03T23:07:50.378-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Linux'/><title type='text'>Options in OpenOffice.org Calc</title><content type='html'>By Bruce Byfield on Thu, 2007-06-28 15:30.&lt;br /&gt;&lt;br /&gt;Like other OpenOffice.org applications, Calc has several dozen options in how it is formatted and operates. These options are available from Tools -&gt; Options -&gt; OpenOffice.org Calc. Thanks to OpenOffice.org's habit of sharing code between applications, some of the tabs for these options resemble those found in other OpenOffice.org applications. Others are unique to Calc and the business of spreadsheets. Either way, the more you know about Calc's options, the more you can take control of your work.&lt;br /&gt;&lt;br /&gt;A survey of options&lt;br /&gt;&lt;br /&gt;Several of the tabs in the Calc options are similar to the ones for other OpenOffice.org applications. The Grid tab sets options for a background grid, although, in Calc, you can often use cell borders instead for positioning objects like charts and graphics. Similarly, the Changes tab, where options are set for revision and multiple authoring, resembles the one in Writer in functionality, lacking only the accompanying illustrations. The Print tab may also be familiar, although under-populated with options, since spreadsheets are mainly online documents, and options for printing are contained in the Sheet tab for Calc page styles. However, one option that you may want to take note of is Print only selected sheets, which you can use by selecting Sheet tabs at the bottom of the editing window while pressing the Ctrl key.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;The first place where most people will want to spend more time is the General tab. There, you can customize some of the basic behavior of Calc. Most people, I suspect, will want to set Calc to update links whenever they open a file unless they are using an older and slower computer. Conversely, few are likely to want to use printer metrics for text unless they have an older printer with embedded fonts that they choose to use or a printer that uses a non-standard formatting language. However, the options to expand formatting can be useful, and so can the option to expand references in formulas (that is, to automatically update them) when new rows or columns are added -- especially in spreadsheets that are constantly being altered or edited.&lt;br /&gt;&lt;br /&gt;Options to highlight the headers of selected rows and columns and to show a warning when pasting data are enabled by default in most versions of OpenOffice.org, and should probably be left untouched when they are. But it's probably up to your work habits whether you customize how the cell selected shifts when you press the Enter key, or whether you use the Enter key to enter Calc's edit mode.&lt;br /&gt;&lt;br /&gt;The next stop for most should be the View tab. One of its most practical uses is speeding up redraws and file opening on older computers by suppressing the display of different objects. Other options on the View tab are largely customizations. For instance, you might choose to go to the Window pane of the tab to turn off various widgets in the editing window, or to change the default color of cell borders or the size of the handles for manipulating selected objects. You can also choose whether zero values are displayed, or an indicator for notes. Long-time spreadsheet users have the option of having cell content that takes up more space than the cell's dimension display on top of adjacent cells -- although, with Calc's options for line wrap, there is really no need to endure this anachronism unless you like it.&lt;br /&gt;&lt;br /&gt;Perhaps the most practical option on the View tab is Display -&gt; Value highlighting, which changes the color of cell borders according to color. When this option is active, text cells are outline in black, numerical cells in blues, and cells with formulas or dates in green. And if you like value highlighting, you will almost certainly want to be sure that Show references in color is also selected, so that the cells that provide input into a formula are highlighted when the formula is selected -- although you can get the same effect only when desired by choosing Tool -&gt; Detective.&lt;br /&gt;&lt;br /&gt;Sort Lists is a less commonly used tab, but it can be a powerful one if you go to the trouble of customizing it. A sort list is a reoccurring pattern of cell contents, such as the days of the week or the months in the year (the default entries are for both, either in three letter abbreviations or with full names). You can add your own sort lists to the defaults, such as the names of people whose names will reoccur in a task list, or a pattern of numbers, such as counting by threes. If you type any item on the list, then drag vertically or horizontally on the lower right corner of the cell, you can immediately fill adjacent cells with other items in the list, repeating the items in the same order as often as necessary. Alternatively, when you select Data -&gt; Sort, you can select a sort list as a custom sort order on the Options tab of the Sort window, the feature that gives sort lists their name.&lt;br /&gt;&lt;br /&gt;All these options are potentially useful (at least to someone) but by far the most useful option tab for Calc users is Calculations -- calculations, after all, being what spreadsheets are mainly about. On this tab, you can set the default date format, as well as the number of times an iterative formula is run. Other options set whether Calc is case-sensitive when dealing with text, and whether Calc attempts to identify row and column labels when dealing with ranges of data.&lt;br /&gt;&lt;br /&gt;However, the options with the farthest reaching consequences on the Calculations tab are Decimal Places and Precision as shown. Both can strongly affect the results you get when using Calc. As the name implies, the Decimal Places option sets the number of decimal places displayed in formula results. What is potentially confusing is that formulas are calculated with the full values, but that Calc may only display results rounded to the number of decimal places set. The default of two decimal places is enough for most users, but, if you don't know the difference between the values used for calculation and those for display, you may get frustrated by the apparent inaccuracy. All you need to do, though, is to change the number of decimal places displayed to get more accurate results.&lt;br /&gt;&lt;br /&gt;Under this arrangement, the Precision as shown option can either be a helpful simplification or else a source of further error. If the option is selected, then subsequent calculations will use the rounded values displayed, not the numbers actually used in the original calculation. Given several generations of formulas, the inaccuracy caused by this option can mount steadily. For this reason, no doubt, Precision as shown is turned off by default, so that spreadsheets maintain the difference between the displayed and actual numbers.&lt;br /&gt;&lt;br /&gt;Conclusion&lt;br /&gt;&lt;br /&gt;Many users, especially new ones, can ignore the options in Calc. Which ones are turned off by default may vary slightly depending on whether you download OpenOffice.org from the project itself or get it through your distribution, but, in all cases, the choice of options is generally sensible for the majority of users. However, if you want to customize Calc to suit your work habits, desire more efficiency, or simply need to track down the source of some unexpected Calc behavior, take the time to familiar yourself with them. You may find just the settings you need to make your life easier.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Bruce Byfield is a computer journalist who writes regularly for Datamation, Linux.com, and Linux Journal.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2871615434430107180-8334621954836905462?l=portal-it.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://portal-it.blogspot.com/feeds/8334621954836905462/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2871615434430107180&amp;postID=8334621954836905462' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2871615434430107180/posts/default/8334621954836905462'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2871615434430107180/posts/default/8334621954836905462'/><link rel='alternate' type='text/html' href='http://portal-it.blogspot.com/2007/07/options-in-openofficeorg-calc.html' title='Options in OpenOffice.org Calc'/><author><name>d-ebook</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://photos1.blogger.com/blogger/2181/2923/320/P1020834.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2871615434430107180.post-6804926796964408956</id><published>2007-07-03T23:00:00.000-07:00</published><updated>2007-07-03T23:04:46.589-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Linux'/><title type='text'>Linux from Kindergarten to High School</title><content type='html'>Source :&lt;br /&gt;http://www.linuxjournal.com&lt;br /&gt;&lt;br /&gt;As the bell rings to begin class at Greater Houlton Christian Academy, enthusiastic students sit down at their shiny, new computer workstations. In one corner, the red cabinet housing the server hums quietly as two stuffed penguins look on fondly from their perch. Other penguins keep watch from different locations as the students enter their user names and passwords to access their accounts. Ask a student who ``Tux'' is, and he or she will point to the large penguin painted on the front wall of the computer lab and say, ``He's the Linux penguin!'' About this time KDE has loaded, and young boys and girls are opening the application they need for class as easily as kicking a ball.&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="mediaobject"&gt;&lt;div style="text-align: center;"&gt;&lt;img src="http://www.linuxjournal.com/articles/lj/0106/6349/6349f1.png" /&gt; &lt;/div&gt;&lt;div class="caption"&gt;&lt;div style="text-align: center;"&gt; &lt;/div&gt;&lt;p style="text-align: center;"&gt;Figure 1. First graders learning some penguin art fundamentals.&lt;/p&gt; &lt;/div&gt; &lt;/div&gt;&lt;br /&gt;&lt;span class="fullpost"&gt;Now for a little history. Greater Houlton Christian Academy (GHCA) is a private school and nonprofit organization in Maine. As such, it does not have the same access to funding as the public school system. As the computer science teacher and system administrator, this means I have to be creative about providing our students with computer technology while working with a tight budget. In the past I relied on area businesses and generous individuals to donate their used computers. While these donations were a great blessing to us, they were a temporary solution at best.&lt;br /&gt;&lt;/span&gt;&lt;p&gt;Last year it became quite evident that we would need to replace our old, secondhand computers running Windows 95. The decision to move from donated computers to new computers was based on many factors, though our primary goal was to make sure our students had the best technology available for the enhancement of their educational experience. Therefore, this would be a software upgrade as well as a hardware upgrade. In fact, choosing the software was by far the bigger challenge.&lt;/p&gt; &lt;p&gt;Interestingly enough, it was during this time that many schools in the western US were being audited by Microsoft concerning the school's use of Windows and Office software. I began to realize my ignorance concerning exactly how strict and inflexible the Microsoft EULA is. It was also during this time that Microsoft's new licensing initiative, called Software Assurance, was causing quite a stir in the tech headlines. As my research opened my eyes to the various limitations to proprietary software, I began to think that the answer for us might be found in open-source software.&lt;/p&gt; &lt;p&gt;The decision to switch to an open-source platform for our new computer lab was not an easy one. My experience was with DOS and various versions of Windows and not with UNIX-compatible operating systems. I had experimented with Linux a few years earlier but found it somewhat difficult and incomplete. Because some time had passed, I decided to give Linux another try. Going with Mandrake's 8.0 distribution, I installed Linux at home to see if it could replace Windows in a desktop environment. To my amazement, I found Linux to be much more capable this time around. I was one step closer to making my decision to switch our computer lab to the Linux OS.&lt;/p&gt; &lt;p&gt;Other factors went into the final decision to go with open-source software, not the least of which was cost. By purchasing bare-bones computer ``kits'', we were able to save considerable money on the hardware. Part of the savings in purchasing a bare-bones system is that the computer does not come with an operating system. We knew by then we would have to spend more money on software than we did on hardware if we went with Microsoft. Not only would I need to consider the initial purchase of the operating system and application software, but I would also need to factor in the costs of upgrading our software every couple of years. Needless to say, going with an open-source platform would save us considerable money now and in the future.&lt;/p&gt; &lt;p&gt;Another key issue was flexibility. As many of you know, it takes time to install an operating system, customize it for the particular hardware it runs on and install the desired applications. Having purchased 20 new, identical computers, it made sense to completely configure one machine and then clone the hard drive to the other 19 computers. However, Microsoft's EULA prevents a user from doing this, even if they have 20 copies of Windows. Not only would Linux save me considerable time by allowing me to clone my configured PC, it also gave me great flexibility in the degree to which I could customize the OS for the hardware. By recompiling the kernel to take advantage of our specific hardware, I could fine-tune the OS to run at peak performance. Linux would even save us money in the cloning process, thanks to the dd command.&lt;/p&gt; &lt;p&gt;A few aspects, however, made the decision to switch to Linux a difficult one. The smaller software base to choose from and the lack of mature drivers for our hardware were among the lesser obstacles. The major obstacle was my own lack of experience with the Linux OS. In fact, most of the money and time spent in the software upgrade of our computer lab was for a shelf full of books I had to purchase and read to really feel confident using and teaching Linux. It isn't always easy to teach an old dog new tricks, but I found the experience one of the most challenging and rewarding experiences of my IT career.&lt;/p&gt; &lt;p&gt;Today our private school of over 170 students has one of the finest computer labs in Maine. We have 20 computers with Athlon 1600+ XP processors, 128MB of RAM, 20GB hard drives and all the accessories--3-D graphics, sound, 17" monitors and 100Mbps Ethernet networking. Our computers run Mandrake Linux 8.2 with KDE 3.0.2. What is most amazing is we upgraded our computer lab for under half the cost of what many neighboring schools paid for inferior equipment. Most of this savings was the result of switching to Linux.&lt;/p&gt; &lt;p&gt;Our servers also run Linux. Using NFS, students can access their accounts from any computer in the lab. Student- and staff-owned files are backed up on a daily basis, so gone are the days of ``the computer lost my homework.'' Our proxy server runs Squid to help speed our wireless internet connection to 20 workstations, and we use proxy software along with iptables to provide firewall protection. A nice program called Dansguardian provides filtering to protect our children from pornography and other inappropriate content.&lt;/p&gt; &lt;p&gt;Many of you may be asking at this point, ``How do you use Linux in teaching your students?'' GHCA is a K-12 school, and so we strive to offer some level of computer training for each grade. Kindergarten students, for example, can use such programs as Potato Guy to practice hand-eye coordination and familiarize themselves with how to use a mouse to manipulate objects on the computer screen. Elementary and secondary teachers integrate the computer lab into their curriculum by using the computer for research, multimedia enhancements or even something simple as coloring digital pictures.&lt;/p&gt; &lt;div class="mediaobject"&gt;&lt;a href="http://www.linuxjournal.com/articles/lj/0106/6349/6349f2.png"&gt;&lt;img src="http://www.linuxjournal.com/articles/lj/0106/6349/6349f2.inline.png" /&gt;&lt;/a&gt; &lt;div class="caption"&gt; &lt;p&gt;Figure 2. Potato Guy develops mouse skills.&lt;/p&gt; &lt;/div&gt; &lt;/div&gt; &lt;p&gt;Starting with grade seven, education in computer science takes a more formal approach. Seventh graders are taught keyboarding skills using programs such as KTouch and TuxTyping. Grade-eight students are taught the basics of programming with the kate editor and yabasic interpreter. It is during this class that students gain a better understanding of how computers process instructions.&lt;/p&gt; &lt;div class="mediaobject"&gt;&lt;a href="http://www.linuxjournal.com/articles/lj/0106/6349/6349f3.png"&gt;&lt;img src="http://www.linuxjournal.com/articles/lj/0106/6349/6349f3.inline.png" /&gt;&lt;/a&gt; &lt;div class="caption"&gt; &lt;p&gt;Figure 3. Students learn touch typing with KTouch.&lt;/p&gt; &lt;/div&gt; &lt;/div&gt; &lt;p&gt;Computer Fundamentals is a one-credit course that introduces the ninth-grade student to ``how a computer works'' and ``how to work a computer''. During the second semester, students learn about the purpose and use of the operating system and various applications, such as word processors, spreadsheets and web browsers. Because our computers run Linux, it is the Linux OS and open-source software that students learn in this class. Being sensitive to the fact that Microsoft currently dominates the PC market in corporate America, I do spend time discussing the similarities and differences between Linux and Windows.&lt;/p&gt; &lt;p&gt;Tenth- through twelfth-grade students can chose from a variety of computer electives, including how to upgrade and repair computers, web site design, advanced programming and even an upcoming course in robotics. In making the switch to Linux, I easily found all the tools needed to teach these courses using open-source software. In many cases, the open-source software we now use is superior to the proprietary software originally donated to us.&lt;/p&gt; &lt;p&gt;This is our first year with our new computer lab, and I am very pleased with how it is progressing. One of the most pleasing experiences I am having as a system administrator of a Linux-based lab is the actual ease of administration. Once I set something up in Linux, I rarely need to worry about it again. This was not the case with Windows. Last year we were constantly suffering from system crashes, frozen servers, strange bugs and the infamous ``blue screen of death''. Needless to say, it was a frustrating situation for many students. While Linux is not bug-free, it has been a far more stable operating system for both our workstations and servers. Linux also has shown itself to be a much more versatile operating system to administer in a network environment. My job is more pleasurable thanks to our switch to Linux.&lt;/p&gt; &lt;p&gt;As a teacher of computer science, I am finding this year a fascinating test for Linux. Very few of our students, parents or teachers knew what Linux was before this year. I have actually found this to be a great advantage in teaching computers. In the past, I have found students to be disinterested in learning about the personal computer running Windows, because it is something most of them grew up with at home. This lack of interest made it more difficult to teach the more-advanced aspects of the operating system. However, Linux is something completely new, different and unexplored. Instead of being intimidated by the change, as many adults might be, young people are excited to explore the ``uncharted territory''. This opens a door for me as a teacher, allowing me to educate eager minds in the more-advanced aspects of computer operating systems and software. In fact, it only took two weeks until students began to ask me, ``Where can I get Linux?''&lt;/p&gt; &lt;p&gt;People sometimes ask me, ``Is teaching our students Linux preparing them for the workplace?'' This question is based on the fact that Microsoft is the current dominating presence in operating systems and office software. It is a question I have thought over a long time, and the answer I always come up with is, ``Yes, most definitely.'' The basic principles of any type of operating system, office application or other similarly grouped software are the same. A student who becomes proficient in Linux will not find themselves lost in a Windows environment. I have found Linux to be the more advanced of the two operating systems, yet our students are very quickly and easily learning it. The process of copying a file or formatting a paragraph is not so different between one operating system and the other. The important thing is we are able to offer the latest in hardware and software tools to train our students in these fundamental principles--something we could not do if we went with proprietary software.&lt;/p&gt; &lt;p&gt;Another question that may be even more important to ask is, ``What is the future of Linux?'' When our students graduate a few years from now, will they enter a Microsoft-dominated workplace or will the tide have changed? Even in our small New England town of Houlton, Maine, businesses are beginning to look to Linux as an alternative to proprietary operating systems. These businesses will need qualified personnel familiar with the Linux operating system and open-source applications. Greater Houlton Christian Academy will be graduating young men and women who will be able to meet that need, a claim not many schools in our nation can currently make. In fact, some of our students may go on to write the future applications for Linux, giving back to the community that helped them during their school years.&lt;/p&gt; &lt;p&gt;For us, switching to open-source software running on the Linux operating system has been the right choice, allowing us to provide our students with modern equipment and software for a fraction of the cost of a computer lab running proprietary software. If Linux continues to grow in popularity and gain a foothold in the workplace, we will look back at our choice as one of the most important decisions we've ever made.&lt;/p&gt; &lt;div class="mediaobject"&gt;&lt;img src="http://www.linuxjournal.com/articles/lj/0106/6349/6349aa.png" /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="blockquote"&gt; &lt;blockquote class="blockquote"&gt; &lt;p&gt;&lt;span class="bold"&gt;&lt;b&gt;Michael Surran&lt;/b&gt;&lt;/span&gt; is the system administrator and computer science teacher at Greater Houlton Christian Academy (&lt;a href="http://www.ghca.com/" target="_top"&gt;www.ghca.com&lt;/a&gt;) in Northern Maine. Michael enjoys church, outdoor adventures, target shooting, sci-fi, collecting penguins and his wife, Lisa, who also teaches at GHCA.&lt;/p&gt; &lt;/blockquote&gt; &lt;/div&gt;   &lt;p&gt;email: &lt;a href="mailto:computerlab@ghca.com"&gt;computerlab@ghca.com&lt;/a&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2871615434430107180-6804926796964408956?l=portal-it.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://portal-it.blogspot.com/feeds/6804926796964408956/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2871615434430107180&amp;postID=6804926796964408956' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2871615434430107180/posts/default/6804926796964408956'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2871615434430107180/posts/default/6804926796964408956'/><link rel='alternate' type='text/html' href='http://portal-it.blogspot.com/2007/07/linux-from-kindergarten-to-high-school.html' title='Linux from Kindergarten to High School'/><author><name>d-ebook</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://photos1.blogger.com/blogger/2181/2923/320/P1020834.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2871615434430107180.post-9202047739775881087</id><published>2007-07-03T18:43:00.000-07:00</published><updated>2007-07-03T18:46:53.548-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='PROXY'/><title type='text'>Squid proxy How to filter or block a particular port</title><content type='html'>. I am using Debian stable Linux version and squid proxy server for our small software company. I need to block a port number 1234. How to filter a particular port?&lt;br /&gt;&lt;br /&gt;A. You can easily filter any port with squid ACL (Access Control List).&lt;br /&gt;&lt;br /&gt;ACL is used for defining an access List. When using “file” the file should contain one item per line By default, regular expressions are CASE-SENSITIVE. To make them case-insensitive, use the -i option.&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;Procedure to block a port&lt;br /&gt;&lt;br /&gt;First open /etc/squid/squid.conf file&lt;br /&gt;&lt;blockquote&gt;# vi /etc/squid/squid.conf&lt;/blockquote&gt;&lt;br /&gt;Locate your ACL section and add configuration directive as follows:&lt;br /&gt;&lt;blockquote&gt;acl block_port port 1234&lt;br /&gt;http_access deny block_port&lt;br /&gt;http_access allow all&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;If you just want to skip a particular IP (192.168.1.5) try as follows:&lt;br /&gt;&lt;blockquote&gt;acl block_port port 1234&lt;br /&gt;acl no_block_port_ip src 192.168.1.5&lt;br /&gt;http_access deny block_port !no_block_port_ip&lt;br /&gt;http_access allow all&lt;br /&gt;&lt;/blockquote&gt;&lt;br /&gt;Close and save the file.&lt;br /&gt;&lt;br /&gt;Restart squid proxy server:&lt;br /&gt;&lt;blockquote&gt;# /etc/init.d/squid restart&lt;/blockquote&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2871615434430107180-9202047739775881087?l=portal-it.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://portal-it.blogspot.com/feeds/9202047739775881087/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2871615434430107180&amp;postID=9202047739775881087' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2871615434430107180/posts/default/9202047739775881087'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2871615434430107180/posts/default/9202047739775881087'/><link rel='alternate' type='text/html' href='http://portal-it.blogspot.com/2007/07/squid-proxy-how-to-filter-or-block.html' title='Squid proxy How to filter or block a particular port'/><author><name>d-ebook</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://photos1.blogger.com/blogger/2181/2923/320/P1020834.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2871615434430107180.post-5505173714764319799</id><published>2007-07-03T05:38:00.000-07:00</published><updated>2007-07-03T05:42:59.047-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Iptable'/><title type='text'>Restrict ssh access using Iptable</title><content type='html'>&lt;p&gt;Linux iptables &lt;a id="KonaLink0" target="_top" class="kLink" style="text-decoration: underline ! important; position: static;" href="http://www.cyberciti.biz/faq/restrict-ssh-access-use-iptable/#"&gt;&lt;span style="color: rgb(70, 122, 167); font-family: Verdana,Tahoma,Arial,sans-serif; font-weight: 400; font-size: 10.9333px; position: static;color:#46aa00;" &gt;&lt;span class="kLink" style="border-bottom: 1px solid rgb(70, 122, 167); color: rgb(70, 122, 167); font-family: Verdana,Tahoma,Arial,sans-serif; font-weight: 400; font-size: 10.9333px; position: static; padding-bottom: 1px; background-color: transparent;"&gt;firewall&lt;/span&gt;&lt;/span&gt;&lt;/a&gt; can be use to block or restrict access to ssh server. Iptables command is used to set up, maintain, and inspect the tables of IP packet filter rules in the Linux kernel. However, you can also use tcpd, access control facility for internet services.&lt;/p&gt; &lt;h3&gt;Use iptables to Restrict ssh access&lt;/h3&gt; &lt;p&gt;Following is simple rule that  block all incoming ssh access at port 22&lt;br /&gt;&lt;code&gt;iptables -A INPUT -p tcp -s 0/0 --sport 513:65535 -d 195.55.55.78 --dport 22 -m state --state NEW,ESTABLISHED -j DROP&lt;/code&gt;&lt;/p&gt; &lt;p&gt;However in real life you need to use something as follows. Let us assume that your ssh &lt;a id="KonaLink1" target="_top" class="kLink" style="text-decoration: underline ! important; position: static;" href="http://www.cyberciti.biz/faq/restrict-ssh-access-use-iptable/#"&gt;&lt;span style="color: rgb(70, 122, 167); font-family: Verdana,Tahoma,Arial,sans-serif; font-weight: 400; font-size: 10.9333px; position: static;color:#46aa00;" &gt;&lt;span class="kLink" style="color: rgb(70, 122, 167); font-family: Verdana,Tahoma,Arial,sans-serif; font-weight: 400; font-size: 10.9333px; position: static;"&gt;server&lt;/span&gt;&lt;/span&gt;&lt;/a&gt; IP address is 195.55.55.78, remember ssh server use TCP port 22 for all incoming connection. With iptables you can block all incoming connection at port 22 with following two rules:&lt;/p&gt; &lt;p&gt;&lt;code&gt;iptables -A INPUT -p tcp -s 0/0 --sport 513:65535 -d 195.55.55.78 --dport 22 -m state --state NEW,ESTABLISHED -j DROP&lt;br /&gt;iptables -A OUTPUT -p tcp -s 195.55.55.78 --sport 22 -d 0/0 --dport 513:65535 -m state --state ESTABLISHED -j DROP&lt;/code&gt;&lt;/p&gt; &lt;p&gt;If you just want to &lt;a id="KonaLink2" target="_top" class="kLink" style="text-decoration: underline ! important; position: static;" href="http://www.cyberciti.biz/faq/restrict-ssh-access-use-iptable/#"&gt;&lt;span style="color: rgb(70, 122, 167); font-family: Verdana,Tahoma,Arial,sans-serif; font-weight: 400; font-size: 10.9333px; position: static;color:#46aa00;" &gt;&lt;span class="kLink" style="color: rgb(70, 122, 167); font-family: Verdana,Tahoma,Arial,sans-serif; font-weight: 400; font-size: 10.9333px; position: static;"&gt;deny &lt;/span&gt;&lt;span class="kLink" style="color: rgb(70, 122, 167); font-family: Verdana,Tahoma,Arial,sans-serif; font-weight: 400; font-size: 10.9333px; position: static;"&gt;access&lt;/span&gt;&lt;/span&gt;&lt;/a&gt; to group of IPS then you need to add following rules to your script:&lt;br /&gt;&lt;code&gt;IPS="202.54.1.20 64.66.44.22 64.66.44.25"&lt;br /&gt;for i in $IPS&lt;br /&gt;do&lt;br /&gt;iptables -A INPUT -p tcp -s 0/0 -s $i --sport 513:65535 -d 195.55.55.78 --dport 22 -m state --state NEW,ESTABLISHED -j DROP&lt;br /&gt;iptables -A OUTPUT -p tcp -s 195.55.55.78 --sport 22 -d $i --dport 513:65535 -m state --state ESTABLISHED -j DROP&lt;br /&gt;done&lt;/code&gt;&lt;/p&gt; &lt;p&gt;Add all of above rules to your iptables firewall shell script (do not type @ shell prompt)&lt;/p&gt; &lt;p&gt;See also:&lt;/p&gt; &lt;ul&gt;&lt;li&gt;&lt;a href="http://www.cyberciti.biz/faqs/2006/01/restrict-ssh-access-using-tcpd.php" title="permanent link"&gt;Restrict ssh access using tcpd (TCPWrapper)&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2871615434430107180-5505173714764319799?l=portal-it.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://portal-it.blogspot.com/feeds/5505173714764319799/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2871615434430107180&amp;postID=5505173714764319799' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2871615434430107180/posts/default/5505173714764319799'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2871615434430107180/posts/default/5505173714764319799'/><link rel='alternate' type='text/html' href='http://portal-it.blogspot.com/2007/07/restrict-ssh-access-using-iptable.html' title='Restrict ssh access using Iptable'/><author><name>d-ebook</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://photos1.blogger.com/blogger/2181/2923/320/P1020834.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2871615434430107180.post-7947604471829204827</id><published>2007-07-03T05:37:00.000-07:00</published><updated>2007-07-03T05:38:04.228-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Linux'/><category scheme='http://www.blogger.com/atom/ns#' term='Apache'/><title type='text'>Apache redirect domain.com to www.domain.com</title><content type='html'>&lt;p&gt;&lt;strong&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;Q&lt;/span&gt;&lt;/strong&gt;. What’s the best way to redirect domain.com to www.domain.com on the url address bar whenever someone omits or skip the www from domain.com? My site can be reached by two different URLs. For example http://domain.com/about/us.html and http://www.domain.com/about/us.html&lt;/p&gt; &lt;p&gt;How do I do configure Apache web sever vps for this task?&lt;/p&gt; &lt;p&gt;&lt;strong&gt;&lt;span style="color: rgb(0, 153, 0);"&gt;A&lt;/span&gt;&lt;/strong&gt;. Apache (web server) 301 redirect is the most efficient and &lt;a id="KonaLink0" target="_top" class="kLink" style="text-decoration: underline ! important; position: static;" href="http://www.cyberciti.biz/faq/apache-redirect-domaincom-to-wwwdomaincom/#"&gt;&lt;span style="color: rgb(70, 122, 167); font-family: Verdana,Tahoma,Arial,sans-serif; font-weight: 400; font-size: 10.9333px; position: static;color:#46aa00;" &gt;&lt;span class="kLink" style="color: rgb(70, 122, 167); font-family: Verdana,Tahoma,Arial,sans-serif; font-weight: 400; font-size: 10.9333px; position: static;"&gt;search &lt;/span&gt;&lt;span class="kLink" style="color: rgb(70, 122, 167); font-family: Verdana,Tahoma,Arial,sans-serif; font-weight: 400; font-size: 10.9333px; position: static;"&gt;engine&lt;/span&gt;&lt;/span&gt;&lt;/a&gt; friendly method for webpage redirection. You can place following code Apache’s httpd.conf vhost section or in .htaccess file.&lt;/p&gt; &lt;p&gt;&lt;code&gt;$ vi .htaccess&lt;/code&gt;&lt;br /&gt;Append following config code:&lt;/p&gt; &lt;pre&gt;RewriteEngine on&lt;br /&gt;RewriteCond %{HTTP_HOST} ^domain.com&lt;br /&gt;RewriteRule ^(.*)$ http://www.domain.com/$1 [R=permanent,L] &lt;/pre&gt; &lt;p&gt;Save and close the file. Above code will redirect users to www.domain.com url.&lt;/p&gt;   &lt;b&gt;If you get stuck on something or have a question please discuss this faq/howto in the &lt;a href="http://nixcraft.com/"&gt;nixCraft forum&lt;/a&gt;.&lt;/b&gt; You can &lt;a href="http://www.cyberciti.biz/faq/about/#newsletter"&gt;subscribe to our free e-mail&lt;/a&gt; newsletter or &lt;a href="http://feeds.feedburner.com/FrequentlyAskedQuestions"&gt;RSS feed&lt;/a&gt; or Leave a &lt;a href="http://www.cyberciti.biz/faq/apache-redirect-domaincom-to-wwwdomaincom/#respond"&gt;reply/comment&lt;/a&gt;.  &lt;h3&gt;You may also be interested in (skip to &lt;a href="http://www.cyberciti.biz/faq/apache-redirect-domaincom-to-wwwdomaincom/#respond"&gt;comment&lt;/a&gt;)...&lt;/h3&gt; &lt;ul&gt;&lt;li&gt;&lt;a href="http://www.cyberciti.biz/faq/apache-mod_rewrite-hot-linking-images-leeching-howto/" rel="bookmark" title="Permanent Link: Apache prevent hot linking or leeching of images using mod_rewrite howto"&gt;Apache prevent hot linking or leeching of images using mod_rewrite howto&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.cyberciti.biz/faq/how-do-i-find-out-syntax-errors-in-my-apache-web-server-configuration-file/" rel="bookmark" title="Permanent Link: How do I find out syntax errors in my Apache web server configuration file?"&gt;How do I find out syntax errors in my Apache web server configuration file?&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.cyberciti.biz/faq/forbidden-you-dont-have-permission-access/" rel="bookmark" title="Permanent Link: Forbidden - You don’t have permission to access this page error and solution"&gt;Forbidden - You don’t have permission to access this page error and solution&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.cyberciti.biz/faq/linux-install-and-start-apache-httpd/" rel="bookmark" title="Permanent Link: How to install and start the Apache or httpd service under Linux"&gt;How to install and start the Apache or httpd service under Linux&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.cyberciti.biz/faq/my-scripts-in-cgi-bin-directory-not-working-how-do-i-troubleshoot-this-problem/" rel="bookmark" title="Permanent Link: My scripts in cgi-bin directory not working, how do I troubleshoot this problem?"&gt;My scripts in cgi-bin directory not working, how do I troubleshoot this problem?&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt; &lt;script type="text/javascript"&gt;&lt;!-- google_ad_client = "pub-7825705102693166"; google_alternate_ad_url = "http://www.cyberciti.biz/noads.html"; google_ad_width = 468; google_ad_height = 60; google_ad_format = "468x60_as"; google_ad_type = "text_image"; //2007-06-20: cyberciti-biz-bottom-rect google_ad_channel = "1833786937"; google_color_border = "FFFFFF"; google_color_bg = "FFFFFF"; google_color_link = "467AA7"; google_color_text = "000000"; google_color_url = "666666"; //--&gt; &lt;/script&gt;&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2871615434430107180-7947604471829204827?l=portal-it.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://portal-it.blogspot.com/feeds/7947604471829204827/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2871615434430107180&amp;postID=7947604471829204827' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2871615434430107180/posts/default/7947604471829204827'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2871615434430107180/posts/default/7947604471829204827'/><link rel='alternate' type='text/html' href='http://portal-it.blogspot.com/2007/07/apache-redirect-domaincom-to.html' title='Apache redirect domain.com to www.domain.com'/><author><name>d-ebook</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://photos1.blogger.com/blogger/2181/2923/320/P1020834.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2871615434430107180.post-7264872291909858131</id><published>2007-07-03T05:35:00.000-07:00</published><updated>2007-07-03T05:36:03.326-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Email Client'/><category scheme='http://www.blogger.com/atom/ns#' term='Linux'/><title type='text'>How do I backup Thunderbird mail and profile under Linux?</title><content type='html'>&lt;p&gt;Q. How do I backup Thunderbird mail and profile? I am using Ubuntu Linux.&lt;/p&gt; &lt;p&gt;A. Thunderbird is simple to use and powerful email client with following features:&lt;br /&gt;=&gt; Safe, fast, and easy email&lt;/p&gt; &lt;p&gt;=&gt; Intelligent spam filters&lt;/p&gt; &lt;p&gt;=&gt; Quick message search&lt;/p&gt; &lt;p&gt;=&gt; Customizable views etc&lt;/p&gt; &lt;p&gt;Mozilla thunderbird stores your email and profile setting in a special directory called &lt;span style="color: rgb(255, 0, 0);"&gt;~/.mozilla-thunderbird &lt;/span&gt;i.e. &lt;span style="color: rgb(255, 0, 0);"&gt;/home/you/.mozilla-thunderbird/&lt;/span&gt;&lt;/p&gt; &lt;p&gt;All you have to do is backup this directory. &lt;/p&gt; &lt;h3&gt;Task: Backup Thunderbird mail and profile&lt;/h3&gt; &lt;p&gt;You need to backup thunderbird mail and profile to tape drive, use:&lt;br /&gt;&lt;code&gt;# tar zcvf /dev/st0 /home/you/.mozilla-thunderbird/&lt;/code&gt;&lt;/p&gt; &lt;p&gt;You need to backup thunderbird mail and profile to a /backup directory:&lt;br /&gt;&lt;code&gt;# tar zcvf /backup/email-vivek-22jan2007.tar.gz /home/vivek/.mozilla-thunderbird/&lt;/code&gt;&lt;/p&gt; &lt;p&gt;You can copy /backup/email-vivek-22jan2007.tar.gz file to a CD/DVD or USB pen.&lt;/p&gt; &lt;h3&gt;Task: Restore Thunderbird mail and profile&lt;/h3&gt; &lt;p&gt;Make sure Thunderbird is not running. Simply copy backup files from tape, USB pen or CD to your /home/you/.mozilla-thunderbird/ directory:&lt;br /&gt;&lt;code&gt;$ tar –zxvf /backup/email-vivek-22jan2007.tar.gz -C /home/vivek&lt;/code&gt;&lt;/p&gt; &lt;p&gt;Or just copy all files from USB pen/CD to ~/.mozilla-thunderbird/ directory.&lt;/p&gt; &lt;h3&gt;A note for Windows XP/2003/Vista User&lt;/h3&gt; &lt;p&gt;MozBackup is a simple utility for creating backups of Mozilla Firefox, Mozilla Thunderbird, SeaMonkey, Mozilla Suite and Netscape profiles.&lt;/p&gt; &lt;p&gt;This program is freeware and works on Windows 98/ME/NT/2000/XP/2003 only. No Linux/UNIX version exists.&lt;/p&gt;&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2871615434430107180-7264872291909858131?l=portal-it.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://portal-it.blogspot.com/feeds/7264872291909858131/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2871615434430107180&amp;postID=7264872291909858131' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2871615434430107180/posts/default/7264872291909858131'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2871615434430107180/posts/default/7264872291909858131'/><link rel='alternate' type='text/html' href='http://portal-it.blogspot.com/2007/07/how-do-i-backup-thunderbird-mail-and.html' title='How do I backup Thunderbird mail and profile under Linux?'/><author><name>d-ebook</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://photos1.blogger.com/blogger/2181/2923/320/P1020834.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2871615434430107180.post-7328270080017391950</id><published>2007-07-03T05:26:00.000-07:00</published><updated>2007-07-03T05:34:02.203-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Email Client'/><category scheme='http://www.blogger.com/atom/ns#' term='Linux'/><title type='text'>Howto install thunderbird-2.0.0.0.tar.gz in Linux</title><content type='html'>&lt;p&gt;&lt;strong&gt;Q.&lt;/strong&gt; I would like to install latest and greatest Mozilla  thunderbird mail client under Linux?&lt;/p&gt; &lt;p&gt;How do I download and install the same to read emails?&lt;/p&gt; &lt;p&gt;&lt;strong&gt;A&lt;/strong&gt;. Mozilla’s Thunderbird 2 &lt;a id="KonaLink0" target="_top" class="kLink" style="text-decoration: underline ! important; position: static;" href="http://www.cyberciti.biz/faq/install-thunderbird-2-in-linux/#"&gt;&lt;span style="color: rgb(70, 122, 167); font-family: Verdana,Tahoma,Arial,sans-serif; font-weight: 400; font-size: 10.9333px; position: static;color:#46aa00;" &gt;&lt;span class="kLink" style="color: rgb(70, 122, 167); font-family: Verdana,Tahoma,Arial,sans-serif; font-weight: 400; font-size: 10.9333px; position: static;"&gt;email &lt;/span&gt;&lt;span class="kLink" style="color: rgb(70, 122, 167); font-family: Verdana,Tahoma,Arial,sans-serif; font-weight: 400; font-size: 10.9333px; position: static;"&gt;application&lt;/span&gt;&lt;/span&gt;&lt;/a&gt; is more powerful than ever. Thunderbird 2 features many new enhancements to help you better manage your unruly inbox, and stay informed. Thunderbird 2 scales to the most sophisticated organizational needs while making it easy to find what you need.&lt;/p&gt; &lt;h3&gt;Download thunderbird to your Linux desktop&lt;/h3&gt; &lt;p&gt;=&gt; Visit this site to &lt;a href="http://www.mozilla.com/en-US/thunderbird/"&gt;download thunderbird&lt;/a&gt;&lt;/p&gt; &lt;h3&gt;Thunderbird 2.0 installation - Just untar file and install it&lt;/h3&gt; &lt;p&gt;Let us say you would like to install thunderbird in your own home directory called /home/jerry/. Open X terminal and type following command.&lt;/p&gt; &lt;p&gt;Copy your downloaded file to /home/tom/ and untar it:&lt;br /&gt;&lt;code&gt;$ cp /home/jerry/Desktop/thunderbird-2.0.0.0.tar.gz  .&lt;br /&gt;$ tar -zxvf thunderbird-2.0.0.0.tar.gz&lt;/code&gt;&lt;/p&gt; &lt;p&gt;And you are done. Start thunderbird:&lt;br /&gt;&lt;code&gt;$ cd thunderbird&lt;br /&gt;$ ./thunderbird&lt;/code&gt;&lt;/p&gt; &lt;h3&gt;How do I install thunderbird for everyone?&lt;/h3&gt; &lt;p&gt;Install thunderbird in /opt directory. Login as root user:&lt;br /&gt;&lt;code&gt;# cd /opt&lt;br /&gt;# mkdir thunderbird&lt;br /&gt;# cd thunderbird&lt;br /&gt;# cp /home/jerry/Desktop/thunderbird-2.0.0.0.tar.gz  .&lt;br /&gt;# tar -zxvf thunderbird-2.0.0.0.tar.gz&lt;/code&gt;&lt;/p&gt; &lt;p&gt;To start thunderbird, enter:&lt;br /&gt;&lt;code&gt;$ /opt/thunderbird/thunderbird &amp;&lt;/code&gt;&lt;/p&gt; &lt;h3&gt;How do I create thunderbird icon on my desktop?&lt;/h3&gt; &lt;p&gt;Right click on your Linux desktop&lt;br /&gt;Select Create Launcher&lt;br /&gt;Fill the details as follows:&lt;/p&gt; &lt;ul&gt;&lt;li&gt;Set name to : Thunderbird&lt;/li&gt;&lt;li&gt;Set command to : /opt/thunderbird/thunderbird&lt;/li&gt;&lt;li&gt;Set comment to : My &lt;a id="KonaLink1" target="_top" class="kLink" style="text-decoration: underline ! important; position: static;" href="http://www.cyberciti.biz/faq/install-thunderbird-2-in-linux/#"&gt;&lt;span style="color: rgb(70, 122, 167); font-family: Verdana,Tahoma,Arial,sans-serif; font-weight: 400; font-size: 10.9333px; position: static;color:#46aa00;" &gt;&lt;span class="kLink" style="color: rgb(70, 122, 167); font-family: Verdana,Tahoma,Arial,sans-serif; font-weight: 400; font-size: 10.9333px; position: static;"&gt;Email &lt;/span&gt;&lt;span class="kLink" style="color: rgb(70, 122, 167); font-family: Verdana,Tahoma,Arial,sans-serif; font-weight: 400; font-size: 10.9333px; position: static;"&gt;Client&lt;/span&gt;&lt;/span&gt;&lt;/a&gt; &lt;/li&gt;&lt;li&gt;Hit OK to create an ICON &lt;/li&gt;&lt;/ul&gt; &lt;p&gt;&lt;img src="http://www.cyberciti.biz/faq/wp-content/uploads/2007/05/thunderbird-lanucher.jpg" alt="Howto install thunderbird-2.0.0.0.tar.gz and create an ICON in Linux" /&gt;&lt;/p&gt;&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2871615434430107180-7328270080017391950?l=portal-it.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://portal-it.blogspot.com/feeds/7328270080017391950/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2871615434430107180&amp;postID=7328270080017391950' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2871615434430107180/posts/default/7328270080017391950'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2871615434430107180/posts/default/7328270080017391950'/><link rel='alternate' type='text/html' href='http://portal-it.blogspot.com/2007/07/howto-install-thunderbird-2000targz-in.html' title='Howto install thunderbird-2.0.0.0.tar.gz in Linux'/><author><name>d-ebook</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://photos1.blogger.com/blogger/2181/2923/320/P1020834.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2871615434430107180.post-3750171010354113504</id><published>2007-07-03T05:25:00.000-07:00</published><updated>2007-07-03T05:26:20.733-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Google Adsense'/><title type='text'>Trying To Cheat Google Adsense ?</title><content type='html'>Have you been planning to earn $$$ in easy way cheating Google Adsense? If yes, then i warn you about the consequences. If you made the idea to cheat then please stop it and read the rest of this post to avoid being banned.&lt;br /&gt;&lt;br /&gt;You can't and you shouldn't do it because Google knew almost everything.&lt;br /&gt;Google will use it for determining and detecting any cheating :&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;IP Address&lt;br /&gt;If the AdSense click is originated from the same IP Address as the one used for accessing your AdSense account, your account is flagged.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;Cookies&lt;br /&gt;Most home users do not use static IP Address for Internet connection. In most cases just disconnect and reconnect will give you a new IP Address. But don't forget, Google has set cookies on your computer.&lt;br /&gt;&lt;br /&gt;Other Google Services&lt;br /&gt;Thinking that you are safe just because you do not access your AdSense account? Think again. This time, consider these: GMail, Google Earth, Google Calendar, Google Search, Google Toolbar, Google Talk, Google Sitemap, Google Desktop, Blogger, and so on, and so on. With the wide range of services they provide, Google can trace the originator of most (or probably almost all) clicks.&lt;br /&gt;&lt;br /&gt;Click Pattern 1&lt;br /&gt;Oh, why this computer / IP address / person is so trigger-click-happy on this particular website but never click on the ads on other sites?&lt;br /&gt;&lt;br /&gt;Click Pattern 2&lt;br /&gt;And why is it that people accessing these sites direct (type-in URL or from bookmark) tend to be very active ad-clickers compared with those referred from search engine or other sites?&lt;br /&gt;&lt;br /&gt;Click Pattern 3&lt;br /&gt;And why the ad-clickers like to hit and run, compared with non ad-clickers that surf a few pages before leaving?&lt;br /&gt;&lt;br /&gt;Click-Through-Rate (CTR)&lt;br /&gt;Your CTR may range from 0.5% to 10%, but if it exceeds a certain point (probably around 10%), you are flagged.&lt;br /&gt;&lt;br /&gt;Geo-Location&lt;br /&gt;Used Urchin (Google Analytics) before? Then you should know that Google can trace traffics origin down to the small town. Different IP doesn't mean much. Unless you site is really targetted to one small geo-point, a high number of clicks from nearby location will get you banned quickly.&lt;br /&gt;&lt;br /&gt;Hardware address?&lt;br /&gt;MAC address of the LAN card, modem, and router works almost like a fingerprint. I'm not sure if Google can track this, but probably they do. They have rocket scientist, remember?&lt;br /&gt;&lt;br /&gt;Advertisers conversion rate&lt;br /&gt;Ad click is one thing. But does it bring value to the advertisers? If none of the clicks on your site translate to conversion to the advertiser, you are in trouble. First the Smart-Pricing hits, then your AdSense account disabled.&lt;br /&gt;&lt;br /&gt;Search Engine Ranking&lt;br /&gt;Your website is not indexed on any search engine, not linked by any prominent website, but get consistently high traffic? That sounds like something is in play. Regardless of whether it is an adware-embedded software, spam, trojan clickbot, or intentionally installed click-exchange network, it doesn't sound right.&lt;br /&gt;&lt;br /&gt;Webpage design&lt;br /&gt;How about the "click here" or "support us"? Google has the best search engine in the world. Is it really that hard to find those words?&lt;br /&gt;&lt;br /&gt;Combo&lt;br /&gt;Each of these detection methods might seem rather weak. But combine them together, and not many click-fraud can pass-through these filters. Even the smartest clickbot will have a hard time.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2871615434430107180-3750171010354113504?l=portal-it.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://portal-it.blogspot.com/feeds/3750171010354113504/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2871615434430107180&amp;postID=3750171010354113504' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2871615434430107180/posts/default/3750171010354113504'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2871615434430107180/posts/default/3750171010354113504'/><link rel='alternate' type='text/html' href='http://portal-it.blogspot.com/2007/07/trying-to-cheat-google-adsense.html' title='Trying To Cheat Google Adsense ?'/><author><name>d-ebook</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://photos1.blogger.com/blogger/2181/2923/320/P1020834.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2871615434430107180.post-3753763696438645299</id><published>2007-07-03T05:24:00.000-07:00</published><updated>2007-07-03T05:25:04.242-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Google Adsense'/><title type='text'>If you must cheat with AdSense don't do it this way.</title><content type='html'>Apparently a man in California has allegedly been trying to defraud Google first by writing a program which created fraudulent AdSense clicks.  Then he tried to sell his program to web publishers. Did he use AdWords to promote it I wonder?:-&lt;br /&gt;&lt;br /&gt;    Headline: Cheat the AdSense system&lt;br /&gt;    Body1: How to cheat AdSense &amp; steal money&lt;br /&gt;    Body2: from Google &amp; advertisers.Info here&lt;br /&gt;    URL: www.AdSenseFraud.com&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;Not finding many buyers - did his ad go to the wrong landing page? - he eventually hit on the bright idea of blackmailing Google instead to the tune of $150,000.&lt;br /&gt;&lt;br /&gt;Oddly enough he didn’t get away with it. &lt;br /&gt;&lt;br /&gt;IMHO if you’re going to blackmail Google you at least ought to be talking real money rather than stuff under the $million mark.&lt;br /&gt;&lt;br /&gt;He doesn’t sound too smart to me but this must be the nightmare scenario for Google and its AdSense program: as soon as stories get out about people successfully cheating the AdSense system, advertisers will take fright and Google, alongside the hundreds of thousands of publishers who rely to a degree on AdSense income, will find a revenue stream under threat.&lt;br /&gt;&lt;br /&gt;Next threat: clicking circles: "I’ll click yours if you click mine."&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2871615434430107180-3753763696438645299?l=portal-it.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://portal-it.blogspot.com/feeds/3753763696438645299/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2871615434430107180&amp;postID=3753763696438645299' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2871615434430107180/posts/default/3753763696438645299'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2871615434430107180/posts/default/3753763696438645299'/><link rel='alternate' type='text/html' href='http://portal-it.blogspot.com/2007/07/if-you-must-cheat-with-adsense-dont-do.html' title='If you must cheat with AdSense don&apos;t do it this way.'/><author><name>d-ebook</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://photos1.blogger.com/blogger/2181/2923/320/P1020834.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2871615434430107180.post-4203201025489817405</id><published>2007-07-03T05:21:00.002-07:00</published><updated>2007-07-03T05:24:03.966-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Google Adsense'/><title type='text'>How to Cheat Google AdSense (and get your AdSense account disabled)</title><content type='html'>- by Fernando Hal&lt;br /&gt;&lt;br /&gt;Face it. You come to this article probably thinking to find some ways to cheat Google, or to confirm whether some method you have on mind will work. Well, if you want to know how to cheat AdSense, here are the ways, focusing on the AdSense click-frauds. These covers from basic AdSense cheating techniques to the advanced class.&lt;br /&gt;&lt;br /&gt;But before you proceed, you might need to know why you shouldn’t cheat Google (answer: you will get caught).&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;   1.&lt;br /&gt;&lt;br /&gt;      Basic clicker cheat&lt;br /&gt;&lt;br /&gt;      This is a noob. This guy knows almost nothing about web technology or network architecture. He clicks on his ads every time he has chance. It can be a few clicks to hundreds of clicks daily. Most likely he doesn’t even read the AdSense Program Policies and Terms and Conditions.&lt;br /&gt;   2.&lt;br /&gt;&lt;br /&gt;      Proxy clicker cheat&lt;br /&gt;&lt;br /&gt;      She knows a thing or two about cookies and IP address. Or she doesn’t know, but somehow guessed that if she use the things called anonymizer, Google will not be able to trace her, because her identity is hidden. She may use anonymizer / proxy websites or specialized anonymous software like tor (The Onion Router).&lt;br /&gt;   3.&lt;br /&gt;&lt;br /&gt;      Multiple computer clicker cheat&lt;br /&gt;&lt;br /&gt;      He knows that somehow Google will detect if the clicks are originated from his own computer. So he will try to even out origin of the clicks. He will recruit his friends, family members, relatives, neighbors, his cats, and his dogs on single mission: to click on the ads. He will also click on the AdSense ads when he is using the library computers, or his office workstation.&lt;br /&gt;   4.&lt;br /&gt;&lt;br /&gt;      Software clicker cheat&lt;br /&gt;&lt;br /&gt;      Graduate to the next step is buyers of clickbots / click-bots. These are specialized robot software to click on AdSense ads. It will browse around your websites, clicking on the ads every few minutes. The more advanced ones will cloak the IP address too, so the website seems to be very popular worldwide. To cover the track, this clickbots will browse around the advertisers sites too while continuing its “click quest”.&lt;br /&gt;   5.&lt;br /&gt;&lt;br /&gt;      Paid-clickers cheat&lt;br /&gt;&lt;br /&gt;      If you don’t like automated things, there is always other option for you. Just pay $50 dollars a month to the professional AdSense clickers. These are groups of highly specialized Internet surfers with office in the dark rooms in street corners of India, Pakistan, and China, helping AdSense account owner to earn good amounts of money � before the AdSense account is disabled, that is. They will browse around your websites, clicking on the ads every few minutes. Because they use human eyes, they know which ads worth more. And to be more convincing they can click a link or two, or sign up free offers / newsletters on the advertiser sites.&lt;br /&gt;   6.&lt;br /&gt;&lt;br /&gt;      Click-rings cheat&lt;br /&gt;&lt;br /&gt;      Network is power. So says many business gurus. Instead of taking things to their own hand, this people realize that they can join hands with those with similar goals and distribute AdSense clicks among themselves, the so called AdSense click-rings. Joining this click-ring network means that your website address will be made known to members, who will regularly browse the website and click on your AdSense ads. In exchange, you will also browse other members’ sites and click on their AdSense ads. The medium used varies. Some click-ring groups use mail-list for communications. Some are using bulletin boards/forum, Yahoo groups, or Usenet. IRC is another popular way. Slightly more complicated is specialized AdSense exchange software for collecting members website address and displaying others’ websites for clicking.&lt;br /&gt;   7.&lt;br /&gt;&lt;br /&gt;      Other medium cheat&lt;br /&gt;&lt;br /&gt;      I have tens of thousands email address on my newsletter subscriber list. If I include AdSense ads on my newsletters, with 5% CTR, I can get a thousand clicks per one email. Not bad. Or I can pay someone to write some useful/nice/funny/cute toolbars or firefox extensions or screensavers that people can download and use for free, and display my AdSense ads there.&lt;br /&gt;   8.&lt;br /&gt;&lt;br /&gt;      Visitor cheat&lt;br /&gt;&lt;br /&gt;      Simply putting “Visit out sponsors” or “Check out the ads above” on your website is cheating. This might not be very clear-cut cheat to some. But Google AdSense program policies has stated clearly, the only text allowed are “Advertisements” or “Sponsored List”&lt;br /&gt;   9.&lt;br /&gt;&lt;br /&gt;      Spam cheat&lt;br /&gt;&lt;br /&gt;      This is the highest level all click-frauds, the Maestro of Fraudsters. She spams millions of emails regularly, offering to “satisfy your inner needs if you can help me check on the links on my website”. Of course, email is not the only way. What IRC and instant messaging (IM) are for, after all. She will look for unsuspecting victims, offering something too-good-to-be-true “if only they will visit the website and click on the links”.&lt;br /&gt;  10.&lt;br /&gt;&lt;br /&gt;      Click-through-rate cheat&lt;br /&gt;&lt;br /&gt;      Whichever method(s) above used, there is one limiting condition: the CTR(click-though-rate). Any CTR that exceeds certain percentage (probably around 10%) will raise red flag in Google AdSense back room. To lower the CTR, the professional cheaters will create some pages on the same domain that attracts very high traffic. Some interesting freebies will sure do the tricks. AdSense code is pasted there, thus creating a very high page impressions. Whether or not the the ads are clicked does not matter anyway, because they are targeting low paying keyword that does not have much competition. The fake clicks are, of course, on where the big money is, the low traffic pages stuffed with high-paying keywords.&lt;br /&gt;&lt;br /&gt;Disclaimer: I don’t say and don’t think that these methods will work. If you even need to read this article, there’s 99.999% chance you will get caught before you can even get your first paycheck. Your AdSense account will be disabled, and you get banned from ever applying for AdSense account again. To see what other ways you can do to get banned, see How To Get Banned From Google AdSense.&lt;br /&gt;&lt;br /&gt;If you are not interested for getting banned, and just want to increase your AdSense earning, check out 100 Google AdSense Tips.&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2871615434430107180-4203201025489817405?l=portal-it.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://portal-it.blogspot.com/feeds/4203201025489817405/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2871615434430107180&amp;postID=4203201025489817405' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2871615434430107180/posts/default/4203201025489817405'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2871615434430107180/posts/default/4203201025489817405'/><link rel='alternate' type='text/html' href='http://portal-it.blogspot.com/2007/07/how-to-cheat-google-adsense-and-get.html' title='How to Cheat Google AdSense (and get your AdSense account disabled)'/><author><name>d-ebook</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://photos1.blogger.com/blogger/2181/2923/320/P1020834.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2871615434430107180.post-3635342297125764681</id><published>2007-07-03T05:21:00.000-07:00</published><updated>2007-07-03T05:22:47.521-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Google Adsense'/><title type='text'></title><content type='html'>&lt;span class="fullpost"&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2871615434430107180-3635342297125764681?l=portal-it.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://portal-it.blogspot.com/feeds/3635342297125764681/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2871615434430107180&amp;postID=3635342297125764681' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2871615434430107180/posts/default/3635342297125764681'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2871615434430107180/posts/default/3635342297125764681'/><link rel='alternate' type='text/html' href='http://portal-it.blogspot.com/2007/07/blog-post.html' title=''/><author><name>d-ebook</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://photos1.blogger.com/blogger/2181/2923/320/P1020834.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2871615434430107180.post-2184595315462885007</id><published>2007-06-27T03:21:00.000-07:00</published><updated>2007-06-27T03:22:18.293-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='SEO'/><title type='text'>How to Get Best Traffic</title><content type='html'>The future of online business rest in one word: traffic. No matter how great or sophisticated your website is, if nobody comes, your online business will fail.&lt;br /&gt;&lt;br /&gt;To setup an online business and not get sales is a travesty. There is a lot of money to be made online. “Can you generate the hits to your site?” is the question entrepreneurs are asking and trying to answer.&lt;br /&gt;&lt;br /&gt;Great Internet business come from everywhere: boardrooms or basements but it must be supported by loads of hits. Online is no difference from offline-it is all about customers hence you need a competitive advantage to succeed.&lt;br /&gt;&lt;br /&gt;How does one become competitive? You need a position. This position is called the Unique Selling Proposition. It means the one thing your website stands for. It is the difference not the similarities with other websites.&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;Coca-Cola is known for the cola business. So, years ago, when it’s competitor Seven-up wants to advertise and promote itself, they called themselves “the uncola” and it immediately gave them positioning. Seven-up simply said, “Hey, we are not cola. We are the uncola.”&lt;br /&gt;&lt;br /&gt;Positioning gives a business competitive advantage. It is a word or more that you plant into the customers mind. Rank Xerox is known for photocopier, FedEx for overnight delivery, Microsoft for Windows, Yahoo for emails, Google for search engine, Volvo for safety, Ebay for marketplace, Amazon for books, the American Army for war etc. It doesn’t mean these people will not sell something else but they are best known for one thing-the thing that will drive traffic.&lt;br /&gt;&lt;br /&gt;To position yourself, take advantage of the areas your competitors have failed or ignored. That is, find a new and better way to do the same old business and turn it into a slogan. Visit http://superriches.com/linkdw.htm and download Secrets of billionaires-how to be super rich free and learn how to prosper a business.&lt;br /&gt;&lt;br /&gt;Bright Johnson, a money writer and researcher, is the publisher of http://www.superriches.com&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2871615434430107180-2184595315462885007?l=portal-it.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://portal-it.blogspot.com/feeds/2184595315462885007/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2871615434430107180&amp;postID=2184595315462885007' title='1 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2871615434430107180/posts/default/2184595315462885007'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2871615434430107180/posts/default/2184595315462885007'/><link rel='alternate' type='text/html' href='http://portal-it.blogspot.com/2007/06/how-to-get-best-traffic.html' title='How to Get Best Traffic'/><author><name>d-ebook</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://photos1.blogger.com/blogger/2181/2923/320/P1020834.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2871615434430107180.post-6815360548389257422</id><published>2007-06-27T03:08:00.000-07:00</published><updated>2007-06-27T03:09:04.932-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='SEO'/><title type='text'>PHP, SEO, And Spiders - Oh My!</title><content type='html'>By: Ian Wilson&lt;br /&gt;&lt;br /&gt;Dynamic database-driven sites have become very popular, and relatively easy to set up and administer, through the use of Content Management Systems (CMS) and PHP server-side scripting. It's also possible to create a fancy-looking site with little actual content, or automatically generated code that can harm your SEO, such as multiple URLs that display identical content.&lt;br /&gt;&lt;br /&gt;Search engines are constantly evolving and adapting in response to changes in the way information is presented on the web. Strategies that were once necessary to ensure inclusion of PHP pages are no longer required.&lt;br /&gt;&lt;br /&gt;It was once helpful to generate a static HTML version of a PHP page so that all the "includes" could be indexed. Now search spiders "see" all the content on a PHP page, the same way it is viewed in a browser.&lt;br /&gt;&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;It used to be prudent to avoid dynamic URLs containing "? &amp; =" - now, the search engines list URLs with the dynamic variables. However, it is best to compose them with no more than three variables. Some variable-laden URLs may be listed, but without any accompanying content/description, in the search results... Stay tuned for further developments as the search engines refine their methods.&lt;br /&gt;&lt;br /&gt;With many hosts running the popular Apache server, developers are expanding the use of PHP by modifying the .htaccess file to allow PHP code processing within HTML documents, and enabling shorter URLs with fewer variables by configuring httpd.conf. Your web hosting provider's support team should be able to tell you if these features are available for your site.&lt;br /&gt;&lt;br /&gt;Implementing a common-sense approach to SEO for your PHP site requires cooperation and coordination among the developer, webmaster, and web host. Beware of "SEO Experts" with "secret methods" and "guaranteed results" - gimmicks that kludge the search spider today might hurt your ranking tomorrow.&lt;br /&gt;&lt;br /&gt;A descriptive and catchy page title is one of the key elements of SEO - whether or not your site uses PHP - since it becomes the linked title of your search engine listing. Use the name of your site in the title to encourage branding, along with a brief capsule about the specific page. Remember that the title displays at the top of the browser window and in the menu bar, so keep it brief, less than 160 characters. Avoid using identical titles on multiple pages (this can easily happen with dynamically generated titles) because they may not be listed individually, and if they are listed separately, it's confusing. Meta tags for description and keywords have become less crucial to SEO - but that doesn't mean you should forget about them.&lt;br /&gt;&lt;br /&gt;The basic principles of SEO that apply to static HTML sites also apply to dynamic PHP sites:&lt;br /&gt;&lt;br /&gt;● Provide engaging and valuable content presented in an attractive design.&lt;br /&gt;&lt;br /&gt;● Code should be error-free and standards-compliant.&lt;br /&gt;&lt;br /&gt;● Use keywords appropriate to your subject matter - don't be tempted to use "tricks" that might end up hurting your search engine listing.&lt;br /&gt;&lt;br /&gt;● Encourage repeat visits with frequent updates, interactive features, membership sign-up, opt-in newsletters and, if appropriate, "freebies" - contests, giveaways, downloads and other resources.&lt;br /&gt;&lt;br /&gt;● Encourage linking to your site with copy &amp; paste code. Reciprocal links build partnerships and enhance page rank, but avoid hosting bulky "link farms" and other venues for worthless web site spam.&lt;br /&gt;&lt;br /&gt;● Make use of tools provided by the search engines, such as creating a sitemap.&lt;br /&gt;&lt;br /&gt;● Educate yourself by reading the search engine faqs, as well as by perusing some independent forums for SEO tips and methods.&lt;br /&gt;&lt;br /&gt;Here are a few resources for further information:&lt;br /&gt;&lt;br /&gt;Optimizing Dynamic Content&lt;br /&gt;http://www.highrankings.com/issue065.htm#seo&lt;br /&gt;&lt;br /&gt;Building Dynamic Pages With Search Engines in Mind&lt;br /&gt;http://phpbuilder.com/columns/tim20000526.php3&lt;br /&gt;&lt;br /&gt;High Rankings(r) Search Engine Optimization Forum &gt; Technobabble &gt; Dynamically Generated Site Issues&lt;br /&gt;http://www.highrankings.com/forum/index.php?s=c5e371a3bec60ac7e650447c430abfd4&amp;showforum=25&lt;br /&gt;&lt;br /&gt;Digital Point Forums &gt; Marketing &gt; Search Engine Optimization &gt; PHP, HTML does it matter?&lt;br /&gt;http://forums.digitalpoint.com/showthread.php?t=53280&lt;br /&gt;&lt;br /&gt;Parsing PHP in .html Files&lt;br /&gt;http://www.desilva.biz/php/phpinhtml.html&lt;br /&gt;&lt;br /&gt;Article Source: http://www.freearticlesdirectory.com&lt;br /&gt;&lt;br /&gt;Ian Wilson is a support analyst, specializing in coding and system administration, for Apollo Hosting. Apollo Hosting provides website hosting, ecommerce hosting, vps hosting, and web design services to a wide range of customers.&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2871615434430107180-6815360548389257422?l=portal-it.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://portal-it.blogspot.com/feeds/6815360548389257422/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2871615434430107180&amp;postID=6815360548389257422' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2871615434430107180/posts/default/6815360548389257422'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2871615434430107180/posts/default/6815360548389257422'/><link rel='alternate' type='text/html' href='http://portal-it.blogspot.com/2007/06/php-seo-and-spiders-oh-my.html' title='PHP, SEO, And Spiders - Oh My!'/><author><name>d-ebook</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://photos1.blogger.com/blogger/2181/2923/320/P1020834.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2871615434430107180.post-5449961094554765655</id><published>2007-06-27T03:04:00.000-07:00</published><updated>2007-06-27T03:05:37.629-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='SEO'/><title type='text'>Link Exchange Directory: Start Building Your Link Popularity!</title><content type='html'>By: Ahmad M Bajeaifir&lt;br /&gt;&lt;br /&gt;There are altered ways to become popular in bit and it is always an velvet to your commotion if you are popular. But lingo about the internet world, becoming popular&lt;br /&gt;&lt;br /&gt;is some what different; here you need to be an expert to mark a presence. Just by making a website, you cannot expect business to flow, you need to be there in front&lt;br /&gt;&lt;br /&gt;of the customers, and all this sounds really fascinating but to gain incoming traffic on the internet is a complex process.&lt;br /&gt;&lt;br /&gt;Link building is one undifferentiated work that is constitutive by every website to neb adding to a hypothesis on the internet. Thus every website pacesetter saves some of his or her time to spent on building links to grow your market and circle in&lt;br /&gt;&lt;br /&gt;which you do your business. It is something like a give and take strategy. You agree to put the link of a website on your home page and that website offers you the same &lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;service. Thus if someone visits that website, your link will be visible to them. Hence you will be noticed by people not directly but indirectly, this is the magic&lt;br /&gt;&lt;br /&gt;of link building.&lt;br /&gt;&lt;br /&gt;To perform unrivaled&lt;br /&gt;lucre out of the wed lean-to path you requisite introduce your web site with a genuine content full of keywords and a nice little description about&lt;br /&gt;&lt;br /&gt;the feel of the website. A link exchange program gets off with your advertisement almost 200-300 words long. It must be a really informative &amp; full of keywords. Try&lt;br /&gt;&lt;br /&gt;to put the keywords in capital letters.&lt;br /&gt;&lt;br /&gt;The three profitable entwine den columns include:&lt;br /&gt;&lt;br /&gt;The Title, which is a point of your website.&lt;br /&gt;Description: a exorbitant one with comely gravy of keywords.&lt;br /&gt;Finally the URL&lt;br /&gt;&lt;br /&gt;Once you are done with this, you gander for websites or dictionaries that entrust set-to affix with you. Some dictionaries and manage to this life as a selfsame link.&lt;br /&gt;&lt;br /&gt;If you submit your link on a dictionary, then the dictionary will ask for a reciprocal link where the dictionarys link can be placed, this is actually your own URL. Once you fill the form in the dictionary, your link will be placed in it.&lt;br /&gt;&lt;br /&gt;Remember to put your link in the appropriate category as almost every link building dictionary has categories. For instance of you are having a flower website, then&lt;br /&gt;&lt;br /&gt;place your link in related category, like gifts or florists etc.&lt;br /&gt;&lt;br /&gt;Finally your conjugate consign be uploaded and you commit these days demand with exorbitant traffic influx. This is what blend funny provides you, for love marketing.&lt;br /&gt;&lt;br /&gt;Article Source: http://www.marketingarticlebank.com&lt;br /&gt;&lt;br /&gt;Ahmad M Bajeaifir is the author of this article on Link exchange directory. Find more information about Link exchange here.&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2871615434430107180-5449961094554765655?l=portal-it.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://portal-it.blogspot.com/feeds/5449961094554765655/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2871615434430107180&amp;postID=5449961094554765655' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2871615434430107180/posts/default/5449961094554765655'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2871615434430107180/posts/default/5449961094554765655'/><link rel='alternate' type='text/html' href='http://portal-it.blogspot.com/2007/06/link-exchange-directory-start-building.html' title='Link Exchange Directory: Start Building Your Link Popularity!'/><author><name>d-ebook</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://photos1.blogger.com/blogger/2181/2923/320/P1020834.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2871615434430107180.post-8256242278644936957</id><published>2007-06-27T03:02:00.000-07:00</published><updated>2007-06-27T03:03:04.323-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='SEO'/><title type='text'>Content Optimizes The Site Ranking</title><content type='html'>By: Ron victor&lt;br /&gt;&lt;br /&gt;Search engine optimization plays a major role in the domination of the country. Nowadays, search engine optimization finds a good position in the market and most of the people started doing search engine optimization. Today, internet becomes the important tool for the business and most of the transaction is done through internet only. So, search engine optimization finds a good demand in the internet market. Nowadays, more number of website has been started by the webmaster to provide quantitative information regarding their business. Search engine optimization can be done in more method and things done for the website is said to be the search engine optimization. The most important and essential factor to be considered is providing adequate and relevant information regarding the site to the web searchers. &lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;Providing adequate information and relevant information or content to the web searchers is the main objective of this search engine optimization. Content plays an important role in search engine optimization, because without content it is difficult for the web searchers to understand the matter. Most of the web searchers finds different types of information and when their search match your site, then your web site gets rankings in any of the algorithms like google, yahoo and msn. Generally, the web master who posses more knowledge and experience in search engines knows that, information or content with appropriate keywords plays an essential role. Search engine optimization cannot be done efficiently by all optimizers, only knowledgeable and experienced search engine optimizer can do effectively.&lt;br /&gt;&lt;br /&gt;Web masters put more amount of information for the site, to facilitate the web searchers at the time of their search. When the web searchers search for any information in the net, they should have to obtain appropriate and relevant information for their search. When more and more amount of information is provided in the website, then more number of web searchers tries your search. When more number of web searcher reach the website, then that particular site finds good demand in the net. When proper keywords and key phrases are included in the content, then the site ranks for the insisted keywords and key phrases. When more number of web searchers clicks the site, then the site attains the top most position in the rankings. It is the hands of the web master to make the site ranking in any of the top algorithms.&lt;br /&gt;&lt;br /&gt;The web searchers should have to know the needs and requirements of the web searchers and based on it, they try to provide information or content to the web searchers. The content provided by the webmaster should always relevant to your site and the searches of the web searcher. When your content does not relevant with site, then that particular finds difficult to rank. Proper keywords and key phrases should be insisted in the content in the correct manner, so that the site may rank immediately when it scrolls. Therefore content plays an important and essential role in top ranking of the website in any of the algorithms. Therefore relevant content with correct keywords insisted then the site will surely rank in the top position.&lt;br /&gt;&lt;br /&gt;Article Source: http://www.marketingarticlebank.com&lt;br /&gt;&lt;br /&gt;Ron is a famous Copywriter of Search Engine Optimization. He written many articles about Seo Services India and India Seo Company . For more information about India seo services, search engine company and India Seo. Contact him at ron.seocopywriter@gmail.com&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2871615434430107180-8256242278644936957?l=portal-it.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://portal-it.blogspot.com/feeds/8256242278644936957/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2871615434430107180&amp;postID=8256242278644936957' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2871615434430107180/posts/default/8256242278644936957'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2871615434430107180/posts/default/8256242278644936957'/><link rel='alternate' type='text/html' href='http://portal-it.blogspot.com/2007/06/content-optimizes-site-ranking.html' title='Content Optimizes The Site Ranking'/><author><name>d-ebook</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://photos1.blogger.com/blogger/2181/2923/320/P1020834.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2871615434430107180.post-274161881624720582</id><published>2007-06-27T01:06:00.000-07:00</published><updated>2007-06-27T01:09:50.111-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Hardware'/><title type='text'>Why Choose a Core 2 Duo For Your CPU In Your New High End Computer ?</title><content type='html'>It must have been difficult for Intel to watch AMD's Athlon 64 and then the Athlon 64 X2 and FX pretty much take over the performance PC market, putting the once-untouchable chip giant into a position where its only competitive response was to cut prices. Those were dark days indeed. But now, with the release of the long-awaited codename "Conroe" -- the Core 2 Duo and Core 2 Extreme processors -- Intel looks set to start a new age of desktop domination.&lt;br /&gt;&lt;br /&gt;Most onlookers expected Intel to take back the performance crown from AMD, but few anticipated the sheer magnitude of this victory, or the nearly flawless style with which Intel performed it. And the Core 2 Duo is just the first strike in this battle, as Intel is also planning preemptive Pentium D price drops and has revamped its single-core Pentium 4 and Celeron D lines as well.&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt; The Conroe excels in three areas, which add up to the very definition of what a current buyer expects from a top-end desktop CPU. These factors are price, performance, and power requirements, and the 65-nanometer-process Core 2 Duo and Extreme have surpassed their AMD counterparts in each, completing the same type of triple play that AMD had turned on the Pentium 4 and Pentium D.&lt;br /&gt;&lt;br /&gt;The question of who's got the best performance is not even up for debate: The 2.93GHz Core 2 Extreme X6800 is the fastest desktop processor on the planet, and the 2.66GHz Core 2 Duo E6700 is not far behind. Even the next-step-down 2.4GHz Core 2 Duo E6600 is an outstanding desktop performer that can outpace AMD's flagship Athlon 64 FX-62 in most tests.&lt;br /&gt;&lt;br /&gt;Power and cooling requirements are also extremely low -- the Core 2 Duo line offers the lowest power draw of any dual-core processor, with the Core 2 Duo Extreme not far off. Prices are also extremely competitive. In fact, it's amazing that for such a competitive price , the Core 2 Duo E6600 can outrun AMD's entire desktop lineup. The lower-end Core 2 Duo E6300 and E6400 models are even more affordable, although their 2MB instead of 4MB of Level 2 cache mean their relative performance isn't as high.&lt;br /&gt;&lt;br /&gt;Intel has accomplished this via a drastic shift away from the Pentium's NetBurst technology. Conroe's next-generation core performs more instructions per clock cycle (IPC), rather than having a longer and potentially less efficient pipeline that can be clocked into the stratosphere. Core 2 processors' 2MB or 4MB of 256-bit L2 cache feature what Intel calls Advanced Smart Cache, dynamically shared between the two cores for maximum efficiency rather than chaining half the cache to each core.&lt;br /&gt;&lt;br /&gt;With IPC levels exceeding those of AMD plus clock speeds up to 2.93GHz and a 1066MHz front-side bus, Intel has moved well ahead in the performance game despite sticking with traditional CPU and chipset architecture rather than AMD's on-chip-memory-controller approach.&lt;br /&gt;&lt;br /&gt;The Conroe design also reflects a need to keep power requirements and heat production down via various power-saving technologies. Since the basic architecture will be shared through all of Intel's processor lines (except the Itanium), including upcoming mobile CPUs, this translates into very power-efficient processing.&lt;br /&gt;&lt;br /&gt;The Core 2 Duo and Extreme processors may offer industry-leading performance, but Intel's SpeedStep technology ensures that the chips can ramp down the multiplier and reduce clock speed to conserve battery power and/or lower core heat levels.&lt;br /&gt;&lt;br /&gt;Moreover, new Intelligent Power Capability can go beyond slowing the CPU as a whole to turning various core functions on and off as required. These power-saving techniques don't get in the way of outright performance, as the Conroe instantly jumps back to top speed when required.&lt;br /&gt;&lt;br /&gt;Through the use of technical expertise obtained through advanced CPU server technology and exprertise Intel has leapfrogged once again to a combination of power , low energy use and heat production and reliability especially since with advances in CPU speed can disabling and damaging hear.&lt;br /&gt;&lt;br /&gt;The Core 2 Duo CPUs should be a major consideration in your next high end computer purchase.&lt;br /&gt;&lt;br /&gt;Article Source: http://www.marketingarticlebank.com&lt;br /&gt;&lt;br /&gt;Arthur Fellon Document Preparation. Ace Employment Service Agency artfellon@yahoo.com www.vintagecomputermanuals.com www.aceemploymentservices.net&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2871615434430107180-274161881624720582?l=portal-it.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://portal-it.blogspot.com/feeds/274161881624720582/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2871615434430107180&amp;postID=274161881624720582' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2871615434430107180/posts/default/274161881624720582'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2871615434430107180/posts/default/274161881624720582'/><link rel='alternate' type='text/html' href='http://portal-it.blogspot.com/2007/06/why-choose-core-2-duo-for-your-cpu-in.html' title='Why Choose a Core 2 Duo For Your CPU In Your New High End Computer ?'/><author><name>d-ebook</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://photos1.blogger.com/blogger/2181/2923/320/P1020834.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2871615434430107180.post-5120945458890456064</id><published>2007-06-27T01:04:00.000-07:00</published><updated>2007-06-27T01:05:37.424-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Hardware'/><title type='text'>Vintage Computers 8088, 286 , 386,486 ??</title><content type='html'>By: Maxwell Rubin&lt;br /&gt;&lt;br /&gt;You may well have heard your uncle or father spouting odd numbers in their portrayals of their great computer expertise – 286, 386, and 8088 and on and on. Confused ? What do these numbers mean. After all I know are Pentium computers and perhaps a few other models such as Dell, IBM and Intel Duo Core. Processors. These model numbers refer to the lineage of Intel Central Processing Units (CPUs) that are found in modern&lt;br /&gt;&lt;br /&gt;To begin with the 8088 is the oldest of the early PC central Processing Unit (CPU) variant models. which means a rectangular case with two rows of 20 pins. DIP stands for Dual In-Line Package. Older 80800 CPUs are called 8088-2. As they can only run at lower speeds (believe it not 5 MHz or slower compared to a now 4000 MHz computer). By the way the 8088 had the equivalent of approximately 27,000 transistors.&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt; Competition from non IBM PC makers – “clone makers” who built computers out of the same components as “real” IBM PC. These hot rodders of their day souped up this first PC chip version to unheard of speeds It was not only computer speed that powered the sales growth for the clone makers. It must be remembered that pre IBM PC all of IBM’s computer hardware was made in house for IBM. The IBM PC – Personal Computer was remarkable in that most of the components were all third party – that is made by outside suppliers whose names Indeed the agreed to standards were often those developed already for products inn production. At the worst they were now IBM standardized. The die was set, when people such as Michael Dell realized that they could put together an IBM PC look-alike work alike and sell it for $ 3,000 rather than the approximate $ 10,000 for the authentic IBM PC they were off and running. Although it was often said of corporate buyers that “You can never go wrong buying IBM” for the then geeks and amateur computer users it was an entirely different business plan. They were referred to as “Turbo” PCs.&lt;br /&gt;&lt;br /&gt;However it was not only cost that propelled the computer industry onwards. If it was not for the innovators – the clone maker’s engineers at such companies as Compaq Computer you might still be using that now primitive IBM PC running at 5 MHz. The Turbo PC/XT clones ran at the then unbelievable and unheard of speed of 6.6, 7.16 and even 8.0 MHz. Giant IBM the monolith computer industry leader was not only being made to look foolish with .the likes of Apple Computer in far away California but now that they had released their long heralded personal computer they were being upstaged on their own playing field.&lt;br /&gt;I&lt;br /&gt;Next in line along the route of vintage computer evolution was the 80286 chip. Designed by Intel in 1981 the 286 packed a wallop of more power that the 8088 did. The 80286 is the equivalent of about 130,000 transistors in the actual similar volume of the 8088’s 29,000 transistors. Not unexpectedly similar to the heat production problem of todays Pentium type computers extra cooling requirement is needed. We are left today in our modern computers with the benefits of the foresight of the electronic engineers of the day with the inventions of various types of heat sinks. Heat sinks one way or another are in effect radiators to dispel heat in a similar means and manner to you might have in your car.&lt;br /&gt;&lt;br /&gt;Lastly came the 386 chipset which is the direct predecessor of our modern Pentiums.&lt;br /&gt;The chip is properly called the 80386 by the still leading chip manufacture Intel. Introduced in 1985, the 80386 comes in a PGA package and is the equivalent of about 250,000 transistors. The 386 variants a wealth of programming features including the core vital ability to multitask DOS programs with the help of “hyerpervisor” programs like DesqView /386 or VRM/386. Its 32 bit data path speeds data access. Interestingly it took later hardware in the next 486 era chips to fully take broad scale advantage of these built in innovations.&lt;br /&gt;&lt;br /&gt;Interestingly enough there was also a downsized less costly and powerful example sporting a similar moniker name of CPU called the 386SX. The 386SX was identical except to the real 386 version – the 386DX except for the vital fact that it had a 16 bit data path which it was said allowed it be more easily incorporated into earlier and less costly AT type 286 16 bit computer hardware. Imagine the confusion at the time in computer buyers who did not have access to ready information as we do today on the internet. Many people bought what they thought were an advanced 386 computer when in essence they had a much downsized version. Most likely they were more than impressed with their own research, computer buying and bargaining skills.&lt;br /&gt;&lt;br /&gt;In the end though you get what you pay for. The fabled John Dvorak “Dvorak’s Law is that “No matter what they tell you your next computer will cost you...” At the time of the 8088 it was $ 10,000 then $ 5,000 $, $ 3,000, $ 1500 now $ 500- 800 perhaps.&lt;br /&gt;In the end you get a tremendous amount for value for your money. Even though it may be said as well that you get what you pay for.&lt;br /&gt;&lt;br /&gt;Article Source: http://www.marketingarticlebank.com&lt;br /&gt;&lt;br /&gt;Max Rubin Vintage Retro Computer Manuals www.adgerlinux.com www.bayareaword.com www.vintagecomputermanuals.com&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2871615434430107180-5120945458890456064?l=portal-it.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://portal-it.blogspot.com/feeds/5120945458890456064/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2871615434430107180&amp;postID=5120945458890456064' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2871615434430107180/posts/default/5120945458890456064'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2871615434430107180/posts/default/5120945458890456064'/><link rel='alternate' type='text/html' href='http://portal-it.blogspot.com/2007/06/vintage-computers-8088-286-386486.html' title='Vintage Computers 8088, 286 , 386,486 ??'/><author><name>d-ebook</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://photos1.blogger.com/blogger/2181/2923/320/P1020834.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2871615434430107180.post-4443722751819260855</id><published>2007-06-27T01:02:00.000-07:00</published><updated>2007-06-27T01:04:15.751-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Hardware'/><title type='text'>Good Things To Know About Raid Data Recovery</title><content type='html'>By: Dalvin Rumsey&lt;br /&gt;&lt;br /&gt;When it comes to the recovery of data from a hard disk, the best option for any firm is to use the Raid data recovery method. It is a very complex process that tries to repair the damage done by the client before sending the hard disk to the data recovery firm. It is never advisable for a user to try and recover the data himself. These clients may use certain system utilities tools in order to repair the array, but they may very often cause even more trouble. And, as when things go bad, they usually do when the data is critical, these hard disks should be directly taken to a firm that is specialized in data recovery. For example, previous happenings have showed that, when a RAID failure occurs and results in the loss of important data, somebody’s job is on the line! If the data is not recovered, then things get quite complicated, for the employee, as well as for the employer.&lt;br /&gt;&lt;br /&gt;Therefore, the best action you can take in the situation of a Raid data recovery problem is to immediately send the hard disk to a specialized firm. Should a serious system failure occur, the whole pressure is transferred to the hard disk data recovery professionals. As the users are in the habit of starting troubleshooting processes in order to solve the problem, the data recovery experts must also repair the damage done by these processes, as they can make the data impossible to recover. The information involved in such a situation can cost many hundreds of thousands, possibly millions of dollars in labor and resources to create. This is the reason why the executives are not at all interested in finding out the cause of the failure, they just care about the fact that the server has crashed and that the problem must be immediately solved.&lt;br /&gt;&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;It is true that the Raid data recovery process can be pretty expensive, but in most cases it is nothing compared to trying to recreate the data that has been destroyed. Not to speak about the fact that getting the data back could be enough to save someone's job!&lt;br /&gt;&lt;br /&gt;The procedures that Raid data recovery consists of start by making sure all of the drives are properly functioning. This may mean taking the physically damaged drives into the clean room and try to make all the necessary repairs, in order for them to normally function again. The hard disk data recovery technician then initiates a very low-level process that allows him to work around bad sectors of the disk. It is in fact making complete sector-by-sector clones of every drive. The original source drive is being put in a "write protect" mode, in order to protect the existing data during the cloning process. The actual recovery process is performed on these cloned copies!&lt;br /&gt;&lt;br /&gt;There are many elements that dictate the high price of the Raid data recovery process: the file system, the total size of the damaged drives and the situation of failure. Therefore, the best thing you can do is avoid the damage and a job loss by backing up your data!&lt;br /&gt;&lt;br /&gt;Article Source: http://www.marketingarticlebank.com&lt;br /&gt;&lt;br /&gt;Visit right now - Raid Data Recovery Specialists in Hard Disk Data Recovery, exchange server recovery and linux recovery.&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2871615434430107180-4443722751819260855?l=portal-it.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://portal-it.blogspot.com/feeds/4443722751819260855/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2871615434430107180&amp;postID=4443722751819260855' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2871615434430107180/posts/default/4443722751819260855'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2871615434430107180/posts/default/4443722751819260855'/><link rel='alternate' type='text/html' href='http://portal-it.blogspot.com/2007/06/good-things-to-know-about-raid-data.html' title='Good Things To Know About Raid Data Recovery'/><author><name>d-ebook</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://photos1.blogger.com/blogger/2181/2923/320/P1020834.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2871615434430107180.post-5173358535500278812</id><published>2007-06-27T00:31:00.000-07:00</published><updated>2007-06-27T00:32:04.726-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Computer Certification'/><title type='text'>Boost Your Career And Benefit From A Microsoft Certification Or Two Or Three!</title><content type='html'>By: James Croydon&lt;br /&gt;&lt;br /&gt;You went to college and thought you were prepared for the job market. If you are going for entry-level work, yeah, you are prepared. However, to really get ahead, you need Microsoft certification, whether it is an MCP, MCSA, MCSE or any other string of letters. Quite a few people will go for multiple certifications to broaden their experience and scope of possible job opportunities.&lt;br /&gt;&lt;br /&gt;Some of the Microsoft certifications require you have to have at least one year of practical experience in order to pursue a certification, namely an MCSE or Microsoft Certified Systems Engineer. It is important to have that experience that these certain certifications require because the training, like the MCSE training and the MCSE exams that follow, are very intense. In fact, some people will not only partake of the standard MCSE training, but also MCSE boot camps for more in-depth studies into their certification.&lt;br /&gt;&lt;br /&gt;One standard benefit to having a Microsoft certification is that it is a great basic means of analyzing the aptitude of an employee. If you are a manager or owner in a business, you want some way to evaluate that employee’s skills. And if you are the employee, you know that your boss recognizes your abilities.&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;If you are on the hunt for a new job, then potential hiring managers and employers have a basis in which to assess your qualifications. Without that Microsoft certification on your resume, these employers would have no idea about your skills and most likely would consider someone else, someone with a certification, for the position you were aiming for.&lt;br /&gt;&lt;br /&gt;If you do not have much hands-on experience in your field, but you do have the Microsoft certification to prove that you know the material, you would also have a leg up on anyone else applying for the same position that may have more hands-on experience, but no certification. For some reason, that certification, those little string of letters like MCP or MCSE, hold a lot of power.&lt;br /&gt;&lt;br /&gt;Yet another benefit to holding a Microsoft certification or two is the money aspect of it all. Sure, you shelled out some major bucks to fund your education in those MCP courses or that MCSE training, but consider it an investment in yourself. With certification, you can bargain a higher salary and even reimbursement for your training!&lt;br /&gt;&lt;br /&gt;Many professionals in the IT field or in a company in which you work in an IT department could benefit from Microsoft certification. Do you work as an Administrator for a network, mail or web server? Are you involved in the security of networks and the internet? Any of those positions and much more benefit with additional training and certification. Just think money! It is the biggest motivator. The more you know and can bring to a position, the more money you stand to make.&lt;br /&gt;&lt;br /&gt;So think about going for your MCSE or MCP certification or any number of others available. More training; more knowledge; more money ... sounds like a no-brainer! Go nuts and get certified today!&lt;br /&gt;&lt;br /&gt;Article Source: http://www.marketingarticlebank.com&lt;br /&gt;&lt;br /&gt;James Croydon, Microsoft Certified Professional and MCSE Certification Courses advisor - focusing on MCSE Certification and MCSE Online&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2871615434430107180-5173358535500278812?l=portal-it.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://portal-it.blogspot.com/feeds/5173358535500278812/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2871615434430107180&amp;postID=5173358535500278812' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2871615434430107180/posts/default/5173358535500278812'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2871615434430107180/posts/default/5173358535500278812'/><link rel='alternate' type='text/html' href='http://portal-it.blogspot.com/2007/06/boost-your-career-and-benefit-from.html' title='Boost Your Career And Benefit From A Microsoft Certification Or Two Or Three!'/><author><name>d-ebook</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://photos1.blogger.com/blogger/2181/2923/320/P1020834.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2871615434430107180.post-7369463109885471631</id><published>2007-06-27T00:28:00.000-07:00</published><updated>2007-06-27T00:29:54.324-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Computer Certification'/><title type='text'>Cisco CCNA / CCNP Home Lab Tutorial: Configuring An Access Server</title><content type='html'>By: Chris Bryant&lt;br /&gt;&lt;br /&gt;As your CCNA / CCNP home lab expands, an access server such as the Cisco 2509 or 2511 is one of the best investments you can make. In this article, we'll look at the basic configuration for an access server and discuss how to connect to the other routers and switches in your pod through the AS.&lt;br /&gt;&lt;br /&gt;Here's part of a configuration from one of my access servers:&lt;br /&gt;&lt;br /&gt;ip host FRS 2006 100.1.1.1&lt;br /&gt;&lt;br /&gt;ip host SW2 2005 100.1.1.1&lt;br /&gt;&lt;br /&gt;ip host SW1 2004 100.1.1.1&lt;br /&gt;&lt;br /&gt;ip host R2 2002 100.1.1.1&lt;br /&gt;&lt;br /&gt;ip host R1 2001 100.1.1.1&lt;br /&gt;&lt;br /&gt;ip host R3 2003 100.1.1.1&lt;br /&gt;&lt;br /&gt;interface Loopback0&lt;br /&gt;&lt;br /&gt;ip address 100.1.1.1 255.255.255.255&lt;br /&gt;&lt;br /&gt;no ip directed-broadcast&lt;br /&gt;&lt;br /&gt;This is an IP Host table, and this is what makes the entire AS setup work. Your PC will connect to the access server, and the access server is in turn physically connected to your other routers and switches via an octal cable. One end of the octal cable splices off into eight separate cables, each terminated with an Rj-45 connector. That connector will be placed into the console port of one of your home lab devices. In this configuration, I have connector 1 connected to the console port of R1, connector 2 to R2, connector 3 to R3, connector 4 to Sw1, and so forth. (The connectors are physically numbered as well.)&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;The IP Host table entries here are linked to the loopback address shown. The loopback can be any address, but it must match the address in the IP Host table. This allows you to create reverse telnet sessions to the routers and switches.&lt;br /&gt;&lt;br /&gt;To open the reverse telnet sessions upon opening a connection to the AS, type the entire name of the device and press the enter key twice. A connection to that device will now be visible, as shown here:&lt;br /&gt;&lt;br /&gt;Access_Server#r1&lt;br /&gt;&lt;br /&gt;Trying R1 (100.1.1.1, 2001)... Open&lt;br /&gt;&lt;br /&gt;R1#&lt;br /&gt;&lt;br /&gt;To get back to the access server, use the key combination followed by pressing the "x" key. Keep doing this until you've opened a connection to every router and switch in your pod.&lt;br /&gt;&lt;br /&gt;Once you've opened the lines, you will not use the full device name to connect to the home lab devices. You should press only the number corresponding to the reverse telnet session you opened. For instance, in this configuration I opened telnet session 1 to R1, session 2 to R2, and session 3 to R3. Once I opened those sessions, I just use those numbers to reconnect to the devices, as shown here:&lt;br /&gt;&lt;br /&gt;Access_server#1&lt;br /&gt;&lt;br /&gt;[Resuming connection 1 to r1 ... ]&lt;br /&gt;&lt;br /&gt;R1#&lt;br /&gt;&lt;br /&gt;Access_server#2&lt;br /&gt;&lt;br /&gt;[Resuming connection 2 to r2 ... ]&lt;br /&gt;&lt;br /&gt;R2#&lt;br /&gt;&lt;br /&gt;Access_server#3&lt;br /&gt;&lt;br /&gt;[Resuming connection 3 to r3 ... ]&lt;br /&gt;&lt;br /&gt;R3#&lt;br /&gt;&lt;br /&gt;If you type the full hostname again after initially opening the connection, you will see this message:&lt;br /&gt;&lt;br /&gt;Access_server#r1&lt;br /&gt;&lt;br /&gt;Trying R1 (100.1.1.1, 2001)...&lt;br /&gt;&lt;br /&gt;% Connection refused by remote host&lt;br /&gt;&lt;br /&gt;The connection is refused because you already have an open connection to that router.&lt;br /&gt;&lt;br /&gt;There's one more important part of an access server config your CCNA / CCNP home lab will need:&lt;br /&gt;&lt;br /&gt;line 1 8&lt;br /&gt;&lt;br /&gt;no exec&lt;br /&gt;&lt;br /&gt;transport input all&lt;br /&gt;&lt;br /&gt;The line numbers may differ according to your access server, but "no exec" is very important here. This will stop rogue EXEC sessions from refusing connections that it shouldn't be refusing. Without this command, you'll commonly see "connection refused by remote host" when you shouldn't be. That message is the most common error you'll see on an access server, and it's there because you already have an open connection or you left "no exec" out of your configuration. "No exec" isn't mandatory, but it will help you keep your sanity!&lt;br /&gt;&lt;br /&gt;Article Source: http://www.marketingarticlebank.com&lt;br /&gt;&lt;br /&gt;Chris Bryant, CCIE #12933, is the owner of The Bryant Advantage , home of free CCNA and CCNP tutorials! Pass the CCNA exam with Chris Bryant!&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2871615434430107180-7369463109885471631?l=portal-it.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://portal-it.blogspot.com/feeds/7369463109885471631/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2871615434430107180&amp;postID=7369463109885471631' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2871615434430107180/posts/default/7369463109885471631'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2871615434430107180/posts/default/7369463109885471631'/><link rel='alternate' type='text/html' href='http://portal-it.blogspot.com/2007/06/cisco-ccna-ccnp-home-lab-tutorial.html' title='Cisco CCNA / CCNP Home Lab Tutorial: Configuring An Access Server'/><author><name>d-ebook</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://photos1.blogger.com/blogger/2181/2923/320/P1020834.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2871615434430107180.post-3537530705491853008</id><published>2007-06-27T00:26:00.000-07:00</published><updated>2007-06-27T00:27:49.404-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Computer Certification'/><title type='text'>Cisco CCNA Exam Tutorial: Route Summarization</title><content type='html'>By: Chris Bryant&lt;br /&gt;&lt;br /&gt;Preparing to pass the CCNA exam and earn this important Cisco certification? Route summarization is just one of the many skills you'll have to master in order to earn your CCNA. Whether it's RIP version 2, OSPF, or EIGRP, the CCNA exam will demand that you can flawlessly configure route summarization.&lt;br /&gt;&lt;br /&gt;Route summarization isn't just important for the CCNA exam. It's a valuable skill to have in the real world as well. Correctly summarizing routes can lead to smaller routing tables that are still able to route packets accurately - what I like to call "concise and complete" routing tables.&lt;br /&gt;&lt;br /&gt;The first skill you've got to have in order to work with route summarization is binary math; more specifically, you must be able to take multiple routes and come up with both a summary route and mask to advertise to downstream routers. Given the networks 100.16.0.0 /16, 100.17.0.0 /16, 100.18.0.0 /16, and 100.19.0.0 /16, could you quickly come up with both the summary address and mask? All you need to do is break the four network numbers down into binary strings. We know the last two octets will all convert to the binary string 00000000, so in this article we'll only illustrate how to convert the first and second octet from decimal to binary.&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;100 16 = 01100100 00010000&lt;br /&gt;&lt;br /&gt;100 17 = 01100100 00010001&lt;br /&gt;&lt;br /&gt;100 18 = 01100100 00010010&lt;br /&gt;&lt;br /&gt;100 19 = 01100100 00010011&lt;br /&gt;&lt;br /&gt;To come up with the summary route, just work from left to right and draw a line where the four networks no longer have a bit in common. For these four networks, that point comes between the 14th and 15th bits. This leaves us with this string: 01100100 000100xx. All you need to do is convert that string back to decimal, which gives us 100 for the first octet and 16 for the second. (The two x values are bits on the right side of the line, which aren't used in calculating the summary route.) Since we know that zero is the value for the last two octets, the resulting summary network number is 100.16.0.0.&lt;br /&gt;&lt;br /&gt;But we're not done! We now have to come up with the summary mask to advertise along with the summary route. To arrive at the summary route, write out a mask in binary with a "1" for every bit to the left of the line we drew previously, and a "0" for every bit to the right. That gives us the following string:&lt;br /&gt;&lt;br /&gt;11111111 11111100 00000000 00000000&lt;br /&gt;&lt;br /&gt;Converting that to dotted decimal, we arrive at the summary mask 255.252.0.0. The correct summary network and mask to advertise are 100.16.0.0 252.0.0.0.&lt;br /&gt;&lt;br /&gt;For the CCNA exam, emphasis is put on knowing how to advertise these summary routes in RIPv2 and EIGRP. For both of these protocols, route summarization happens at the interface level - it's not configured under the protocol. On the interface that should advertise the summary route, use the command "ip summary-address". Here are examples of how the above summary route would be configured on ethernet0 in both RIPv2 and EIGRP.&lt;br /&gt;&lt;br /&gt;R1(config-if)#ip summary-address rip 100.16.0.0 255.252.0.0&lt;br /&gt;&lt;br /&gt;R1(config-if)#ip summary-address eigrp 100 100.16.0.0 255.252.0.0&lt;br /&gt;&lt;br /&gt;The main difference between the two is that the EIGRP command must specify the AS number - that's what the "100" is in the middle of the EIGRP command. Since RIPv2 does not use AS numbers, there's no additional value needed in the configuration.&lt;br /&gt;&lt;br /&gt;For OSPF, the commands differ. If you're configuring inter-area route summarization, use the "area range" command; if you are summarizing routes that are being redistributed into OSPF, use the summary-address command under the OSPF routing process on the ASBR. Neither of these are interface-level commands.&lt;br /&gt;&lt;br /&gt;I speak from experience when I tell you that practice makes perfect on the CCNA exam, especially with binary and summarization questions. The great thing about these questions is that there are no grey areas with these questions - you either know how to do it or you don't. And with practice and an eye for detail, you can master these skills, pass the exam, and become a CCNA. Here's to your success!&lt;br /&gt;&lt;br /&gt;Article Source: http://www.marketingarticlebank.com&lt;br /&gt;&lt;br /&gt;Chris Bryant, CCIE #12933, is the owner of The Bryant Advantage , home of free CCNA and CCNP tutorials! Pass Pass the CCNA exam with Chris Bryant!&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2871615434430107180-3537530705491853008?l=portal-it.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://portal-it.blogspot.com/feeds/3537530705491853008/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2871615434430107180&amp;postID=3537530705491853008' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2871615434430107180/posts/default/3537530705491853008'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2871615434430107180/posts/default/3537530705491853008'/><link rel='alternate' type='text/html' href='http://portal-it.blogspot.com/2007/06/cisco-ccna-exam-tutorial-route.html' title='Cisco CCNA Exam Tutorial: Route Summarization'/><author><name>d-ebook</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://photos1.blogger.com/blogger/2181/2923/320/P1020834.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2871615434430107180.post-3983287710541835639</id><published>2007-06-26T23:43:00.002-07:00</published><updated>2007-06-26T23:45:13.127-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Data Recovery'/><title type='text'>How to Access Microsoft Word Last 10 Authors</title><content type='html'>By: Jon Rowe.&lt;br /&gt;&lt;br /&gt;Computer forensic examinations and litigation support projects often rely on Microsoft Office file metadata. Metadata is information stored in a file that identifies key attributes of the file and can assist a computer forensic examiner and lawyers by establishing key findings in a case. It can assist with the timeline of events for a suspect.&lt;br /&gt;&lt;br /&gt;The area of the file referred to as 'Last 10 Authors' is also called metadata, however, it isn't contained in the same area or accessible through the same applications as the other metadata fields. The last 10 authors/locations information can greatly assist computer forensic examinations and electronic discovery projects, however, it is important to know which software tools can access and scrub the last 10 authors information.&lt;br /&gt;&lt;br /&gt;Many computer examiners and attorneys have found out the hard way that last 10 authors isn't normally extracted or displayed when using several popular computer forensic or electronic discovery processing software.&lt;br /&gt;&lt;br /&gt;What is OLE stream metadata? OLE stream metadata is what is commonly viewed through a metadata viewer or sometimes extracted during electronic discovery and contain fields such as Title, Author, Date Last Printed, Date Last Saved etc. Because the last 10 authors is stored in a different location and not easily accessible this information isn't normally extracted during the electronic discovery process.&lt;br /&gt;&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;Many attorneys are concerned when they realize the information that is contained in their clients files in the last 10 author area. They become even more concerned when they realize their scrubbing software didn't eliminate the information in this area.&lt;br /&gt;&lt;br /&gt;In a recent computer examination I was examining a USB drive which contained the current working files of the suspect. We were also provided access to a laptop which the suspect claimed was the only computer used in addition to the office computer.&lt;br /&gt;&lt;br /&gt;We were a bit suspicious when we were told the laptop was used whenever the suspect wasn't in the office. Our suspicions were a result of determining the laptop was 5 years old and contained partitions that included DOS and Windows 3.1.&lt;br /&gt;&lt;br /&gt;When we reviewed the last 10 authors information on dozens of current working files located on the USB drive we were able to determine that none of the files were created or recently modified on the laptop. In fact, we were able to determine the employee had access to two other systems which had been used to edit the working files.&lt;br /&gt;&lt;br /&gt;It is important to also understand that the last 10 authors data is not only captured when a user clicks 'save' but Microsoft Word's autosave feature will intermintently save files and store the information in last 10 authors.&lt;br /&gt;&lt;br /&gt;There are numerous examples of how the last 10 authors is used to win and defend cases. The savy attorneys and computer forensic examiners review this information when examinig their clients files or those produced by opposing counsel.&lt;br /&gt;&lt;br /&gt;When selecting a vendor or software to scrub documents it is important to insure that the last 10 authors is removed during scrubbing. Not all vendors or software applications will identify and remove the last 10 authors data.&lt;br /&gt;&lt;br /&gt;In summary, last 10 authors is referred to as metadata, however, it isn't accessible through most computer forensic software or electronic discovery application. Last 10 authors data can be viewed and scrubbed using applications from Pinpoint Labs (Pinpoint MetaViewer, MetaDiscover). There are a couple other applications, however, the applications from Pinpoint Labs can access and scrub the data without altering the file system timestamps and is significantly quicker than other applications reviewed.&lt;br /&gt;&lt;br /&gt;Article Source: http://www.marketingarticlebank.com&lt;br /&gt;&lt;br /&gt;Pinpoint Metaviewer and MetaDiscover are available from Pinpoint Labs websiteMetadata Tools - Last 10 Authors&lt;br /&gt;Don't reprint this article. Instead, reprint a free unique content version of this same article.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2871615434430107180-3983287710541835639?l=portal-it.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://portal-it.blogspot.com/feeds/3983287710541835639/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2871615434430107180&amp;postID=3983287710541835639' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2871615434430107180/posts/default/3983287710541835639'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2871615434430107180/posts/default/3983287710541835639'/><link rel='alternate' type='text/html' href='http://portal-it.blogspot.com/2007/06/how-to-access-microsoft-word-last-10.html' title='How to Access Microsoft Word Last 10 Authors'/><author><name>d-ebook</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://photos1.blogger.com/blogger/2181/2923/320/P1020834.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2871615434430107180.post-6769675929383379135</id><published>2007-06-26T23:43:00.001-07:00</published><updated>2007-06-26T23:43:49.762-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Data Recovery'/><title type='text'>Data Backup Mediums</title><content type='html'>By: jake k forrester&lt;br /&gt;&lt;br /&gt;Backing up your logical drives and partitions can be somewhat of a daunting task. It is much easier to have software do it for you. Just a few clicks of the mouse and your data is backed up all in one neat tidy little space on your hard drive. From there it can be passed on to a CD, USB storage device, or other form of data backup storage.&lt;br /&gt;&lt;br /&gt;If you need plenty of storage space available for your data, you may opt to go with some less traditional means of data backup. This may include DVDs or an offsite server. Both provide large amounts of storage when compared to a CD which only holds around 800 mb. Of course USB sticks are coming down in price and available in large capacity form for very little money.&lt;br /&gt;&lt;br /&gt;Tape drives were at one point the de facto standard in data backup devices, however now they are more for servers than home computer users. Because tape drives offer more space and can be erased and rewritten many times gives the person that is backing up the data peace of mind that he does not need change the disc or worry about if it will fit.&lt;br /&gt;&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;Of course when backing up your data, its important to know, what is actually a necessity to backup and what is basically garbage. For most users, photos and critical system files top the list. However every user is not the same. Lets say you are a videographer, some of your video files need to be saved or you could risk losing them. Or for a photographer, images or pictures can be lost. And for writers, Losing that masterpiece novel you’ve been working on for two years can’t be a good thing.&lt;br /&gt;&lt;br /&gt;But what about critical system files? Do you know which ones you’ll actually need and which ones you do not? Most users don’t know. My recommendation would be to use a disk image manager that will record the entire hard disk in case something goes wrong. Be sure to read the documentation on how to recover from such an event. Because if something were to happen, you’ll need to know how to get what you’ve got backed up back onto your new hard drive.&lt;br /&gt;&lt;br /&gt;Backup your data and keep it in a safe place. Once you’ve backed up all your data. Or the most critical files at least, you may need software to install everything back onto the new hard drive. That’s why it’s very important to keep this information handy and out of harms way.&lt;br /&gt;&lt;br /&gt;If other people have access to the place you store your data backup, you may want to encrypt data on the backup device. There are many programs that are available to do this and most are not expensive. Some are even free! Just remember the password or you will not be able to access the data that backed up!&lt;br /&gt;&lt;br /&gt;So in essence, how we backup is just as important as what we back up. For more on Data Backups&lt;br /&gt;&lt;br /&gt;Article Source: http://www.marketingarticlebank.com&lt;br /&gt;&lt;br /&gt;Find more data backup information at SXSecurity.com . This article on data backups was written by Jake Forrester of www.sxsecurity.com&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2871615434430107180-6769675929383379135?l=portal-it.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://portal-it.blogspot.com/feeds/6769675929383379135/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2871615434430107180&amp;postID=6769675929383379135' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2871615434430107180/posts/default/6769675929383379135'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2871615434430107180/posts/default/6769675929383379135'/><link rel='alternate' type='text/html' href='http://portal-it.blogspot.com/2007/06/data-backup-mediums.html' title='Data Backup Mediums'/><author><name>d-ebook</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://photos1.blogger.com/blogger/2181/2923/320/P1020834.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2871615434430107180.post-5197827871546803113</id><published>2007-06-26T23:25:00.000-07:00</published><updated>2007-06-26T23:27:16.397-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Data Recovery'/><title type='text'>Hard Drive Data Recovery Software!!</title><content type='html'>By: Kavya Rai&lt;br /&gt;&lt;br /&gt;From: highergrnd&lt;br /&gt;&lt;br /&gt;Everybody would love to make lots of money quickly, working from home, and only doing a few hours of work per week. I've spent the past two years trying to find a great way of doing this. Only over the course of the past few months have I found any "get rich quick" programs worth buying. I've been trying to make money online for a long time. I had a few small websites, but they never made much more than a few hundred per month. It was easy money and didn't require much work on my part, but I knew there were people out there doing better than I was and I knew I could do as well as them.&lt;br /&gt;Now, I've seen a lot of "get rich quick" programs. Most of these people make claims about earning $2000/day with Google or something similarly insane. Almost all of these people are complete liars. Even if they were making $2000/day with Google AdSense, it'd be because they had high- traffic websites with a lot of quality content. I'd know, because in one whole month, I never even made half of what they promised I'd make daily with their programs. Maybe you've already been scammed by one of these fraudsters. Anyway, I finally got sick of what was being offered.&lt;br /&gt;I decided I'd look through the all of the "get rich quick" programs I could find and see if there were any that were actually legitimate. I found that there were owners selling their programs for well over $100, but the information in them could be found almost anywhere online for free. Additionally, they all contained out-of-date information, had no e-mail support, no money back guarantees, and broken links in the downloads section. &lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;In conclusion, almost all of the programs I found were completely useless. The owners knew it, but they couldn't care less about their customers since they didn't offer refund policies! Amazingly, while looking through all of the programs, I actually did find a few legitimate programs. They were run by ordinary people like you and me, and they had found some great methods of making money from their home by doing very little work.&lt;br /&gt;I spent some time working with those programs, and my income is now ten times what it used to be. These programs provided a large amount of great information on how to make extra money on your computer doing very little work. Numerous customers had provided great feedback and reviews for their products. Many of them have started to make money just days after buying!&lt;br /&gt;Their programs have excellent prices, and the authors have a group of paid staff who are dedicating to helping you or providing assistance if you need any. I must say I was amazed! If you do decide to purchase any of the programs listed below, I recommend you join quickly. Most of the owners tell me they are getting an overwhelming number of sales and plan on raising prices in the near future, so order while prices are still low!&lt;br /&gt;&lt;br /&gt;To Your Online Success,&lt;br /&gt;highergrnd&lt;br /&gt;&lt;br /&gt;Article Source: http://www.marketingarticlebank.com&lt;br /&gt;&lt;br /&gt;The programs have excellent prices, and the authors have a group of paid staff who are dedicating to helping you or providing assistance if you need any. I must say I was amazed! If you do decide to purchase any of the programs listed below, I recommend you join quickly. Most of the owners tell me they are getting an overwhelming number of sales and plan on raising prices in the near future, so order while prices are still low!&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2871615434430107180-5197827871546803113?l=portal-it.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://portal-it.blogspot.com/feeds/5197827871546803113/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2871615434430107180&amp;postID=5197827871546803113' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2871615434430107180/posts/default/5197827871546803113'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2871615434430107180/posts/default/5197827871546803113'/><link rel='alternate' type='text/html' href='http://portal-it.blogspot.com/2007/06/hard-drive-data-recovery-software.html' title='Hard Drive Data Recovery Software!!'/><author><name>d-ebook</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://photos1.blogger.com/blogger/2181/2923/320/P1020834.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2871615434430107180.post-7959575126368011146</id><published>2007-06-26T23:22:00.000-07:00</published><updated>2007-06-26T23:23:48.423-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Communications And Technology'/><title type='text'>Processes Links SEO style</title><content type='html'>By: rateempire&lt;br /&gt;&lt;br /&gt;SEO missions allow web owners to optimize their web sites by noticing their targeted audience on the entry pages. SEO works as a coordinator or set of strategies designed for search engine optimizing of web pages. SEO challenges competitive rich keywords and analyzes these words, testing for relevancy, quality and richness. SEO involves link analyzing. This strategy serves to verify any web page content searching for relevancy, informative, and keyword density.&lt;br /&gt;&lt;br /&gt;SEO strategies involve Text links. Relevant links is also included in SEO practices and serve as a cross-link to a web site.&lt;br /&gt;&lt;br /&gt;Navigational search engine optimizing practices or structures are useful to enforce that heavy traffic is flowing to a web page. These practices begin with search engine optimizing and start on a basic home page and follows pursuit behind other pages. Once you find the right SEO strategies, you can submit web pages to the top search engines.&lt;br /&gt;&lt;br /&gt;SEO readies a web site position for the Internet. It prepares Google and other major engines online to give you accurate reports, reviews in addition to submission results. SEO is important. You want to focus on relevant titles, so focus on static links.&lt;br /&gt;&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;SEO involves Meta Tags. You want to make sure these tags have appropriate rich keywords. Insert the relevant, quality keywords in your description pages also.&lt;br /&gt;&lt;br /&gt;Make sure that all your headers, pages, main pages, headings, text links, etc have relevant keywords. Be sure to add relevant keywords to hyperactive links as well as your URL. Be sure that you setup your pages to meet Google's requirements. This includes MSN too.&lt;br /&gt;&lt;br /&gt;Search Engines randomly update their indexes and directories, so you want to make sure that you follow pursuit, updating your pages too.&lt;br /&gt;&lt;br /&gt;Your management team should work to uphold maintenance. This involves preparing your websites and analyzing prepared it to make sure details are relevant to your theme. The description page should have informative, relevant, and quality keywords. Does a random optimization scan on your web pages regularly searching for relevant, quality and informative?&lt;br /&gt;&lt;br /&gt;When changes occur on the search engines, you want to be prepared. Preparing helps you to make the necessary changes that will meet the criteria of the top Search Engines requirements.&lt;br /&gt;&lt;br /&gt;Start a link Popularity Campaign. Make sure your links are relevant and are rich quality links.&lt;br /&gt;&lt;br /&gt;Maintain your web pages monthly. Update any keywords, content, and submit your sites to the open directories. Keep statistics or visible reports ready. Updates of keywords and text links are important.&lt;br /&gt;&lt;br /&gt;SEO helps you to reach the top ranks, yet you want to make sure your web pages have correct infrastructure, as well as keywords and text links.&lt;br /&gt;&lt;br /&gt;Article Source: http://www.marketingarticlebank.com&lt;br /&gt;&lt;br /&gt;Martin Lukac represents, search engine marketing web-site for search engine optimization and website submission. Promote your website and get top rotating positions on over 250+ search engines, including a niche website submission. Engine Promoter also operates#1 Go Shopping&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2871615434430107180-7959575126368011146?l=portal-it.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://portal-it.blogspot.com/feeds/7959575126368011146/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2871615434430107180&amp;postID=7959575126368011146' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2871615434430107180/posts/default/7959575126368011146'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2871615434430107180/posts/default/7959575126368011146'/><link rel='alternate' type='text/html' href='http://portal-it.blogspot.com/2007/06/processes-links-seo-style.html' title='Processes Links SEO style'/><author><name>d-ebook</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://photos1.blogger.com/blogger/2181/2923/320/P1020834.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2871615434430107180.post-8782954536615626280</id><published>2007-06-26T23:15:00.000-07:00</published><updated>2007-06-26T23:16:37.422-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Communications And Technology'/><title type='text'>Making Money on the Internet is a weird and wonderful game...</title><content type='html'>By: Benn Brown&lt;br /&gt;&lt;br /&gt;In case you hadn't realised already, making money on the internet is a weird and wonderful game...&lt;br /&gt;&lt;br /&gt;Despite the plethora of information available on specific methods and procedures that can&lt;br /&gt;allow you to achieve a solid income online, so many people still struggle, many never&lt;br /&gt;making any money online at all.&lt;br /&gt;&lt;br /&gt;The reasons for this are many and varied but we're going to look at just a few today.&lt;br /&gt;&lt;br /&gt;1. This is the biggest and least acknowledged of them all: Mental Influences - Most people&lt;br /&gt;don't make the money they want because they have mental barriers that prevent them from&lt;br /&gt;acquiring it.&lt;br /&gt;&lt;br /&gt;Perhaps they think subconciously that if they have more money, they'll have to spend more money, or that they'll have less time to spend with their families or theyll become greedy or that they won't know what to do with the money or they will get robbed or some other outlandish negative consequence will arise.&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;These negative belief barriers must be broken down before someone can have the things that they conciously want be abundant in their life. Where you are is where you want to be, so the saying goes. If you've been trying a long time without making any decent money online, the 'inside' might be the first place to look.&lt;br /&gt;&lt;br /&gt;2. Lack of a solid method - While there are a lot of ebooks and courses available on how to achieve the outcome of online income, many of them talk theory and fluff while only a few lay out a plan in exact step by step fashion. Either that or they, give you instructions but leave out just ONE vital step that makes it so difficult to complete the process.&lt;br /&gt;&lt;br /&gt;3. Competing with the big guys! If you're getting started, its almost impossible to make money by competing against people who are twenty times more experienced than you. If you are just getting started and trying to sell internet marketing products, as an affiliate, as a product creator, using seo, using ppc, whatever the method, entering a market where everyone else is better than you is going to ensure you fail. Even entering other markets is futile, dog training, acne, pregnancy... they seem like niche markets but they are nothing of the sort.&lt;br /&gt;&lt;br /&gt;People who succeed know how to effectively target niche markets and penetrate tiny but profitable crevices of the world wide web to find the easy money. That may just be one of the best pieces of advice a new online marketer could receive.&lt;br /&gt;&lt;br /&gt;The point is, despite the loads of crap out there, despite the million ebooks, courses, memberships and reports on how to make money online with so little success, it CAN be done. With a combination of the right mindset and the right approace, anything, including making a truck load of cash while working from home in your undies can become a reality.&lt;br /&gt;&lt;br /&gt;Article Source: http://www.marketingarticlebank.com&lt;br /&gt;&lt;br /&gt;Andrew Hansen is an author, web marketer and entrepreneur. His newest report, Niche Marketing On CRACK details a step by step method that anyone can use to start generating big money from tiny traffic in a short space of time. For more information see: www.nichemarketingoncrack.com/&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2871615434430107180-8782954536615626280?l=portal-it.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://portal-it.blogspot.com/feeds/8782954536615626280/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2871615434430107180&amp;postID=8782954536615626280' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2871615434430107180/posts/default/8782954536615626280'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2871615434430107180/posts/default/8782954536615626280'/><link rel='alternate' type='text/html' href='http://portal-it.blogspot.com/2007/06/making-money-on-internet-is-weird-and.html' title='Making Money on the Internet is a weird and wonderful game...'/><author><name>d-ebook</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://photos1.blogger.com/blogger/2181/2923/320/P1020834.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2871615434430107180.post-4168603094726527871</id><published>2007-06-26T23:13:00.000-07:00</published><updated>2007-06-26T23:14:40.545-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Communications And Technology'/><title type='text'>Web Hosting Tips For Beginners</title><content type='html'>By: The Cayman Host&lt;br /&gt;&lt;br /&gt;If you are thinking about setting up your first website or registering your own domain name, there are a whole host (pun intended) of companies out there lining up for your business. This is a double edged sword because although it’s great for consumers to have choices, the greater they are, the more bewildering they become.&lt;br /&gt;&lt;br /&gt;In your attempt to make a decision you will negotiate a minefield of headlines clamoring for your attention and probably baffling you beyond belief, so here are a few ground rules for those first venturing into the world of web hosting.&lt;br /&gt;&lt;br /&gt;Before you do anything, it is wise to have a good idea of exactly what kind of user you are – will you be setting up a personal website or blog on your domain or are you a business user? If you are setting up a business website your priorities will probably be somewhat different and likewise your needs. Think carefully about what you want as you research the best deals. I have concentrated more on business users here, as a lot of the issues are perhaps not as vital to many non-commercial webmasters, although they are certainly no less worthy of consideration.&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;The first thing to remember, as with most things in life, the general rule will be that you get what you pay for. Big numbers and low prices do not always constitute a good deal. When you see companies offering a terabyte of storage for a dollar a month, remember that most websites need nowhere near this amount of disk space – it’s a hollow offer because the company knows that you will almost certainly never need it, but big numbers look good, particularly to the uninitiated.&lt;br /&gt;&lt;br /&gt;If you have some idea of the amount of space you will need, all well and good, if you don’t, you will probably not need more than most companies offer you in a decent package.&lt;br /&gt;&lt;br /&gt;If you are a business user, decide what kind of website you are hoping to run and what features you are likely to need – for example, will you want e-commerce facilities for online ordering? A good idea is to look at the websites of your competition as you will probably want something along similar lines. Make sure that the hosting company you choose can support the features you need.&lt;br /&gt;&lt;br /&gt;At this point, a quick word about people who are engaged in online marketing – you will have certain requirements that some hosts may not be prepared to accommodate. Some hosts will not allow certain scripts to be hosted on their servers, so once again, buyer beware – if you want to set up a traffic exchange perhaps, or safe lists for example, you need to check before you buy your online space. Some hosting companies are geared far more towards certain markets than others so be sure to position yourself with a service that is sympathetic to your requirements – this applies to everyone, not just online marketers!&lt;br /&gt;&lt;br /&gt;Returning to the numbers game, there are some that are very important. Look at the amount of data transfer or bandwidth that you are being offered. If you are expecting a high volume of traffic and a lot of activity (for example downloading of files, particularly large files like sound and video) your bandwidth requirements will be far greater than a personal user with their low traffic site about their daily life. There is nothing worse for business than to see a ‘bandwidth exceeded’ error when someone tries to access your business online – it looks very unprofessional and people are far less likely to return.&lt;br /&gt;&lt;br /&gt;The other vital number is uptime. Once again, for business users in particular, downtime is a credibility and business killer, so the reliability of your host is paramount. Nobody can genuinely offer you one hundred percent uptime guarantee – that is just the nature of the technology, but you should be looking for ninety-nine percent upwards.&lt;br /&gt;&lt;br /&gt;This leads us to support from the hosting company – it is almost a requirement nowadays for them to advertise 24/7 support, but remember that talk is cheap, and the definition of 24/7 support can be a very loose one. For you, when things go wrong, you need to be able to contact someone right away, but you also want problems fixed in the minimum amount of time – just having someone around to answer the phones out of office hours does not constitute 24 hour support. If you need technical support, particularly important to new users and less “techie” types, will your host have the people and the time to assist you and answer your questions? It is difficult to know which hosting companies perform in this area so again, do your research – ask around, visit forums online and check any testimonials from existing customers. You will probably hear many horror stories, but hopefully some good feedback too, and forewarned is forearmed as they say.&lt;br /&gt;&lt;br /&gt;Many web hosts rent their server space and although this is not necessarily a bad thing, it is another area where not all hosting companies are the same. If a company owns its own data center, you are often assured of far quicker response times should there be any hardware problems, there being no middle men to slow down the communication process.&lt;br /&gt;Hardware problems tend to be solved far more quickly by a host who has direct access to its servers.&lt;br /&gt;&lt;br /&gt;As far as a lot of hosting features go, the numbers figure prominently in advertising, so know what they mean and you’ll understand if they are important to you. As an example, I have the capability to set up unlimited email accounts, or at least 999. Do I need that many? Certainly not, but for some businesses this could be a very important feature – particularly if you wish every employee, as well as every department, to have an email account on a given domain.&lt;br /&gt;&lt;br /&gt;Talking of domains, how many will you want to host on your web space? If you are only just beginning the journey, you’ve bought your domain name; can you foresee ever needing unlimited domain name hosting? How many will your business need in the future? How many names do you want to pay for? How many sub-domains do you anticipate wanting to set up? So again, think about your needs before being blinded by marketing excess with the “big numbers” game.&lt;br /&gt;&lt;br /&gt;Most hosting companies now offer a range of add-on services, for example, website building software – that sounds great to anyone new to the web but sometimes all it amounts to are a few templates. This might be fine if you have experience in web authoring, HTML, CSS……but if you’re inexperienced, some host’s web building software won’t be of much use. I have heard from any would-be website builders who have spent money on a template, only to be completely lost as to how to edit it!&lt;br /&gt;If these kinds of extras are important to you, be sure to understand what you are buying before parting with your money. There are some web hosting companies who provide a lot of support to new webmasters, both from their own staff and from other users of their hosting services – if you think you’ll benefit from extra help in the areas outside of hosting, finding such a company could be invaluable to you.&lt;br /&gt;&lt;br /&gt;I haven’t gone into too much detail here because, after all, it’s a general article aimed at beginners. My resource box at the foot of this article contains some useful links and leads to a lot more information so please check them out.&lt;br /&gt;&lt;br /&gt;If you find a good hosting company straight off the bat, it will save you a lot of frustration and worry further down the line, so do shop wisely. Cheap may be just fine for many people and there are plenty of cheap web hosting offers around today, but if your business is going to depend on your web presence, it may not always be the wisest move to cut corners.&lt;br /&gt;&lt;br /&gt;Article Source: http://www.marketingarticlebank.com&lt;br /&gt;&lt;br /&gt;The author has written websites and blogs on a wide range of topics and has been online since the early days of the internet. For more information on reliable hosting solutions please visit The Cayman Host and his recommended choice for new business hosting&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2871615434430107180-4168603094726527871?l=portal-it.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://portal-it.blogspot.com/feeds/4168603094726527871/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2871615434430107180&amp;postID=4168603094726527871' title='1 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2871615434430107180/posts/default/4168603094726527871'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2871615434430107180/posts/default/4168603094726527871'/><link rel='alternate' type='text/html' href='http://portal-it.blogspot.com/2007/06/web-hosting-tips-for-beginners.html' title='Web Hosting Tips For Beginners'/><author><name>d-ebook</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://photos1.blogger.com/blogger/2181/2923/320/P1020834.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2871615434430107180.post-1839789271179983829</id><published>2007-06-26T21:27:00.000-07:00</published><updated>2007-06-26T21:28:33.333-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Communications And Technology'/><title type='text'>Google PR 6 Web Directory of Global Information. Your source for world wide information</title><content type='html'>By: Dave Sprint&lt;br /&gt;Global Web Directory : Your source for world wide information, Quick, Simple, SEO Friendly, Free &amp; Paid listing of websites. You are welcome to submit your non adult, good web sites.(It is Free). Add a Free or Paid Reciprocal link to our site and be listed as a Priority Listing, Please add only family friendly sites.&lt;br /&gt;&lt;br /&gt;Are you looking for more traffic? If yes than you don't have to despair trying to figure out how you will direct traffic to your site because there is new way to increase your traffic in no time! And this is search4i. The best way to get more traffic with one way links. You may have reciprocal links also. but that requires you to host a link on your site as well. With one way links there is a link to your site, but you don't have to host a link as well! You might be wondering how you can possibly get other sites to host a link to your site without you having to host a link back, but fortunately it is not only possible but really easy with web directories!&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;A web Directory is defined as human indexed search engine. The major purpose of a web directory is to provide directory users with a categorized list of high quality websites from a chosen field or industry.&lt;br /&gt;&lt;br /&gt;There are thousands of web directories on the web you can spend a too much time to submitting your information in directories and it is one of the most important part of your website. There are many ways to promote your business on the web. In Directories Add your url by browsing your site related categories like business &amp; economy, business &amp; finance, business &amp; services, computers &amp; internet, education, entertainment, government, health &amp; medicine, immigration, Indian history, news &amp; media, reference, regional, science, shopping, social sciences, society &amp; culture, sports, travel &amp; tourism and submit your web site link in Global web directory.&lt;br /&gt;&lt;br /&gt;Search4i is one of the Global free and Paid web directory. It will provide also sponsored listing. Do you know what is sponsored listing?&lt;br /&gt;- Your listing will be placed on top (alphabetically) in your selected category.&lt;br /&gt;- Your listing will be highlighted with background color and name in bold.&lt;br /&gt;- You will get online hit statistics for your link.( No. of times your site listed on various keyword searches, No. of times your detail page is viewed , No. of time visitor clicked on your url and visited your site )&lt;br /&gt;&lt;br /&gt;- Increasing Link Popularity&lt;br /&gt;Algorithms of Current search engine ranking place a huge importance on back links (Reciprocal Links) to a website as an indicator of it is importance on the internet (known as link popularity). Getting your website listed on a web directory is also an excellent way to build high quality, search engine friendly back links to your website and gain targeted web traffic from both users and the boost to your search engine rankings from the increased link popularity of your website.&lt;br /&gt;&lt;br /&gt;Article Source: http://www.marketingarticlebank.com&lt;br /&gt;&lt;br /&gt;Dave Sprint recommends about Global Free and Paid Web Directories to visit : Search4i.com ::&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2871615434430107180-1839789271179983829?l=portal-it.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://portal-it.blogspot.com/feeds/1839789271179983829/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2871615434430107180&amp;postID=1839789271179983829' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2871615434430107180/posts/default/1839789271179983829'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2871615434430107180/posts/default/1839789271179983829'/><link rel='alternate' type='text/html' href='http://portal-it.blogspot.com/2007/06/google-pr-6-web-directory-of-global.html' title='Google PR 6 Web Directory of Global Information. Your source for world wide information'/><author><name>d-ebook</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://photos1.blogger.com/blogger/2181/2923/320/P1020834.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2871615434430107180.post-413008183796194477</id><published>2007-06-26T19:12:00.000-07:00</published><updated>2007-06-26T19:35:54.484-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Communications And Technology'/><title type='text'>Software Submission – Turn it into a Powerful Marketing Tool!</title><content type='html'>Promoting software products always evolves with so many alternatives and guess works that consume much of your time and effort, however, there is one task which is considered the very first step in software marketing called: 'Software Submission'.&lt;br /&gt;&lt;br /&gt;If it is being used wisely, you can turn it into one of your most powerful and effective software marketing and promotion tools. This article will show you how you can get the most out of your products and at almost no efforts on your part, simply let your products work for you.&lt;br /&gt;&lt;br /&gt;Submitting software products over the internet, means that you need to search for relevant (And preferably free…) download sites and directories that will accept your freeware or shareware and allow you to fill a form describing your product, company and of course enable you to upload your product's installation file.&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;The benefits from submitting your products to as many download sites and directories as possible are important and valuable:&lt;br /&gt;&lt;br /&gt;(1) You easily boost the exposure of your products to many new potential users who constantly search these download sites for solutions such as your products.&lt;br /&gt;&lt;br /&gt;(2) Many new users that are now exposed to your site's URLs are likely to visit your site, looking for more information, download or purchase your products.&lt;br /&gt;&lt;br /&gt;(3) As many new URLs over the internet now 'point' your site, you earn free quality inbound links, which in other words mean that search engines entitle your site for a higher search engine page rankings.&lt;br /&gt;&lt;br /&gt;(4) Well, you get the chance to earn new customers before your competitors do…&lt;br /&gt;&lt;br /&gt;All in all, more exposure brings more downloads, more visitors and eventually more sales!&lt;br /&gt;&lt;br /&gt;It all sounds very convincing and easy, however, very quickly you discover that there are dozens and hundreds of download sites and directories out there and getting listed on all of them with only one of your products may take weeks, not to mention how boring, mechanical and time consuming that task of form filling and submitting may be.&lt;br /&gt;&lt;br /&gt;By now you probably asked yourself if there is some kind of a 'shortcut', a way to automatically submit your products to hundreds of downloads sites while saving your time and effort – fortunately the answer is YES. There aren't many, but there are some professional automatic. &lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2871615434430107180-413008183796194477?l=portal-it.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://portal-it.blogspot.com/feeds/413008183796194477/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2871615434430107180&amp;postID=413008183796194477' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2871615434430107180/posts/default/413008183796194477'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2871615434430107180/posts/default/413008183796194477'/><link rel='alternate' type='text/html' href='http://portal-it.blogspot.com/2007/06/software-submission-turn-it-into.html' title='Software Submission – Turn it into a Powerful Marketing Tool!'/><author><name>d-ebook</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://photos1.blogger.com/blogger/2181/2923/320/P1020834.jpg'/></author><thr:total>0</thr:total></entry></feed>
