Showing posts with label Setting Software. Show all posts
Showing posts with label Setting Software. Show all posts

Friday, December 17, 2010

Membuat Router di Windows XP

Di dalam Windows, ada sebuah tool yang digunakan untuk memanajemen network seperti setting IP address, menyiapkan routing, dsb. Tool ini namanya netsh (singkatan dari network shell). Untuk menggunakan netsh ini dalam membuat router, kita akan membutuhkan 2 NIC (Network Interface Card). NIC yang pertama adalah untuk terhubung ke network publik (misal: Internet) dan yang lainnya adalah untuk terhubung ke LAN (Local Area Network). Untuk NIC LAN, bisa dihubungkan ke switch atau ke satu komputer (diperlukan kabel crossover).
Cara berikut adalah untuk membuat Windows XP bekerja sebagai NAT, tetapi tanpa batasan dari ICS (Internet Connection Sharing).
Kebutuhan :
  1. Dua buah kartu jaringan (NIC) :
    1. NIC1: terhubung ke jaringan internal (LAN). (Network apa saja, tidak terbatas pada 192.168.1.0).
    2. NIC2: terhubung ke jaringan Internet (atau jaringan lain yang ingin dihubungkan).
  2. Mempunyai hak akses administrasi untuk menghentikan/memulai services.
Langkah-langkah  membuat Router dengan NAT pada Windows XP :
  1. Nonaktifkan ICS pada kedua NIC.
    1. Klik kanan pada NIC > Properties > Advanced. Pastikan Allow other network  users to connect through this computer’s Internet connection tidak dicont(r)eng.
  2. Menonaktifkan Firewall/ICS Service (boleh lebih dulu dari langkah 1).
    1. Buka Control Panel > Administrative Tools > Services > Windows Firewall/Internet Connection Sharing (ICS) > klik 2x dan ubah Startup type menjadi “Disabled” dan klik OK.
  3. Mengaktifkan layanan Routing and Remote Access.
    1. Jika menggunakan Category View :Buka Control Panel > Performance and Maintenance > Administrative Tools > Services > Routing and Remote Access > klik 2x dan ubah Startup type menjadi “Automatic” dan klik OK.
    2. Jika tidak : Control Panel >  Administrative Tools > Services > Routing and Remote Access > klik 2x dan ubah Startup type menjadi “Automatic” dan klik OK.
  4. Mengaktifkan “IPEnableRouter” pada registry.
    1. Buka Start > Run… dan ketik “regedit”, tanpa tanda petik “ ”, Klik OK.
    2. Pada window Registry Editor:  buka HKEY_LOCAL_MACHINE > SYSTEM > CurrentControlSet > Services > Tcpip > Parameters. Cari “IPEnableRouter”. Klik 2x dan ubah value dari 0 menjadi 1.
    3. Restart komputer.
  5. Melakukan konfigurasi NIC:
    1. Cukup satu saja yang memiliki gateway (Misal: NIC2). Hapus gateway pada NIC yang satunya. (NIC1)
    2. (Opsional) Lakukan perubahan nama pada NIC1(Namanya mungkin “Local Area Connection”) menjadi “LAN” dan NIC2(Namanya mungkin “Local Area Connection 2”) menjadi “Internet”. Tujuannya disini untuk memudahkan mengenali tiap NIC.
  6. Mengaktifkan dan mengkonfigurasi NAT.
    1. Klik tombol Start > Run…
    2. Ketik cmd pada Open dan klik OK
    3. Ketik netsh routing ip nat uninstall (untuk menjamin services tidak aktif)
    4. Instalasi NAT : Ketik netsh routing ip nat install
    5. Menambahkan interface publik : Ketik netsh routing ip nat add interface name=”Internet” mode=FULL
    6. Menambahkan interface private : Ketik netsh routing ip nat add interface name=”LAN” mode=PRIVATE
