Monday, February 28, 2011

Windows DNS related

On Windows DNS Server:
Right-click server name and click Clear Cache

On Mikrotik:
IP \ DNS \ Cache \ Flush

On client workstation:
ipconfig /displaydns
ipconfig /flushdns
---

Can access remote/network share by hostname but not by FQDN
Google: can access share by host|server|computer name but not by fqdn
---

Host Name Resolution Methods Explained - Updated:May 12, 2019 By steve
Q- Can I tell which method resolved the host name?
A- No
Article mentioned in comment:

Force Windows client with static IP to register with Windows DNS server:
Updating DNS after changing Static IP

Why wouldn't a computer query the 2nd DNS server if the primary was off-line?
If the query sent to the first entry in the DNS list responds with an NXDOMAIN response, meaning it is an actual response, but there is no record from the server it asked, then it will look no further because it is a response. however if it receives a NULL response, meaning the DNS server is down and there is no response, it will remove the first entry from the 'eligible resolvers list' for a certain amount of time (depending on the OS version and SP level), then send the query to the second one. However, if the record is already cached, it won' even ask the first entry. Hence why the possibility that the client machine is asking a DC that is down.
---

Windows 7- DNS Record not registering

Assuming the DHCP Option 15 is not set.

Without setting a DNS suffix to use and having the "Use this connections DNS suffix in DNS registration" box checked, when the PC is given an address from the DHCP server, it will try to register with DNS (the DNS servers it recieved from DHCP).

What happens next is that just the hostname is sent to the DNS server for registration. The DNS server is looking for a FQDN (Fully Quallified Domain Name, i.e. computer1.sampledomain.com) and what it recieves is the hostname(i.e. computer1).

The DNS server cannot find the zone file to apply this hostname to, it doesn't know if it is authorative or if it needs to look to its forwarders for a lookup.

When you enter the DNS Suffix and check the "Use this connections DNS suffix in DNS registration" box. Then the DNS server is sent the FQDN. The DNS server can then determine if it is authorative for the domain. If so, then it will create an A record and a PTR record for the host.

Note to self:
So 3 things to be made sure on "Advanced TCP/IP Settings":
- fill in DNS suffix for this connection
- check "Register this connection's ..."
- check "Use this connection's DNS suffix ..."
---

two main rules behind DNS Dynamic Registration are:

* The machine's Primary DNS Suffix must match the zone you want it to register into.
* The configured DNS server addresses must only be the internal DNS servers - no others (such as an ISP, the router, etc)

Rules for DNS Dynamic Update:

* If you're using Windows DHCP:
configure DHCP to own the record, force DHCP to update all records, forward and reverse, as well as set scavenging so old records get removed
* If you're using NON Windows DHCP:
make sure client is ONLY using the AD's DNS servers

Source:
Clients are unable to register DNS dynamic update when non-Microsoft DHCP Server is around
http://social.technet.microsoft.com/Forums/en-US/winserverNIS/thread/c9adccdd-f127-4bed-9848-f16b869a3d16
Comment by Ace Fekay on September 09, 2010 12:57 AM
---

If you're using scavenging,...
The scavenging period must be set less than the lease time

Source:
DHCP, Dynamic DNS Updates , Scavenging, static entries [and] timestamps, and the DnsProxyUpdate Group
http://msmvps.com/blogs/acefekay/archive/2009/08/20/dhcp-dynamic-dns-updates-scavenging-static-entries-amp-timestamps-and-the-dnsproxyupdate-group.aspx
Section:
Scavenging Refresh and No Refresh Settings Must be less than the DHCP Lease Period

AD: Remove non-existent domain

How to remove orphaned domains from Active Directory
http://support.microsoft.com/kb/230306

If you also need to remove non-existent domain CONTROLLER from the domain, you may need to follow steps in this article FIRST:

How to remove data in Active Directory after an unsuccessful domain controller demotion
http://support.microsoft.com/kb/216498

Friday, February 25, 2011

OpenDNS: facebook not blocked even with High filtering level

also add fbcdn.net to your "always block" list

