Archive for the ‘Tips & Tricks’ Category:


How to regain access to your lost Gmail account – no shortcut

If you have a gamil account, you login to that account no so frequently mostly weekly once, and one day you tried to login to your account but you can’t, and says “Invalid Password”. And you tried all the ways to get back your account, but failed. Because your account hacked/hijacked by someone and all security credentials are changed. So now what will you do? you can request Google to restore access to your account by filling form (use Can’t access your account? link under gmail login), but you should know well about your account like which emails you recently sent, name of email labels etc…

So here is the details required to request Google, not all required but most are required. The more details you provided, the more changes to regain access to your account. Please note that the changes are very less, so all the requirements are important.

1. Remember Your Security Question / recovery email:

If your account is not hacked (like you forgot your password) or just hacked, then it will help you to recover your account by requesting a password reset. But if you account hacked for more than a day, the hacker mostly changed these security credentials like security questions and recovery emails, sometime they will remove all other recovery options like mobile number.

failed?, try next..

2. Account Related Details:

Prepare the following,

  • Account creation date and last successful login date, if you don’t remember correct date, give closest estimate date, and the last password that you remember.
  • Did you received verification code your email password reset request, then find the code from your recovery email inbox.
  • Do remember the last five email addresses you sent emails and few names of labels. Most of us don’t remember this thing, but if you remember it will help.
  • If you were received an invitation to create your email from someone, prepare that too. But it’s very rare to remember if your email is very old, it will help much.
  • And finally, if you are using any of Google product with your lost email account, better remember the date on which you started using each one.

That’s all to recover your lost email account. But I am not sure everybody remember such information. Because most of us remember only security questions and recovery emails, but these things will changed as soon as the emails hacked/hijacked.

Here is my situation, few days before I lost control of my 3 email accounts. All are used for one of Google products like Adwords, Blogger and Google+ ( I lost control after singing to Google+, I am not sure this is the case). All security settings are are changed or disabled. The security questions is changed to “dale con” and the recovery email is changed to my another email which is also hacked. Other security settings are disabled or removed like mobile number and secondary security question.

I tried my best to regain access to these 3 emails, but failed. Because I don’t remember the dates and I sent emails very rare, mostly I used these email account for Google products and receive product related emails.

So do remember the following to avoid your emails hijacked:

  1. Never click any links directly from your email, even you received from your trusted friend/person. Because your friends email also may be compromised or your browser may be compromised. To open any link, copy and paste the link in your browser.
  2. Remember some information about your email like date you created your account, last few email you sent, details about Google products you used with your account.
  3. Login to your account frequently as possible. It will help you speed-up the recovery process.
  4. Don’t share your email in public forums, discussion boards and social networking services publicly. That will create more changes of your account hacked/hijacked.
  5. Use one email per Google product and use unique password for each email. So that you won’t loose all at once.

Google provided a security check list for protecting your Google account. Check that here.

So, better be more cautious to be secured as possible.

How To: Run multiple instances of single instance application like GTalk

This tip may be old, but still many peoples are searching for this help.

Most of you may have more than one Gmail like accounts and wants to use all the accounts for chatting on same time. But you can’t run IM applications more than one instance, because all messenger software are single instance applications.

But, you can run more than one messenger application instances without doing any hack/crack. Just do the following steps,

->Right the messenger short cut icon, click Properties.
->On Target text box, just add ” /nomutex”. After adding the text on end of the command, the complete command should be like this,

“C:\Users\Senthilkumar\AppData\Roaming\Google\Google Talk\googletalk.exe” /nomutex

Now you can run any number of GTalk instances by clicking the modified shortcut.

This trick will work for any single instance IM applications like GTalk, Yahoo IM etc.

Uninstall any Linux OS from Windows safely (Dual Boot): How To

Most of you tried Linux (any Linux like Ubuntu) and install along side with Windows as dual boot system. But some of you not satisfied (or don’t want to use), but you don’t know HOW TO uninstall without damaging Windows, because there is no direct option/feature to uninstall Linux without affecting Windows installation. If you tried to delete linux partitions, but your Windows wont boot. Because Linux dual boot installations will over-wright Windows boot loader (MBR – Master Boot Record) and so deleting the Linux will also delete the boot loader created by Linux.

So here is a solution for removing Linux from Windows dual-boot safely:

Note: You must required Windows CD/DVD installation media or any MBR Fixer Live CD.

Delete All Linux Partitions:

Before deleting be sure you backed-up your important files in Linux partitions if any. After backup, go to Disk Management by Right Click on My Computer and click Manage. It will list all available partitions, identify the linux partitions and delete. Linux partitions normally don’t have labels (if you didn’t name it) and no file system (because Windows don’t know the linux native file system).

Note: the deleted partitions are now available as Unallocated Space, so you can create new partitions to use the free space.

Now Restore the MBR (Master Boot Record):

Insert your Windows installation disc and restart your computer and boot from the disc. Choose “Repair” option in the installation screen. In the repair window select Command Prompt option. On the command prompt give the following 2 commands,

  • bootrec /fixmbr
  • bootrec /fixboot

If you are using Windows XP, select recovery console option and give the command fixmbr.

That’s All. Remove the installation disc and restart your system.

Adsense Tips: Don’t always use all allowed ad units, that will affect CPC

Do not always use all allowed ad units (3 link units and 3 normal ad units), especially you haven’t enough content in your web page.

If you used all units while not enough content, that will affect your CPC (Cost Per Click) value. Because Adsense will always serve the high valued (Highest Paying Ads or High CPC) ads first and follow on.