Konfigurasi pada PC Client :
PC Client harus dikonfigurasi menggunakan subnet yang sama dengan router. Ubah default gateway dan DNS server menjadi IP address pada router.
Contoh :
Router :
  • NIC1 “LAN” :
    • IP Address : 28.5.19.81
    • Subnet mask : 255.255.255.0
    • Default gateway : dikosongkan
    • DNS Server : dikosongkan
  • NIC2 “Internet” :
    • IP Address : 192.168.1.10
    • Subnet mask : 255.255.255.0
    • Default gateway : 192.168.1.1
    • DNS Server : 192.168.1.1
PC Client :
  • Client 01 :
    • IP Address : 28.5.19.1
    • Subnet mask : 255.255.255.0
    • Default gateway : 28.5.19.81
    • DNS Server : 28.5.19.81
  • Client 02 :
    • IP Address : 28.5.19.2
    • Subnet mask : 255.255.255.0
    • Default gateway : 28.5.19.81
    • DNS Server : 28.5.19.81
  • dst.
Dan sekarang LAN anda bisa terhubung ke internet menggunakan NAT. Selamat mencoba!

Thursday, December 9, 2010

Windows Cannot Set The Password

When you are adding users to a Windows Server 2003 you receive a message

Titled: Active Directory

And the stop message:
Windows cannot set the password for because: The password does not meet the password policy requirements. Check the minimum password length, password complexity and password history requirements.

http://www.tacktech.com



Your IT experience should have taught you a few things:
1: Computers need to be more secure.
2: Users don't want to deal with security.
(More specifically they don't want to enter in difficult passwords.)



By default Windows Server 2003 requires passwords to meet the following criteria for strong passwords.

  • Has at least 6 characters
  • Does not contain "Administrator" or "Admin"
  • Contains characters from three of the following categories:
    • Uppercase letters (A, B, C, and so on)
    • Lowercase letters (a, b, c, and so on)
    • Numbers (0, 1, 2, and so on)
    • Non-alphanumeric characters (#, &, ~, and so on)
Caution: Loosening password restrictions decreases security.



Select Domain Security Policy from Administrative Tools.



Click on Security Settings > Account Policies > Password Policy.

Right-click on Minimum password length in the right pane.

Click Properties from the context menu.

http://www.tacktech.com



Do not remove the check from the Define this policy setting checkbox!

Enter a new minimum password length. Entering a Zero (0) will remove the password requirement.

Click the OK button.

http://www.tacktech.com



Double-click on Passwords must meet complexity requirements in the right pane.

http://www.tacktech.com



Do not remove the check from the Define this policy setting checkbox!

Select the Disabled option.
(This will allow simpler passwords.)

Click the OK button.

http://www.tacktech.com



Close the Default Domain Security Settings window.



Now, you need to put the new Password Policy into effect.


Click Start > Run...

Type cmd into the Open: input box.

Click the OK button.

http://www.tacktech.com



Type gpupdate /force at the Command Prompt.

Press the [Enter] key.

Type exit.

Press the [Enter] key.

http://www.tacktech.com



Process complete

Source: tacktech.com


Yup sangat sukses, error dapat diatasi :)

Tuesday, December 7, 2010

Cara Menggunakan Proxy di IDM

internet download manager
internet download manager


Download sudah menjadi kegiatan yang sangat umum dilakukan. Download secara gampangnya adalah mengcopy file yang ada diserver ke drive komputer yang kita gunakan. File yang didownload dapat berupa gambar, musik, film, software dan lain sebagainya.
Download manager yang sangat umum digunakan adalah Internet Download Manager. Bahkan seorang teman saya membuat versi portable yang bisa digunakan berpindah-pindah komputer. Jika anda mencari Portable IDM, maka dapat didownload di SINI.
Terkadang saat kita mendownload, kecepatan internet yang kita gunakan sedang lambat. Salah satu cara mempercepat download pada saat koneksi sedang lambat adalah dengan menggunakan proxy. Saya akan membahas cara menggunakan/memasang proxy pada Internet Download Manager(IDM) maupun Portable IDM.
Untuk mengubah proxy, dapat dilakukan dengan cara berikut:
  1. Cari proxy. Banyak sekali penyedia proxy gratis. Saya pernah mempostingkan proxy indonesia yang gratis. Dalam arti anda dapat menggunakannya secara bebas. Anda dapat memilihnya di Proxy Indonesia Gratis.
  2. Menuju ke Downloads->Options
    2009-03-21_224936
  3. Menuju ke tab Proxy. Dan isikan alamat IP, Port. Apabila proxy membutuhkan autentifikasi, maka masukkan username dan password anda. Untuk list proxy yang saya sebutkan diatas, anda tidak perlu memasukkan username dan password. Seting untuk protokol apa saja yang ingin menggunakan proxy. Lebih baik anda isi semuanya. :-)
    2009-03-21_231053
  4. Klik OK. Selesai
