Maxim of the day
#1: Spend less time thinking, and more time doing.
#1: Spend less time thinking, and more time doing.
Only one and a half year after I launched iRail, the NMBS/SNCB launched their own mobile website (with a few additional functions, but not all of them optimized for mobile view).
Well done I’d say. Just a tiny bit late. :) And too bad there doesn’t seem to be an iPhone optimized version (later?).
Oh well, finally. I’ll be testing it next time I’ll be taking the train. :)
I’ll keep it short; gotta be going to my exam soon. But ye, happy Ada Lovelace day for all those (techie) girls out there. ;)
I recently migrated vm1 to nginx instead of lighttpd. Just for the sake of playing and testing around.
As there’s a PHP page as well, I had to set up fastcgi with PHP. I mainly followed this tutorial to try to get PHP working.
However, every PHP page I visited returned following error:
No input file specified.
As I was fairly sure it was path (or variable) related, I played around with:
Trying to recompile the VMware Server 2.0.2 on kernel 2.6.33 I came upon these two errors:
# uname -a Linux Sauron 2.6.33 #1 SMP Tue Mar 9 15:09:05 CET 2010 x86_64 AMD Opteron(tm) Processor 248 AuthenticAMD GNU/Linux
This is a Gentoo machine.
Error 1:
The directory of kernel headers (version @@VMWARE@@ UTS_RELEASE) does not matchyour running kernel (version 2.6.33). Even if the module were to compilesuccessfully, it would not load into the running kernel.What is the location of the directory of C header files that match your running kernel? [/usr/src/linux/include]
This can be resolved by editing version.h (usually in /usr/src/linux/include/linux) and adding this line:
Found this on the web, worth watching.