How to use Debian iso for repository

A neat (old) trick I learn while trying to make wifi work on Axioo Pico running a fresh install Debian Squeeze.

Few days ago, I was trying to install Debian Squeeze to my netbook. Since the netbook didn’t have CD drive, I use Unetbootin to create Debian installer from 1st Debian CD iso. To cut long story short, the installation went succesful, I got GNOME running, yadda yadda yadda. The only problem left is how I add more applications.

At that time, I didn’t have wired Internet connection. There’s a Huawei USB modem, but my Debian installation is yet to have wvdial. But I do have 2nd & 3rd CD ISO. I could use it for local repository, but again, since my netbook didn’t have CD drive, I need to do some improvisations.

  1. make some temporary folder
    # mkdir /tmp/mount1
    # mkdir /tmp/mount2
  2. mount the iso files
    # mount -o loop /path/to/iso/debian-6.0.0-i386-CD-1.iso /tmp/mount1/
    # mount -o loop /path/to/iso/debian-6.0.0-i386-CD-2.iso /tmp/mount2
  3. edit the /etc/apt/sources.list file and add this line
    deb file:/tmp/mount1/ squeeze main contrib
    deb file:/tmp/mount2/ squeeze main contrib
  4. update the repository
    # apt-get update

All done. Now I can install applications from local repository. And the first application I installed? Synaptic, of course :D

Repo hopping

Kadang-kadang saya kesulitan mengupdate Ombilin karena tidak konek ke repo. Pertama kali install Ombilin pakai reponya Kambing, lalu didobel repo Mugos. Lumayan lama pakai keduanya. Cuma baru-baru ini saya nggak bisa konek keduanya via wifi gratisan, akhirnya utak-atik /etc/apt/sources.list lagi. Waktu itu entah kenapa cuma repo Buaya yang bisa konek. Dan sampai sekarang masih mengupdate dari repo itu. Malas soalnya kalau mesti ganti repo kemudian apt-get update lagi. Pahamlah, sudah musafir benwit, fakir pula :D

deb http://buaya.klas.or.id/blankon ombilin main restricted extras extras-restricted

deb http://buaya.klas.or.id/blankon ombilin-updates main restricted extras extras-restricted

#deb http://buaya.klas.or.id/blankon ombilin-security main restricted

Wrong priorities there, huh? Mestinya komen repo ombilin-updates, bukannya ombilin-security :P

Fluxbox on Ombilin

gnome-shell sure makes a beautiful desktop, but at the price of resource hogging. It’s too heavy for my low-end netbook, so I’m more than willing to have a lightweight desktop. Moreover, I think the resources gnome-shell (or any eye-candy effect) uses should be better spent at other application (browser, mail client, text editor, etc)

This is where Fluxbox, a lightweight window manager, win my choice.

Fluxbox on Blankon 6.0 Ombilin

I still keep gnome-shell, in case where it’s necessary to show off a jaw-dropping Linux desktop :D

While sufficient bandwidth is available…

..let’s get LibreOffice :D

wget http://kambing.ui.ac.id/tdf/libreoffice/testing/3.3.0-beta2/deb/x86/LibO_3.3.0_beta2_Linux_x86_install-deb_en-US.tar.gz

I still can’t believe that graph. 100Kb/s? Usually I wasn’t lucky enough to even get 10Kb/s

Great desktop with gnome-shell

Oooh, shiny

It’s still in active development, needs improvement here & there, but I think it’s already good enough for everyday use :)

« Previous PageNext Page »