email setting detail on mobile phone

Gmail:
incoming mail server:
imap.gmail.com
outgoing mail server:
smtp.gmail.com

Hotmail:
incoming mail server:
pop3.live.com
outgoing mail server:
smtp.live.com

Yahoomail:
incoming mail server:
imap.n.mail.yahoo.com
outgoing mail server:
smtp.mobile.mail.yahoo.com

Ovi:
incoming mail server:
imap.mail.ovi.com
outgoing mail server:
smtp.mail.ovi.com

Unitel 3G USB modem on Ubuntu

ຢືມຂອງທ່ານກາວີ ນະ ລາວຊ້າ ມາແປະໄວ້ກັນລືມ
ເປັນວິທີການຕິດຕັ້ງ Unitel 3G USB modem ໃນ Ubuntu

ແປງກາຍເປັນ root
terminal
sudo su ***ຕາມດ້ວຍ root password***

cd ***patch ຂອງ USB Unitel CD drive***
tar jxvf linux_install.tar.bz2
ຈາກນັ້ນກໍ່ສາມາດ install ໄຟລ໌ທີ່ແຕກອອກມາໄດ້ເລີຍ

ກະທູ້ເກົ່າໃນລາວຊ້າແມ່ນລິ້ງນີ້
ຂອບໃຈທາງລາວຊ້າ ແລະທ່ານກາວີ

making USB bootable windows 7-8 installation

MAKE USB BOOT ABLE WINDOWS 7 INSTALLATION
using windows XP tools:
  • HP USB Disk Storage Tool
  • MBR
  • Virtual CD (MagicDisc, UltraISO...)
  • USB 4GB
  • windows 6.1 ISO file
  • computer that runs windows 5.1
  1. format USB [you might use HP USB Disk Storage Tool] to ntfs or fat32
  2. mount windows 6.1 ISO file
  3. on cmd indicate to where you save MBRWiz.exe and type this
    MBRWiz /list
    MBRWiz /disk=# /active=1   ||| #~USB drive number that show above
    Z:\boot\bootsect /nt60 X:     ||| Z~virtual cd drive; X~USB drive
  4. copy all on virtual cd drive to USB
using windows 7 tools:
  • windows 6.1 ISO file
  • Virtual cd
  • USB 4GB
  • computer that runs windows 6.1
  1.  on cmd [must be run as administrator] type:
    diskpart
    list disk
    select disk #    ||| # is the number of USB drive
    clean
    create partition primary
    active
    format fs=ntfs ||| or using fat32 system [format fs=fat32 quick]
    assign
    exit
  2. copy all on virtual cd to USB
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

 MAKE USB BOOT ABLE WINDOWS 8 INSTALLATION

On CMD...
diskpart
list disk
select disk #
clean
create partition primary
select partition 1
active
format fs=ntfs quick
assign
exit
#:                                       || #~ is the ISO drive letter
cd \boot
bootsect /nt60 #:                || #~ is the USB drive letter
xcopy #:\*.* $:\ /e /j /h      || #~ is the ISO drive letter;  $~ is the USB drive letter