Dark Circles
- Drink enough water (10 glasses or 3 litres) daily to prevent hydration.
- Apply cool used herbal teabags and apply for 10 minutes.
- Take proper rest and minimum 8 hours of sleep everyday.
- Be stress free and enjoy your
A Personal Blog of an Indian Dude ;)
Location of Hosts File in Windows XP/ Vista/ 7
C:WINDOWSsystem32driversetc
Location of Hosts File in Windows 2000
C:WINNTsystem32driversetc
Location of Hosts File in Windows 98/ME
C:WINDOWS
Open the file, named “hosts” using any text editor and add … Read the rest
Method 1
Go to Start > Control Panel > Windows Update > Change Settings.
Select “Never Check for Updates” from the dropdown menu.
Click “Ok” button to apply changes.
Method 2
Click start and run gpedit.msc
Go … Read the rest
Well, what do you think can keep the largest democracy from moving? If you endured the recent ‘Bharat Bandh’, then you would have known the answer. It is quite a scene to witness how a … Read the rest
Copy and paste the below code in “SQL” tab of your Phpmyadmin.
DELETE bad_rows.*
… Read the rest
from wp_posts as bad_rows
inner join (
select post_title, MIN(id) as min_id
from wp_posts
group by post_title
having count(*) > 1
) as good_rows