Archive

Archive for the ‘Computer’ Category

Recover You data from Corrupted Hard Disks

It been long since I added an article on to this blog entirely by writing which is not based on how to. Anyway here it is and I hope it will be worth reading for you guys.

Data Recovery, is a big issue if your hard disk has sensitive informations. Like the saying its, prevention better than cure. Here you better prevent the data loss by making sure of a updated backup for the original data. so that even i fyou loose the original data you will have the copy.

You can do this back up in several ways:

1. Using Applications such as

  • Norton ghost
  • Sync Back
  • Acronis True image

2. Using RAID

For normal home usage first option is better. So you just have to install an application in your system and do as the manual says. Raid needs higher knowledge about computer and requires some configuration changes in hardwares.

Data Recovery(not the worst case):

If you deleted some files and removed them recycle bin also accidentally, it would be very easy to recover if you just stop using the computer. If you use the computer for a long time after the deletion, it will be very difficult to recover the data. Now The best option is boot into a live cd of either windows, linux, or any custom recovery solution. In that case the recovery wil be very easier and less time consuming.

In windows, you can use lots of applications like recuvva, ontrack easy recovery professional, etc. In this Recuvva is free and the options are very limited. Ontrack is a very professional one but you will have to pay for that application. Like this you will get lots of applications for recovering the data. One thing you have to make sure is, use a external hard disk to save the data. Do not use the same device on which the data recovery is being performed.

Now in linux also there are lots of similar tools. But if you are into linux, it better you ask the support forum for the recommended recovery application. Include the reason, and what kind of files you are trying to recover.

Data Recovery(Worst Case Scenario):



Now if your HardDisk failed and you didn’t have any backups also, then you need to try other options to get the data.

First of all let me point out something in bold and underlined.

If you don’t know what you are doing, you could lose all the data, which would have been recoverable if you didn’t try anything but give it to a professional.

You can find lots of professionals for these by a simple google search. Data recovery is a highly competitive field and there are lots of good companies which give you optimal result. But the prizes will not be cheap. For good services you will have to give good amount of money. But most of the data recovery professionals give you a free consultation. Now by this you will come to know the gravity of the situation.

So only try these kind of things, once you are sure about what you are doing.

My favorite tool is testdisk. Google search it and you will find the package to install. But you will have to try it from linux, ubuntu recommended.

TestDisk have 100s of options and configuration set ups. It will be impractical to list them all. The best part of test disk is, this application will try to find and list the previous partitions and volumes. And if you found that to be correct you can just, try to recover it.

This Wiki Community Page from ubuntu will help if you chose to try this with ubuntu. But before trying you must read through it once or twice, and clear all your doubts before starting.

even if you lost the partition from windows, do try these kind of recovery stuffs from linux only. I recommend it because the options and file system support is more in linux than in windows.

 

How to download files using torrents – Video Tutorial

This tutorial explains how you can download your favorite file using torrents. I am using utorrent as the torrent client and the piratebay for downloading torrents. After watching the video tutorial if you have any doubts you can ask me through the comments section.

 

How to install Java in your computer

It may seem too easy for some guys. You may even think, why should I even bother making a tutorial for this, I know, But we all were beginners at once, people who don’t know what to do or how to do. This tutorial is for all those people, who find it difficult or don’t know how to do it!

 

 

How to install Ubutnu Linux – Dualbooting windows and Ubuntu

This Tutorial Explains how to install ubuntu 11.04 onto your computer. All your data and pre installed Operating Systems are safe with this method!

 

How to Increase Adsense Revenue – 3 Golden Rules

In this post I am going to explain how you can increase your adsense revenue! Now first of all this is not a complete know how, so that all points will be covered. It’s just some points I keep in mind which helps me to increase the revenue. Just follow the small steps mentioned here if you are not doing them already and see the revenue increase.

  1. Increase the CTR: Now, to increase the CTR, you will have to concentrate on the contents of your webapge. MAke the visitors stay on your page for long time. Also better placements of ad will increase the CTR
  2. Use high paying Keywords. You can use google’s Keyword Tool to find out which are the high paying keyword. If you are new just select the high paying keyword with less competition so that less people will try to outshine you.
  3. Get lots of traffic in whatever way you can.
Categories: Computer, Tips 'n' Tricks Tags:

How to add facebook like button in each posts in your blogger blog

Step 1. adding it to your template.

The button code,

<b:if cond='data:blog.pageType == &quot;item&quot;'>
<iframe allowTransparency='true' expr:src='&quot;http://www.facebook.com/plugins/like.php?href=&quot; + data:post.url + &quot;&amp;layout=standard&amp;show_faces=false&amp;width=100&amp;action=like&amp;font=arial&amp;colorscheme=light&quot;' frameborder='0' scrolling='no' style='border:none; overflow:hidden; width:450px; height:40px;'/>
</b:if>

where to add it ?

Log into your blogger account, then go to Layout >> Edit Html.
Before doing any thing you must check Expand Widget Templates box.
And find the next Code

<div class='post-header-line-1'/>

And after it, paste your button code

What, If you didn’t find the code above in your template, The try to find the following,

<data:post.body/>

And paste the button code Before it.

click Save Template and you are done.

Step 2. Customize your button & Demo.

in the above code you can customize 3 parts. and i’ve colored them to make it easy for you to recognize,

in the above code change the following parts,

  • like this part controls the verb that appear on your button, keep it as you see or change it to recommend if you want.
  • arial this part controls the font type, keep it or change it to one of the following,lucida+grande
    segoe+ui
    tahoma
    trebuchet+ms
    verdana
  • light this part controls your button color theme, and you have three options, light, evil, or dark
  • Update, How to make it appear on your home page.

in the button code there are two parts you’ll need to remove to make this button appear on your home page, the first line and the last line, if you still don’t under stand, please see the following parts and delete it before pasting the code to your template,

<b:if cond='data:blog.pageType == &quot;item&quot;'>
</b:if>

Credit: Link