
The Millennium Technology Prize is the largest technology prize in the world and it is awarded once every two years by Technology Academy Finland. The Awarded is given for life-enhancing technological innovation. Linux kernel creator Linus Torvalds and Dr. Shinya Yamanaka won the Millennium Technology Prize, the prominent award for technological innovation for 2012.
[click to continue…]In Linux and UNIX in general, services are configured using various text files,in the /etc/ directory trees. A typical server system could have dozens of configuration files. It is important that you check the validity of the configuration file. In some cases it is possible to to check the sanity of the special data (such as keys) or directories (such as /var/lib/cache/). Text files are easier to manage remotely. You can use ssh and a text editor. If there is an error in configuration, server may not start. This may result into a disaster. In this article I will explains howto find out a syntax error for popular servers and test configuration file for syntax errors.
[click to continue…]