admin

This user hasn't shared any biographical information


Posts by admin

Evil ie

Explorer: No cookies using underscores

Recently at work we came across, yet another new frustrating microsoft thing:

Cookies don’t work on explorer 7 when you use an underscore within your domain. For us this was the case for some local develop address “domain_php5.local”. It only took my colleague a day to figure it out…

As underscores arn’t valid for hostnames, this problem mostly occurs within local networks. Solution: change the hostname.


Meuk :)

Bluetooth errors

Running Debian Linux on Toshiba Satellite R850

Recently I bought a Toshiba Satellite R850-153. I decided to install my favorite Linux distro Debian (wheezy/testing amd64). Things went well (wifi works out of the box), but also things went very wrong immediately after installation.Below I’ll describe the problems I came across after installing Debian. I think this will be useful for Ubuntu users too!

More >

dock

Work faster and be more productive on Linux with Compiz and Gnome-do

I’ve been using gnome for a long time. Lately the interface started to work on my nerves, this is mainly because of the gnome-panels functionality with running programs.

Let me explain….

More >

Debian: No ipv4 connection within Java applications

Recently there is a very annoying setting within debian squeeze. It causes many java applications to not function anymore on ipv4. Basically this means a lot of programs like Eclipse and Netbeans won’t function at all when requiring a connection.

More >

Debian: Change default browser and Java version

If you’re a firefox, chrome or opera user, the first thing you’ll probably want to do when installed debian is installing your favorite browser and change the systems default.

More >

PHP and replacing Euro signs

Within PHP it can be bit of a pain when you want to replace euro signs that come from a database query.

This problem mostly has to do with different encodes of text. More >

osx_mount2

OSX and Linux NFS shares

At work we had this odd problem of OSX (Leopard) clients disconnecting from our NFS file shares. The problem occurred when the clients opened the index of their mounted location. At this point the whole finder (OSX file browser) disconnected and reported “Connection interrupted”. However, the users were able to open child folders directly (e.g. /mount/folder/) which eventually made their work little bit possible, but usually within minutes they got disconnected again while doing copy jobs and such.

More >