Semoga bermanfaat..

Source: http://d3ptzz.kandangbuaya.com

Sunday, December 5, 2010

Terminal Server User Access permissions

Sudden "...you must have Terminal Server User Access permissions on this computer." Error.

I have a Small Business Server 2003 R2 Server running Team Foundation Server tucked out of the way to conserve desk space (three servers, two clients, two desks: not much space).  I don't have it hooked up to a monitor (one: don't have that many monitors, and two: desk space).  So, I've been merrily using Remote Desktop Connection (RDC) in Windows XP to connect to this server to perform my various administration tasks (like install service packs, hot fixes, etc.).
Well, I finally had a couple of cycles to install some hotfixes for the new daylight savings time changes to various components, so I sparked up RDC to get the ball rolling on my server--as I have done many times before.  I was greeted with a message box as I logged in:
To log on to this remote computer, you must have Terminal Server User Access Permissions on this computer. By default, members of the Remote Desktop group have these permissions. If you are not a member of the Remote Desktop Users group or another group that has these permissions, or if the Remote Desktop User group does not have these permissions, you must be granted these permissions manually.
Needless to say I was dumbfounded--it worked fine yesterday.  After a bit of searching, it appears it was the 120 day anniversary of creating this server and Terminal Server (which is what is used for an application server in Small Business Server) had "expired" (i.e. its grace period for CALs had expired).  I was used to installing Windows Server and setting up Terminal Server for remote administration (there was a setting for that in Windows Server, I honestly don't remember what Small Business Server asked me when I installed; it certainly wasn't clear it was different the other Windows Server installation processes).  Apparently I missed the memo that remote administration is now called "Remote Desktop".  Clearly a WTF moment.
As it turns out, the hoops to get back to the ability of remote administration aren't clearly documented (I actually couldn't find any documentation on the process, I actually inferred the process from various non-Microsoft sources--there could be documentation somewhere, I just didn't find it).  The process requires that Terminal Server be uninstalled, the server rebooted, and Remote Desktop be re-enabled.  A point-list of the steps:
  1. Run Add/Remove Programs (run "appwiz.cpl")
  2. Click Add/Remove Windows Components (Alt-W)
  3. Uncheck Terminal Server
  4. Press Next>.
  5. Follow instructions, including rebooting.
  6. Open System control panel applet (run "sysdm.cpl")
  7. Click Remote tab.
  8. Check Enable Remote Desktop on this computer. (because removing Terminal Server disables this)
  9. Click Select Remote Users...
  10. Make sure administrators is in the list.
  11. Click OK.
  12. Click OK. for the next dialog.
  13. Wait a few minutes for things to get up and running and you're no ready for remote administration again.
I hope this helps someone get back up and running faster than I did...
 
Source: PeterRitchie

Tuesday, November 2, 2010

Ms Access File sharing lock count exceeded

When one or more users process many transactions in a multi-user environment, the transactions may fail with the following error message: File sharing lock count exceeded. Increase MaxLocksPerFile registry entry.