Source:
I can't block www.facebook.com
http://forums.opendns.com/comments.php?DiscussionID=7692&page=1

Related
--------
sometimes OpenDNS no longer blocking without obvious reason
Google: opendns not working

Thursday, February 24, 2011

Yahoo mail: Error forwarding message with attachment

"Error sending message"

Solution:
Remove all attachments and re-attach them.

Error "Cannot resolve backlink"

Another symptom:
Error when validating database "Table xxx is not in database"

Solution:
Make note on:
1. table relation
2. referential intergrity
3. custom database code
4. fields' default value(s)
Remove and re-add table from database

Info on the Net:
What will cause the error "cannot resolve backlink"?
www.tek-tips.com/viewthread.cfm?qid=852849

Wednesday, February 23, 2011

Toko Kertas di Surabaya (Indonesian)

Bola Mas
(daerah Balongsari)
24-Des-2011 HVS 55gr 1rim Rp 29.000,-

Bintang Timur Toko
Kedungdoro 283
Phone: 545.2664

SINAR ANGKASA 2
Kranggan 102 RUKO NIAGA Kav01
Telp 910 365 78
Buka Pk 8 - 17
http://buku.tokobagus.com/alat-tulis-kantor/toko-kertas-sinar-angkasa-2-jl-kranggan-102-ruko-n-1064326.html
24-Feb-2011 HVS 55gr 1rim Rp 29.500,-

Listings:
www.yellowpages.co.id/search?keys=agen+kertas&location=surabaya&op=Cari#main
www.hotfrog.co.id/Products/Distributor-kertas

Note:
UD Bima di Jl Merak sudah pindah

Setting Dial Up Internet menggunakan operator GSM dan CDMA (Indonesian)

http://charless.wordpress.com/2008/05/20/setting-dial-up-internet-menggunakan-operator-gsm-dan-cdma/

setting berbeda dengan di atas tapi bisa:
Mentari
at+cgdcont=1,"IP","indosatgprs"
*99#
Access Point Name : indosatgprs
Username : indosat@durasi
Password : indosat@durasi

IP-PBX softwares

Membangun IP PBX, Telepon Bebas Pulsa Berbasis IP Menggunakan Synology DiskStation
- December 10, 2016