For example, if you placed 3 normal ad units in your page which haven’t enough content. The first ad unit will have High CPC ads, and the user clicks an ad in 3rd adunit, the CPC will be very low.

In that case, find the most clicked place in your page and place only one ad unit, that will give you high CPC.

So try to limit the number of ad units while there are not enough content.

Link Units:

Always utilize all 3 Adsense link units as possible. Because most clicked ad units are link units, because of it’s menu link style.

So don’t waste the link units, use all 3 units, which Adsense allows to place in a page.

5 Short Notes on SEO (Search Engine Optimization)


Here is few short notes to consider while Search Engine Optimization:

1. Don’t use Flash to design a complete website. Some HTML and Text are must. I don’t mean, don’t use Flash.

2. Limite th Meta Keywords and Description. Longer and irrelevant keywords will destroy your site ranks in search engines. Also Meta Keywords are no longer used by Google.

3. Consider SEO in mind on first step in the web design work.

4. Use Permalinks (Fancy URLs) effectively. Mostly try to avoid numbering system. See this post’s URL for example. Many blog systems such as WordPress and Blogger uses permalinks.

5. Avoid client-side java scripts as possible. Dynamically created contents (by client side scripts) are no longer considered by search engines. (search couldn’t see that content) .

Distorted image display in WordPress (with Apache and PHP with FCGI): Fix/Solution

Are you running WordPress with Apache 2.x+ and PHP, with Fast CGI installed in your Apache server? You may experienced/experincing distorted display of your uploaded image in your blog.

Actually this problem is not only for your image uploads, also for any file uploads. Because your file uploads are terminated before completion and partially uploaded. A communication issue with Apache and PHP causes this error on FastCGI activated webservers.

When you upload a file (image/any) to the server which is size more than the default size (2K or 10K) will broken by FCGI Apache module.

More detailed error info available at WordPress Forum. see the following link for the error and my solution,
http://wordpress.org/support/topic/350699?replies=4

Solution:
Download and replace the updated fcgi(2.3.5) module from http://www.takeyellow.com/apachemirror/httpd/binaries/win32/

SQL Server Database Recovery from Raw Data Files

Microsoft SQL Server Database Recovery from Raw Data Files (.mdf & .ldf files):

Useful when the following situations,

1. Your Operating System (Windows) corrupted without recent database backup.
2. SQL Server Service Stopped Working and don’t have a recent backup.
3. Due to accidental system restart, the SQL Server Stopped Working.

I searched the internet and google nearly 2 hours to find a folution, but all are useless in above situation (second one is mine). So tried myself and found a solution in just 10 minutes.

Requirements:

1. Atleast one database backup (not required to be recent), if you don’t have the backup you should create a fresh new database with the same database structure.
2. SQL Server Raw Datafiles and Log Files (.mdf and .ldf files). Copy the files to a new location. It will required later to recover the database.

Here is the steps to recover your database in last stat without any data loss.

1. Uninstall SQL Server and Install again as new.
2. Open SQL Server Management Studio.
3. Restore your old backup database or create a new database with same database name and same database structure (if it’s different structure you can’t recover the database).
4. Close SQL Server Management Studio.
5. Open Windows Service Manager (Start–>>Control Panel–>>Administrative Tools–>>Services)
6. Stop SQL Server service.
7. Now Copy your old backuped Raw Data Files (that’s .mdf and .ldf files) to the current Data folder of SQL Server. It will ask to overwrite, just do overright.
8. Now start the SQL Server service.
9. Now Open SQL Server Management Studio, now you can see your database without any data loss.
10. That’s All & Happy Coding……

I welcome your comments…I am thinking to post more tips like this one…

If you have any type problem in the following technologies, feel free to write me, i will try my best to help….

Software Programming – Tips & Tricks. I will post tips and tricks of Programing. Technology will includes VB, Java, .NET, Windows Programming, ASP, ASP.NET, PHP, SQL Server, My SQL and Web.

Adsense Tips : Go for Adsense for Domains

Here is another Adsense Tips for Quick Earning, if you have good traffic website but very low revenue.

Do you have the domain with following points,

1. Good Traffic, may be 2000+ visits per day.
2. Earns only few dollars, may be $3+ per day.
3. You disappointed with the earning, but you should need the earning from the domain for for the hosting payments.

Here is the short solution.

Normally, a domain have 2000+ visits per day should earn average of $10 per day, but unfortunately many websites have traffics but low revenue as expected.

1. Activate Adsense for Domains for your website.
2. You will earn good money shortly.
3. Monitor your site’s revenue everyday, because the site will loose search traffic in search engine in few days.
4. If you feel the visits reduces more than 25%, then de-activate Adsense for Domains and run as regular website.
5. You can re-activate Adsense for Domains after a months if you like.

Note:

1. If you continue the Adsense for Domains more than a week, will spoil your search ranking.
2. Not recommended if your site is content rich and earns moderate earning and also have other way of revenue source.
3. If your site is content rich, then try to modify your site structure and design to attract your users to click on the advertisements.

I already experimented this in on my website www.getmobiware.com

This website have more than 2000 unique visits per day, but earns only 2-3$ per day only. So I activated Adsense for Domains, instantly (within few hours), earns a good money. $10+ per day against 2-3$ per day.

Please note again, this is not a permanent revenue, you should go back as soon as the earning/users decreased…Otherwise your site will dead, seriously…

© Senthil Kumar D.
| Technology, Gadgets, Tablets, Laptops, Software, Internet, Entertainment, Sports, Movies, World and All |