Page 1 of 1

OS Platform question

Posted: Wed May 24, 2006 4:09 pm
by Tritan
I am currently running XP Pro on the machine that my server is on. I am considering porting over to Linux but have no experience with Linux at all.

What things should I look for in my script set and what would be required to do this change?

Posted: Thu May 25, 2006 4:06 am
by Shinigami
there is one point only: case-sensitivity in file names (scripts & includes to compile, configs to load).

u can compile your files @ win and just move'em to linux, running the linux bin there (e.g.):

Code: Select all

./pol >> pol096.log 2>> pol096.lg2 &
Shinigami