$ cat /dev/brain > /dev/blog

Life is written in chapters but the table of contents is missing.


11 Mar

Ubuntu 7.10 on Lenovo/IBM Thinkpad R61


Just as a reminder for myself…

Of course, the new company laptop came with a Windows installation, but setting up Ubuntu was far more straight forward than when I tried Fedora Core on a Toshiba Satellite M30 years ago. Although the installation instructions linked above cover the T61, most of them also work for the Lenovo Thinkpad R61.


07 May

Installing VMware server on Fedora Core 5


If you only need to run VMware images (e.g. provided by your professor), you might want to try out the free VMware Player software. Works great (after applying the VMware any-any patch and compiling your own kernel modules [remember to have the kernel-devel package installed]).

If you decide to create your own virtual machine, e.g. to run a Windows OS inside a sandbox within your safe FC5 environment, VMware offers a VMware Server Beta free of charge. You just have to register and will get a serial number sent to your e-mail address.

Install as you like (you can install the provided RPM files using rpm -ivh ... or untar/un-gzip the tar.gz archives) and run the configuration scripts provided with the packages. A good installation guide can be found on VMware Support website.

After the installation and a reboot I had trouble connecting to the server. I found this hint on the VMware forum and -surprise- the error is caused by SELinux (I’m really thinking about simply disabling it!)

Run these commands (as root) to configure SELinux properly:
# find /usr/lib/vmware -name '*.so*' -exec chcon -t texrel_shlib_t {} \;
# rm /var/run/vmware/vmware-serverd.PID

Now you should be able to connect again to your VMware server.


14 Sep

Mehr Geschwindigkeit aus der Festplatte kitzeln


Beim Ausmisten vor dem Umzug bin ich noch auf ein paar alte, ungelesene Linuxmagazine gestoßen, die ich von Frédéric bekommen hatte (die Flugdauer hatte nur für ein Linux-Magazin und eine iX gereicht :) ).

Dabei bin ich auf den Artikel “Wer bremst, verschenkt” gestoßen, der sich mit der Optimierung von EIDE-Festplatten unter Linux mittels hdparm befasst.

Gleich mal ausprobiert und siehe da: Datendurchsatz bei /dev/hdb um 100% gesteigert. Schön :) Die Parameter für hdparm lassen sich bei Fedora Core 2 in /etc/sysconfig/harddisks einstellen und werden beim Hochfahren dann automatisch gesetzt.


Comments Off Filed under: Computer & Technik, UNIX/Linux Tags: , ,
23 May

Fedora Core 2 installiert


Meinem Desktop-PC habe ich gestern ein Update von FC1 auf FC2 spendiert. Gleich nach dem Start der erste Schock: alle Einträge im Startmenü waren weg.

Ein yum-Update mit der aktualisierten yum.conf (Version vom 02.10.2004) hat mir dann aktuellere 3.2.2er KDE-Pakete beschert (die wahrscheinlich im Zuge des “Updates” mit älteren Versionen überschrieben worden sind) und dann war das Menü endlich wieder komplett.

FC2 kommt out-of-the box schon mit diesem ganzen Krempel daher (natürlich wahlweise an- und abwählbar, aber durchaus für mich passend):

  • Kernel 2.6.5
  • KDE 3.2.2
  • Gnome 2.6
  • Gimp 2.0
  • Mozilla 1.6 und Firefox 0.8
  • XFree-Server von X.org

Gleichzeitig habe ich auch die Chance genutzt und V.s Redhat 9 auf FC2 geupdatet. Auf dem Laptop bleibe ich aber bei FreeBSD, nachdem ich gerade den (hoffentlich) entscheidenden Hinweis bekommen habe, mit dem ich wohl das WLAN mit IPSec zum laufen bekomme.