
Hasil pencarian populer:
- for those who born in 70s and 80s
- (sqrt(cos(x))cos(200 x) sqrt(abs(x))-0 7)(4-x*x)^0 01 sqrt(9-x^2)
- algo-freecause_if
- komunitas sepeda bengkulu
- sunda manda

Hasil pencarian populer:

Artikel ini akan menunjukkan cara menginstall PowerDNS authoritative name server dengan backend MySQL sebagai record database, dan Poweradmin sebagai web interface atau control panel-nya.
Dalam contoh ini, saya menggunakan Debian Squeeze sebagai server, dengan hostname ns1.lifebit.me dan IP address 192.168.1.100. Saya hanya akan setup 1 server master aja, dan kalau Anda ingin menambahkan 1 server tambahan (sebagai slave) akan sangat mudah dengan melakukan replikasi database MySQL.
apt-get install mysql-server mysql-client
Anda akan diminta memasukkan password baru untuk user root MySQL – password ini bukan password root system Linux.
New password for the MySQL "root" user: Repeat password for the MySQL "root" user:
Kita akan membuat MySQL server listen di semua interface (bukan hanya localhost / 127.0.0.1), hal ini penting untuk database replication. Untuk itu edit file /etc/mysql/my.cnf dan beri komen (tanda #) pada baris bind-address = 127.0.0.1:
vi /etc/mysql/my.cnf
....
#bind-address = 127.0.0.1
...Selanjutnya restart MySQL:
/etc/init.d/mysql restart
apt-get install pdns-server pens-backend-mysql
Konfigurasi PowerDNS berlokasi di direktori /etc/powerdns/. Tapi sebelumnya kita akan membuat user dan database dulu di MySQL:
mysql -u root -p
Masukkan root password, lalu di MySQL shell kita buat dabase untuk PowerDNS:
CREATE DATABASE powerdns;
Selanjutnya kita buat user (power_admin) untuk PowerDNS:
GRANT ALL ON powerdns.* TO 'power_admin'@'localhost' IDENTIFIED BY 'power_admin_password'; GRANT ALL ON powerdns.* TO 'power_admin'@'localhost.localdomain' IDENTIFIED BY 'power_admin_password'; FLUSH PRIVILEGES;
(Ganti “power_admin_password” dengan password yang diinginkan)
Sekarang kita buat tables yang diperlukan PowerDNS
USE powerdns;
CREATE TABLE domains ( id INT auto_increment, name VARCHAR(255) NOT NULL, master VARCHAR(128) DEFAULT NULL, last_check INT DEFAULT NULL, type VARCHAR(6) NOT NULL, notified_serial INT DEFAULT NULL, account VARCHAR(40) DEFAULT NULL, primary key (id) );
CREATE UNIQUE INDEX name_index ON domains(name);
CREATE TABLE records ( id INT auto_increment, domain_id INT DEFAULT NULL, name VARCHAR(255) DEFAULT NULL, type VARCHAR(6) DEFAULT NULL, content VARCHAR(255) DEFAULT NULL, ttl INT DEFAULT NULL, prio INT DEFAULT NULL, change_date INT DEFAULT NULL, primary key(id) );
CREATE INDEX rec_name_index ON records(name); CREATE INDEX nametype_index ON records(name,type); CREATE INDEX domain_id ON records(domain_id);
CREATE TABLE supermasters ( ip VARCHAR(25) NOT NULL, nameserver VARCHAR(255) NOT NULL, account VARCHAR(40) DEFAULT NULL );
Hasil pencarian populer:
Beberapa waktu yang lalu, saya mengganti alamat blog ini dari yang tadinya koole.web.id menjadi lifebit.me. Proses perpindahan domain ini sebenernya ngga sulit, cuma memang ada beberapa langkah yang sedikit “techie” semisal melakukan “search and replace” di database, dan langkah yang paling penting adalah memberikan “301 redirect” pada domain yang lama. 301 redirect gunanya supaya search engine seperti Google ngga meng-index lagi domain yang lama, tapi mulai meng-index domain baru tanpa mengorbankan “score SEO” yang dimiliki domain lama. Ah tapi saya ngga akan terlalu jauh ngebahas soal itu.

Yang mau saya bahas kali ini adalah tentang Google Geotargeting. Sebenernya saya tau tentang istilah ini juga baru beberapa jam yang lalu. Yaitu ketika saya mulai penasaran, kok pengunjung yang datang dari Google ke blog ini sekarang NGGA ADA? Dari yang tadinya ~50-60 hits per hari (yang datang dari Google) sekarang cuma 0 atau paling banyak 1.
Setelah Googling ternyata dugaan saya bener, Google memberikan hasil pencarian berdasarkan Country Code Top Level Domain, selain juga berdasarkan bahasa yang digunakan di website, IP address, dan beberapa faktor lainnya.
Jadi misalnya gini, domain saya sebelumnya adalah koole.web.id yang merupakan Country Code Top Level Domain (ccTLD) Indonesia (.id), sehingga website saya nantinya akan (lebih sering) muncul pada hasil pencarian user yang berasal dari Indonesia atau berbahasa Indonesia.
Hasil pencarian populer:
I have just watched How I Met Your Mother S07E17, and I found this song at the end of the episode, when Ted and Robin *spoiler*. It gave me chills listening to it..
Audio clip: Adobe Flash Player (version 9 or above) is required to play this audio clip. Download the latest version here. You also need to have JavaScript enabled in your browser.
Regrets collect like old friends
Here to relive your darkest moments
I can see no way, I can see no way
And all of the ghouls come out to playAnd every demon wants his pound of flesh
But I like to keep some things to myself
I like to keep my issues drawn
It’s always darkest before the dawnAnd I’ve been a fool and I’ve been blind
I can never leave the past behind
I can see no way, I can see no way
I’m always dragging that horse aroundAll of his questions, such a mournful sound
Tonight I’m gonna bury that horse in the ground
So I like to keep my issues drawn
But it’s always darkest before the dawnShake it out, shake it out, shake it out, shake it out, ooh woaaah
Shake it out, shake it out, shake it out, shake it out, ooh woaaahAnd it’s hard to dance with a devil on your back
So shake him off, oh woahI am done with my graceless heart
So tonight I’m gonna cut it out and then restart
Cause I like to keep my issues drawn
It’s always darkest before the dawnShake it out, shake it out, shake it out, shake it out, ooh woaaah
Shake it out, shake it out, shake it out, shake it out, ooh woaaahAnd it’s hard to dance with a devil on your back
So shake him off, oh woahAnd given half the chance would I take any of it back
It’s a final mess but it’s left me so undone
It’s always darkest before the dawnOh woah, oh woah…
And I’m damned if I do and I’m damned if I don’t
So here’s to drinks in the dark at the end of my rope
And I’m ready to suffer and I’m ready to hope
It’s a shot in the dark and right at my throat
Cause looking for heaven, for the devil in me
Looking for heaven, for the devil in me
Well what the hell I’m gonna let it happen to meShake it out, shake it out, shake it out, shake it out, ooh woaaah
Shake it out, shake it out, shake it out, shake it out, ooh woaaahAnd it’s hard to dance with a devil on your back
So shake him off, oh woahShake it out, shake it out, shake it out, shake it out, ooh woaaah
Shake it out, shake it out, shake it out, shake it out, ooh woaaahAnd it’s hard to dance with a devil on your back
So shake him off, oh woah
Hasil pencarian populer:
Untuk mengetahui waktu dan timezone di server:
[root@lifebit ~] date Sun Feb 19 21:42:06 CST 2012
Dari contoh di atas terlihat bahwa server menggunakan timezone CST, atau Central Standard Time (GMT -6).
Untuk merubah timezone menjadi Indonesia / Jakarta (GMT +7), execute perintah ini:
[root@lifebit ~] ln -s /usr/share/zoneinfo/Asia/Jakarta /etc/localtime
Kalau kita lihat sekarang, waktu di server udah menggunakan timezone lokal Jakarta:
[root@lifebit ~] date Mon Feb 20 10:49:31 WIT 2012
Hasil pencarian populer: