You do not have to be an expert in internet technologies to realize that this profession is best suited for those of us with ADHD.  This arena is constantly changing and is perfect for those of us that achieve a level of expertise and then become bored.  In this field, the next level of technology is not far behind its predecessor.
 

    Some Definitions

  • LAMP
    A combination of these technologies, Linux, Apache, MySql, and PHP.
  • AJAX
    A combination of these technologies, asynchronous javascript and XML.
 
 
When setting up a new linux server, these changes are often required for apache and webalizer.
  • chcon -t httpd_sys_content_t -R /home/xxxxx/public_html
  • chron -t webalizer_var_lib_t -R /var/log/httpd/xxxxx/usage
To see the permissions use the command: ls -Z
link the directory so stats can be seen: ln -s /var/log/httpd/xxxxx/usage /home/xxxxx/public_html/stats