Pages

Sunday, April 14, 2013

How to Improve Search Engine Ranking

Improve Search Engine RankingShowing up on search engines is one of the most critical ways to increase website traffic and expose your content, product or service to people who might be interested in what you have to offer. Most of the major search engines utilize an algorithm to determine where a website ranks. The search engines have set up specific criteria that a website must meet to get to the top of the list. The criteria are different for every engine, but all engines share several commonalities. It all boils down to the type and amount of content provided on a given website, the level of optimization done on the site, and the popularity of the website (link popularity/PageRank). Tailoring your website for improved search engine rankings is also known widely as search engine optimization, or SEO.

Friday, April 5, 2013

Tips Beriklan di Internet

Secara umum hampir setiap orang yang sudah bisa ber-Internet sudah dipastikan bisa memasang Iklan/Promosi di situs-situs promosi/iklan gratis yang tersebar di dunia maya ini. Namun, kami masih melihat sebagian besar iklan/promosi yang terpasang itu masih jauh dari optimal. Banyak situs sejenis yang mengandalkan Mesin Pencari (Google, Yahoo, Bing, dll) sebagai sumber masuknya pengunjung. Hal itu menandakan betapa pentingnya bagaimana iklan/promosi itu bisa muncul di setiap hasil pencarian di mesin-mesin pencari tadi di urutan terbaik dengan kata kunci yang sesuai dengan produk maupun jasa yang sedang dipromosikan.

Wednesday, March 20, 2013

Tips Memilih Laptop yang Baik




Masakazu Honda, jurnalis dan freelancer IT asal Jepang yang turut hadir di acara Ngopi detikINET, turut membagikan pengalaman beserta tips & triknya, tentang bagaimana memilih PC laptop sesuai kebutuhan.

Ada tiga syarat, katanya. Pertama, tentu saja PC laptop tersebut harus bekerja dengan baik. "Karena bila rusak data-data kita bisa hilang," tutur Honda dalam acara yang digelar di Auditorium Bank Mega, Jakarta, Selasa (18/3/2013).

Tips kedua tentang kekuatan PC laptop tersebut. Honda mengakui, tidak ada produk yang sempurna. Namun dengan melihat track record produsennya, kita bisa lebih merasa aman dan nyaman saat membeli PC laptop.

"Terakhir adalah tentang produsen PC tersebut, kita harus tahu sejarahnya. Karena itu sangat penting dalam memilih PC," Honda menekankan.

Thursday, March 14, 2013

Installing Zimbra OSE on Ubuntu Server 12.04 LTS - Part 4

Install Zimbra

NOTE: Install Zimbra by typing "./install.sh" and uninstall by typing "./install.sh -u"

Prerequisite packages:

  • NPTL
  • sudo-1.7.2p1-1ubuntu5.3
  • libidn11-1.15-2
  • libpcre3-7.8-3build1
  • libgmp3c2-2:4.3.2+dfsg-1ubuntu1
  • libexpat1-2.0.1-7ubuntu1
  • libstdc++6-4.4.3-4ubuntu5
  • libperl5.10-5.10.1-8ubuntu2.1

Installing Zimbra OSE on Ubuntu Server 12.04 LTS - Part 3

Software Configurations


  1. Start the Ubuntu server and connect using PuTTY.
  2. At the login prompt, login with your administrator account (administrator / myadminpass) and then type su and the root password (myrootpass)
  3. At the $ prompt, type aptitude -y install vim-nox for use instead of the built-in VI editor. more info
  4. At the $ prompt, type aptitude -y install bind9 to install a local DNS server.
  5. At the $ prompt, type aptitude -y install p7zip-full to install 7-zip archive utility.
  6. Type dpkg-reconfigure dash and answer No
  7. Remove AppArmor to avoid problems by typing the following:
    Code:
    /etc/init.d/apparmor stop
    update-rc.d -f apparmor remove
    aptitude remove apparmor apparmor-utils
  8. Reboot the server by typing reboot