Posted in bla.. bla.. blaa

Lokasi dan Jadwal Pelayanan SIM Keliling Depok – Perpanjang only

Lokasi dan Jadwal Pelayanan SIM Keliling Depok – Perpanjang only

Buat yang ingin melakukan perpanjangan SIM, namun mempunyai keterbatasan waktu dan lokasi, maka bisa memanfaatkan Pelayanan SIM Keliling  terdekat.

Nah, buat yang berada di daerah depok dan sekitarnya, berikut jadwal pelayanannya :

Senin     :  Honda Motor Care – Sawangan

Selasa   : Perumahan Mutiara Depok – Sukmajaya

Rabu      : DTC Maharaja – Sawangan

Kamis    : Polres – Margonda

Jum’at  : Depok Townsquare ( DETOS) – Margonda

Sabtu    : Margo City  – Margonda

Minggu : Jl. Juanda ( Ruko di depan Komplek Pesona Khayangan Mungil) * hanya minggu ke-2 dan ke-4

Untuk jam operasional nya skitar 08:30 – 12:00 WIB.

Syarat untuk perpanjang SIM dengan memanfaatkan pelayanan SIM keliling adalah :

–          Foto copy KTP 2 lembar

–          SIM Asli

–          Biaya Rp. 100.000

Nah berikut skenarionya perpanjangannya :

–          Datang dan melapor kepada petugas

–          Menyerahkan Fotocopy KTP 2 lembar dan SIM asli

–          Mengisi formulir perpanjangan

–          Menunggu panggilan

–          Masuk mobil SIM keliling, nah disini kita diberi snack + minum **hehe ngarep mode on :p

–          Petugas memverfikasi data pribadi

–          Melakukan scan sidik jari

–          Foto (cheese :D)

–          Kartu SIM baru tercetak dan siap untuk ditilang, * lho koq…:D

–          Membayar biaya Rp. 100.000

–          Pamitan dech dengan bapak petugas…  ^-^

Gambar tempat pendaftarannya, TKP di Jl Juanda Depok  :

Tempat melapor dan mengisi formulir

SIM keliling - Juanda Depok

* Data ini diperoleh dari informasi salah seorang petugas per 23 Mei 2010.

* Pelayanan SIM keliling ini, hanya untuk perpanjangan saja, untuk pembuatan SIM baru silahkan dilakukan di   polres/polsek terdekat 🙂

Posted in Setting and Configuration

change_boot_loader

Mengganti default booting dari

Windows Server 2008 menjadi windows XP Professional


Bagi yang ingin mengganti default booting dari  Windows Server 2008 menjadi Windows XP Profesional , Banyak tutorial yang dapat dijadikan acuan dalam topik ini, salah satunya tutorial dari Microsoft Support yang dapat dilihat pada alamat url : http://support.microsoft.com/kb/289022.  (yang dapat dilihat di bagian bawah tutorial ini).

Namun dapat juga dicoba langkah2 sebagai berikut :

  1. Booting dengan memilih OS Windows Server 2008.
  2. Setelah login kedalam Windows Server 2008, masuk ke menu System dengan langkah :

Start –> Control Panel -> System

Control Panel

3.  Setelah tampil jendela System, maka pilih ‘Advanced system settings’ pada bagian Tasks. System

4. Kemudian tampil jendela System Properties.  Pilih tab Advanced ->  klik tombol Settings pada bagian     Startup and Recovery.Advanced

5. Akan tampil jendela Startup and Recovery dengan Default operating system : Microsoft Windows Server    2008 seperti dibawah ini :

Startup and Recovery

