Sunday, September 13, 2009

Use the Inbox Repair tool

If you can't open your Personal Folders file (.pst) (Personal Folders file (.pst): Data file that stores your messages and other items on your computer. You can assign a .pst file to be the default delivery location for e-mail messages. You can use a .pst to organize and back up items for safekeeping.) or your Offline Folder file (.ost) (Offline Folder file: The file on your hard disk that contains offline folders. The offline folder file has an .ost extension. You can create it automatically when you set up Outlook or when you first make a folder available offline.), or you suspect that your .pst or .ost data file is corrupt, you can use the Inbox Repair tool (Scanpst.exe), to diagnose and repair errors in the file.

  1. Quit Microsoft Outlook if it's running.
  2. Double-click Scanpst.exe, located at drive:\Program Files\Common Files\System\MSMAPI\LocaleID folder - where LocaleID is the locale identifier (LCID) for the installation of Microsoft Office. The LCID for English - United States is 1033.
  3. In the Enter the name of the file you want to scan box, enter the name of the .pst or .ost file that you want to check, or click Browse to look for the file.
  4. To specify scan log options, click Options, and then click the option you want.
  5. Click Start.
  6. When the scanning is completed, and if errors were found, you will be prompted to start the repair process.

    To change the name or location of the backup file created during the repair process, in the Enter name of backup file box, enter a new name, or click Browse to look for the file.
  7. Click Repair.
  8. Start Outlook using the profile that contains the .pst file that you tried to repair.
  9. On the Go menu, click Folder List (Folder List: Displays the folders available in your mailbox. To view subfolders, click the plus sign (+) next to the folder. If the Folder List is not visible, on the Go menu, click Folder List.).

    In the Folder List, you may see a Recovered Personal Folders folder containing default Outlook folders or a Lost and Found folder. The recovered folders are usually empty, because this is a rebuilt .pst file. The Lost and Found folder contains folders and items that the Inbox Repair tool recovered. Items that are missing from the Lost and Found folder cannot be repaired.

  10. If you see a Recovered Personal Folders folder, you can create a new .pst file, and then drag the items in the Lost and Found folder into the new .pst file. When you have finished moving all items, you can remove the Recovered Personal Folders (.pst) file, including the Lost and Found folder, from your profile.

Notes

  • If you are able to open the original .pst file, you may be able to recover additional items from your damaged .pst file. By default, the Inbox Repair tool creates a file called file name .bak, which is a copy of the original .pst file with a different extension. The .bak file is located in the same folder as your original .pst file. You may be able to recover items from the .bak file that the Inbox Repair tool could not recover. Make a copy of the .bak file, giving the file a new name with a .pst extension. Import the "bak.pst" file, and then move any additional recovered items to the new .pst file that you created.
  • A copy of the log file is written to the same location as the .pst file.

Saturday, April 25, 2009

Sunday, March 22, 2009

My Mobile Phone

Nokia 5800 Express Music


Wednesday, January 14, 2009

Sony Ericsson G705



2G Network
GSM 850 / 900 / 1800 / 1900
3G Network
HSDPA 2100
Size
240 x 320 pixels, 2.4 inches
3G
HSDPA, 7.2 Mbps
WLAN
Wi-Fi 802.11 b/g, DLNA
Bluetooth
Yes, v2.0 with A2DP
Camera
3.15 MP, 2048x1536 pixels, video, flash; secondary
- Built-in GPS receiver

Tuesday, January 6, 2009

Monday, January 5, 2009


Parallels Workstation for Windows & Linux - Free Download
Parallels Workstation for Windows and Linux lets you run multiple Operating systems on the same machine without rebooting. Learn how to download a free activation key of Parallels.
Parallels Workstation sells for $50 but you can request a licensed activation key for free using this Lunarpages offer. Key in your email address and they’ll immediately send you the download links for the trial version and serial number to convert the trial into a full retail version.
Virtual machines are very helpful for web designers as well as it lets you test websites on different browsers - you can have a virtual machine with IE 8 and another one with IE 6 while your main desktop is running the latest IE 7.
Adobe PDF Guide: How to Do Everything with PDF FilesLearn how to do everything with Adobe PDF document. You can create or edit PDF files for free, merge multiple PDFs as one, convert web pages to PDF, add signature images to PDFs and more. http://www.labnol.org/software/adobe-pdf-guide-tutorial/6296/

