Wednesday, November 25, 2009

How to split large files in Linux and *BSD

Suppose you have a large file that you need to "break down" to smaller pieces and then reconstruct. It's fairly simple, using the split command.

I will only give a brief usage example. For more information, check out man split (and info coreutils 'split invocation' on Linux).

Thursday, November 19, 2009

IPFW: rule-based forwarding disabled

If you want to enable IPFW (or load the module) and you get "rule-based forwarding disabled" in dmesg... and you need forwarding, well, that is just too bad. You will need to enable IPFW forwarding support in the kernel.

Shockwave content on Linux

Suppose you have the misfortune of having to access a page which only provides its interactive content in Shockwave, not Flash or Java. A stupid, ugly and slow leftover of old Macromedia (just before they released Shockwave Flash) that should not be supported anymore, anywhere, in my opinion.

Monday, November 2, 2009

Keypad/Numpad gone mad in KDE4

I upgraded to KDE4 – Kubuntu Karmic Koala (9.10).

All was fine, excepting for the numerical keypad. My notebook's design includes this keypad which allows me to use the digits (when NumLock is on) and the other keys, respectively (Del, Home, End, Page Up, Page Down, Ins) – when the NumLock LED is off.

Sunday, September 6, 2009

Editing Midnight Commander's color scheme

In a previous post I was sort of laying out a "formula" on how to transform your Midnight Commander default color scheme into a trasnparent skin, without talking too much about how you can change the other colors.

To my great shame, I didn't pay too much attention to this blog or to the comments asking for further advice. I found Mateus' comment rather late (just now!) and decided to dig further, in order to find out how exactly to deal with more refined color changes, while still keeping the transparent background (in both in Midnight Commander and its editor).

Friday, September 4, 2009

Core dumps

Since I'm interested in examining core dumps (in order to submit them to the ones developing the application that crashed) I prefer to keep core dumping enabled at all times on my systems.

Here is a brief hands-on to core dumps management.

Thursday, July 2, 2009

SSH, backspace and UTF-8

Just great. If you use UTF-8 characters encoded on more than 1 byte (such as Latin diacritics, Armenian, Japanese etc. characters) and you attempt to hit [backspace] through SSH to delete them, you might be surprised to find out that backspace in SSH only deletes the last byte.

This can lead to a lot of unexpected results in your documents and it can generate a lot of confusion for any app you might be running via SSH.

Sunday, June 7, 2009

mt-daapd / Firefly media server -- follow-up

A little while back I was talking very angrily about mt-daapd / Firefly media server.

It just so happened that it was 1) crashing and 2) apparently scanning outside of the directories I told it to scan in.

Friday, May 29, 2009

mt-daapd is not the answer

Depending on how lucky you are, mt-daapd / Firefly Media Server might or might not work for you.

The problem at hand is how to elegantly share media files in your LAN without resorting to NFS exports or Samba shares.

Wednesday, May 13, 2009

Migrating from KMail to Evolution

I've decided to give Gnome one more go (I've been a KDE user so far) so I installed Ubuntu 9.04 on my laptop. What's more is that I decided to use only GTK applications, nothing Qt whatsoever. At least for a while, to see how it goes : )

So far, nothing but confusion. What was notable though was the painful migration of my e-mails from KMail to Evolution.

Monday, May 11, 2009

Asus Pro57Vr notebook (M51VR) and Linux



I bought this Asus Pro57Vr notebook (scroll and click "Specifications") about 10 days ago; it's reported as M51VR on Ubuntu.

It's very nice, for its price. Plus, I've grown fond of Asus over the pas
t years, due to the great quality/price balance. After I've stuffed my desktop system with a lot of Asus components, I thought I'd buy a laptop from them as well.

Wednesday, February 25, 2009

svn bad commit?

Suppose you do a bad svn commit. Here is a quick hands-on.

Thursday, February 19, 2009

Pidgin bug -- update

After more than half of year after noticing the issue and getting frustrated with the "can't set new Yahoo! avatar in Pidgin" bug, it seems that things have finally gotten a move on!