Archive

Archive for the ‘Computer’ Category

Internetan dengan Notebook Acer + Nokia 3110 Classic + Indosat M3

January 31st, 2009 8 comments

Acer Aspire, Nokia 3110 Classic, Indosat M3 images
Dua minggu ini dapet notebook pinjeman dari dosen kuliahku, pak Haris. Karena ada bluetoothnya langsung aja dijajal gampang ga seh Internetan pake HP sebagai modemnya tanpa perlu nginstall Nokia PC Suite. Dan hasilnya memuaskan karena konfigurasi yg gampang. Berikut ulasannya.
Notebook: Acer Aspire 2920Z
HP: Nokia 3110 classic
Operator: Indosat M3

Pengaturan di HP

Aktifkan Bluetooth di HP: Settings -> Connectivity -> Bluetooth -> On

Pengaturan di notebook

Notebook Acer ini telah menyediakan tombol di keyboard untuk mengaktifkan Bluetooth, jadi tinggal pencet aja deh sung aktif. Pada Windows, buka My Bluetooth Place -> Add a Bluetooth Device. Setelah hapenya telah terdeteksi, lewati (Skip) opsi tuk mengisi security key, pada pilihan Bluetooth Service, pilih Dial-up networking.
Klik dua kali pada icon [nama hape] Dial-up networking, untuk pertama kali biasanya di hape akan ada konfirmasi untuk konek dengan notebook. Lalu akan muncul jendela Connect BluetoothConnection.
Connect BluetoothConnection window

Konfigurasi Internet dengan Indosat M3

Dial: *99***1#
Untuk pemakaian volume based (Rp 1.1/kB):
Username: gprs
Password: im3
Untuk pemakaian time based (Rp 110/menit):
Username dan password: indosat@durasi
Bila tarif masih dirasa mahal, Indosat telah menyediakan Voucher Internet Indosat, dengan tarif Rp 10/30dtk atau Rp 5000 selama 250mnt.

Walaupun ga cepet2 amat, sering dc, n nguras baterai hape juga; tandem ini bisa berguna disaat2 genting klo koneksi Internet tidak tersedia dan sangat dibutuhkan *pengalaman*.

After Virus Attack: .exe .com .reg File Extension Is Not Working

January 26th, 2009 3 comments

Well this happen yesterday in my campus, I forget what the virus’ name is, but this virus caused the folders to be “super hidden” and show folder icons that contain virus (application type). It seems I got successfully delete the virus after install NIS 2009 then repair the registry and clean the remaining virus file (see my old post).
But after the virus is gone, I can’t run file with extension .exe, .com, .reg, or maybe other extensions.

How To Fix

After googling I found this web.

  • I download the exefix_xp.com file.
  • After that boot to Safe Mode with Command Prompt,
  • run the file and it worked!

Update: About the exefix_xp.com file here is the result about the file scanned in www.virustotal.com: scan result
File exefix_xp.com received on 11.23.2008 00:03:57 (CET)
Current status: finished
Result: 3/37 (8.11%)

Connect Virtual OS to Network in Virtualbox

July 17th, 2008 2 comments

Fos this case, I use Windows XP as the host and Ubuntu 8.0.4 for the virtual OS. The problem is how to connect Ubuntu to the real available network or Internet.

  1. After create the virtual operating system (example is Ubuntu 8.0.4), select it and click Settings.
    Settings button on Virtualbox
  2. In window Settings, choose Network.
  3. In Attached to option, choose Host Interface. For this option you must add a new host interface.
  4. In Host Interfaces, click icon Add. Fill the name (example: VirtualBox Host Interface 1).
    Network settings on Virtualbox
  5. This will also create a new LAN icon in Windows.
  6. To connect between host network and virtual network, you must create a bridge connections between them. To create it, select both icon, right click and choose Bridge Connections.
  7. Right click on Bridge Connections icon, choose Properties. Set the IP and it will be the host computer IP, x: 12.205.3.10
    Network bridge settings on Windows
  8. Run Virtual OS and set different IP, x: 12.205.3.11

Read more…

Customize Icon and Background Flash Disk

February 18th, 2008 4 comments

Customize the Icon Drive

  1. Open Notepad.
  2. Write this code:
    [autorun]
    icon=icon_name.ico
  3. Save the file with configuration:
    1. File name: autorun.inf
    2. Save as type: All Files
  4. Save the autorun.inf file dan the icon (icon_name.ico) on root folder of disk.

Customize the Background Image

  1. Open Notepad.
  2. Write this code:
    [ExtShellFolderViews]
    [{BE098140-A513-11D0-A3A4-00C04FD706EC}]
    IconArea_Image=Folder Settings/background_file.gif
    IconArea_Text=0x000
  3. Save the file with configuration:
    1. File name: desktop.ini
    2. Save as type: All Files
  4. Save the desktop.ini file dan the icon (icon_name.ico) on root folder of disk.
  5. Create a new folder and renamed it to Folder Settings dan copy the image (background_file.gif), to that folder.
  6. NB:
    IconArea_Text=0x000 -> 000 is the HEX color code (000 means black).

Tips After Virus Attack

February 17th, 2008 No comments

The Virus Crime

There are a lot of virus nowadays, resulting various infection to the computer. Recently I got my friend’s computer got infected by virus. Even she has installed antivirus, but the virus still can penetrate the antivirus defense after activated since she plugged the infected flash disk into the computer. And the virus create these problems:

  1. Disable Task Manager, Regedit, Folder Options, Run, Find, Msconfig, cmd, install
  2. Create .exe file from .doc, .txt, and .jpg files and “super hidden” source files
  3. Disable .exe files so that I can’t run/install any program
  4. The virus also active in Safe Mode

Counter Attack

To counter attack the virus, I prepare the weapons to fight it: BartPE CD, HijackThis, good Anti Virus with the latest update, .inf file with code. Read more…