Technical articles
admin
This user hasn't shared any biographical information
Posts by admin
Explorer: No cookies using underscores
Sep 21st
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
Running Debian Linux on Toshiba Satellite R850
Aug 23rd
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!
Work faster and be more productive on Linux with Compiz and Gnome-do
Aug 26th
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….
Debian: No ipv4 connection within Java applications
Jun 9th
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.
Debian: Change default browser and Java version
Jun 8th
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.
PHP and replacing Euro signs
Jun 4th
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 and Linux NFS shares
Jun 3rd
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.