your query returned 1 results
CGI
(Common Gateway Interface), is generally the most way for web servers to interact dynamically with users. Common uses include online feedback and online forms.
This takes the form of a computer program that allows web servers to forward requests for processing to other programs, which then return their results to the web server.
Depending on the context in which the acronym is used, CGI can also stand for Computer Generated Graphics.
DEVELOPER LINKS
Minimalweb
This is a very well done website from German designer Maurice Kühlborn.
Grep Tutorial
Grep is one of those command that I have not had much luck with- I see that it is a powerful command for development and just browsing around your system for files. This page has a nice assortment of grep documentation. It is a good quick reference.