Wadah Belajar Linux, Debian, Mikrotik, Networking, Routing, dan Ilmu Pendukungnya

< Browse > Home /

| Mobile | RSS

Mencari DNS Authority Record sebuah Domain (SOA)

Kita bisa mencari SOA (start of authority) record menggunakan perintah seperti dig atau host pada OS UNIX/Linux. SOA berisi informasi tentang zona DNS, termasuk primary name server, email domain administrator, nomor seri domain, dan beberapa timer untuk refresh zona domain.

[ More ] March 2nd, 2009 | 1 Comment | Posted in Linux |

Domain Mirror untuk Wordpress

Ingin punya beberapa nama domain untuk blog wordpress kita ???
Kita harus punya minimal 2 domain yg diarahkaan ke instalasi wordpress yg sama. Untuk pemakai apache web server silahkan diset virtual host atau server alias untuk domain-domain yang akan diarahkan tersebut.
1. Download plugin domain mirror terbaru di http://mcaleavy.org, install dan aktifkan di wordpress kita.

[ More ] November 26th, 2008 | No Comments | Posted in Uncategorized, wordpress |

Email Domain via Google Apps

Sebelum mendaftarkan ke google, pastikan bahwa kita sudah memiliki alamat domain sendiri.
Langkah-langkah membuat email account pada Google Apps :
1. Buka halaman web http://www.google.com/a/
2. Pada halaman “Inovasi Google. Solusi canggih. Tanpa biaya” tekan tombol Sign up.
3. Pada halaman “Pilih edisi yang sesuai dengan kebutuhan anda” sebaiknya pilih Edisi standar lalu tekan tombol Sign up.

[ More ] November 22nd, 2008 | 4 Comments | Posted in Uncategorized |

Hosting Gratis dan Domain Gratis dari 000webhost dan co.cc

Bagi anda2 yg pengen punya web hosting tanpa mengeluarkan sepeser uangpun alias free (klo biaya ngenet pasti ada dunk ) g ada salahnya nyoba cara yg satu ini, awalnya liat tmn2 asyik mainan web dan ternyata kata mereka dpt hosting dari 000webhost dan itupun spacenya gede, utk domain mereka jg ambil yg gratisan di [...]

[ More ] October 24th, 2008 | 10 Comments | Posted in Uncategorized |

Accessing your POP mail through TELNET

For checking email of  zulfan@zulfanruri.com , for example, just telnet the pop server (mail.zulfanruri.com) port 110:
# telnet mail.zulfanruri.com 110
Trying 202.67.10.98…
Connected to zulfanruri.com.
Escape character is ‘^]’.
+OK Hello there.
Then type the user email :
user zulfan@zulfanruri.com
+OK Password required.
Server says “OK, now give me the password”, so give the password :
pass xxxxxxxxxx
+OK logged in.

[ More ] August 27th, 2008 | No Comments | Posted in Linux, script |

SMTP Check Port 25 with the Telnet Command

For Example, if we want to sent email to zulfan@kebo.vlsm.org,  frist, we must know about MX for this domain :
# host -t mx kebo.vlsm.org
kebo.vlsm.org mail is handled by 10 kebo.vlsm.org.
# telnet kebo.vlsm.org 25
Trying 202.154.187.9…
Connected to surobuaya.vlsm.org.
Escape character is ‘^]’.
220 howie.eepis-its.edu ESMTP Postfix (Debian/GNU)
And then named of  the sender :
MAIL FROM: <zulfan_hakim@yahoo.com>
250 2.1.0 Ok

[ More ] August 27th, 2008 | 1 Comment | Posted in Linux |

Tentang DNS (bahasa)

Sejarah DNS(Domain Name System)
Sebelum dipergunakannya DNS, jaringan komputer menggunakan HOSTS files yang berisi informasi dari nama komputer dan IP address-nya. Di Internet, file ini dikelola secara terpusat dan di setiap loaksi harus di copy versi terbaru dari HOSTS files, dari sini bisa dibayangkan betapa repotnya jika ada penambahan 1 komputer di jaringan, maka kita harus [...]

[ More ] August 10th, 2008 | 2 Comments | Posted in Uncategorized |

DNS Server Functions

You can set up a DNS server for several different reasons:

Internet Domain Support: If you have a domain name and you’re operating Web, e-mail, FTP, or other Internet servers, you’ll use a DNS server ro respond to resolution queries so others can find and access your server(s). This is a serious undertaking and you’d [...]

[ More ] June 16th, 2008 | 2 Comments | Posted in Linux |


View My Stats