ubuntu 64 bit and brother dcp-7030

find attached files to install

sudo dpkg -i --force-all --force-architecture *package*

CSS round corners....

When oh when is css3 finally going to be released???
It's not only the question I ask myself now, it's the question I ask myself for the past 6 years... that is so annoying!

The feature I miss most in css2 is the ability to apply round-corners to elements. But even the css3-definition "border-radius" is not yet available, there are some ways to do it. Here's my favourite way:

For some browsers, the developers included some "pre-versions" of border-radius:

Gekko-based browsers (Firefox, Netscape 6+)

-moz-border-radius: 10px;

or

Crontabs of all users

Sometimes it can be helpful to list the crontabs of all users. Eg. to find out why your server periodically has a load of over 80%...

for user in $(cut -f1 -d: /etc/passwd); do crontab -u $user -l; done

Now you can search all crontabs that are done on the time of your load peak.

Plesk and Drupal-Multisites

In order to benefit from drupals amazing functionality concerning multisite capability, you have to do some extra-stuff in your plesk-config, more precisely in your vhost-config.

Example scenario

You administer 50 customer drupal sites on your plesk-server. Every time a new drupal release comes up, you have to update every single one of this 50 installations (we didn't even talk about the modules).
No question: enormous waste of time and disk space.

Let's dare an approach

OpenOffice Wortergänzung ausschalten

Extras - AutoKorrektur Optionen - Wortergänzung - Wortergänzung aktivieren

Cisco AnyConect, 64bit Linux

  1. Install some 32-bit libraries.
    (x)ubuntu
    sudo aptitude install ia32-libs lib32nss-mdns

    gentoo

    emerge ia32-libs lib32nss-mdns
  2. Download cisco_opt.tar.gz (find below) and unpack it to /opt. After that you should have a directory /opt/cisco.
    wget http://guldener.net/sites/default/files/cisco_opt.tar_.gz
    tar -xzf cisco_opt.tar_.gz
    sudo mv cisco /opt/
  3. Now, in order to get the libraries needed, download firefox for 32bit:
    Download it from http://www.mozilla.com/en-US/products/download.html

     

Wie habe ich den Wiki-Eintrag erstellt?

ZHAW Leistungsnachweis 3

  1. Suche eines noch nicht verwendeten Begriffes. Meine Wahl: "Computer".
  2. Um nun für den Begriff "Computer" eine neue Seite zu erstellen, kann im ursprünglichen Text das Wort "Computer" in "[Computer]" geändert werden.
  3. Nach Abspeichern der Seite ist ein neuer Link auf das Wort "Computer" gelegt. Jetzt muss nur noch auf diesen Link geklickt und...
  4. ... die Editierungsmaske ausgefüllt werden.

windows vista password recovery tool

hilarious tool to reset your vista or xp password or/and enable or/and disable users...

http://trinityhome.org

unmount samba-filesystems before shutdown

To avoid error messages like

CIFS VFS: server not responding
CIFS VFS: no response for cmd 50 mid xxx

use this commands to proper unmount samba-filesystems on shutdown:

ln -s /etc/init.d/umountnfs.sh /etc/rc0.d/K15umountnfs.sh
ln -s /etc/init.d/umountnfs.sh /etc/rc6.d/K15umountnfs.sh
 

Too Cool for Internet Explorer