Pages

Tuesday, July 24, 2012

Convert FAT32 TO NTFS don't lost data

run->cmd -> CONVERT X: /fs:ntfs

Change X: to drive you want convert.

Source: http://www.kienthuccntt.net

Monday, July 16, 2012

How to change the listening port for Remote Desktop


  1. Start Registry Editor.
  2. Locate and then click the following registry subkey:
    HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\TerminalServer\WinStations\RDP-Tcp\PortNumber
  3. On the Edit menu, click Modify, and then click Decimal.
  4. Type the new port number, and then click OK.
  5. Quit Registry Editor.
  6. Restart the computer.

Sunday, July 15, 2012

[Fixed] exim SMTP protocol synchronization error (input sent without waiting for greeting)

add this line to exim.conf:
 smtp_enforce_sync = false

Then restart service exim ,done.

Nguyen Si Nhan

[Fixed] cannot find transport driver plaintext

Add these word to before :


begin authenticators


Nguyen Si Nhan

Friday, July 13, 2012

[Fixed] main option local_delivery unknown

add this line to before local_delivery:
localuser: 
driver = accept check_local_user
# local_part_suffix = +* : -*
# local_part_suffix_optional  
transport = local_delivery


Nguyễn Sĩ Nhàn

Thursday, July 12, 2012

[Fixed] Sqlite error unable to open database file

When you meet this problem that is your director contain file database still chmod own or chmod correct, process fast you only just chmod 777 this dir or chown to user that own by databases file.

Nguyen Si Nhan

Friday, July 6, 2012