Q: First things first - How do I create PDF documents on my computer without Adobe Acrobat?A: Get a copy of DoPDF - it installs as a virtual printer driver on your desktop just like Acrobat and lets you print PDF files from any Windows application including images, documents, emails, websites, etc.

Q: I don’t want to install software just for converting a bunch of documents to PDF. Do you know of any alternative?
A: Upload your documents to Google Docs via the browser and then export them as PDF files. Simple.

Q: A client just sent me a PowerPoint presentation by email. Since I am travelling without the laptop and my mobile phone cannot read PPT files, what should I do?
A: Forward that email message (with the PPT attachment) to pdf@koolwire.com - they’ll convert the presentation to PDF and email it back to you immediately. Most mobile phones can read PDF files.

Q: How do I directly save a web page as PDF without having to save that page as an HTML file first?
A: Go to PrimoPDF, type the URL of the web page and they’ll send you a PDF version of that page via email.

Q: How can I convert PDF files into other formats like Word documents, images, HTML web pages, etc.
A: You can upload the PDF document to Zamzar and convert it any formats like doc, html, png, txt or rtf (rich text format). Alternatively, you can convert PDF to HTML using Gmail.

Q: Some PDF files on our company’s intranet are protected by a password that no one can remember anymore. Can we still open them?
A: Check this article - How to Open Password Protected PDF

Q: Someone sent me a PDF document in Chinese but I can read only English?
A: You can easily translate PDF files using Google Translate and Zoho Viewer.

Q: How do I read PDF files online without desktop software?
A: You can open PDF documents in the browser with PDFMeNot without requiring any software. See more options.

Q: How can I protect my PDF documents with a password?
A: Upload your PDF file to PDF Hammer, set a security password and export it as PDF again.

Saturday, January 3, 2009

LINUX SYSLOG

command cat /etc/syslog.conf

# Log anything (except mail) of level info or higher.
# Don't log private authentication messages!
*.info;mail.none;authpriv.none;cron.none /var/log/messages

# The authpriv file has restricted access.
authpriv.* /var/log/secure

# Log all the mail messages in one place.
mail.* - /var/log/maillog


# Log cron stuff
cron.* /var/log/cron

# Everybody gets emergency messages
*.emerg *

# Save news errors of level crit and higher in a special file.
uucp,news.crit /var/log/spooler

# Save boot messages also to boot.log
local7.* /var/log/boot.log

Example:

cat /var/log/boot.log

Jan 3 21:08:44 localhost network: Bringing up interface eth0: succeeded
Jan 3 21:09:50 localhost network: Bringing up interface ppp0: failed
Jan 3 21:09:54 localhost cups: cupsd startup succeeded
Jan 3 21:09:54 localhost sshd: succeeded
Jan 3 21:09:55 localhost xinetd: xinetd startup succeeded
Jan 3 21:09:55 localhost sendmail: sendmail startup succeeded
Jan 3 21:09:55 localhost sendmail: sm-client startup succeeded
Jan 3 21:09:56 localhost gpm: gpm startup succeeded
Jan 3 21:09:56 localhost crond: crond startup succeeded
Jan 3 21:09:56 localhost xfs: xfs startup succeeded

-----------------

Activating Changes to the syslog Configuration File

folow commands to restart service syslog

for the new version Fedora: service rsyslog restart

for the old version of Fedora: service syslog restart

for the version of Ubuntu / Debain systems: /etc/init.d/sysklogd restart

----------------

How to View New Log Entries as They Happen

New log we will see folow command: tail -f /var/log/boot.log, more /var/log/boot.log

----------------

Thursday, January 1, 2009

Today I have go to joint my friend's wedding at Phnom Penh!

On 01/01/09 I go to Phnom Penh to joint my friend wedding the bus will depart on 7:00 AM by capitol tour, and I will be back on 2/01/09.

This is my wife pic and her electronic friend!


Oun what is your electronic friend name? I think that your electronic friend is Television.

My happy day with my family!




I have play tennis with Khmoy Khmoy, the first is name srey KEV, srey NET, srey NIM, and me Play boy.....!

:-)

Today I have fucking travel!



1/1/09
I have seat near the WC and the bus driver is crazy he drive very fast!
:-(