Method 1: Set the registry key to MaxLocksPerFile to increase the maximum number of locks per file

  1. Click Start, and then click Run.
  2. Type regedit, and then click OK.
  3. Use the appropriate method:
    • In Microsoft Access 2000, in Microsoft Access 2002, and in Microsoft Office Access 2003 that are running on a 32-bit Windows operating system, use Registry Editor to locate the following registry key:
      HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Jet\4.0\Engines\Jet 4.0

      In Microsoft Access 2000, in Microsoft Access 2002, and in Microsoft Office Access 2003 that are running on a 64-bit Windows operating system, use Registry Editor to locate the following registry key:
      HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Jet\4.0\Engines\Jet 4.0
    • In Microsoft Office Access 2007 that is running on a 32-bit Windows operating system, use Registry Editor to locate the following registry key:
      HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\12.0\Access Connectivity Engine\Engines\ACE

      In Microsoft Office Access 2007 that is running on a 64-bit Windows operating system, use Registry Editor to locate the following registry key:
      HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Office\12.0\Access Connectivity Engine\Engines\ACE
  4. In the right pane of Registry Editor, double click MaxLocksPerFile.
  5. On the Edit DWORD Value dialog box, click Decimal.
  6. Modify the value of the Value data box as required, and then click OK.
Note This method changes the Windows registry setting for all applications that use the Microsoft Jet database engine version 4.0.

Method 2: Use the SetOption method to temporarily change MaxLocksPerFile

Note The sample code in this article uses Microsoft Data Access Objects. For this code to run correctly, you must reference the Microsoft DAO 3.6 Object Library. To do so, click References on the Tools menu in the Visual Basic Editor, and make sure that the Microsoft DAO 3.6 Object Library check box is selected.

The SetOption method temporarily overrides the default number of locks per file. You set the default number of locks per file when you set the MaxLocksPerFile registry key. You set the new value by using the SetOption method. The new value is valid until you close the DBEngine object. To use Method 2, follow these steps:
  1. Open Microsoft Access.
  2. Open a database, and then press Alt+F11 to launch the Visual Basic editor.
  3. On the Microsoft Visual Basic -<Database Name>-[<Module Name> (Code)] window, click Immediate Window in the View menu.
  4. In Immediate Window, enter the following code.
    DAO.DBEngine.SetOption dbmaxlocksperfile,15000
  5. Press the ENTER key to run the line of code.

    Note This temporarily sets the MaxLocksPerFile value to 15,000.
To process large transactions, set the MaxLocksPerFile value to meet your requirement, and then run the transactions in the session.

Changes you make to the MaxLocksPerFile setting by using the SetOption method are available only for the current session.


Ini pengalaman pribadi saat melakukan import dari file excel ke database Ms Access 2007. :)

Monday, July 5, 2010

Optimalisasi Firefox hingga 3 x lipat

Posted: Februari 26, 2008 by dennycharter in Umum
Tag:Firefox, optimalisasi