3CX
www.3cx.com/phone-system/edition-comparison.html
+ FREE version available
+ call recording (commercial ed's only)

pbxnsip
www.pbxnsip.com/
+ FREE version available

Axon Virtual PBX
www.nch.com.au/pbx/index.html
- not free (https://secure.nch.com.au/cgi-bin/register.exe?software=axon)
* apakah internal modem bisa dipakai sebagai fxo ? Dumb (but not stupid) telephony cards

See also:
http://en.wikipedia.org/wiki/List_of_SIP_software

Related:
To disable auto change to Day Mode (for holidays):
...System \ 4.Week Table \ Time Setting

Tuesday, February 22, 2011

XP: Incorrect number of unread messages on welcome screen

Welcome Screen - getting incorrect "unread mail messages" messages
http://forums.techarena.in/windows-xp-support/708610.htm

Monday, February 21, 2011

KPR Take Over / Oper Kredit (Indonesian)

Untuk dicari tau: 1. Besarnya penalti di bank lama 2. Copy IMB dari bank lama sudah bisa didapat? 3. Sertifikat dengan nama saya sudah ada? 2. Bisa samakan besar kredit bank baru dg sisa bank lama? 3. Besarnya biaya-biaya bank baru terkait take-over * yang pasti kena bahkan sebelum disetujui * yang kena setelah take over disetujui 4. Besarnya penalti di bank baru (utk masa y.a.d.) Setelah berapa tahun bisa bebas penalti? --- Jangka waktu MAKIN PANJANG, cicilan MAKIN KECIL, total BUNGA MAKIN BESAR Jangka waktu MAKIN PENDEK, cicilan MAKIN BESAR, total bunga MAKIN KECIL --- Daftar suku bunga KPR www.rumah123.com/microsite/info-bunga-kpr/ --- Hitung rugi-untung (secara uang saja, tidak termasuk capek & repotnya): Siasati tingginyaKPR bank www.bataviase.co.id/node/332097 --- Perbandingan berbagai sistem bunga ...karena berbagai kelemahan itu, sebenarnya yang terpenting bukan sistem bunga tapi pendapatan minimum Bunga KPR Yang Aman www.housing-estate.com/index.php?option=com_content&task=view&id=1634&Itemid=120 --- Pengalaman: 1 .Nilai appraisal dari BCA paling rendah diantara bank lain. 2. Prosedur KPR BCA sedikit ribet (http://safirsendukclub.blogspot.com/2010/09/ssr-klub-re-kpr-bca.html) --- UOB Buana: Penalti tinggi dan masa kena penalti lebih panjang dari masa bunga promo KPR UOB Buana www.kaskus.us/showthread.php?t=6660975 --- Permata: Memang benar banyak bank beri bunga rendah pada 1 -2 tahun pertama kpr. Yang banyak orang awam tidak tahu adalah KENAIKAN suku bunga tahun ke 2 yang sangat tidak masuk akal. Saya menggunakan bank P*RM*TA dengan program B*jak-nya awal tahun 2008 9.88% (ini sudah diatas bunga kpr lainnya) kemudian di tahun kedua langsung dikirim surat pemberitahuan dicekek bunga 13.25%. Luar biasa dimana tren bunga BI RATE cenderung turun dan flat, saya mendapatkan kenaikan bunga KPR. Bila dihitung bunga KPR saya dikenakan kenaikan sebesar 34% dari bunga awal (9.88% ke 13.25%). Source: http://kelolauang.com/2010/01/perbandingan-bunga-kpr/#comment-136 KPR Cicilan Tetap: Jangka waktu kredit dapat otomatis berubah sesuai fluktuasi suku bunga Via phone on March 16, 2011 (031-5316991): Bunga 10% selama 3bln, setelah itu floating (bunga disesuaikan per 3bln) Plafond baru bisa > sekarang, tergantung appraisal & analisa bagian kredit Penalti: 2% selama 2x masa bunga fixed, setelah itu administrasi 500rb Info tambahan: - Asuransi dari bank lama biasanya bisa di-refund sebagian, besarnya tergantung pihak asuransi - Beritahu bank lama bhw akan pindah bank SETELAH bank baru approve --- BTN: Pertanyakan Suku Bunga KPR BTN http://myzone.okezone.com/content/read/2010/03/08/1128/ --- BRI: perhitungan suku bunga: Anuitas www.bri.co.id/JasaLayanan/ProdukKonsumer/KreditPemilikanRumahKPR/SyaratdanKetentuanKPR/tabid/221/Default.aspx BELUM ada Refinance, jadi plafond tidak bisa lebih dari saldo di bank lama; yang ada adalah utk Renovasi (dipantau) 14-Maret-2011: 8,8% selama 2th atau 9,75% selama 3th Penalti 3% selama bunga promo, 1% setelahnya --- CW: Penalti utk pelunasan dipercepat: <1th 3th =" 1%">3th = biaya administrasi Rp 250.000 Penalti/biaya utk pelunasan sebagian: mana yang lebih besar antara: - Rp 250.000 - 5x angsuran - 0.5% dari jumlah yg mau dilunasi 2 macam take over: a. biasa: plafond ikuti sisa, tidak bisa ditambah; bisa sampai 20th b. refinance: plafond bisa ditambah; max. 10th [Pengalaman take over ke CW] http://sund1310.rubbiku.com/2011/04/12/04-approve/ [Pengalaman negatif] http://suarapembaca.detik.com/read/2010/10/20/171633/1470285/283/commonwealth-bank-cabang-bubutan-surabaya-semerawut-pol --- Promo: BCA: Fix 3th 9.75% eff.p.a. Cap 10% eff.p.a. --- Kerugian : - Biaya Pinalty pada bank lama. - Biaya KPR pada bank baru - Biaya Survey pada bank baru - Biaya Notaris pada bank baru - Biaya Assuransi pada bank baru - Setelah lewat masa fixed rate, suku bunga pasti akan naik lagi. - Kerugian waktu, tenaga, dan biaya transport, komunikasi... Source: www.kaskus.us/showthread.php?t=5782612 Also: http://hasnaproperty.blogspot.com/2010/04/pindah-bank-kpr-take-over.html --- Pindah kpr ke bank lain sangat mudah. Selama ini masyarakat menilai pindah kpr itu sulit dan memakan biaya banyak karena harus membayar denda. Itu tidak sepenuhnya benar. Mungkin diawal berat karena harus membayar denda tapi tawaran kpr di bank lain bisa jauh lebih menguntungkan Jika menggunakan bank konvensional pilih bank milik pemerintah Source: http://momsbooksclub.multiply.com/journal/item/120 --- Apa untung ruginya KPR Take Over Keuntungan takeover: 1. Biasanya bank-bank memiliki program khusus takeover, yang menawarkan bunga yang lebih kecil. 2. Bunga kecil otomatis cicilan juga kecil 3. Saat takeover yang pasti sisa kredit dari bank awal sudah terbayar sebagian, ini juga dapat memperingan cicilan. 4. Pada saat takeover biasanya harga properti kita sudah meningkat, saat di appraise oleh bank yang akan meng-takeover jumlah kredit yang kita dapatkan bisa lebih besar sehingga dapat memperoleh dana lebih yang dapat digunakan untuk usaha yang lain. Source: http://safirsendukclub.blogspot.com/2010/02/re-ssr-klub-apa-untung-ruginya-kpr-take_22.html --- Arti "Fixed n cap": fixed 3thn 9,75% dan 2thn di keep maksimal 11%..tp klo bunga lg turun ikutin turun..klo naik ga ikut naik Source: ... --- Refinancing memang perlu diperhatikan: 1. finalti, biasanya bank akan memberikan finalti 1‐2 th, tergantung dari kontraknya. Biasanya finalti habis bersamaan dengan bunga fix. 2. Memang Pak, ada biaya administrasi dan provisi lagi jika kita pindahkan ke bank lain. Namun banyak bank yang menggratiskan biaya administrasi dan provisi itu jika kita take over ke bank dia. 3. Besaran cash back memang tergantung dari besaran kenaikan harga tanah dan jumlah hutang Bapak di bank sebelumnya. 4. Bapak harus perhitungkan depresiasi bangunan bapak, biasanya 3‐5%/thn dari nilai bangunan. 5. Bapak jangan takut dengan bank. Bank selalu membutuhkan penghutang2 seperti kita. Semua bank bersaing memperebutkan kita, bahkan jika track record Bapak bagus dimata bank, bank akan mengejar, mendatangi, menelpon, ataupun mengajak makan siang Bapak supaya Bapak memindahkan hutang ke banknya. Jangan takut dengan bank. Kalau bapak tanya idealnya bagaimana, saya jawab ya loncat2 bank aja, biasanya saya meloncatkan properti2 saya, misalnya properti 1 saya KPR ke bank A, setahun kemudian saya lempar ke bank B, lalu saya ambil properti baru (properti 2) lagi melalui bank A, tahun berikut lagi saya pindahkan properti2 ke bank C, dan seterusnya. Source: Free e-book Bisnis dan Properti --- Kelebihan BTN (menurut versi BTN tentunya) Berbeda dengan bank-bank lain, BTN sampai kini masih konsekuen dengan menerapkan prinsip annuitas dalam KPR yang diberikan. Sedikit berbeda dengan bank lain yang menerapkan bunga tetap (fixed rate) atau bunga mengambang (floating rate), Bank BTN memberikan satu angka/besaran annuitas tahunan KPR (Fn) tertentu berdasarkan hitungan jumlah kredit, jangka waktu pembayaran, dan besaran suku bunga. Ia mencontohkan, apabila seorang konsumen ingin mengajukan KPR sebesar Rp 20 juta untuk jangka waktu 20 tahun dan bunga 19 persen/tahun, maka besaran annuitas Fn adalah 0,230471. Dengan demikian besarnya cicilan per bulan untuk KPR tersebut Rp 384.200. Angka Fn ini akan berbeda-beda untuk waktu, besar pinjaman dan suku bunga yang berbeda pula. Apa kelebihan dari KPR yang dikeluarkan BTN? “Untuk debitor atau pembeli rumah yang ingin membayar dalam periode panjang, lebih baik dengan annuitas seperti BTN karena lebih murah. Di kita, utang pokok berkurang signifikan dan bisa menyesuaikan dengan kemampuan debitor,” kata Dodi. Apabila debitor ingin melunasi pinjaman sebelum masa waktu pembayaran habis, Bank BTN sama sekali tidak mengenakan biaya tambahan. Pada angsuran KPR oleh BTN, komposisi di tahun-tahun awal lebih banyak untuk melunasi pinjaman bunga dan sebagian kecil angsuran tersebut untuk mengurangi pokok pinjaman. Ini berbeda dengan KPR dengan fixed rate atau yang lain, di mana cicilan lebih banyak untuk membayar pokok pinjaman. Makanya tambah Dodi, KPR dari BTN akan sangat terasa meringankan belakangan, terlebih bila konsumen ingin melunasi pinjaman karena saat itu pinjaman bunga sudah sangat berkurang sekali. Source: http://natanaelagenda.multiply.com/journal/item/44/Tips_Beli_Rumah_KPRPilihan_Terbaik_untuk_Membeli_Rumah --- Fitur-fitur KPR http://kreditrumahanda.com/fitur-fitur-kpr/ Urus Dokumen-Ijin Mendirikan Bangunan (IMB) http://pahalanainggolan.wordpress.com/2011/03/09/ijin-mendirikan-bangunan-imb/ --- Saya kurang familiar dengan KPR BII, akan tetapi kalau saya baca dari beberapa testimonial beberapa orang yang menggunakan KPR BII, rata-rata “menjerit” pada saat program bunga fix-nya berakhir. Saran saya, anda coba tanya CS/marketing KPR BII mengenai bunga floating saat ini, akan tetapi jangan di tempat anda mengajukan KPR karena sudah pasti mereka tahu anda sudah mendapatkan persetujuan. Jadi mereka mungkin akan memberikan jawaban yang cukup “manis” supaya anda tidak “ketakutan”. Suku bunga floating saat ini merefleksikan suku bunga yang akan anda hadapi setelah program bunga fix berakhir (asumsi sikon yang sama). Lalu anda coba bandingkan dengan suku bunga floating dari bank lain. (http://priandoyo.wordpress.com/2007/02/17/kpr-bank-permata-vs-kpr-bank-niaga-mencari-kpr-terbaik/)

Sebelum Beli Rumah Secara Oper Kredit, Pelajari Dulu Untung Ruginya http://irmadevita.com/2007/sebelum-beli-rumah-secara-oper-kredit-pelajari-dulu-untung-ruginya + gunakan BTN sebagai contoh [Contoh] Surat Perjanjian Oper Kredit http://contohsuratindo.blogspot.com/2011/03/surat-perjanjian-oper-kredit.html PENGALIHAN HAK/OPER KREDIT PEMILIKAN RUMAH PADA. PT. BANK TABUNGAN NEGARA CABANG MEDAN http://repository.usu.ac.id/bitstream/123456789/18468/3/Chapter%20II.pdf Contoh iklan ------------ OPER KREDIT RUMAH T 36/72 PERUM ...-GRESIK,PLN 1300 WATT, ADA GARASI+TEMPAT MASAK & CUCI PERABOT,2 KAMAR+1 KAMAR MANDI, SUMUR 8 METER (AIR MELIMPAH & BERSIH),ADA PONDASI PAGAR,CICILAN SUDAH 2 TAHUN DARI 10 TAHUN (CICILAN KPR BTN PER BULAN Rp 550 RIBU) HARGA 45 JUTA (12-Nov-2011)

Thursday, February 17, 2011

Free groupware/CMS

Simple Groupware
www.simple-groupware.de

Online whiteboard

www.scriblink.com/

Google: online whiteboard

Wednesday, February 16, 2011

Redirect default printer only

Yes, you can limit it so that only their default printer is auto-created in their session under 2003. To accomplish this you need to meet two requirements:

1. Client PCs need to be running Remote Desktop Client version 6.x or higher. If your machines are all XP SP3, Vista, or Windows 7 then this requirement is met.

2. You need to make a registry entry on each client machine or local client user.

If you want the setting to apply to all users who use the client pc, then you need to make the following registry entry on each client PC:

HKLM\SOFTWARE\Microsoft\Terminal Server Client\Default\AddIns\RDPDR

RedirectDefaultPrinterOnly REG_DWORD 0x00000001

If you want the setting to apply only to certain users that use each client PC, then you need to make a similar registry entry under each local user's HKCU:

HKEY_CURRENT_USER\SOFTWARE\Microsoft\Terminal Server Client\Default\AddIns\RDPDR

Source:
http://social.technet.microsoft.com/Forums/en-US/winserverTS/thread/29a5e34e-56ee-4c22-aff9-5e06f45c609c

How to redirect the default printer of a Terminal Services client to a Windows Server 2003 Terminal Server session
http://support.microsoft.com/kb/911913

Friday, February 11, 2011

Install Huawei modem driver ONLY

Download lastest drivers, for example:
http://forum-hk.huawei.com/jive4/thread.jspa?threadID=330350&tstart=0&orderStr=9

Plug the modem

Open Device Manager

Look for device with yellow exclamation-sign and Update its drivers (point to folder where you put the drivers)
If the driver installation seemed to be hung, just force reboot your computer
After reboot, usually new modem has been added

Source:
Huawei E220 driver for Windows 7
http://social.technet.microsoft.com/Forums/en-GB/w7itprogeneral/thread/593f0421-8567-4ba2-b754-5058aba689b9

PDF: Save-as without password

www.pdfunlock.com/

Thursday, February 10, 2011

Disk-Quota: List files owned by a user

Quick way:
Open Quota Entries > pretend to delete entry of the user, you will be presented with the list of user's files

Official way:
You have to download "Windows Server 2003 Resource Kit Tools":
http://www.microsoft.com/downloads/details.aspx?FamilyID=9d467a69-57ff-4ae7-96ee-b18c4790cffd&DisplayLang=en
Next just read help about "Diskuse.exe: User Disk Usage Tool":
User Disk Usage Tool (DiskUse) is a command-line tool that scans a single directory, a directory tree, or an entire drive and reports the amount of space used by each user or all users. The output for this tool is displayed in the command window, or is sent to a file in table or text format. DiskUse can also list all the files owned by a user or users, filtered in a variety of ways.
Source:
www.experts-exchange.com/OS/Microsoft_Operating_Systems/Server/2003_Server/Q_20979479.html

DiskUse syntax:

/f:         =   Store Results in
/e:         =   Store Errors in
/u:         =   Only Search for
/s                =   Include Subdirectories
/t                =   Table Format
/w                =   Unicode Output (Wide Characters)
/q                =   Quiet Mode
/?|h              =   This Screen
-----------
/r:         =   Restriction are stored in
/o                =   Show Only Users Over Limit
-----------
/v                =   Verbose Mode
/d:a|c|w          =   Date to Display     Access | Create | Write
/n:       =   Display Largest Files Per User
/x:       =   Display Files of Bytes or Larger


DiskUse sample usage:
diskuse f:\public /f:result.txt /u:DOMAIN\user1 /s /t /d:w /v
/v needed to display files
/d:a seems inaccurate because (sometimes) it gives the date of the scanning by DiskUse
Result.txt can then imported to Excel
(dont forget to select correct date format for date column)
Optional formula that useful to split path from filename:
Path:
=LEFT(C1;FIND("~";SUBSTITUTE(C1;"\";"~";LEN(C1)-LEN(SUBSTITUTE(C1;"\";"")))))
Filename:
=RIGHT(C1;LEN(C1)-FIND("~";SUBSTITUTE(C1;"\";"~";LEN(C1)-LEN(SUBSTITUTE(C1;"\";"")))))