Unable to add Gmail or Google Apps Account to Blackberry

Posted by cikul | Posted in Internet, Tips | Posted on 26-10-2010-05-2008

0

Are you having problems with email on your blackberry when you change your email password in GMAIL?

To fix this, Do the following on your computer and then once unlocked you will be able to set up on blackberry :

  • Disable all mail clients you’re using to read Gmail messages. (If you use one at work and one at home, please disable both.)
  • visit http://www.google.com/accounts/DisplayUnlockCaptcha
  • Enter your Gmail username and password, and the letters in the distorted picture.
  • Once you have successfully logged in, restart your mail client and try to download your mail.

Ahis applies also to the email using Google Apps

Incoming search terms:

kenapa blackberry unable to add account | unable to add account blackberry | unable to add gmail account to blackberry | 

Share and Enjoy

Test POP3 Server using Telnet/DOS

Posted by cikul | Posted in Internet | Posted on 21-10-2010-05-2008

0

Start a Dos prompt
Type: telnet “the name of the pop3 server” 110
Type: user emailusername
Type: pass youremailpassword
Type: list
You will then get a list over the mails in your mailbox
Type: retr yourmailnumber
You will then see the mail with the mail number
End the session by typing “Quit”

Other Telnet commands:
stat = Status of you mailboks
dele N = delete mail nummer “N”

Incoming search terms:

test mail server telnet | 

Share and Enjoy

Google Public DNS

Posted by cikul | Posted in Internet | Posted on 04-12-2009-05-2008

6

Google accounced their public DNS . They claimed that the DNS will speed up the browsing and improve the security. To using google Public DNS, you must change your DNS setting that usually automatically provided by your ISP with Google DNS IPs :

  • 8.8.8.8
  • 8.8.4.4

Read the rest of this entry »

Incoming search terms:

Google DNS in Indonesia? | 

Share and Enjoy

Search Rapidshare archive using Google

Posted by cikul | Posted in Internet, web | Posted on 19-11-2009-05-2008

2

rapidshareRapidshare is one of the world’s largest file-hosting sites, claiming that its customers have uploaded more than 10 petabytes of files onto its servers and can handle up to three million users simultaneously. As of October 2009[update], according to Alexa three month average rating, Rapidshare.com is the 18th most visited website globally. (Wikipedia)

To get files in rapidshare, you must have link provided by uploader. If you don’t have link directly to the files, and you want to find the file, you can use Google engine to find the file that you want do download.

Read the rest of this entry »

Incoming search terms:

kung fu panda in html document | 

Share and Enjoy

Check whether your mail server blacklisted

Posted by cikul | Posted in Internet | Posted on 16-11-2009-05-2008

0

spamYour mail server blacklisted? how to know that is your mailserver being blacklisted? and how to remove blacklist to your mailserver?

Maybe you’re very frustrating while you or your client hosted on your server cannot send email to some email address or your message listed as SPAM in several mail servers.

Some of mail server using RBL (Black Listings) services to prevent undesired email. most mail server software can be configured to reject or flag messages which have been sent from a site listed on one or more such lists.

Read the rest of this entry »

Incoming search terms:

blacklist email server | 

Share and Enjoy

Error upgrading to newer WordPress version

Posted by cikul | Posted in PHP, web, wordpress | Posted on 14-11-2009-05-2008

5

Today I trying to upgrade my WordPress to newer version (2.8.6), but while u try to upgrade i get this error :

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 2355240 bytes) in /home/cikul/public_html/dhika/wp-includes/http.php on line 1331

To Solve this problem, you must increasing your memory limit options for your application. In wordpress, to increase memory limit you must edit wp_settings.php in your wordpress installation folder.

Read the rest of this entry »

Share and Enjoy

Pilih Nomor Sesukamu dengan Esia Suka-Suka

Posted by cikul | Posted in Internet, Technology, web | Posted on 09-10-2009-05-2008

3

Mungkin tidak sedikit diantara anda yang pernah berburu nomor untuk telepon anda yang sesuai dengan hoki, tanggal lahir atau angka-angka lain yang anda anggap spesial, Misalnya tanggal lahir anda 17 Agustus 1981, anda ingin cari nomor telepon yang berakhiran 17881 atau mungkin nama anda budi (2834), dan anda ingin mencari nomor yang memiliki atau berakhiran angka 2834 tersebut.

Selama ini apabila kita ingin mencari nomor yang kita inginkan, kita harus berburu nomor tersebut ke counter/dealer atau mungkin kalau memang kita pesan ke operator, mau tidak mau kita harus pakai nomor pascabayar. Dan belum tentu kita dapat nomor yang kita inginkan tersebut.

Read the rest of this entry »

Incoming search terms:

esia suka suka | www myesia com/sukasuka | esiasukasuka | pilih nomor esia | esia suka-suka | esia pilih nomor | esia sukasuka | cari nomor esia | cara inject nomor esia di | cari no esia | 

Share and Enjoy

Mencari Subtitle Film dengan mudah

Posted by cikul | Posted in Freeware, Life, Technology | Posted on 21-06-2009-05-2008

11

moviesSubtitle atau Caption film sering digunakan untuk menterjemahkan film agar mudah dimengerti oleh penonton. Seringnya subtitle digunakan untuk menterjemahkan film ke bahasa lain.

Kalau anda gemar download film dari Internet, anda mungkin sering kebingungan mencari subtitle yang pas dengan film yang anda download. Terkadang tulisan yang muncul timingnya tidak/belum pas dengan adegan yang muncul di layar, apalagi jika anda mencari subtitle dalam bahasa tertentu, akan menjadi sangat sulit mencari subtitle yang tepat.

Read the rest of this entry »

Incoming search terms:

cari subtitle | cari subtitle film | cara mencari subtitle film | mencari subtitle film | cara mencari subtitle | mencari subtitle | subtitle tidak pas | cara mencari subtitle indonesia | cara cari subtitle | cara menerjemahkan film | 

Share and Enjoy

How To Configure cpanel backup time

Posted by cikul | Posted in cpanel, Linux | Posted on 06-05-2009-05-2008

1

clockBy default CPANEL will perform backups on the server (when the backup was configured) at 01:00 server time. Which are off peak time, so the backup process will not burden the server performance.

Read the rest of this entry »

Incoming search terms:

change backup time cpanel | cpanel change backup time | how to change cpanel backup time | how to change the backup time on blackberry protect | 

Share and Enjoy

How To Optimizing MySQL server

Posted by cikul | Posted in Internet, Linux, web | Posted on 20-04-2009-05-2008

11

mysqlFor the web server that using mysql as a database engine. Sometimes the process in mysql need a large resource, especially if server has a high traffic. According to my experience, to the high traffic server, the MySQL process itself can spend more than 30% of server resources. So, I will give you tips for optimizing mysql on the server that has high traffic.

Mysql configuration located in the my.cnf file, usually this file is in the /etc directory, but can also in other folders. For more safe, you can search my.cnf file to make sure the location of the file. Read the rest of this entry »

Incoming search terms:

optimize mysql server | how to optimize mysql server | optimize mysql | your applications are not closing mysql connections properly | rails your applications are not closing mysql connections properly | cpanel MySQL hardening and optimize | mysql tuner windows server 2003 | optimazation mysql server | optimize mysql configuration 1gb of ram | optimize mysql for high traffic | 

Share and Enjoy