blank screen on ubuntu ati graphics

sudo vi /etc/default/grub GRUB_DEFAULT=0 GRUB_HIDDEN_TIMEOUT=0 GRUB_HIDDEN_TIMEOUT_QUIET=true GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian` GRUB_CMDLINE_LINUX_DEFAULT=”quiet splash nomodeset” GRUB_CMDLINE_LINUX=”” sudo update-grub

gmail and yahoo smtp, pop3, imap

Gmail POP3, IMAP and SMTP Settings Incoming Mail (POP3) Server – requires SSL: pop.gmail.com Use SSL: Yes Port: 995 Outgoing Mail (SMTP) Server – requires TLS: smtp.gmail.com (use authentication) Use Authentication: Yes Use STARTTLS: Yes (some clients call this SSL) Port: 465 or 587 Account Name: your full email address (including @gmail.com or @your_domain.com) Email […]