6.     Ganti pilihan Default operating system menjadi :Earlier Version of Windows (Dalam hal ini, pilihan pada saat booting akan berubah defaultnya menjadi ‘Earlier Version of Windows’ yaitu Windows XP Professional. Dan Klik tombol OK.  Lakukan restart ulang. Selesai.change to Windows XP Profesional


Isi  tutorial dari Microsoft Support yang  dilihat pada alamat url : http://support.microsoft.com/kb/289022 Isinya yaitu (di copy paste) :

This article describes how to view and manually configure the Boot.ini file in Windows XP from within the Startup and Recovery dialog.

In Windows XP, you can quickly and easily locate the Boot.ini to verify and/or edit the file.

It is suggested to backup the Boot.ini file before editing. The first tasks will involve modifying folder option so as to view hidden files and then backing up the Boot.ini file.

Save a Backup Copy of Boot.ini

  1. Right-click My Computer, and then click Properties.

-or-

Click Start, click Run, type sysdm.cpl, and then click OK.

  1. On the Advanced tab, click Settings under Startup and Recovery.
  2. Under System Startup, click Edit. This opens the file in Notepad ready for editing.
  3. In Notepad, click File on the Menu bar, and then click Save As.
  4. Right click in an empty area of the Save As dialog box, point to New in the context menu, and then click Folder.
  5. Type a name for the new folder, for example temp, and then press the ENTER key to create the folder named temp.
  6. Double-click the new folder named temp, and then click the Save button to save a backup copy of the Boot.ini file.

Edit the Boot.ini File

To view and edit the Boot.ini file:

  1. Right-click My Computer, and then click Properties.

-or-

Click Start, click Run, type sysdm.cpl, and then click OK.

  1. On the Advanced tab, click Settings under Startup and Recovery.
  2. Under System Startup, click Edit.

Sample Boot.ini File

This is a sample of a default Boot.ini file from a Windows XP Professional computer.

[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS=”Microsoft Windows XP Professional” /fastdetect

This is a sample of the above Boot.ini file with a previous installation of Windows 2000 on a separate partition.

[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS=”Windows XP Professional” /fastdetect
multi(0)disk(0)rdisk(0)partition(2)\WINNT=”Windows 2000 Professional” /fastdetect

Modifying the Boot.ini

While you can modify the Boot.ini file using the Startup and Recovery dialog, where you can select the default operating system, change the timeout value, or manually edit the file, the following method uses the command line utility, Bootcfg.exe.

Note The Bootcfg.exe utility is only available in Windows XP Professional. This utility is not available in Microsoft Windows XP Home Edition. Therefore, this section does not apply to Windows XP Home Edition.

  1. Click Start, and then click Run.
  2. In the Open text box, type cmd.
  3. At the command prompt, type bootcfg /?.
  4. The help and parameters for BOOTCFG.exe will display.

Adding an Operating System

At the command prompt, type:

bootcfg /copy /d Operating System Description /ID#

Where Operating System Description is a text description (e.g. Windows XP Home Edition), and where # specifies the boot entry ID in the operating systems section of the BOOT.INI file from which the copy has to be made.

Removing an Operating System

At the command prompt, type:

bootcfg /delete /ID#

Where # specifies the boot entry ID that you want to be deleted from the operating systems section of the BOOT.INI file (e.g. 2 for the second Operating system that is listed.

Setting the Default Operating System

At the command prompt, type:

bootcfg /default /ID#

Where # specifies the boot entry id in the operating systems section of the BOOT.INI file to be made the default operating system.

Setting the Time Out

At the command prompt, type: bootcfg /timeout# Where # specifies the time in seconds after which default operating system will be loaded.

Open the Boot.ini File to Verify Changes

  1. Right-click My Computer, and then click Properties.

-or-

Click Start, click Run, type sysdm.cpl, and then click OK.

  1. On the Advanced tab, click Settings under Startup and Recovery.
  2. Under System Startup, click Edit.
Posted in bla.. bla.. blaa

jalan nembus2 yuuu

Sesuai dengan lagu :

#1. Pagi-pagi ku bangun tidur

tidak lupa ngambilin guling(yang telah berjatuhan,hahaha)…

#2. Pada pagi hari ku telah pergi ke kota

untuk mencari sesuap nasi buat sebulan

tapi ga aneh lagi jalanan pada macet

hayu qta cari ajah jalanan nembus nembus

Tuk tik tak Tik Tuk tik tak tik tuk tik tak tik tuk….

Yah, pagi2 jalanan menuju ke perkotaan dari kediaman suangan muacet sekali. ..

nah buat yang sering terjebak kemacetan di daerah kalibata -> pancoran / buncit, bisa lewat jalan nembus2..

daerah tegal parang namanya.  tapi kadang disini malah lebih macet lagi (fiuhhh).

nanti nembus nya ke jalan MT.Haryono, atau bisa ke pasar mampang.

nah lumayan khan buat ngindarin macet dari kalibata -> pancoran -> MT. Haryono 😀