Bagi Anda penghobi internet, tentu tidak asing dengan nama Firefox. Aplikasi browser besutan Mozilla Foundation ini begitu populer khususnya di kalangan pengguna open source. Namun pernahkah Anda frustasi saat berselancar dengan firefox tiba – tiba komputer Anda melambat atau bahkan ngadat? Contoh saat Anda menunggu login email di google mail (GMAIL), Anda mencoba membuka situs forum linux.or.id di tab baru. Namun tiba-tiba mouse Anda menjadi sulit digerakkan alias komputer melambat . Hal ini mungkin akan membuat Anda frustasi.Mengapa hal ini bisa terjadi? Salah satu penyebab utamanya adalah karena firefox itu sendiri. Meski populer rupanya Firefox bukanlah browser ringan. Browser ini tergolong tambun dan boros, karena menghabiskan resource komputer yang lumayan tinggi. Untuk pertama kali dijalankan saja browser ini (versi 2) menghabiskan paling sedikit 10 mega memori di Linux, dan 20 mega di Windows. Semakin banyak Anda membuka tab / web maka semakin besar memori yang dihabiskan dan semakin sibuk pula CPU Anda bekerja. Anda bisa mengeceknya via aplikasi semacam top dan free di console atau ksysguard di KDE. Dari sisi manajemen memori tampaknya browser ini masih kalah dibanding rivalnya Opera.
firefox-tune-up-02.jpg
Gambar 01.
Men-disable animasi flash terbukti ampuh dalam menghemat memori yang dipakai Firefox. Jenuh bukan melihat “flash” yang bertebaran seperti ini?
Namun Anda tidak perlu berkecil hati dan lekas-lekas memutuskan berpindah ke browser lain. Karena dengan sedikit tune up Anda bisa memperbaiki kinerja Firefox kesayangan. Silahkan ikuti langkah – langkah berikut..
Buka firefox. pada address ketikkan about:config (Lihat Gambar 02).
firefox-tune-up-01.jpg
Gambar 02.
about:config
1. Batasi kapasitas cache memori
Setiap kali Anda membuka sebuah halaman web, Firefox otomatis akan menyimpannya dalam cache memori. Secara default Firefox menggunakannya sebesar jumlah maksimal RAM yang Anda miliki. Itulah mengapa semakin banyak Anda membuka web, memori komputer Anda semakin habis. Untuk membatasinya tambahkan opsi: browser.cache.memory.capacity. Caranya klik kanan, New > Integer. Ketik browser.cache.memory.capacity, enter, masukkan angka 2048. 2048 disini artinya gunakan cache memori maksimal hanya 2 Mega. Anda bisa coba – coba dengan angka yang lain, namun usahakan merupakan kelipatan dari 1024.
2. Batasi kapasitas cache history
Sama seperti cache memori, hanya bedanya peruntukan cache disini oleh Firefox lebih ditujukan untuk mempercepat loading halaman saat Anda menekan tombol back dan forward pada browser. Apabila Anda jarang memakai back dan forward, ada baiknya Anda set dengan nilai kecil guna menghemat memori. Pada filter ketikkan: browser.sessionhistory.max_total_viewers, ubah nilai -1 menjadi 3. Default -1 artinya gunakan semaksimal RAM yang ada. hmm.. nilai default dari Firefox benar-benar rakus bukan?
3. Batasi kapasitas cache disk
Secara default Mozilla menset ukuran cache disk sebesar 50 Mega. Tentunya ini pemborosan memori. Mensetnya menjadi 2 MB dapat memberikan performa yang positif khususnya bagi komputer dengan memori dibawah 128 MB dan harddisk model lama. Pada filter ketikkan: browser.cache.disk.capacity, ubah nilai 50000 menjadi 2000.
4. Batasi extension/add-ons
Semakin banyak add-ons yang Anda gunakan, semakin besar RAM yang dihabiskan. Disable add-ons yang kurang Anda gunakan. Untuk membandingkan performa memori yang digunakan saat menggunakan dan tanpa add-ons dapat dilakukan dengan mencoba menjalankan Firefox pada kondisi safe-mode. Caranya dengan perintah: $ firefox -safe-mode. Pada pilihan yang muncul pastikan Anda beri tanda pada opsi: Disable all add-ons (Lihat Gambar 03)
firefox-tune-up-04.jpg
Gambar 03.
Opsi pilihan pada safe-mode
5. Disable Flash
Tahukah anda bahwa animasi flash yang di load saat Anda membuka web memakan resource RAM yang lumayan besar? Konsekuensinya adalah waktu loading menjadi lebih lambat dan berat. Bahkan pada plugin flash sebelum versi 9, resource RAM yang dipakai merupakan akumulasi dari jumlah flash yang dibuka sebelumnya. Gerah? (Lihat Gambar 01) Ada baiknya anda disable flash. Silahkan download dan install flashblock addon disini:
http://downloads.mozdev.org/flashblock/flashblock-1.5.5.xpi (untuk firefox > 1.5.5)

6. Disable download history

