Monthly Archive for February, 2011

Excuse the downtime

Some funny downtime excuses:

  • We’re a free service. Goddamn.
  • Does anyone know how to fix a database cluster?
  • Cocaine is a hell of a drug.
  • Squirrels.
  • Did we mention we re-hired Jakob Lodwick this weekend?
  • Continue reading ‘Excuse the downtime’

    WordPress disable admin bar

    And today I installed another important wordpress update. This update brought a stupid admin bar with it.

    Wordpress Admin Bar

    For some styles and users this can be really helpful, but not for me and my style.
    Continue reading ‘WordPress disable admin bar’

    Fedora: static IP

    Fedora use some own configuration files unlike Debian systems. For network configuration exactly the same.
    Lets bring our eth0 interface up with static IP-Address.
    This configuration block can be copied, please change your BROADCAST, HWADDR, IPADDR, NETWORK and of course the GATEWAY parameter.
    Continue reading ‘Fedora: static IP’

    64-bit Debian: No such file or directory

    Problem:
    When I try to run 32-bit program on 64-bit Kernel the following errors were observed:
    My code was compiled on 32-bit environment.

    1
    
    root@oracle-server: ./re_structure.bin: No such file or directory

    Solution:
    Get the 32-bit shared library package for use on amd64 and ia64 systems, ia32-libs:

    1
    
    aptitude install ia32-libs

    Fedora and YUM

    Fedora

    Today, I installed Fedora 14 under virtual machine (i used KVM). I downloaded a normal graphical KDE version which has 687M of size and the installation process was pretty quickly.

    My first impression was, that it similar to Ubuntu in many ways, but not the package manager:)

    My tiny yum reference:
    Continue reading ‘Fedora and YUM’