Skip to main content

Posts

how to take mails backup in outlook 2007

How to take backup of mails in outlook 2007. there is a very simple way to taking backup of mails 1.Opne outlook 2007 > tools >account > data files >open folder then close all other windows and copy outlook.pst file in a safe location To restore backup 1.Opne outlook 2007 > tools >account > data files > add > and give the location of outlook.pst file.

Account Setting Backup in outlook 2007

To take account setting Backup in outlook 2007  1.Go to start > Run >regedit 2.then go to HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Windows Messaging Subsystem\Profiles\Outlook 3.right click on outlook and select export then save the registry file. TO Restore account setting backup in outlook 2007 double click on regisry file and yes it will automatically restore account setting Note-this process will take only accout setting backup not mails.

Set up an email account that uses your domain name and integrate it with Gmail account.

Here, I’m going to show you how to create a new email address, like admin@yourdomain.com, and integrate it with your Gmail account. This way, you can easily send and receive emails through the Gmail interface, but your customer will see the emails as coming from your domain email address. The steps have been broken in two parts. First we’ll see how to create the domain email address. Second, we’ll integrate that domain email with your Gmail account. 1. Create the domain name email address Log into your  hosting control panel, or cpanel. Click on Email Accounts in the Email section. Enter the details for your new account, and click Create Account. You will see a notification that reads something like this: “Success! Account Created.” The account will be shown on the same page. Now go back to your cpanel and click on Forwarders in the Mail section. Then click Add Forwarder. Fill all the details . Then, click Add Forwarder and you’re done. Now all the...

Ubuntu Shows Only 800×600 Resolution in Asus Eee Pc

I have Asus Eee PC and I wanted to install Ubuntu 12.04, when I used the bootable USB and tried it, the only available option for resolution setting was 800×600 which looks bad on the screen. For upgrade resolution to 1024×600, I’ve managed to get accelerated X working in Ubuntu 12.04 with these steps: Add repository # sudo add-apt-repository ppa:sarvatt/cedarview # sudo apt-get install add-apt-key # sudo add-apt-key 0x4c96de60854c4636 # sudo apt-get update Add =LVDS-1:d to GRUB_CMDLINE_LINUX_DEFAULT variable # sudo vi /etc/default/grub If you’re using PAE kernel, remove it and install generic kernel # sudo apt-get install linux-headers-generic linux-image-generic # sudo apt-get remove linux-headers-generic-pae linux-image-generic-pae # sudo apt-get install cedarview-drm libva-cedarview-vaapi-driver cedarview-    graphics-drivers Change Option “AIGLX” to “Off” because 3D isn’t working # sudo vi /usr/share/intel-cdv/X11/xorg.conf.d/61-cdv-pvr.conf # sudo...

How To Block Removable drive in linux

For Block Removable disk like pen drive you have to run only one following command - Open terminal -      #sudo chmod 700 /media For unblock -     # sudo chmod 755 /media