Scripta Manent

Icon

Kesempurnaan adalah Perjalanan

Broken Battery


Finally I know, my laptop battery is broken.

Voila Testing

I can connect to wireless network with WPA authentication, with Debian Testing. Voila Debian Testing!

Truecrypt Debian Testing

I have successfully install truecrypt on my Debian Testing (I’ll tell you on another topic how I install it). Unfortunately, it still won’t mount my crypted partition. The Truercypt ask for my password on my crypted partition. Then ask the administrator password on my kafka (name of my Debian).

I haven’t search for the Truecrypt log.

Testing

I usually using stable on my Debian. Now I try the testing. Actually this is triggered because of I can’t mount my ntfs partition. This is the error message.

kafka:/etc# mount -a
/sbin/mount.ntfs-3g: /usr/lib/libfuse.so.2: version `FUSE_2.6' not found (required by /sbin/mount.ntfs-3g)

Let’s give it a try!

Distributed.net di Linux

Berikut adalah langkah-langkah menjalankan client distributed.net di komputer dengan sistem operasi Linux.

  1. Download distributed.net client untuk linux

    $ wget http://http.distributed.net/pub/dcti/current-client/dnetc-linux-x86-elf-uclibc.tar.gz
    --16:34:43--  http://http.distributed.net/pub/dcti/current-client/dnetc-linux-x86-elf-uclibc.tar.gz
    => `dnetc-linux-x86-elf-uclibc.tar.gz'
    Connecting to 167.205.22.104:8080... connected.
    Proxy request sent, awaiting response... 200 OK
    Length: 261,208 (255K) [application/x-tar]
    
    100%[=================================================================================>] 261,208       –.–K/s
    
    16:34:44 (6.22 MB/s) - `dnetc-linux-x86-elf-uclibc.tar.gz’ saved [261208/261208]
  2. Ekstrak
    $ tar -xzvf dnetc-linux-x86-elf-uclibc.tar.gz
    dnetc504-linux-x86-elf-uclibc/
    dnetc504-linux-x86-elf-uclibc/docs/
    dnetc504-linux-x86-elf-uclibc/docs/readme.1st
    dnetc504-linux-x86-elf-uclibc/docs/readme.linux
    dnetc504-linux-x86-elf-uclibc/docs/readme.uclib
    dnetc504-linux-x86-elf-uclibc/docs/CHANGES.txt
    dnetc504-linux-x86-elf-uclibc/docs/dnetc.txt
    dnetc504-linux-x86-elf-uclibc/dnetc
    dnetc504-linux-x86-elf-uclibc/dnetc.1
  3. Masuk ke direktori hasil ekstrak
    $ cd dnetc504-linux-x86-elf-uclibc/
  4. Jalankan untuk kali pertama dnetc dan set konfigurasi email
    $ ./dnetc -quiet
    distributed.net client configuration:
    --------------------------------------------------------------------------
    1) General Client Options
    2) Buffer and Buffer Update Options
    3) Performance related options
    4) Logging Options

    9) Discard settings and exit
    0) Save settings and exit

    Note: You have not yet provided a distributed.net ID.
    Please go to the 'General Client Options' and set it.

    Choice

  5. Jalankan dnetc, voila! Program dnetc akan langsung mendeteksi tipe processor komputer yang digunakan
    $ ./dnetc

    distributed.net client for Linux Copyright 1997-2007, distributed.net
    Please visit http://www.distributed.net/ for up-to-date contest information.

    dnetc v2.9015-504-CFR-07110717 for Linux (Linux 2.6.18-6-686).
    Please provide the *entire* version descriptor when submitting bug reports.
    The distributed.net bug report pages are at http://www.distributed.net/bugs/
    Using email address (distributed.net ID) 'zakiakhmad@gmail.com'

    [Jun 04 09:39:19 UTC] Automatic processor detection found 1 processor.
    [Jun 04 09:39:21 UTC] Connected to asia.v29.distributed.net:2064…
    [Jun 04 09:39:21 UTC] The keyserver says: “Hai c0w! (cdy)”
    [Jun 04 09:39:21 UTC] Retrieved project state data from server. (cached)
    [Jun 04 09:39:39 UTC] RC5-72: Retrieved stats unit 24 of 24 (100.00%)
    [Jun 04 09:39:56 UTC] OGR-P2: Retrieved packet 24 of 24 (100.00%)
    [Jun 04 09:39:56 UTC] Connection closed.
    [Jun 04 09:39:56 UTC] Automatic processor type detection found
    an Intel Pentium M processor.
    [Jun 04 09:39:56 UTC] OGR-P2: using core #3 (GARSP 6.0-asm-rt1-mmx).
    [Jun 04 09:39:56 UTC] OGR-P2: Loaded 25/3-25-1-20-17
    [Jun 04 09:39:56 UTC] OGR-P2: 23 packets remain in buff-in.ogf
    [Jun 04 09:39:56 UTC] OGR-P2: 0 packets are in buff-out.ogf
    [Jun 04 09:39:56 UTC] 1 cruncher has been started.
    [Jun 04 09:40:16 UTC] OGR-P2:25/3-25-1-20-17+30-4-9-5-36 [357,238,321]

dd image

Berikut adalah langkah melakukan copy image yang terletak di dalam harddisk ke usb flash disk:


$ dd if=/home/za/percobaan.img of=/dev/sda

Perhatikan. Parameter setelah of tidak diikuti dengan nomor partisi. Sebelumnya saya coba dengan /dev/sda1 namun hasilnya gagal. /dev/sda menunjukkan lokasi usb flash disk saya terdeteksi. Jika sukses maka akan muncul pesan sebagai berikut:

… (menyusul ya, ternyata ada di partisi harddisk yang lain, catatannya)