<?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:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-34774048</id><updated>2010-04-06T17:23:54.943-05:00</updated><title type='text'>Globalink Tech Forum</title><subtitle type='html'>Globalink Inc Tech Forum</subtitle><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/34774048/posts/default'/><link rel='alternate' type='text/html' href='http://surf4it.net/globalink/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/34774048/posts/default?start-index=26&amp;max-results=25'/><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://surf4it.net/globalink/atom.xml'/><author><name>Surf4it</name><email>noreply@blogger.com</email></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>28</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-34774048.post-3129575040473285146</id><published>2010-04-06T17:23:00.001-05:00</published><updated>2010-04-06T17:23:55.000-05:00</updated><title type='text'>This blog has moved</title><content type='html'>&lt;br /&gt;       This blog is now located at http://globalink-tech.blogspot.com/.&lt;br /&gt;       You will be automatically redirected in 30 seconds, or you may click &lt;a href='http://globalink-tech.blogspot.com/'&gt;here&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;       For feed subscribers, please update your feed subscriptions to&lt;br /&gt;       http://globalink-tech.blogspot.com/feeds/posts/default.&lt;br /&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34774048-3129575040473285146?l=surf4it.net%2Fglobalink%2Findex.html' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.blogger.com/feeds/34774048/3129575040473285146/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=34774048&amp;postID=3129575040473285146' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/34774048/posts/default/3129575040473285146'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/34774048/posts/default/3129575040473285146'/><link rel='alternate' type='text/html' href='http://surf4it.net/globalink/2010/04/this-blog-has-moved.html' title='This blog has moved'/><author><name>Surf4it</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='13894402683066074397'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-34774048.post-115989240998964092</id><published>2006-10-03T11:20:00.001-05:00</published><updated>2006-11-13T14:14:06.088-06:00</updated><title type='text'>How to sort mailboxes in Unix</title><content type='html'>&lt;p class="mobile-post"&gt;&lt;br /&gt;ll /home/*/Mail/Junk | sort +4 -n&lt;/p&gt;&lt;p class="mobile-post"&gt;gives you a sorted list of the Junk mailboxes.&lt;/p&gt;&lt;p class="mobile-post"&gt;Globalink Tech Support&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34774048-115989240998964092?l=surf4it.net%2Fglobalink%2Findex.html' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.blogger.com/feeds/34774048/115989240998964092/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=34774048&amp;postID=115989240998964092' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/34774048/posts/default/115989240998964092'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/34774048/posts/default/115989240998964092'/><link rel='alternate' type='text/html' href='http://surf4it.net/globalink/2006/10/how-to-sort-mailboxes-in-unix.html' title='How to sort mailboxes in Unix'/><author><name>Surf4it</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='13894402683066074397'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-34774048.post-115989240714500950</id><published>2006-10-03T11:20:00.000-05:00</published><updated>2006-11-13T14:14:05.961-06:00</updated><title type='text'>Unix Commands</title><content type='html'>&lt;DIV dir=ltr align=left&gt;&amp;nbsp;&lt;/DIV&gt; &lt;DIV&gt;&lt;/DIV&gt; &lt;DIV class=Section1&gt; &lt;P class=MsoNormal&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;du -d 1 /* | sort -n | grep -v  backup | grep -v ports | grep -v skel&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt; &lt;P class=MsoNormal&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;du -kx / | sort  -n&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt; &lt;P class=MsoNormal&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;ls -Rs | tail +2 | sort -rn | head  -5&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt; &lt;P class=MsoNormal&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;find / -name  searchtext&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt; &lt;P class=MsoNormal&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;find /  -print | grep *access_log.* | xargs rm&lt;FONT color=#0000ff&gt;&lt;SPAN  class=005161016-03102006&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;P class=MsoNormal&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;FONT  color=#0000ff&gt;&lt;SPAN class=005161016-03102006&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt; &lt;P class=MsoNormal&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;FONT  color=#0000ff&gt;&lt;SPAN class=005161016-03102006&gt;Globalink&amp;nbsp;Tech  Support&amp;nbsp;&lt;/SPAN&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34774048-115989240714500950?l=surf4it.net%2Fglobalink%2Findex.html' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.blogger.com/feeds/34774048/115989240714500950/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=34774048&amp;postID=115989240714500950' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/34774048/posts/default/115989240714500950'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/34774048/posts/default/115989240714500950'/><link rel='alternate' type='text/html' href='http://surf4it.net/globalink/2006/10/unix-commands.html' title='Unix Commands'/><author><name>Surf4it</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='13894402683066074397'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-34774048.post-115980607420054771</id><published>2006-10-02T11:21:00.000-05:00</published><updated>2006-11-13T14:14:05.827-06:00</updated><title type='text'>What is Voice-Over-IP - VoIP?</title><content type='html'>&lt;p class="mobile-post"&gt; &lt;br /&gt;Our pages that explain a little bit about it are at: &lt;br /&gt;http://iglobalink.com/whatisvoip.htm and&lt;br /&gt;http://iglobalink.net/voice_over_ip_facts.html   &lt;/p&gt;&lt;p class="mobile-post"&gt;Basically, it's using the internet for phone calls, but you can use a&lt;br /&gt;regular telephone at either or both ends of the call and it will work.  Most&lt;br /&gt;of the time, we work with the service where people use the special adapter&lt;br /&gt;box, which they plug into their high-speed internet access, and then into a&lt;br /&gt;regular telephone.  You might want that for family or friends back home, but&lt;br /&gt;I'm not sure if it would be practical for you guys to carry around the&lt;br /&gt;little adapter box and find places will let you plug in....it's not very&lt;br /&gt;big, but not sure how many places you go would have the high-speed&lt;br /&gt;connection you'd need.  Of course, if it was feasible to carry it with you,&lt;br /&gt;then you could call for free from literally anywhere in the world where you&lt;br /&gt;had high-speed internet access, so at least probably most cities.  And then&lt;br /&gt;you'd have a number which your family and friends could call you at for&lt;br /&gt;free, or at least for the price of a US phone call.   &lt;/p&gt;&lt;p class="mobile-post"&gt;You could use any telephone, and call into the call center, and then connect&lt;br /&gt;to whatever number you want to call, pretty much like any calling card.  The&lt;br /&gt;best benefit on cost is whenever you happen to be in a local calling area&lt;br /&gt;for the major cities that are our calling portals.  The link that has all&lt;br /&gt;those is at: http://iglobalink.com/calling_cards.htm.&lt;br /&gt;But, you could still use it if you call into the 800# portal.  And, you&lt;br /&gt;could still save some money in some areas, like if you were in Malaysia: we&lt;br /&gt;don't have a Malaysia number, but it would be cheaper to call a Singapore&lt;br /&gt;number, which we do have, than to call the US directly.  &lt;/p&gt;&lt;p class="mobile-post"&gt;By the way, one nice feature is that when people leave you voicemail at the&lt;br /&gt;designated number, it will send an email to you with a wave file so you can&lt;br /&gt;hear messages that way.  So even if you were just at an internet café, you&lt;br /&gt;could get your messages (probably cheaper than calling somewhere.) Some&lt;br /&gt;people like the service just for this feature.  &lt;/p&gt;&lt;p class="mobile-post"&gt;We also do web hosting, website marketing, etc.  Basically, anything you see&lt;br /&gt;on our main website at http://www.iglobalink.net/ is fair game. &lt;/p&gt;&lt;p class="mobile-post"&gt;Globalink Customer Service&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34774048-115980607420054771?l=surf4it.net%2Fglobalink%2Findex.html' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.blogger.com/feeds/34774048/115980607420054771/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=34774048&amp;postID=115980607420054771' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/34774048/posts/default/115980607420054771'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/34774048/posts/default/115980607420054771'/><link rel='alternate' type='text/html' href='http://surf4it.net/globalink/2006/10/what-is-voice-over-ip-voip.html' title='What is Voice-Over-IP - VoIP?'/><author><name>Surf4it</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='13894402683066074397'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-34774048.post-115953968657196447</id><published>2006-09-29T09:21:00.000-05:00</published><updated>2006-11-13T14:14:05.670-06:00</updated><title type='text'>Exchange Content Filter Registry Update</title><content type='html'>&lt;DIV dir=ltr align=left&gt;&lt;FONT face=Arial color=#0000ff  size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt; &lt;DIV class=Section1&gt; &lt;TABLE class=MsoNormalTable style="BORDER-COLLAPSE: collapse" cellSpacing=0  cellPadding=0 border=0&gt;   &lt;TBODY&gt;   &lt;TR&gt;     &lt;TD      style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ddffdd; PADDING-BOTTOM: 0in; PADDING-TOP: 0in"      vAlign=top bgColor=#ddffdd&gt;       &lt;P class=MsoNormal&gt;&lt;FONT face=Verdana size=2&gt;&lt;SPAN        style="FONT-SIZE: 10pt; FONT-FAMILY: Verdana"&gt;Click Start, click Run, type        regedit, and then click OK.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;   &lt;TR&gt;     &lt;TD      style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ddffdd; PADDING-BOTTOM: 0in; PADDING-TOP: 0in"      vAlign=top bgColor=#ddffdd&gt;       &lt;P class=MsoNormal&gt;&lt;FONT face=Verdana size=2&gt;&lt;SPAN        style="FONT-SIZE: 10pt; FONT-FAMILY: Verdana"&gt;Expand the following        registry subkey: &lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;       &lt;P class=MsoNormal&gt;&lt;FONT face=Verdana size=2&gt;&lt;SPAN        style="FONT-SIZE: 10pt; FONT-FAMILY: Verdana"&gt;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Exchange&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;   &lt;TR&gt;     &lt;TD      style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ddffdd; PADDING-BOTTOM: 0in; PADDING-TOP: 0in"      vAlign=top bgColor=#ddffdd&gt;       &lt;P class=MsoNormal&gt;&lt;FONT face=Verdana size=2&gt;&lt;SPAN        style="FONT-SIZE: 10pt; FONT-FAMILY: Verdana"&gt;In the left pane, click        Exchange. Then, right-click in the right pane, point to New, and then        click DWORD Value.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;   &lt;TR&gt;     &lt;TD      style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ddffdd; PADDING-BOTTOM: 0in; PADDING-TOP: 0in"      vAlign=top bgColor=#ddffdd&gt;       &lt;P class=MsoNormal&gt;&lt;FONT face=Verdana size=2&gt;&lt;SPAN        style="FONT-SIZE: 10pt; FONT-FAMILY: Verdana"&gt;Type ContentFilterState, and        then press ENTER to name the new registry        entry.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;   &lt;TR&gt;     &lt;TD      style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ddffdd; PADDING-BOTTOM: 0in; PADDING-TOP: 0in"      vAlign=top bgColor=#ddffdd&gt;       &lt;P class=MsoNormal&gt;&lt;FONT face=Verdana size=2&gt;&lt;SPAN        style="FONT-SIZE: 10pt; FONT-FAMILY: Verdana"&gt;Right-click        ContentFilterState, and then click    Modify.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;   &lt;TR&gt;     &lt;TD      style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ddffdd; PADDING-BOTTOM: 0in; PADDING-TOP: 0in"      vAlign=top bgColor=#ddffdd&gt;       &lt;P class=MsoNormal&gt;&lt;FONT face=Verdana size=2&gt;&lt;SPAN        style="FONT-SIZE: 10pt; FONT-FAMILY: Verdana"&gt;In the Data value box, type        1, and then click OK.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;   &lt;TR style="HEIGHT: 4.75pt" height=6&gt;     &lt;TD      style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; BACKGROUND: #ddffdd; PADDING-BOTTOM: 0in; PADDING-TOP: 0in; HEIGHT: 4.75pt"      vAlign=top bgColor=#ddffdd height=6&gt;       &lt;P class=MsoNormal&gt;&lt;FONT face=Verdana size=2&gt;&lt;SPAN        style="FONT-SIZE: 10pt; FONT-FAMILY: Verdana"&gt;Quit Registry        Editor.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt; &lt;P class=MsoNormal&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt; &lt;P class=MsoNormal&gt;&lt;FONT color=#0000ff&gt;&lt;SPAN  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;SPAN  class=225140914-29092006&gt;Globalink Tech  Support&lt;/SPAN&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34774048-115953968657196447?l=surf4it.net%2Fglobalink%2Findex.html' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.blogger.com/feeds/34774048/115953968657196447/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=34774048&amp;postID=115953968657196447' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/34774048/posts/default/115953968657196447'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/34774048/posts/default/115953968657196447'/><link rel='alternate' type='text/html' href='http://surf4it.net/globalink/2006/09/exchange-content-filter-registry.html' title='Exchange Content Filter Registry Update'/><author><name>Surf4it</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='13894402683066074397'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-34774048.post-115894041063922599</id><published>2006-09-22T10:53:00.001-05:00</published><updated>2006-11-13T14:14:05.554-06:00</updated><title type='text'>Faxing via VoIP Compatibility Issues</title><content type='html'>&lt;p class="mobile-post"&gt; &lt;br /&gt;Please note that we can not guarantee that it is going to work with all fax&lt;br /&gt;machines.&lt;br /&gt;Here is the procedure:&lt;/p&gt;&lt;p class="mobile-post"&gt;For free IP to IP faxing, both the sender and receiver need to be Globalink&lt;br /&gt;members and have their fax machines attached to IP analog telephone adapters&lt;br /&gt;(ATAs).  &lt;/p&gt;&lt;p class="mobile-post"&gt;In order to send a fax to a PSTN (traditional) fax machine, you will need to&lt;br /&gt;have at least a Premium Membership account as well as an ATA device such as&lt;br /&gt;Cisco ATA 186 or Sipura connected to your fax machine.&lt;/p&gt;&lt;p class="mobile-post"&gt;One other important factor when faxing over VoIP is the quality and speed of&lt;br /&gt;your Internet connection.  Since fax data cannot be compressed, the G711u/a&lt;br /&gt;CODEC must be used.  This codec requires a minimum of 64Kb/s in both&lt;br /&gt;directions to be reliable, but we recommend more than 90Kb/s.&lt;/p&gt;&lt;p class="mobile-post"&gt;Globalink Tech Support&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34774048-115894041063922599?l=surf4it.net%2Fglobalink%2Findex.html' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.blogger.com/feeds/34774048/115894041063922599/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=34774048&amp;postID=115894041063922599' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/34774048/posts/default/115894041063922599'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/34774048/posts/default/115894041063922599'/><link rel='alternate' type='text/html' href='http://surf4it.net/globalink/2006/09/faxing-via-voip-compatibility-issues.html' title='Faxing via VoIP Compatibility Issues'/><author><name>Surf4it</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='13894402683066074397'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-34774048.post-115894041050848884</id><published>2006-09-22T10:53:00.000-05:00</published><updated>2006-11-13T14:14:05.413-06:00</updated><title type='text'>Linksys VoiP Adaptor Reset</title><content type='html'>&lt;p class="mobile-post"&gt;&lt;br /&gt;Simultaneoudly Forward the VN in the control panel(step 1) to your known&lt;br /&gt;good VN.  Then call the VN and the DID.  When your phone rings without&lt;br /&gt;issue, it means there is no issue with either the VN or DID, but the devices&lt;br /&gt;is not taking the call.  Generally you must reset the device to manufacturer&lt;br /&gt;default settings and reconfigure.   Dial **** then 73738 1 to confirm.&lt;/p&gt;&lt;p class="mobile-post"&gt;Globalink Tech Support Team&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34774048-115894041050848884?l=surf4it.net%2Fglobalink%2Findex.html' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.blogger.com/feeds/34774048/115894041050848884/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=34774048&amp;postID=115894041050848884' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/34774048/posts/default/115894041050848884'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/34774048/posts/default/115894041050848884'/><link rel='alternate' type='text/html' href='http://surf4it.net/globalink/2006/09/linksys-voip-adaptor-reset.html' title='Linksys VoiP Adaptor Reset'/><author><name>Surf4it</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='13894402683066074397'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-34774048.post-115894009983349137</id><published>2006-09-22T10:48:00.001-05:00</published><updated>2006-11-13T14:14:05.250-06:00</updated><title type='text'>DNS BIND setup for Free BSD Servers</title><content type='html'>&lt;p class="mobile-post"&gt; &lt;br /&gt;1) For Bind  updated the rc.conf file to include these lines:&lt;/p&gt;&lt;p class="mobile-post"&gt;named_enable="YES"&lt;br /&gt;named_program="/usr/sbin/named"&lt;br /&gt;named_flags="-u bind -g bind"&lt;/p&gt;&lt;p class="mobile-post"&gt;2) For Webmin  changed this line to YES in the webmin.sh script:&lt;/p&gt;&lt;p class="mobile-post"&gt;webmin_enable="YES"&lt;/p&gt;&lt;p class="mobile-post"&gt;3) For Webmin  made sure this line was enabled in the rc.conf file:&lt;/p&gt;&lt;p class="mobile-post"&gt;webmin_enable="YES"&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34774048-115894009983349137?l=surf4it.net%2Fglobalink%2Findex.html' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.blogger.com/feeds/34774048/115894009983349137/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=34774048&amp;postID=115894009983349137' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/34774048/posts/default/115894009983349137'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/34774048/posts/default/115894009983349137'/><link rel='alternate' type='text/html' href='http://surf4it.net/globalink/2006/09/dns-bind-setup-for-free-bsd-servers.html' title='DNS BIND setup for Free BSD Servers'/><author><name>Surf4it</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='13894402683066074397'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-34774048.post-115894009920692541</id><published>2006-09-22T10:48:00.000-05:00</published><updated>2006-11-13T14:14:05.088-06:00</updated><title type='text'>Disable the ring back for Voip Linksys Adaptor</title><content type='html'>&lt;p class="mobile-post"&gt; &lt;br /&gt;This has to be done in the adapter.&lt;br /&gt;Just enter the configuration screen and go to user1 and user 2 and change&lt;br /&gt;the option VMWI Ring Splash Len: to 0 (zero), then click submit all changes.&lt;br /&gt;This will prevent the phone from ringing every time you have a message.&lt;/p&gt;&lt;p class="mobile-post"&gt;The Globalink Support Team&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34774048-115894009920692541?l=surf4it.net%2Fglobalink%2Findex.html' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.blogger.com/feeds/34774048/115894009920692541/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=34774048&amp;postID=115894009920692541' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/34774048/posts/default/115894009920692541'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/34774048/posts/default/115894009920692541'/><link rel='alternate' type='text/html' href='http://surf4it.net/globalink/2006/09/disable-ring-back-for-voip-linksys.html' title='Disable the ring back for Voip Linksys Adaptor'/><author><name>Surf4it</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='13894402683066074397'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-34774048.post-115893978910433079</id><published>2006-09-22T10:43:00.001-05:00</published><updated>2006-11-13T14:14:04.954-06:00</updated><title type='text'>Cron to clear out the users trash folders</title><content type='html'>&lt;p class="mobile-post"&gt; The cron to clear out the users trash folders is: &lt;/p&gt;&lt;p class="mobile-post"&gt;* * 28 * *  cat /dev/null &amp;gt; /home/*/Mail/Junk&lt;/p&gt;&lt;p class="mobile-post"&gt;Since some of the users do not have a Mail folder you may get some errors&lt;br /&gt;when adding this to the crontab.  However it will still work for the other&lt;br /&gt;users that do have the correct path setup.  &lt;/p&gt;&lt;p class="mobile-post"&gt;Globalink Tech Support&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34774048-115893978910433079?l=surf4it.net%2Fglobalink%2Findex.html' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.blogger.com/feeds/34774048/115893978910433079/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=34774048&amp;postID=115893978910433079' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/34774048/posts/default/115893978910433079'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/34774048/posts/default/115893978910433079'/><link rel='alternate' type='text/html' href='http://surf4it.net/globalink/2006/09/cron-to-clear-out-users-trash-folders.html' title='Cron to clear out the users trash folders'/><author><name>Surf4it</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='13894402683066074397'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-34774048.post-115893978755956420</id><published>2006-09-22T10:43:00.000-05:00</published><updated>2006-11-13T14:14:04.845-06:00</updated><title type='text'>VoIP  Error  #205 for Phone Registration</title><content type='html'>&lt;p class="mobile-post"&gt;&lt;br /&gt;The system has detected a PSTN call from an IP Phone (UA) that is not&lt;br /&gt;registered correctly. To prevent abuse, all UA's must register with our&lt;br /&gt;proxy server before they can place a PSTN call. Common reasons for your UA&lt;br /&gt;not to be registered are:&lt;/p&gt;&lt;p class="mobile-post"&gt;PROBLEM: Incorrectly set USERID (phone number) or PASSWORD in the UA&lt;br /&gt;SOLUTION: Make sure your USERID and PASSWORD are set correctly. Re-enter&lt;br /&gt;them if necessary.&lt;/p&gt;&lt;p class="mobile-post"&gt;PROBLEM: "Registration" is set to "Never" or "No" in the UA's configuration&lt;br /&gt;SOLUTION: Modify your UA's configuration to force it to register before&lt;br /&gt;placing a call.&lt;/p&gt;&lt;p class="mobile-post"&gt;PROBLEM: Call placed too soon after registration&lt;br /&gt;SOLUTION: Wait at least 5 seconds after successful registration before&lt;br /&gt;making a PSTN call. &lt;/p&gt;&lt;p class="mobile-post"&gt;Globalink Tech Support&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34774048-115893978755956420?l=surf4it.net%2Fglobalink%2Findex.html' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.blogger.com/feeds/34774048/115893978755956420/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=34774048&amp;postID=115893978755956420' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/34774048/posts/default/115893978755956420'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/34774048/posts/default/115893978755956420'/><link rel='alternate' type='text/html' href='http://surf4it.net/globalink/2006/09/voip-error-205-for-phone-registration.html' title='VoIP  Error  #205 for Phone Registration'/><author><name>Surf4it</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='13894402683066074397'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-34774048.post-115886018605699875</id><published>2006-09-21T12:36:00.000-05:00</published><updated>2006-11-13T14:14:04.717-06:00</updated><title type='text'>online documentation for Plesk</title><content type='html'>&lt;DIV dir=ltr align=left&gt;&lt;FONT face=Arial color=#0000ff  size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt; &lt;DIV&gt;&lt;/DIV&gt; &lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;A  href="http://www.sw-soft.com/en/products/plesk7win/docs/"&gt;http://www.sw-soft.com/en/products/plesk7win/docs/&lt;/A&gt;&lt;/FONT&gt;&lt;/DIV&gt; &lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt; &lt;DIV align=left&gt; &lt;P style="MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px" align=left&gt;&lt;FONT face=Arial  color=#0000ff size=2&gt;&lt;SPAN class=940145816-21092006&gt;&amp;nbsp;Globalink Tech  Support&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34774048-115886018605699875?l=surf4it.net%2Fglobalink%2Findex.html' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.blogger.com/feeds/34774048/115886018605699875/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=34774048&amp;postID=115886018605699875' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/34774048/posts/default/115886018605699875'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/34774048/posts/default/115886018605699875'/><link rel='alternate' type='text/html' href='http://surf4it.net/globalink/2006/09/online-documentation-for-plesk.html' title='online documentation for Plesk'/><author><name>Surf4it</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='13894402683066074397'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-34774048.post-115885939651931189</id><published>2006-09-21T12:23:00.001-05:00</published><updated>2006-11-13T14:14:04.572-06:00</updated><title type='text'>Cisco Aironet Links</title><content type='html'>&lt;p class="mobile-post"&gt;Here are the links:&lt;/p&gt;&lt;p class="mobile-post"&gt;Cisco Aironet 1300 Series Outdoor Access Point-Bridge Software Configuration&lt;br /&gt;Guide, 12.3(4) JA  [Cisco Aironet 1300 Series]&lt;br /&gt;http://www.cisco.com/en/US/products/ps5861/products_configuration_guide_book&lt;br /&gt;09186a008041369a.html&lt;/p&gt;&lt;p class="mobile-post"&gt;DHCP utility&lt;br /&gt;http://tftpd32.jounin.net/&lt;/p&gt;&lt;p class="mobile-post"&gt;Quick Start Guide Cisco Aironet 1300 Series Outdoor Access Point  [Cisco&lt;br /&gt;Aironet 1300 Series] - Cisco Systems&lt;br /&gt;http://www.cisco.com/en/US/products/ps5861/products_quick_start09186a008027d&lt;br /&gt;fa2.html&lt;/p&gt;&lt;p class="mobile-post"&gt;Online Help for Cisco IOS Release 12.3(04)JA&lt;br /&gt;http://www.cisco.com/warp/public/779/smbiz/prodconfig/help/eag/123-04.JA/140&lt;br /&gt;0br/h_ap_home.htm&lt;/p&gt;&lt;p class="mobile-post"&gt;Cisco Aironet 1300 Series Outdoor Access Point Ordering Guide  [Cisco&lt;br /&gt;Aironet 1300 Series] - Cisco Systems&lt;br /&gt;http://www.cisco.com/en/US/products/ps5861/products_data_sheet09186a00802219&lt;br /&gt;8b.html&lt;/p&gt;&lt;p class="mobile-post"&gt;Globalink Tech Support &lt;br /&gt;http://support.iglobalink.net &lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34774048-115885939651931189?l=surf4it.net%2Fglobalink%2Findex.html' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.blogger.com/feeds/34774048/115885939651931189/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=34774048&amp;postID=115885939651931189' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/34774048/posts/default/115885939651931189'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/34774048/posts/default/115885939651931189'/><link rel='alternate' type='text/html' href='http://surf4it.net/globalink/2006/09/cisco-aironet-links.html' title='Cisco Aironet Links'/><author><name>Surf4it</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='13894402683066074397'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-34774048.post-115885939538616920</id><published>2006-09-21T12:23:00.000-05:00</published><updated>2006-11-13T14:14:04.438-06:00</updated><title type='text'>Clamave auto delete config</title><content type='html'>&lt;p class="mobile-post"&gt;For every user that wants this option, change directory to:&lt;/p&gt;&lt;p class="mobile-post"&gt;~/etc/users/user_name_here/.procmail&lt;/p&gt;&lt;p class="mobile-post"&gt;then edit the rc.clamav file.  If you don't see an rc.clamav file you&lt;br /&gt;probably haven't enabled clamav yet.  You need to change this portion of the&lt;br /&gt;file from this:&lt;/p&gt;&lt;p class="mobile-post"&gt;:0&lt;br /&gt;* ^X-ClamAV: \/.*&lt;br /&gt;* ! MATCH ?? ^^clean^^&lt;br /&gt;{&lt;br /&gt;  DROPPRIVS=yes&lt;/p&gt;&lt;p class="mobile-post"&gt;  :0:&lt;br /&gt;  $QUARANTINE&lt;br /&gt;}&lt;/p&gt;&lt;p class="mobile-post"&gt;to this:&lt;/p&gt;&lt;p class="mobile-post"&gt;:0&lt;br /&gt;* ^X-ClamAV: \/.*&lt;br /&gt;* ! MATCH ?? ^^clean^^&lt;br /&gt;/dev/null&lt;/p&gt;&lt;p class="mobile-post"&gt;Globalink Tech Support &lt;br /&gt;http://support.iglobalink.net &lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34774048-115885939538616920?l=surf4it.net%2Fglobalink%2Findex.html' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.blogger.com/feeds/34774048/115885939538616920/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=34774048&amp;postID=115885939538616920' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/34774048/posts/default/115885939538616920'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/34774048/posts/default/115885939538616920'/><link rel='alternate' type='text/html' href='http://surf4it.net/globalink/2006/09/clamave-auto-delete-config.html' title='Clamave auto delete config'/><author><name>Surf4it</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='13894402683066074397'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-34774048.post-115885916060248436</id><published>2006-09-21T12:19:00.002-05:00</published><updated>2006-11-13T14:14:04.269-06:00</updated><title type='text'>Index.dat viewer link</title><content type='html'>&lt;DIV dir=ltr align=left&gt;&lt;BR&gt;&amp;nbsp;&lt;/DIV&gt; &lt;DIV&gt;&lt;/DIV&gt; &lt;DIV&gt;&lt;A  href="http://support.it-mate.co.uk/?mode=Products&amp;amp;p=index.datsuite"&gt;&lt;FONT  face=Arial  size=2&gt;http://support.it-mate.co.uk/?mode=Products&amp;amp;p=index.datsuite&lt;/FONT&gt;&lt;/A&gt;&lt;SPAN  class=780131117-21092006&gt;&lt;FONT face=Arial color=#0000ff  size=2&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/DIV&gt; &lt;DIV&gt;&lt;SPAN class=780131117-21092006&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/DIV&gt; &lt;DIV&gt;&lt;SPAN class=780131117-21092006&gt;&amp;nbsp; &lt;DIV align=left&gt;&lt;FONT face=Arial color=#0000ff size=2&gt;&lt;SPAN  class=963000517-21092006&gt;Globalink Tech Support &lt;BR&gt;&lt;A  href="BLOCKED::http://support.iglobalink.net"&gt;http://support.iglobalink.net&lt;/A&gt;  &lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34774048-115885916060248436?l=surf4it.net%2Fglobalink%2Findex.html' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.blogger.com/feeds/34774048/115885916060248436/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=34774048&amp;postID=115885916060248436' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/34774048/posts/default/115885916060248436'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/34774048/posts/default/115885916060248436'/><link rel='alternate' type='text/html' href='http://surf4it.net/globalink/2006/09/indexdat-viewer-link.html' title='Index.dat viewer link'/><author><name>Surf4it</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='13894402683066074397'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-34774048.post-115885915613242182</id><published>2006-09-21T12:19:00.001-05:00</published><updated>2006-11-13T14:14:04.136-06:00</updated><title type='text'>PHP Security Mistakes Link</title><content type='html'>&lt;DIV dir=ltr align=left&gt;&amp;nbsp;&lt;/DIV&gt; &lt;DIV&gt;&lt;/DIV&gt; &lt;DIV&gt;&lt;A href="http://www.devshed.com/c/a/PHP/PHP-Security-Mistakes/"&gt;&lt;FONT  face=Arial  size=2&gt;http://www.devshed.com/c/a/PHP/PHP-Security-Mistakes/&lt;/FONT&gt;&lt;/A&gt;&lt;SPAN  class=684520617-21092006&gt;&lt;FONT face=Arial color=#0000ff  size=2&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/DIV&gt; &lt;DIV&gt;&lt;SPAN class=684520617-21092006&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/DIV&gt; &lt;DIV&gt;&lt;SPAN class=684520617-21092006&gt;&amp;nbsp; &lt;DIV align=left&gt;&lt;FONT face=Arial color=#0000ff size=2&gt;&lt;SPAN  class=963000517-21092006&gt;Globalink Tech Support &lt;BR&gt;&lt;A  href="BLOCKED::http://support.iglobalink.net"&gt;http://support.iglobalink.net&lt;/A&gt;  &lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34774048-115885915613242182?l=surf4it.net%2Fglobalink%2Findex.html' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.blogger.com/feeds/34774048/115885915613242182/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=34774048&amp;postID=115885915613242182' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/34774048/posts/default/115885915613242182'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/34774048/posts/default/115885915613242182'/><link rel='alternate' type='text/html' href='http://surf4it.net/globalink/2006/09/php-security-mistakes-link.html' title='PHP Security Mistakes Link'/><author><name>Surf4it</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='13894402683066074397'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-34774048.post-115885915570289396</id><published>2006-09-21T12:19:00.000-05:00</published><updated>2006-11-13T14:14:03.953-06:00</updated><title type='text'>CISCO Aironet Config</title><content type='html'>&lt;p class="mobile-post"&gt; &lt;/p&gt;&lt;p class="mobile-post"&gt;This only needs to be on the root bridge as the non root with never&lt;br /&gt;allow any thing to association to it. So lets remove on the non root.&lt;/p&gt;&lt;p class="mobile-post"&gt;access-list 700 permit 0013.6011.7e90   ffff.ffff.ffff&lt;br /&gt;access-list 700 deny   0000.0000.0000   ffff.ffff.ffff&lt;/p&gt;&lt;p class="mobile-post"&gt;-OR-&lt;/p&gt;&lt;p class="mobile-post"&gt;Mac authentication association with device(s) in its 'local list' of mac&lt;br /&gt;address. &lt;br /&gt;And we will enter just one 0013.6011.7e90 on the root bridge.&lt;/p&gt;&lt;p class="mobile-post"&gt;Remove the filter list off of the root bridge.&lt;br /&gt;Start with non root first.&lt;br /&gt;Only change needed here is to change the authentication method used by&lt;br /&gt;the ssid. click on SSID Manager and then from this page, highlight your&lt;br /&gt;ssid and then  use the pull down box next to open authecntion and select&lt;br /&gt;with Mac Authentication and then apply this change.&lt;/p&gt;&lt;p class="mobile-post"&gt;And on the Root Bridge, enter the mac address of the non root:&lt;br /&gt;0013.6011.7e90&lt;br /&gt;Under the Security section and then under Advance Security.&lt;br /&gt;Enter the mac in the New MAC Address box and then click apply.&lt;br /&gt;Then click on SSID Manager and then from this page, highlight your ssid&lt;br /&gt;and then  use the pull down box next to open authentication and select&lt;br /&gt;with Maca Authentication and then apply this change.&lt;/p&gt;&lt;p class="mobile-post"&gt;3 more changes on the root.&lt;br /&gt;1) From the SSID Manager page, scroll down to the bottom and check mark&lt;br /&gt;the box for the Force Infrastructure client, then apply&lt;br /&gt;2) Same page almost same spot unselect your ssid from the guest pull&lt;br /&gt;down box. And then apply, this will broadcast the ssid, not need in a&lt;br /&gt;point to point bridge link.&lt;br /&gt;3)Data rates are currently set to best range. Lets match them with the&lt;br /&gt;other side and select Default data rates under the Interface Setting&lt;br /&gt;Page.&lt;/p&gt;&lt;p class="mobile-post"&gt;Globalink Tech Support &lt;br /&gt;http://support.iglobalink.net &lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34774048-115885915570289396?l=surf4it.net%2Fglobalink%2Findex.html' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.blogger.com/feeds/34774048/115885915570289396/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=34774048&amp;postID=115885915570289396' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/34774048/posts/default/115885915570289396'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/34774048/posts/default/115885915570289396'/><link rel='alternate' type='text/html' href='http://surf4it.net/globalink/2006/09/cisco-aironet-config.html' title='CISCO Aironet Config'/><author><name>Surf4it</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='13894402683066074397'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-34774048.post-115885885061660689</id><published>2006-09-21T12:14:00.003-05:00</published><updated>2006-11-13T14:14:03.748-06:00</updated><title type='text'>Using nslookup, dig, and host</title><content type='html'>&lt;DIV dir=ltr align=left&gt; &lt;DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left&gt;&lt;FONT face=Tahoma  size=2&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;FONT color=#0000ff&gt;&lt;A  href="http://docsrv.sco.com/NET_tcpip/dnsC.nslook.html"&gt;&lt;EM&gt;http://docsrv.sco.com/NET_tcpip/dnsC.nslook.html&lt;/EM&gt;&lt;/FONT&gt;&lt;/A&gt;&lt;/DIV&gt; &lt;DIV&gt; &lt;DIV align=right&gt;&lt;I&gt;&lt;/I&gt;&amp;nbsp;&lt;/DIV&gt; &lt;DIV align=right&gt;&lt;I&gt;&lt;A onclick=parent.nodebar.contents()  href="http://docsrv.sco.com/NET_tcpip/CTOC-dnsN.main.html"  target=navlist&gt;Configuring Domain Name System (DNS) servers&lt;/A&gt;&lt;/I&gt;&lt;/DIV&gt; &lt;H1&gt;Using nslookup, dig, and host&lt;/H1&gt; &lt;P&gt;&lt;A name=0001&gt;&lt;/A&gt;&lt;A name=0002&gt;&lt;/A&gt;&lt;A name=0003&gt;&lt;/A&gt;&lt;B&gt;nslookup&lt;/B&gt;,  &lt;B&gt;dig&lt;/B&gt;, and &lt;B&gt;host&lt;/B&gt; are useful commands that allow you to perform DNS  queries, and to test out your DNS configuration.  &lt;P&gt;You can use the &lt;B&gt;nslookup&lt;/B&gt; command &lt;A  href="http://docsrv.sco.com/NET_tcpip/dnsC.nslook.html#dnsT.nsint"&gt;interactively&lt;/A&gt;  to enter a shell from which you can change servers, set query options, and debug  DNS. You can also use &lt;B&gt;nslookup&lt;/B&gt; &lt;A  href="http://docsrv.sco.com/NET_tcpip/dnsC.nslook.html#dnsT.nsnint"&gt;non-interactively&lt;/A&gt;  from the command line to issue simple queries. See &lt;A  href="http://docsrv.sco.com/cgi-bin/man/man?nslookup+1Mtcp"&gt;&lt;B&gt;nslookup&lt;/B&gt;(1Mtcp)&lt;/A&gt;  for more information.  &lt;P&gt;&lt;A  href="http://docsrv.sco.com/NET_tcpip/dnsC.nslook.html#dnsT.use_dig"&gt;&lt;B&gt;dig&lt;/B&gt;&lt;/A&gt;  is another useful command line tool which you can use to gather information from  DNS servers. See &lt;A  href="http://docsrv.sco.com/cgi-bin/man/man?dig+1Mtcp"&gt;&lt;B&gt;dig&lt;/B&gt;(1Mtcp)&lt;/A&gt; for  more information.  &lt;P&gt;Finally, you can use the &lt;A  href="http://docsrv.sco.com/NET_tcpip/dnsC.nslook.html#dnsT.use_host"&gt;&lt;B&gt;host&lt;/B&gt;&lt;/A&gt;  command to provide answers to simple host queries. See &lt;A  href="http://docsrv.sco.com/cgi-bin/man/man?host+1Mtcp"&gt;&lt;B&gt;host&lt;/B&gt;(1Mtcp)&lt;/A&gt;  for more information. &lt;A name=dnsT.nsint&gt;&lt;/A&gt; &lt;H2&gt;Using nslookup interactively&lt;/H2&gt; &lt;P&gt; &lt;OL&gt;   &lt;P&gt;   &lt;LI&gt;Enter &lt;B&gt;nslookup&lt;/B&gt; at the command line. The &lt;B&gt;nslookup&lt;/B&gt; prompt    appears. &lt;A name=0004&gt;&lt;/A&gt;   &lt;P&gt;&lt;/P&gt;   &lt;LI&gt;View the current options by entering &lt;B&gt;set all&lt;/B&gt;.    &lt;P&gt;&lt;/P&gt;   &lt;LI&gt;Change any desired options by entering &lt;B&gt;set&lt;/B&gt; &lt;I&gt;option&lt;/I&gt;.    &lt;P&gt;&lt;/P&gt;   &lt;LI&gt;Issue &lt;B&gt;nslookup&lt;/B&gt; commands.    &lt;P&gt;&lt;/P&gt;   &lt;LI&gt;Enter &lt;B&gt;exit&lt;/B&gt; to leave &lt;B&gt;nslookup&lt;/B&gt;. &lt;/LI&gt;&lt;/OL&gt;For a list of sample  commands, see &lt;A  href="http://docsrv.sco.com/NET_tcpip/dnsC.nslook.html#dnsD.nsicom"&gt;``nslookup  interactive commands''&lt;/A&gt;. For a list of options, see &lt;A  href="http://docsrv.sco.com/NET_tcpip/dnsC.nslook.html#dnsD.nsopts"&gt;``nslookup  interactive options''&lt;/A&gt;. &lt;A name=dnsD.nsicom&gt;&lt;/A&gt; &lt;H3&gt;nslookup interactive commands&lt;/H3&gt; &lt;P&gt;&lt;A name=0005&gt;&lt;/A&gt;&lt;A name=0006&gt;&lt;/A&gt;These sample commands are available from  the &lt;B&gt;nslookup&lt;/B&gt; shell:  &lt;DL compact&gt;   &lt;P&gt;   &lt;DT&gt;&lt;B&gt;volga&lt;/B&gt;    &lt;DD&gt;Return the IP address of &lt;I&gt;volga&lt;/I&gt;.    &lt;P&gt;&lt;/P&gt;   &lt;DT&gt;&lt;B&gt;172.16.118.1&lt;/B&gt;    &lt;DD&gt;Return the name matching the IP address you enter.    &lt;P&gt;&lt;/P&gt;   &lt;DT&gt;&lt;B&gt;set querytype=ns&lt;/B&gt;    &lt;DD&gt;Set the query type to the Name Server record. Future queries of names and    IP addresses return the NS record from that host.    &lt;P&gt;&lt;/P&gt;   &lt;DT&gt;&lt;B&gt;set querytype=a&lt;/B&gt;    &lt;DD&gt;Restore the query type to the Address record.    &lt;P&gt;&lt;/P&gt;   &lt;DT&gt;&lt;B&gt;server&amp;nbsp;&lt;/B&gt;&lt;B&gt;&lt;I&gt;server&lt;/I&gt;&lt;/B&gt;    &lt;DD&gt;Make &lt;B&gt;&lt;I&gt;server&lt;/I&gt;&lt;/B&gt; the default server that is queried. &lt;/DD&gt;&lt;/DL&gt;&lt;A  name=dnsD.nsopts&gt;&lt;/A&gt; &lt;H3&gt;nslookup interactive options&lt;/H3&gt; &lt;P&gt;&lt;A name=0007&gt;&lt;/A&gt;&lt;A name=0008&gt;&lt;/A&gt;Here are the commonly used options of  &lt;B&gt;nslookup&lt;/B&gt;. For a complete list, see the manual page for &lt;A  href="http://docsrv.sco.com/cgi-bin/man/man?nslookup+1Mtcp"&gt;&lt;B&gt;nslookup&lt;/B&gt;(1Mtcp)&lt;/A&gt;.   &lt;DL compact&gt;   &lt;P&gt;   &lt;DT&gt;&lt;B&gt;[no]recurse&lt;/B&gt;    &lt;DD&gt;Sets the query type to recursive. When toggled to norecurse,    &lt;B&gt;nslookup&lt;/B&gt; performs iterative queries.    &lt;P&gt;&lt;/P&gt;   &lt;DT&gt;&lt;B&gt;querytype=&lt;/B&gt;&lt;B&gt;&lt;I&gt;type&lt;/I&gt;&lt;/B&gt;    &lt;DD&gt;Sets the query type to the DNS data type specified. Common types include    &lt;B&gt;a&lt;/B&gt; (Address), &lt;B&gt;any&lt;/B&gt; (any data type), &lt;B&gt;mx&lt;/B&gt; (Mail Exchanger),    and &lt;B&gt;ns&lt;/B&gt; (Name Server).    &lt;P&gt;&lt;/P&gt;   &lt;DT&gt;&lt;B&gt;retry=&lt;/B&gt;&lt;B&gt;&lt;I&gt;n&lt;/I&gt;&lt;/B&gt;    &lt;DD&gt;Resends the query &lt;B&gt;&lt;I&gt;n&lt;/I&gt;&lt;/B&gt; times before giving up.    &lt;P&gt;&lt;/P&gt;   &lt;DT&gt;&lt;B&gt;root=&lt;/B&gt;&lt;B&gt;&lt;I&gt;root server&lt;/I&gt;&lt;/B&gt;    &lt;DD&gt;Sets the root server to the server you enter.    &lt;P&gt;&lt;/P&gt;   &lt;DT&gt;&lt;B&gt;timeout=&lt;/B&gt;&lt;B&gt;&lt;I&gt;n&lt;/I&gt;&lt;/B&gt;    &lt;DD&gt;The period of time &lt;B&gt;nslookup&lt;/B&gt; waits for a response after the query is    sent. This period doubles between each retry. &lt;/DD&gt;&lt;/DL&gt;You can save any of  these options in a &lt;I&gt;.nslookuprc&lt;/I&gt; file &lt;A name=0009&gt;&lt;/A&gt;in your home  directory. The format of this file, which is searched for each time you invoke  &lt;B&gt;nslookup&lt;/B&gt;, is one &lt;B&gt;set&lt;/B&gt; command per line. Here is an example, which  sets the query type to address records, the domain to &lt;I&gt;mynet.com&lt;/I&gt;, and sets  the timeout on requests to 10 seconds: &lt;PRE&gt;   set querytype=a    set domain=mynet.com    set timeout=10 &lt;/PRE&gt;&lt;A name=dnsT.nsnint&gt;&lt;/A&gt; &lt;H2&gt;Querying a single name or address&lt;/H2&gt; &lt;P&gt;&lt;A name=0010&gt;&lt;/A&gt;&lt;A name=0011&gt;&lt;/A&gt;To issue a simple query from the command  line, use one of the following forms of the command: &lt;BR&gt;&lt;BR&gt;&lt;B&gt;nslookup&lt;/B&gt;  &lt;B&gt;&lt;I&gt;name&lt;/I&gt;&lt;/B&gt; &lt;BR&gt;&lt;BR&gt;&lt;B&gt;nslookup&lt;/B&gt; &lt;B&gt;&lt;I&gt;IP_address&lt;/I&gt;&lt;/B&gt;  &lt;P&gt;&lt;B&gt;nslookup&lt;/B&gt; should return the desired answer by querying the default  server. To query a different server, enter one of the following forms of the  command: &lt;BR&gt;&lt;BR&gt;&lt;B&gt;nslookup&lt;/B&gt; &lt;B&gt;&lt;I&gt;name&lt;/I&gt;&lt;/B&gt; &lt;B&gt;&lt;I&gt;server&lt;/I&gt;&lt;/B&gt;  &lt;BR&gt;&lt;BR&gt;&lt;B&gt;nslookup&lt;/B&gt; &lt;B&gt;&lt;I&gt;IP_address&lt;/I&gt;&lt;/B&gt; &lt;B&gt;&lt;I&gt;server&lt;/I&gt;&lt;/B&gt;  &lt;P&gt;&lt;A name=dnsT.use_dig&gt;&lt;/A&gt; &lt;H2&gt;Examples of using the dig command&lt;/H2&gt; &lt;P&gt;Obtain the latest list of root domain servers:  &lt;BR&gt;&lt;BR&gt;&lt;B&gt;dig&amp;nbsp;.&amp;nbsp;ns&lt;/B&gt;  &lt;P&gt;Find out the name servers for a zone:  &lt;BR&gt;&lt;BR&gt;&lt;B&gt;dig&amp;nbsp;@&lt;/B&gt;&lt;B&gt;&lt;I&gt;server&amp;nbsp;domain&lt;/I&gt;&lt;/B&gt;&lt;B&gt;&amp;nbsp;ns&lt;/B&gt;  &lt;P&gt;Request all records for a zone from an authoritative server:  &lt;BR&gt;&lt;BR&gt;&lt;B&gt;dig&amp;nbsp;@&lt;/B&gt;&lt;B&gt;&lt;I&gt;server&amp;nbsp;domain&lt;/I&gt;&lt;/B&gt;&lt;B&gt;&amp;nbsp;axfr&lt;/B&gt;  &lt;P&gt; &lt;P&gt; &lt;HR&gt; &lt;B&gt;NOTE:&lt;/B&gt; This command requires a zone transfer which the server may  disallow.  &lt;HR&gt;  &lt;P&gt;Look up the domain name corresponding to the IP address 172.16.118.1:  &lt;BR&gt;&lt;BR&gt;&lt;B&gt;dig&amp;nbsp;-x&amp;nbsp;172.16.118.1&lt;/B&gt;  &lt;P&gt;&lt;A name=dnsT.use_host&gt;&lt;/A&gt; &lt;H2&gt;Examples of using the host command&lt;/H2&gt; &lt;P&gt;Use &lt;B&gt;host&lt;/B&gt; to find all the host records for a zone:  &lt;BR&gt;&lt;BR&gt;&lt;B&gt;host&amp;nbsp;-l&amp;nbsp;&lt;/B&gt;&lt;B&gt;&lt;I&gt;domain&lt;/I&gt;&lt;/B&gt;  &lt;P&gt;Use &lt;B&gt;host&lt;/B&gt; to request all the records for a zone:  &lt;BR&gt;&lt;BR&gt;&lt;B&gt;host&amp;nbsp;-lv&amp;nbsp;-t&amp;nbsp;any&amp;nbsp;&lt;/B&gt;&lt;B&gt;&lt;I&gt;domain&lt;/I&gt;&lt;/B&gt;  &lt;P&gt; &lt;P&gt; &lt;HR&gt; &lt;B&gt;NOTE:&lt;/B&gt; These commands require a zone transfer which the server may  disallow.  &lt;HR&gt;  &lt;P&gt;&lt;!-- NAVBEGIN --&gt; &lt;HR&gt; &lt;I&gt;&lt;SMALL&gt;&lt;A href="http://docsrv.sco.com/NET_tcpip/COPYRIGHT.html"&gt;&lt;FONT  size=2&gt;&amp;copy; 1999 The Santa Cruz Operation, Inc. All rights  reserved.&lt;/FONT&gt;&lt;/A&gt;&lt;FONT size=2&gt; &lt;BR&gt;UnixWare 7 Release 7.1.1 - 5 November 1999  &lt;/FONT&gt;&lt;BR&gt;&lt;/SMALL&gt;&lt;/I&gt;&lt;!-- NAVEND --&gt;&lt;/FONT&gt;&lt;/DIV&gt; &lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt; &lt;DIV align=left&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN class=524525816-21092006&gt;Globalink  Tech Support&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34774048-115885885061660689?l=surf4it.net%2Fglobalink%2Findex.html' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.blogger.com/feeds/34774048/115885885061660689/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=34774048&amp;postID=115885885061660689' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/34774048/posts/default/115885885061660689'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/34774048/posts/default/115885885061660689'/><link rel='alternate' type='text/html' href='http://surf4it.net/globalink/2006/09/using-nslookup-dig-and-host.html' title='Using nslookup, dig, and host'/><author><name>Surf4it</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='13894402683066074397'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-34774048.post-115885884936854037</id><published>2006-09-21T12:14:00.002-05:00</published><updated>2006-11-13T14:14:03.516-06:00</updated><title type='text'>How to use FTP</title><content type='html'>&lt;DIV dir=ltr align=left&gt;&lt;SPAN class=828061114-23052005&gt;&lt;FONT face=Arial  color=#0000ff size=2&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/DIV&gt; &lt;DIV dir=ltr align=left&gt;&lt;SPAN class=828061114-23052005&gt;&lt;FONT size=+0&gt;&lt;SPAN  class=bodyText&gt;&lt;FONT face=Arial color=#0000ff size=2&gt;FTP stands for &lt;B&gt;File  Transfer Protocol.&lt;/B&gt; It lets you connect to a remote computer, such as  our&amp;nbsp;hosting server. Then you can move files from your machine to the remote  one and create folders for those files on that computer.&amp;nbsp; The best way to  learn about File Transfer Protocol is to use it. You will find several free FTP  clients at &lt;/FONT&gt;&lt;A href="http://www.download.com/" target=new&gt;&lt;FONT face=Arial  color=#0000ff size=2&gt;www.download.com&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Arial color=#0000ff  size=2&gt;.  &lt;DIV&gt;&lt;SPAN class=828061114-23052005&gt;&lt;FONT face=Arial color=#0000ff size=2&gt;You  will need to download a free ftp client software before you can connect to our  server. &lt;/FONT&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/DIV&gt; &lt;DIV&gt;&lt;SPAN class=828061114-23052005&gt;&lt;FONT size=+0&gt;&lt;SPAN class=bodyText&gt;&lt;FONT  face=Arial color=#0000ff size=2&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/DIV&gt; &lt;DIV&gt;&lt;SPAN class=828061114-23052005&gt;&lt;FONT face=Arial color=#0000ff size=2&gt;&lt;SPAN  class=bodyText&gt;&lt;BR&gt;&lt;/SPAN&gt;&amp;nbsp;Here is a link to how to use  ftp:-&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/DIV&gt; &lt;DIV dir=ltr align=left&gt;&lt;SPAN class=828061114-23052005&gt;&lt;FONT face=Arial  color=#0000ff size=2&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/DIV&gt; &lt;DIV dir=ltr align=left&gt;&lt;SPAN class=828061114-23052005&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/DIV&gt; &lt;DIV&gt;&lt;FONT face=Arial color=#0000ff size=2&gt;&lt;A  href="http://ftphelp.secureserver.net/ftphelp.htm"&gt;http://ftphelp.secureserver.net/ftphelp.htm&lt;/A&gt;&lt;/FONT&gt;&lt;/DIV&gt; &lt;DIV&gt;&lt;FONT face=Arial color=#0000ff size=2&gt;&lt;/FONT&gt;&lt;![if !supportEmptyParas]&gt;&lt;![endif]&gt;&lt;![if !supportEmptyParas]&gt;&lt;![endif]&gt;&lt;![if !supportEmptyParas]&gt;&lt;![endif]&gt;&lt;![if !supportEmptyParas]&gt;&lt;![endif]&gt;&lt;![if !supportEmptyParas]&gt;&lt;![endif]&gt;&lt;![if !supportEmptyParas]&gt;&lt;![endif]&gt;&amp;nbsp;&lt;/DIV&gt; &lt;DIV&gt;&lt;SPAN class=790290117-21092006&gt;&lt;FONT face=Arial color=#0000ff  size=2&gt;Globalink Tech Support&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34774048-115885884936854037?l=surf4it.net%2Fglobalink%2Findex.html' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.blogger.com/feeds/34774048/115885884936854037/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=34774048&amp;postID=115885884936854037' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/34774048/posts/default/115885884936854037'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/34774048/posts/default/115885884936854037'/><link rel='alternate' type='text/html' href='http://surf4it.net/globalink/2006/09/how-to-use-ftp.html' title='How to use FTP'/><author><name>Surf4it</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='13894402683066074397'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-34774048.post-115885884837119995</id><published>2006-09-21T12:14:00.001-05:00</published><updated>2006-11-13T14:14:03.239-06:00</updated><title type='text'>Setting TCP/IP Ports for Exchange and Outlook Client Connections Through a Firewall</title><content type='html'>&lt;!-- Converted from text/rtf format --&gt; &lt;P&gt;&lt;FONT face=Arial size=2&gt;&lt;A  href="http://support.microsoft.com/default.aspx?scid=kb;en-us;155831"&gt;http://support.microsoft.com/default.aspx?scid=kb;en-us;155831&lt;/A&gt;&lt;/FONT&gt;  &lt;/P&gt; &lt;P&gt;&lt;FONT face=Arial color=#0000ff size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt; &lt;DIV align=left&gt;&lt;FONT face=Arial color=#0000ff size=2&gt;&lt;SPAN  class=963000517-21092006&gt;Globalink Tech Support &lt;BR&gt;&lt;A  href="BLOCKED::http://support.iglobalink.net"&gt;http://support.iglobalink.net&lt;/A&gt;  &lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34774048-115885884837119995?l=surf4it.net%2Fglobalink%2Findex.html' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.blogger.com/feeds/34774048/115885884837119995/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=34774048&amp;postID=115885884837119995' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/34774048/posts/default/115885884837119995'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/34774048/posts/default/115885884837119995'/><link rel='alternate' type='text/html' href='http://surf4it.net/globalink/2006/09/setting-tcpip-ports-for-exchange-and.html' title='Setting TCP/IP Ports for Exchange and Outlook Client Connections Through a Firewall'/><author><name>Surf4it</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='13894402683066074397'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-34774048.post-115885884828683158</id><published>2006-09-21T12:14:00.000-05:00</published><updated>2006-11-13T14:14:03.095-06:00</updated><title type='text'>Exchange Recovery Link</title><content type='html'>&lt;DIV dir=ltr align=left&gt;&lt;FONT face=Arial color=#0000ff  size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt; &lt;DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left&gt;&lt;SPAN  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;A  href="http://support.microsoft.com/default.aspx?scid=kb;en-us;823176"&gt;http://support.microsoft.com/default.aspx?scid=kb;en-us;823176&lt;/A&gt;&lt;/SPAN&gt;  &lt;o:p&gt;&lt;/o:p&gt;&lt;/DIV&gt; &lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt; &lt;DIV align=left&gt;&lt;FONT face=Arial color=#0000ff size=2&gt;&lt;SPAN  class=963000517-21092006&gt;Globalink Tech Support &lt;BR&gt;&lt;A  href="http://support.iglobalink.net"&gt;http://support.iglobalink.net&lt;/A&gt;  &lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34774048-115885884828683158?l=surf4it.net%2Fglobalink%2Findex.html' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.blogger.com/feeds/34774048/115885884828683158/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=34774048&amp;postID=115885884828683158' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/34774048/posts/default/115885884828683158'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/34774048/posts/default/115885884828683158'/><link rel='alternate' type='text/html' href='http://surf4it.net/globalink/2006/09/exchange-recovery-link.html' title='Exchange Recovery Link'/><author><name>Surf4it</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='13894402683066074397'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-34774048.post-115885824505868139</id><published>2006-09-21T12:04:00.004-05:00</published><updated>2006-11-13T14:14:02.959-06:00</updated><title type='text'>NET Framework Developer Center: SDKs, Redistributables &amp; Service Packs</title><content type='html'>&lt;DIV dir=ltr align=left&gt;&lt;FONT face=Arial size=2&gt;Here's a great article you might  be interested in:&lt;/FONT&gt; &lt;/DIV&gt; &lt;P&gt;&lt;FONT face=Arial size=2&gt;.NET Framework Developer Center: Stay up-to-date with  these downloadable service packs, updates, samples, and related components for  the .NET Framework. &lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT face=Arial size=2&gt;URL: &lt;/FONT&gt;&lt;A  href="http://msdn.microsoft.com/netframework/downloads/updates/default.aspx#.NET%20Framework%202.0%20Beta%20SDK%20and%20Redistributable?_r=1"&gt;&lt;FONT  face=Arial  size=2&gt;http://msdn.microsoft.com/netframework/downloads/updates/default.aspx#.NET%20Framework%202.0%20Beta%20SDK%20and%20Redistributable?_r=1&lt;/FONT&gt;&lt;/A&gt;&lt;SPAN  class=227145316-21092006&gt;&lt;FONT face=Arial color=#0000ff  size=2&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;P&gt;&lt;SPAN class=227145316-21092006&gt;&lt;FONT face=Arial color=#0000ff  size=2&gt;Globalink&amp;nbsp;Tech Support&lt;/FONT&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34774048-115885824505868139?l=surf4it.net%2Fglobalink%2Findex.html' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.blogger.com/feeds/34774048/115885824505868139/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=34774048&amp;postID=115885824505868139' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/34774048/posts/default/115885824505868139'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/34774048/posts/default/115885824505868139'/><link rel='alternate' type='text/html' href='http://surf4it.net/globalink/2006/09/net-framework-developer-center-sdks.html' title='NET Framework Developer Center: SDKs, Redistributables &amp; Service Packs'/><author><name>Surf4it</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='13894402683066074397'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-34774048.post-115885824446432250</id><published>2006-09-21T12:04:00.003-05:00</published><updated>2006-11-13T14:14:02.813-06:00</updated><title type='text'>ClickOnce support</title><content type='html'>&lt;DIV dir=ltr align=left&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;  Here is a good link about how to configure server  :-&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt; &lt;DIV class=Section1&gt; &lt;P class=MsoNormal&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt; &lt;P class=MsoNormal&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;A  href="http://www.windowsforms.net/FAQs/default.aspx?PageID=3&amp;amp;CategoryID=24&amp;amp;SubCategoryID=26"&gt;http://www.windowsforms.net/FAQs/default.aspx?PageID=3&amp;amp;CategoryID=24&amp;amp;SubCategoryID=26&lt;/A&gt;  &lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt; &lt;P class=MsoNormal&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt; &lt;P class=MsoNormal&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt; &lt;P class=MsoNormal&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;No. &amp;#8220;ClickOnce&amp;#8221; does not use any  special protocols to transfer files. So you can use a regular file share, IIS or  any web server. If you are using a web server, there are a few additional  considerations. First, you may need to configure the MIME type  (application/deployment) for the .application extension. Second, you may need to  configure your server to unblock any restricted file extensions used by your  app, such as .exe, .dll, .config., manifest, etc. Third, if you want to use HTTP  compression, you will need IIS6 and HTTP 1.1.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt; &lt;P class=MsoNormal&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt; &lt;P class=MsoNormal&gt;&lt;FONT color=#0000ff&gt;&lt;SPAN  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;SPAN  class=004015416-21092006&gt;&amp;nbsp;Globalink Tech  Support&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34774048-115885824446432250?l=surf4it.net%2Fglobalink%2Findex.html' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.blogger.com/feeds/34774048/115885824446432250/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=34774048&amp;postID=115885824446432250' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/34774048/posts/default/115885824446432250'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/34774048/posts/default/115885824446432250'/><link rel='alternate' type='text/html' href='http://surf4it.net/globalink/2006/09/clickonce-support.html' title='ClickOnce support'/><author><name>Surf4it</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='13894402683066074397'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-34774048.post-115885824376870176</id><published>2006-09-21T12:04:00.002-05:00</published><updated>2006-11-13T14:14:02.653-06:00</updated><title type='text'>Voip Upgrade Tech Info for Linksys PAP2</title><content type='html'>&lt;DIV&gt; &lt;P&gt;&lt;FONT size=2&gt;To upgrade Sipura devices, the latest (version 3.0) firmware and  instructions for upgrade can be found at &lt;/FONT&gt;&lt;A  href="http://www.sipura.com/support/"&gt;&lt;U&gt;&lt;FONT color=#0000ff&gt;&lt;FONT  size=2&gt;http://www.sipura.com/support/&lt;/FONT&gt;&lt;/U&gt;&lt;/FONT&gt;&lt;/A&gt;&lt;FONT size=2&gt;  .&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;FONT size=2&gt;For Linksys PAP2 devices, Go to your web browser and type  in:&lt;/FONT&gt;&lt;/P&gt; &lt;P&gt;&lt;A  href="http://LINKSYS-IP-ADDRESS/admin/upgrade?http://support.iglobalink.net/voip/linksys/PAP2.bin"&gt;&lt;U&gt;&lt;FONT  size=2&gt;http://LINKSYS-IP-ADDRESS/admin/upgrade?http://&lt;SPAN  class=081530921-03042006&gt;support.iglobalink.net/voip&lt;/SPAN&gt;/linksys/PAP2.bin&lt;/FONT&gt;&lt;/U&gt;&lt;/A&gt;&lt;/P&gt;&lt;FONT  size=2&gt; &lt;P&gt;"LINKSYS-IP-ADDRESS" should be replaced by the IP address you receive when  dialing **** and 110 when prompted on your Linksys device. The device will speak  the IP address you need to insert.&lt;/P&gt; &lt;P&gt;The PAP2 will upgrade to the new firmware when it is not in use. Fast  blinking of the Status LED indicates that the firmware upgrade is in progress.  Please do NOT unplug the power while the Status LED is blinking  rapidly.&lt;/P&gt;&lt;/FONT&gt;&lt;/DIV&gt; &lt;P style="MARGIN-BOTTOM: 0pt; MARGIN-LEFT: 0.5in; MARGIN-RIGHT: 0in"  align=left&gt;&lt;SPAN&gt;&lt;FONT face=Arial color=#0000ff size=2&gt;&lt;SPAN  class=145115516-21092006&gt;&amp;nbsp;Globalink&amp;nbsp;Tech  Support&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34774048-115885824376870176?l=surf4it.net%2Fglobalink%2Findex.html' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.blogger.com/feeds/34774048/115885824376870176/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=34774048&amp;postID=115885824376870176' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/34774048/posts/default/115885824376870176'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/34774048/posts/default/115885824376870176'/><link rel='alternate' type='text/html' href='http://surf4it.net/globalink/2006/09/voip-upgrade-tech-info-for-linksys.html' title='Voip Upgrade Tech Info for Linksys PAP2'/><author><name>Surf4it</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='13894402683066074397'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-34774048.post-115885824314783353</id><published>2006-09-21T12:04:00.001-05:00</published><updated>2006-11-13T14:14:02.502-06:00</updated><title type='text'>System Restore &amp; Virus Issues</title><content type='html'>&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN  class=664004919-01092006&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt; &lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN class=664004919-01092006&gt; &lt;P&gt;Disabling &lt;B style="COLOR: black; BACKGROUND-COLOR: #ff9999"&gt;System &lt;/B&gt;&lt;B  style="COLOR: black; BACKGROUND-COLOR: #ff66ff"&gt;Restore&lt;/B&gt; &lt;BR&gt; &lt;P&gt;If you are running &lt;B style="COLOR: black; BACKGROUND-COLOR: #a0ffff"&gt;Windows  &lt;/B&gt;&lt;B style="COLOR: black; BACKGROUND-COLOR: #a0ffff"&gt;Windows &lt;/B&gt;&lt;B  style="COLOR: black; BACKGROUND-COLOR: #99ff99"&gt;XP&lt;/B&gt;, we recommend that you  temporarily &lt;BR&gt;turn off &lt;B  style="COLOR: black; BACKGROUND-COLOR: #ff9999"&gt;System &lt;/B&gt;&lt;B  style="COLOR: black; BACKGROUND-COLOR: #ff66ff"&gt;Restore&lt;/B&gt;. &lt;B  style="COLOR: black; BACKGROUND-COLOR: #a0ffff"&gt;Windows &lt;/B&gt;&lt;B  style="COLOR: black; BACKGROUND-COLOR: #99ff99"&gt;XP&lt;/B&gt; uses this feature, which  is enabled by &lt;BR&gt;default, to &lt;B  style="COLOR: black; BACKGROUND-COLOR: #ff66ff"&gt;restore&lt;/B&gt; the files on your  computer in case they become damaged. &lt;BR&gt;If a virus, worm, or Trojan infects a  computer, &lt;B style="COLOR: black; BACKGROUND-COLOR: #ff9999"&gt;System &lt;/B&gt;&lt;B  style="COLOR: black; BACKGROUND-COLOR: #ff66ff"&gt;Restore&lt;/B&gt; may back up &lt;BR&gt;the  virus, worm, or Trojan on the computer. &lt;BR&gt; &lt;P&gt;&lt;B style="COLOR: black; BACKGROUND-COLOR: #a0ffff"&gt;Windows&lt;/B&gt; prevents  outside programs, including antivirus programs, from &lt;BR&gt;modifying &lt;B  style="COLOR: black; BACKGROUND-COLOR: #ff9999"&gt;System &lt;/B&gt;&lt;B  style="COLOR: black; BACKGROUND-COLOR: #ff66ff"&gt;Restore&lt;/B&gt;. Therefore,  antivirus programs or tools cannot &lt;BR&gt;remove threats in the &lt;B  style="COLOR: black; BACKGROUND-COLOR: #ff9999"&gt;System &lt;/B&gt;&lt;B  style="COLOR: black; BACKGROUND-COLOR: #ff66ff"&gt;Restore&lt;/B&gt; folder. As a result,  &lt;B style="COLOR: black; BACKGROUND-COLOR: #ff9999"&gt;System &lt;/B&gt;&lt;B  style="COLOR: black; BACKGROUND-COLOR: #ff66ff"&gt;Restore&lt;/B&gt; has &lt;BR&gt;the  potential of restoring an infected file on your computer, even after you  &lt;BR&gt;have cleaned the infected files from all the other locations. &lt;BR&gt; &lt;P&gt;Also, a virus scan may detect a threat in the &lt;B  style="COLOR: black; BACKGROUND-COLOR: #ff9999"&gt;System &lt;/B&gt;&lt;B  style="COLOR: black; BACKGROUND-COLOR: #ff66ff"&gt;Restore&lt;/B&gt; folder even  &lt;BR&gt;though you have removed the threat. &lt;BR&gt; &lt;P&gt;For instructions on how to turn off &lt;B  style="COLOR: black; BACKGROUND-COLOR: #ff9999"&gt;System &lt;/B&gt;&lt;B  style="COLOR: black; BACKGROUND-COLOR: #ff66ff"&gt;Restore&lt;/B&gt;, read your &lt;B  style="COLOR: black; BACKGROUND-COLOR: #a0ffff"&gt;Windows&lt;/B&gt; &lt;BR&gt;documentation,  or one of the following articles: &lt;BR&gt; &lt;P&gt;"How to turn off or turn on &lt;B  style="COLOR: black; BACKGROUND-COLOR: #a0ffff"&gt;Windows &lt;/B&gt;&lt;B  style="COLOR: black; BACKGROUND-COLOR: #99ff99"&gt;XP &lt;/B&gt;&lt;B  style="COLOR: black; BACKGROUND-COLOR: #ff9999"&gt;System &lt;/B&gt;&lt;B  style="COLOR: black; BACKGROUND-COLOR: #ff66ff"&gt;Restore&lt;/B&gt;" &lt;BR&gt;&lt;A  href="http://service1.symantec.com/SUPPORT/tsgeninfo.nsf/docid/200111191227..."  target=_blank&gt;&lt;FONT  color=#551a8b&gt;http://service1.symantec.com/SUPPORT/tsgeninfo.nsf/docid/200111191227...&lt;/FONT&gt;&lt;/A&gt;  &lt;BR&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt; &lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN  class=664004919-01092006&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt; &lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN  class=664004919-01092006&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt; &lt;DIV&gt;&lt;FONT face=Arial color=#0000ff size=2&gt;&lt;SPAN class=664004919-01092006&gt;&lt;SPAN  class=081535116-21092006&gt;&amp;nbsp;Globalink Tech  Support&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34774048-115885824314783353?l=surf4it.net%2Fglobalink%2Findex.html' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.blogger.com/feeds/34774048/115885824314783353/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=34774048&amp;postID=115885824314783353' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/34774048/posts/default/115885824314783353'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/34774048/posts/default/115885824314783353'/><link rel='alternate' type='text/html' href='http://surf4it.net/globalink/2006/09/system-restore-virus-issues.html' title='System Restore &amp; Virus Issues'/><author><name>Surf4it</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='13894402683066074397'/></author><thr:total>0</thr:total></entry></feed>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      