<?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:blogger='http://schemas.google.com/blogger/2008' xmlns:georss='http://www.georss.org/georss' xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-5392443811203069024</id><updated>2024-11-08T20:42:35.572+05:30</updated><category term="Internet"/><category term="Software"/><category term="Hardware"/><category term="Programming"/><category term="yahoo domain"/><title type='text'>Best  IT Tips</title><subtitle type='html'>Our goal is serve Best IT Tips,Tricks and  News freely for all.!!</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://bestittips.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5392443811203069024/posts/default?redirect=false'/><link rel='alternate' type='text/html' href='http://bestittips.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Sudath Hemantha</name><uri>http://www.blogger.com/profile/03344684320531479170</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>9</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-5392443811203069024.post-1793902816051923635</id><published>2011-05-20T09:56:00.000+05:30</published><updated>2011-05-20T09:56:38.804+05:30</updated><title type='text'>Simple Steps to setup OpenSSH server on Ubuntu 10.10</title><content type='html'>One of Linux’s more useful features is its ability to permit secure,    encrypted remote access. Secure Shell technology (SSH) permits you to    control a remote computer without having actual physical access to the    machine.&lt;br /&gt;
SSH’s network traffic is encrypted, and assuming you  configure   SSH correctly, quite secure. &lt;br /&gt;
You can use an  SSH  implementation called OpenSSH Server to remotely,  securely access  your  machine. &lt;br /&gt;
Here’s how to install and perform a basic security configuration of  OpenSSH Server on Ubuntu 10.10&lt;br /&gt;
First, you’ll need to install OpenSSH Server. To do so, open up a  Terminal window and type the following command:&lt;br /&gt;
&lt;strong&gt;&lt;br /&gt;
sudo apt-get install openssh-server&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
apt-get will then download and install OpenSSH Server. Depending upon    the speed of your computer and Internet connection, the installation    may take several minutes.&lt;br /&gt;
Once the installation has finished, return to the Terminal. We’ll    need to make a few changes to your /etc/ssh/sshd_config file in order to    increase SSH’s security. First, however, we’ll want to make a backup    copy of your sshd_config file in case anything goes wrong. Type this    command into the Terminal:&lt;br /&gt;
&lt;strong&gt;sudo cp /etc/ssh/sshd_config ~&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
This will make a backup copy of the sshd_config file in your home  directory.&lt;br /&gt;
Next, we’ll need to edit the sshd_config file itself:&lt;br /&gt;
&lt;strong&gt;&lt;br /&gt;
sudo gedit /etc/ssh/sshd_config&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Once you’re editing the file, you’ll want to change the following directive as follows:&lt;br /&gt;
&lt;strong&gt;PermitRootLogin no&lt;/strong&gt;&lt;br /&gt;
&lt;strong&gt;This will keep anyone from attempting to log into your server via SSH as root.&lt;br /&gt;
&lt;/strong&gt;&lt;br /&gt;
Next, add this direct to the end of the file:&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;AllowUsers USERNAME&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
AllowUsers adds an additional layer of protection by only allowing    specific users to connect via SSH. For instance, if you wanted only    users test1 and test2 to have SSH access, you would set &lt;strong&gt;AllowUsers&lt;/strong&gt; as &lt;strong&gt;AllowUsers user1 user2&lt;/strong&gt;&lt;br /&gt;
You may also want to consider changing the Ports directive. By    default SSH runs over TCP/IP port 22, which means that any malware bot    autoscanning port 22 can target it. Changing the Ports directive to    something different will make SSH run over a different, blocking some of    those automated cracking attempts.&lt;br /&gt;
Once you have finished changing your settings, save the sshd_config  file, and restart the SSH daemon with this command:&lt;br /&gt;
&lt;strong&gt;sudo /etc/init.d/ssh restart&lt;/strong&gt;&lt;br /&gt;
You should now be able to SSH into your Ubuntu 10.10&amp;nbsp; machine from another  system with an SSH client (if windows use putty ., if ubuntu use openssh client)&lt;div class=&quot;blogger-post-footer&quot;&gt;bestittips.blogspot.com&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bestittips.blogspot.com/feeds/1793902816051923635/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://bestittips.blogspot.com/2011/05/simple-steps-to-setup-openssh-server-on.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5392443811203069024/posts/default/1793902816051923635'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5392443811203069024/posts/default/1793902816051923635'/><link rel='alternate' type='text/html' href='http://bestittips.blogspot.com/2011/05/simple-steps-to-setup-openssh-server-on.html' title='Simple Steps to setup OpenSSH server on Ubuntu 10.10'/><author><name>Sudath Hemantha</name><uri>http://www.blogger.com/profile/03344684320531479170</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5392443811203069024.post-6075469950405489457</id><published>2011-05-15T11:44:00.000+05:30</published><updated>2011-05-15T11:44:53.403+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Internet"/><category scheme="http://www.blogger.com/atom/ns#" term="yahoo domain"/><title type='text'>How to Grow your Small Business with Yahoo</title><content type='html'>&lt;div class=&quot;MsoNormal&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: 14pt; line-height: 115%;&quot;&gt;How to Grow your Small Business with Yahoo&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: 14pt; line-height: 115%;&quot;&gt; &lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-size: 14pt; line-height: 115%;&quot;&gt;Note:&amp;nbsp; this is not a yahoo campaign , I just try to &amp;nbsp;informed yahoo give some flexibilities for National Small Business Week. You can also go to best alternative : Giant Google. Google is a co-sponsors for &lt;b&gt;National Small Business Week (according to SBA)&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-size: 14pt; line-height: 115%;&quot;&gt;Yahoo is the world famous and most recognized internet based company. Small Business owners (especially in America) also can grow with giant yahoo company.&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: 14pt; line-height: 115%;&quot;&gt;Yahoo says as follows for National Small Business Week May16-20 ;&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;/div&gt;&lt;b&gt;&lt;span style=&quot;font-size: 14pt;&quot;&gt;“ &lt;/span&gt;&lt;/b&gt;This National Small Business Week, &lt;u&gt;&lt;span style=&quot;color: blue;&quot;&gt;Yahoo! Small Business&lt;/span&gt;&lt;/u&gt; is celebrating our nation’s current and future entrepreneurs by offering:&lt;br /&gt;
&lt;ul type=&quot;disc&quot;&gt;&lt;li class=&quot;MsoNormal&quot; style=&quot;line-height: normal;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12pt;&quot;&gt;A fun and interactive &lt;u&gt;&lt;span style=&quot;color: blue;&quot;&gt;quiz&lt;/span&gt;&lt;/u&gt;      on our Facebook page for would-be entrepreneurs to test their small      business IQs. See if you’re ready to start a business!&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;ul type=&quot;disc&quot;&gt;&lt;li class=&quot;MsoNormal&quot; style=&quot;line-height: normal;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12pt;&quot;&gt;A special &lt;u&gt;&lt;span style=&quot;color: blue;&quot;&gt;discount&lt;/span&gt;&lt;/u&gt;      for entrepreneurs thinking about starting a business or thinking about      bringing their existing businesses online. With Yahoo! Small Business’      easy-to-use services, launching your company website or online store can      be greatly simplified. You can build your website yourself or &lt;u&gt;&lt;span style=&quot;color: blue;&quot;&gt;hire one of our experienced partners&lt;/span&gt;&lt;/u&gt; to do      it for you.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12pt;&quot;&gt;During this National Small Business Week, we thank and celebrate the many inspiring entrepreneurs who define the American dream.&lt;/span&gt;&lt;b&gt;&lt;span style=&quot;font-size: 14pt;&quot;&gt;”&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-size: 14pt; line-height: 115%;&quot;&gt;You can get a yahoo domain very easily. &lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-size: 14pt; line-height: 115%;&quot;&gt;Use business level email &lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-size: 14pt; line-height: 115%;&quot;&gt;Get a customized yahoo website.&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-size: 14pt; line-height: 115%;&quot;&gt;Sell online with yahoo .&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;bestittips.blogspot.com&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bestittips.blogspot.com/feeds/6075469950405489457/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://bestittips.blogspot.com/2011/05/how-to-grow-your-small-business-with.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5392443811203069024/posts/default/6075469950405489457'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5392443811203069024/posts/default/6075469950405489457'/><link rel='alternate' type='text/html' href='http://bestittips.blogspot.com/2011/05/how-to-grow-your-small-business-with.html' title='How to Grow your Small Business with Yahoo'/><author><name>Sudath Hemantha</name><uri>http://www.blogger.com/profile/03344684320531479170</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5392443811203069024.post-6520092793774644739</id><published>2011-04-29T21:58:00.000+05:30</published><updated>2011-04-29T21:58:19.384+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Programming"/><category scheme="http://www.blogger.com/atom/ns#" term="Software"/><title type='text'>KOHA Best Open Source Library Managment System</title><content type='html'>KOHA is the best and free library managment system for any scale library.&lt;br /&gt;
&lt;br /&gt;
Koha installation is little challange for system administrators.&lt;br /&gt;
It written by perl language and run on apache server with mysql backend databasse.&lt;br /&gt;
latest stable version is v3.4&lt;br /&gt;
&lt;br /&gt;
following is their announcement&lt;br /&gt;
&lt;br /&gt;
&lt;h3&gt;Koha 3.4&lt;/h3&gt;&lt;h3&gt;&lt;a href=&quot;&quot; name=&quot;release&quot;&gt;&lt;/a&gt;Koha 3.4 Released&lt;br /&gt;
by &lt;em&gt;Chris Cormack&lt;/em&gt;&lt;/h3&gt;Kia ora tatou&lt;br /&gt;
The Koha development team is happy to announce the release of Koha 3.4.0.&lt;br /&gt;
Koha 3.4.0 is a major feature release that contains major changes to  underlying architecture (adoption of Template::Toolkit for templating)  and performance enhancements (removal of item data from biblio records).&lt;br /&gt;
These changes, in addition to the inclusion of many new features, mean a lot of new strings for translators to translate.&lt;br /&gt;
For these reasons we recommend that people who are already running  Koha inproduction delay their upgrade until 3.4.1, due May 22, to give  the translators time to finish, and for the removing of item data to be  streamlined. If you do wish to upgrade please make sure you read the  UPGRADE section of the INSTALL document.&lt;br /&gt;
The development team would like to thank all the people who have made  this release possible. Please take time to read the release notes.&lt;br /&gt;
&lt;br /&gt;
http://koha-community.org/koha-newsletter-volume-2issue-4-april-2011/#release&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;iframe align=&quot;left&quot; frameborder=&quot;0&quot; marginheight=&quot;0&quot; marginwidth=&quot;0&quot; scrolling=&quot;no&quot; src=&quot;http://rcm.amazon.com/e/cm?t=bestc09-20&amp;amp;o=1&amp;amp;p=8&amp;amp;l=bpl&amp;amp;asins=1849510822&amp;amp;fc1=000000&amp;amp;IS2=1&amp;amp;lt1=_blank&amp;amp;m=amazon&amp;amp;lc1=0000FF&amp;amp;bc1=000000&amp;amp;bg1=FFFFFF&amp;amp;f=ifr&quot; style=&quot;height: 245px; padding-right: 10px; padding-top: 5px; width: 131px;&quot;&gt;&lt;/iframe&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;bestittips.blogspot.com&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bestittips.blogspot.com/feeds/6520092793774644739/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://bestittips.blogspot.com/2011/04/koha-best-open-source-library-managment.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5392443811203069024/posts/default/6520092793774644739'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5392443811203069024/posts/default/6520092793774644739'/><link rel='alternate' type='text/html' href='http://bestittips.blogspot.com/2011/04/koha-best-open-source-library-managment.html' title='KOHA Best Open Source Library Managment System'/><author><name>Sudath Hemantha</name><uri>http://www.blogger.com/profile/03344684320531479170</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5392443811203069024.post-4868772882090460549</id><published>2011-04-27T14:34:00.002+05:30</published><updated>2011-04-27T15:42:37.709+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Hardware"/><title type='text'>What is the best to buy Keyboard [ USB Keyboard or PS2 keyboard ]!!</title><content type='html'>Many people want to know whether to buy or use a PS/2 or a USB keyboard .so please consider following factors before buy your new keyboard.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Convenience&lt;/b&gt;&lt;br /&gt;
The USB interface supports hot swapping meaning you can disconnect and reconnect devices while the system is powered on. The PS/2 connector does not technically support hot swapping, if you connect or disconnect a PS/2 device you may be forced to reboot. That said, most newer computers are tolerant of this and continue to work. But even so there are sometimes issues.&lt;br /&gt;
&lt;br /&gt;
Another benefit to the USB connector is it is easier to connect when you can not see the plug (reaching around behind a computer). The PS/2 connector being round is harder to connect without bending the pins. Also, many computers have USB connectors on the front for convenience.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;USB Allows for multiple keyboards at one time&lt;/b&gt;&lt;br /&gt;
This is convenient for keyboard co-op games or if you just like having multiple keyboards to swap for different tasks (gaming versus typing)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;PS/2 implemented poorly on many modern motherboards&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Availabilty of Keyboards&lt;/b&gt;&lt;br /&gt;
Quite simply it is getting harder and harder to FIND a PS/2 keyboard as Logitech/Microsoft/HP/Dell move to exclusively USB keyboards. And if you want a Realforce, a Happy Hacking, or a Razer Mechanical there IS no PS/2 choice or ability to work with a simple purple PS/2 adapter&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Resale Value&lt;/b&gt;&lt;br /&gt;
USB keyboards are more popular and therefore easier to sell. Unless you have a IBM M15 of course. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
source:[geekhack.org]&lt;div class=&quot;blogger-post-footer&quot;&gt;bestittips.blogspot.com&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bestittips.blogspot.com/feeds/4868772882090460549/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://bestittips.blogspot.com/2011/04/this-is-test-post-2.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5392443811203069024/posts/default/4868772882090460549'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5392443811203069024/posts/default/4868772882090460549'/><link rel='alternate' type='text/html' href='http://bestittips.blogspot.com/2011/04/this-is-test-post-2.html' title='What is the best to buy Keyboard [ USB Keyboard or PS2 keyboard ]!!'/><author><name>Sudath Hemantha</name><uri>http://www.blogger.com/profile/03344684320531479170</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5392443811203069024.post-3495592665984810722</id><published>2011-04-27T10:27:00.002+05:30</published><updated>2011-04-27T15:52:46.291+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Internet"/><title type='text'>Little Introduction about SPAM</title><content type='html'>&lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style=&quot;font: inherit;&quot; valign=&quot;top&quot;&gt;&lt;span class=&quot;vs_normaltext&quot;&gt;What Is Spam? &lt;br /&gt;
&lt;br /&gt;
When referring to emails, according to the NCES (National Centre for  Education Statistic), &quot;Spam refers to electronic junk mail or junk  newsgroup postings. Some people define Spam even more generally as any  unsolicited e-mail. In addition to being a nuisance, Spam also eats up a  lot of network bandwidth. Because the Internet is a public network,  little can be done to prevent Spam, just as it is impossible to prevent  junk mail. However, the use of software filters in e-mail programs can  be used to remove most Spam sent through e-mail.&quot; &lt;br /&gt;
&lt;br /&gt;
Some search engines use the term to describe websites that try to attain  a high listing rank by submitting identical or mirror pages. In this  article I am going to give you a few tips about email Spam. &lt;br /&gt;
&lt;br /&gt;
If we give a too general definition to the word, we might end up taking  for Spam perfectly legitimate emails. Not &quot;any&quot; unsolicited mail is  Spam. Spam means unsolicited bulk email. &lt;br /&gt;
&lt;br /&gt;
If a message is unsolicited that doesn&#39;t make it Spam. The same goes for  bulk. A message is Spam only if it is both unsolicited and bulk. When  you receive an unsolicited job enquiry, you do receive an uncalled-for  email. But is that Spam? No. What about a newsletter? That is bulk, but  no Spam if you are a subscriber. &lt;br /&gt;
&lt;br /&gt;
Why Do You Get Spam? &lt;br /&gt;
&lt;br /&gt;
Have you posted your email address online in forums, chat rooms, on your  website? Than why do you marvel? Spammers gather the addresses from the  Internet; so no wonder your own found its way onto a spammer&#39;s list.  Besides, spammers use different other means to get what they want:  viruses, Trojans, buying from other spammers. &lt;br /&gt;
&lt;br /&gt;
Spam Scams &lt;br /&gt;
&lt;br /&gt;
How many times have you received an &quot;update your account&quot; email from  paypal, a bank or ebay? How many times have you received a &quot;warning  message&quot;? Maybe it didn&#39;t look suspicious to you as it came from an  institution you work with, but was it really that way? This kind of  emails is referred to as &quot;phishing scam&quot;. There is not much you can do  when this happens. Just don&#39;t click on any links in that email, don&#39;t  give away any confidential information such as social security number,  bank account or credit card number. There are some free tools that can  protect you against known phishing websites. For example download the  free EarthLink toolbar and report the scam to the Anti-Phishing Working  Group. &lt;br /&gt;
&lt;br /&gt;
What about the emails from different Nigerian (or other nationalities)  citizens offering you a percentage of a vast sum of money? Yes, you&#39;ve  got that right: scam. You&#39;ll only loose your money on this one. Better  don&#39;t be curious. They will ask you to pay a fee in advance – a so  called transfer tax, and guess what: some complications will appear, you  have to pay more and more and end up with nothing. And don&#39;t believe  the &quot;you won money&quot; lottery sweepstakes either. You&#39;ll only spend. The  same goes for the Nigerian purchase scam: they want to buy something  from you, pay by check and they wish the goods to be sent in Lagos,  Nigeria. &lt;br /&gt;
&lt;br /&gt;
A Major Don&#39;t &lt;br /&gt;
&lt;br /&gt;
Don&#39;t reply to spammers… ever! Don&#39;t send any &quot;remove me&quot; message. By  doing so you confirm your address is active, you show you read bulk  messages, you prove your ISP doesn&#39;t use Spam filters. You are the  perfect candidate. You will never be removed. On the contrary…&lt;br /&gt;
&lt;br /&gt;
(SOURCE: freeskills)&lt;br /&gt;
&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;bestittips.blogspot.com&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bestittips.blogspot.com/feeds/3495592665984810722/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://bestittips.blogspot.com/2011/04/little-introduction-about-spam.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5392443811203069024/posts/default/3495592665984810722'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5392443811203069024/posts/default/3495592665984810722'/><link rel='alternate' type='text/html' href='http://bestittips.blogspot.com/2011/04/little-introduction-about-spam.html' title='Little Introduction about SPAM'/><author><name>Sudath Hemantha</name><uri>http://www.blogger.com/profile/03344684320531479170</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5392443811203069024.post-1889714268821149319</id><published>2011-04-27T10:04:00.002+05:30</published><updated>2011-04-27T15:56:49.716+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Software"/><title type='text'>Hidden programmes in windows xp TRY and SEE</title><content type='html'>&lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style=&quot;font: inherit;&quot; valign=&quot;top&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;font-style: italic; font-weight: bold;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 10pt;&quot;&gt;Hidden programmes in windows xp TRY and SEE&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 10pt;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 10pt;&quot;&gt;# Private Character Editor :&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 10pt;&quot;&gt;Used for &lt;span style=&quot;font-style: italic;&quot;&gt;editing fonts,etc&lt;/span&gt;.&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 10pt;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 10pt;&quot;&gt;** start&amp;gt;&amp;gt;Run&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 10pt;&quot;&gt;** Now, type eudcedit&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Arial; font-size: 10pt;&quot;&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 10pt;&quot;&gt;#. iExpress :&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 10pt;&quot;&gt;Used to create SetupsYou can create your own installers !&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 10pt;&quot;&gt;** start&amp;gt;&amp;gt;Run&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 10pt;&quot;&gt;** Now, type iexpress&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 10pt;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;# &lt;span style=&quot;font-family: Arial; font-size: 10pt;&quot;&gt;Dr. Watson :&lt;/span&gt;  &lt;br /&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 10pt;&quot;&gt;This an inbuilt windows repairing software !&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 10pt;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 10pt;&quot;&gt;** start&amp;gt;&amp;gt;Run&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 10pt;&quot;&gt;** Now, type drwtsn32&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 10pt;&quot;&gt;#&amp;nbsp; Media Player 5.1 :&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 10pt;&quot;&gt;Even if you upgrade your Media Player, you can still access your old player in case the new one fails !!!&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 10pt;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 10pt;&quot;&gt;** start&amp;gt;&amp;gt;Run&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 10pt;&quot;&gt;** Now, type mplay32&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;br /&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;bestittips.blogspot.com&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bestittips.blogspot.com/feeds/1889714268821149319/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://bestittips.blogspot.com/2011/04/hidden-programmes-in-windows-xp-try-and.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5392443811203069024/posts/default/1889714268821149319'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5392443811203069024/posts/default/1889714268821149319'/><link rel='alternate' type='text/html' href='http://bestittips.blogspot.com/2011/04/hidden-programmes-in-windows-xp-try-and.html' title='Hidden programmes in windows xp TRY and SEE'/><author><name>Sudath Hemantha</name><uri>http://www.blogger.com/profile/03344684320531479170</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5392443811203069024.post-8255965399495634983</id><published>2011-04-23T15:09:00.001+05:30</published><updated>2011-04-27T15:54:42.960+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Internet"/><title type='text'>Invest Money on Forex Code Group</title><content type='html'>&lt;b&gt;You can earn profit easily, if you are invest on &lt;a href=&quot;http://fxcodegroup.com/?ref=sudathkg&quot;&gt;ForexCodeGroup.&lt;/a&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
Here are short description from &lt;a href=&quot;http://fxcodegroup.com/?ref=sudathkg&quot;&gt;ForexCodeGroup&lt;/a&gt;&lt;br /&gt;
FXCodeGroup is a financial team of traders that deal mainly with the Fx (Forex) market for many years.&lt;br /&gt;
&lt;br /&gt;
Making profits from Fx market is risky and for this task skilled professionals have to deal with the trading.&lt;br /&gt;
Our main goal is to provide you with an investment opportunity that is as much safe as possible. We diminish the risks normally associated with these types of investments by pooling your money and spreading the investments across a diverse range of global opportunities such as bonds, IPOs, finance &amp;amp; property, private equity funds, forex, co-investing in direct investments and private placement investment funds etc.&lt;br /&gt;
&lt;br /&gt;
We offer you a simple, convenient, affordable and flexible method of investing in emerging markets through our unique online investment platform. With our globally integrated operations and business strategies our disciplined and established investment process, and the knowledge and expertise of our investment managers, we are able to provide you with innovative investment solutions and give you the maximum return. &lt;br /&gt;
But i must remember to you, each investments have some risks.&lt;br /&gt;
if you are intrest;&lt;br /&gt;
&lt;a href=&quot;http://fxcodegroup.com/?ref=sudathkg&quot;&gt;fxcodegroup.com.&lt;/a&gt;&lt;br /&gt;
Easy. Safe.&lt;div class=&quot;blogger-post-footer&quot;&gt;bestittips.blogspot.com&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bestittips.blogspot.com/feeds/8255965399495634983/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://bestittips.blogspot.com/2011/04/invest-money-on-forex-code-group.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5392443811203069024/posts/default/8255965399495634983'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5392443811203069024/posts/default/8255965399495634983'/><link rel='alternate' type='text/html' href='http://bestittips.blogspot.com/2011/04/invest-money-on-forex-code-group.html' title='Invest Money on Forex Code Group'/><author><name>Sudath Hemantha</name><uri>http://www.blogger.com/profile/03344684320531479170</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5392443811203069024.post-3081491310071669412</id><published>2011-04-22T09:26:00.000+05:30</published><updated>2011-04-22T09:26:37.175+05:30</updated><title type='text'>Why Waste Money for Web Hosting!!</title><content type='html'>Free cPanel Web Hosting with PHP5/Mysql - no advertising!&lt;br /&gt;
Register now: &lt;a href=&quot;http://www.000webhost.com/441203.html&quot;&gt;www.000webhost.com&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
000webhost can offer you a free web hosting package packed with advanced features for hosting &amp; building professional dynamic websites. We provide secure free web space with all the web hosting tools you could possibly ever need.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
000webhost package includes:&lt;br /&gt;
- 1500 MB of Disk Space, 100 GB Bandwidth&lt;br /&gt;
- Host your own domain (http://www.yourdomain.com)&lt;br /&gt;
- cPanel Powered Hosting (you will love it)&lt;br /&gt;
- Over 500 website templates ready to download&lt;br /&gt;
- Easy to use website builder&lt;br /&gt;
- Free POP3 Email Box with Webmail access&lt;br /&gt;
- FTP and Web based File Manager&lt;br /&gt;
- PHP, MySQL, Perl, CGI, Ruby.&lt;br /&gt;
- And many more..&lt;br /&gt;
&lt;br /&gt;
Click here to visit &lt;br /&gt;
000webhost: &lt;a href=&quot;http://www.000webhost.com/441203.html&quot;&gt;www.000webhost.com&lt;/a&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;bestittips.blogspot.com&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bestittips.blogspot.com/feeds/3081491310071669412/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://bestittips.blogspot.com/2011/04/why-waste-money-for-web-hosting.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5392443811203069024/posts/default/3081491310071669412'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5392443811203069024/posts/default/3081491310071669412'/><link rel='alternate' type='text/html' href='http://bestittips.blogspot.com/2011/04/why-waste-money-for-web-hosting.html' title='Why Waste Money for Web Hosting!!'/><author><name>Sudath Hemantha</name><uri>http://www.blogger.com/profile/03344684320531479170</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5392443811203069024.post-510005751534163038</id><published>2011-04-18T00:30:00.001+05:30</published><updated>2011-04-27T15:51:06.677+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Software"/><title type='text'>How to Recover Lost Data</title><content type='html'>&lt;span style=&quot;font-weight: bold;&quot;&gt;Did you ever suffer your lost data with accidentally erase from your pen drive?&lt;/span&gt;&lt;br /&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;
So how can gain that losses. as far as i know there is no insurance scheme for pen drive. (you can get insurance for your car and car driver) .&lt;br /&gt;
&lt;br /&gt;
So lets jump to track&lt;br /&gt;
&lt;br /&gt;
yes. you can recover your most valuable document, images etc., after accidentally erase from pen drive. there is lot of recovery software..&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-style: italic;&quot;&gt;here i listed one of them.&lt;/span&gt;&lt;br /&gt;
&lt;h1&gt;Recover My Files&lt;/h1&gt;Recover My Files is professional data recovery software to recover:  &lt;br /&gt;
&lt;ul&gt;&lt;li&gt;Deleted Files;&lt;/li&gt;
&lt;li&gt;Lost Files;&lt;/li&gt;
&lt;li&gt;Formatted Disks;&lt;/li&gt;
&lt;li&gt;RAW Disks;&lt;/li&gt;
&lt;li&gt;Missing Drive Letters;&lt;/li&gt;
&lt;li&gt;Windows Re installs or system restores&lt;/li&gt;
&lt;/ul&gt;&lt;br /&gt;
you can download it freely from here&lt;br /&gt;
&lt;a href=&quot;http://www.recovermyfiles.com/free-data-recovery-download.php&quot;&gt;http://www.recovermyfiles.com/free-data-recovery-download.php&lt;/a&gt;&lt;br /&gt;
and more details for use to this software&lt;br /&gt;
&lt;a href=&quot;http://www.recovermyfiles.com/recovery-checklist.php&quot;&gt;http://www.recovermyfiles.com/recovery-checklist.php&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;bestittips.blogspot.com&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bestittips.blogspot.com/feeds/510005751534163038/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://bestittips.blogspot.com/2011/04/how-to-recover-lost-data.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5392443811203069024/posts/default/510005751534163038'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5392443811203069024/posts/default/510005751534163038'/><link rel='alternate' type='text/html' href='http://bestittips.blogspot.com/2011/04/how-to-recover-lost-data.html' title='How to Recover Lost Data'/><author><name>Sudath Hemantha</name><uri>http://www.blogger.com/profile/03344684320531479170</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry></feed>