MySQL® Database

Posted onCategoriesLAMP

The MySQL® database has become the world’s most popular open source database because of its consistent fast performance, high reliability and ease of use. It’s used in more than 6 million installations ranging from large corporations to specialized embedded applications on every continent in the world. (Yes, even Antarctica!). Not only is MySQL® the world’s Read More …

Linux is case-sensitive

Posted onCategoriesLAMP

Linux is case-sensitive. For example: myfile, Myfile, and myFILE are three different files. Your password and login name are also case-sensitive. (This follows tradition since both UNIX and the “c” programming language are case-sensitive.) Naming conventions for files and directories are identical. All the files and directories which you create (for yourself, as a user) Read More …

Linux

Posted onCategoriesLAMP

Pronounced lee-nucks. Linux is a computer operating system and its kernel. It is one of the most prominent examples of free software and of open-source development: unlike proprietary operating systems such as Windows and Mac OS, all of Apache its underlying source code is available to the PHP public and anyone can freely use, modify, Read More …