Sebaiknya anda nonaktifkan fitur history ini. Karena semakin banyak download history yang disimpan, maka akan menurunkan performa Firefox. Apalagi bila media penyimpannya pada media removeable seperti disket. Caranya mudah, pilih menu Tools > Options > Privacy. lalu hilangkan pilihan pada “Remember what I’ve downloaded” (Lihat Gambar 04)
firefox-tune-up-03.jpg
Gambar 04.
Hilangkan pada pilihan “Remember what I’ve downloaded”
7. Load yang perlu saja
Secara default Firefox tanpa kita sadari merusaha melakukan pre-download pada link halaman web yang mungkin akan kita klik. Hal ini meniru taktik Google yang mencache terlebih dahulu result pertama dari link pencarian yang dia temukan. Tentu cara ini hanya memboroskan bandwdith, dan performa CPU. Untuk menonaktifkan fitur ini ketik pada filter: network.prefetch-next, klik dua kali, agar nilainya menjadi false.
8. Download dan segera tampilkan.
Tips ini mungkin berguna buat yang tidak sabaran. Umumnya firefox akan menunggu beberapa saat setelah download untuk mulai menampilkan halaman yang dituju. Untuk memaksa Firefox agar segera menampilkan halaman web yang didownloadnya Anda bisa menset nilai: nglayout.initialpaint.delay menjadi 0. Apabila belum ada silahkan klik kanan, new > integer > nglayout.initialpaint.delay
Tips untuk menghemat memori lainnya adalah dengan mengaktifkan fitur config.trim_on_minimize. Hanya saja fitur ini hanya efektif pada lingkungan Windows. Caranya klik kanan, new > boolean, ketikkan config.trim_on_minimize. Set nilainya True. Dengan cara ini setiap kali Firefox di minimize, otomatis memori yang di pakai akan dilepas / dibebaskan, sehingga dapat dipakai untuk proses aplikasi lainnya.
OK, apabila langkah – langkah diatas telah Anda kerjakan, langkah terakhir adalah me-restart Firefox Anda. Bagaimana kini performa Firefox Anda? Kami tunggu komentarnya.

Tuesday, May 4, 2010

Trick buka DUA ACCOUNT dalam satu Browser


Ini bermula dari pengalaman saya sebenernya, karena punya dua account yahoo mail, tapi tiap kali mau buka yang A (misalnya) harus tutup dulu yang B, nanti begitu mau buka lagi yang A, harus tutup lagi yang B-nya… Ribet kan..

Setelah mencari-cari cara dan teknik, ada beberapa sih caranya, tapi menurut saya sih ini cara termudah.
Tapi satu yang pasti, harus pake Mozilla Firefox,
Mengapa perlu pake Mozilla, karna kita butuh yang namanya add-on CookiePie.D
Download saja di sini.



Setelah itu, restart Mozilla – nya. Kita pake contoh Facebook.
Log in ke facebook punya kita. Di tab Facebook, klik kanan. Nanti muncul kotak seperti gambar di bawah ini.
Klik “Toggle On/Off CookiePie”. Kalo kita On, nanti akan ada gambar Cookie di tab kita.
Setelah kita On – kan. Silakan buka Facebook lain, dan bisa diganti dengan nama account yang lain. Jadi kita bisa buka beberapa account FB nih,
Jangan Lupa teknik ini berlaku yang lainnya, seperti Yahoo mail, Facebook Gmail, atau Hotmail.
Sumber: http://blogvrman.blogspot.com

Wednesday, May 6, 2009

Cegah Tambah Pengguna di Outlook Express

Berdasarkan survei yang dilakukan oleh sebuah media, Windows Mail merupakan aplikasi klien e-mail favorit. Ditengarai, prestasi ini diraih karena Windows Mail terintegrasi dengan Windows Vista.

Windows Mail bisa digunakan untuk beberapa akun e-mail. Kalau hanya ingin akun-akun e-mail Anda saja yang ada di Windows Mail, Anda bisa menjalankan trik ini. Tentu saja trik ini dilakukan setelah Anda “mengisi” Windows Mail dengan akun-akun e-mail Anda. Setelah itu, barulah “kunci” Windows Mail agar tidak bisa ditambahi akun e-mail.

Caranya:
1. Jalankan Registry Editor.
2. Masuklah ke sub key HKEY_LOCAL_MACHINE-SOFTWARE-Microsoft- Windows Mail.
3. Buatlah sebuah DWORD value baru dengan cara klik kanan mouse pada bagian kanan window, kemudian klik [New] > [DWORD (32 bit) value].
4. Beri nama DWORD value baru tersebut dengan nama “No modify accts”.
5. Setelah itu klik ganda DWORD value yang baru saja dibuat itu dan isikan value-nya dengan nilai 1.
6. Terakhir, klik [OK] dan tutup jendela Registry Editor.
7. Periksa menu [Tools] > [Account...] pada Windows Mail. Kalau Anda ikuti trik ini dengan benar, menu itu sudah raib