Driver Speed Up 8300 Ubuntu

December 6, 2008 at 7:46 am (linux) (, , )

Ronald Hariyanto sudah menuliskan cara install driver Speed Up 8300 U, sebuah modem koneksi 3G yang bisa dipakai untuk koneksi IM 2, di Ubuntu. Sayangnya, dia tidak memberikan alamat site tempat download driver itu. Aku sudah temukan tempat yang dimaksudkannya, yaitu di 4shared.com, sebuah site penyedia jasa filesharing. Ini linknya.

Permalink Leave a Comment

How to fix an unresponsive Linux

November 12, 2008 at 3:08 am (linux) (, , )

Via linuxtoday.com, I found this article.

But it can be hard to memorize.

what’s the magic? Well if you are ever stuck with an unresponsive system try
Alt+PrintScreen+r+s+e+i+u+b.
Pheew! So how many hands do you need to do this? Or should you use your toes? Well, actually you only press and hold Alt and PrintScreen together, the other keys are pressed one at a time and then released. There is quite a lot happening when you do this.

Permalink Leave a Comment

Confirming Linux FS atomicity

October 6, 2008 at 2:47 am (linux) (, )

Today I did an experiment. I ssh-ed to another machine. Then from my own machine, I copy a big ISO file from it using scp.While the transfer was still in-progress, I moved that file at source machine to another folder.

The transfer still going to completion, yet ls at source machine didn’t list it anymore. I confirmed using md5sum that both still are identical.

I didn’t try to rm it though. Quite interesting if it passes.

Maybe some other time I should try to see whether Linux implements COW (copy-on-write) semantic by writing to a file while in transfer. They should differ at the end.

Permalink 1 Comment

CPU Scaling in Debian

September 20, 2008 at 1:16 pm (linux)

CPU scaling problem in my debian based laptop makes me confused. It stays in 1.8 GHz and won’t scale down.
After searching using “throttling ” keyword and bumped here and there, I found that I have to add acpi-cpufreq module in /etc/modules. Hope this helps you.

Permalink Leave a Comment

Compiling rubinius c++ VM in Debian lenny

September 20, 2008 at 1:15 pm (c++, linux, ruby) ()

I have a habit to use testing branch of debian. Currently it’s Lenny.

The problem is, gcc package now is version 4.3. The g++ of that version is stricter (being transitioning to C++-0x), emitting errors when compiling rubinius c++ vm. The solution (workaround, actually) is installing the 4.2 versions, then replacing the gcc and g++ symlinks (prvided by gcc and g++ packages, respectively) to point to gcc-4.2 and g++-4.2, respectively. Yes, it’s a hack.

Permalink Leave a Comment

CPU frequency scaling problem

September 20, 2008 at 1:15 pm (linux)

CPU scaling problem in my debian based laptop makes me confused. It stays in 1.8 GHz and won’t scale down.
After searching using “throttling ” keyword and bumped here and there, I found that I have to add acpi-cpufreq module in /etc/modules. Hope this helps you.

Permalink Leave a Comment

MonetDB for CentOS 5

August 28, 2008 at 10:35 am (linux) (, )

Today I installed MonetDB on CentOS 5. I built it from *.src.rpm files. I still had the binary. Anyone wants to host it ?

Permalink Leave a Comment

First touch with LVM

August 28, 2008 at 10:25 am (linux) (, , , )

Today, I’m ordered to install Centos 5 at a server. It has four disks, 250 G each. There I had my first contact with LVM (Logical Volume Manager). Firstly I’m a bit confused. Plus, I was trying to add RAID in the mix. How come total capacity become less then 300G?

At first, I thought it was because of RAID. Actually no. It’s because I chose too small extent size. Extent size is like block size (reminds me to FAT16 – FAT32 block size issue). When I chose larger size (32 M ?), it gives me almost 800G for RAID 5. Without RAID, it gives me almost 1 TB.

Well, another day, another knowledge. All praise to the One that owns my life.

Permalink Leave a Comment

Using R2D2 projector to maintain network

June 18, 2008 at 10:12 am (geek, linux) (, , , )

Gizmodo showed that you can useR2D2 to monitor network. Well, actually this R2D2 actually is a DVD projector that controlled to display message from Nagios when a network problem occurs. Very geeky.

Permalink Leave a Comment

CPU scaling problem

June 10, 2008 at 4:00 am (linux) (, , , , )

CPU scaling problem in my debian based laptop makes me confused. It stays in 1.8 GHz and won’t scale down.
After searching using “throttling ” keyword and bumped here and there, I found that I have to add acpi-cpufreq module in /etc/modules. Hope this helps you.

Permalink Leave a Comment