ghacks Technology News

How to: Install a LAMP server

If you’ve read enough of my Ghacks tutorials you have most likely come across mention of a LAMP server. If you are not sure what a LAMP server is: Linux Apache MySQL P (can mean PHP or PERL – depends upon your needs) LAMP servers are very popular, cheap, effective, flexible, and reliable servers. But [...]

Categories: Linux, Networks, Open Source, Server, Software, Tutorials Basic

PHP – what it does and what it doesn’t

PHP is a Server side scripting language. Its primary competitors are ASP (Microsoft), JSP (Sun), CFM (Adobe), and Perl (often called cgi by hosting companies, although it is not the only cgi language). PHP was originally created in 1995, so as a technology it is fairly mature. Version 5.x is the latest stable version and [...]

Categories: Tutorials Basic, Web Development

Install Drupal on a LAMP Server

Drupal is one of the most popular of all the Content Management Systems (CMS). Drupal can power: Community portals, discussion forums, corporate sites, personal sites, blogs, e-commerce, and more. Drupal is open source (released under the GPL) and the only real installation restriction is that of the database. Drupal must use either a MySQL or [...]

Categories: Linux, Open Source, Software, Tutorials Basic, Web Development

Back up your Apache web directory and database with this simple script

I administer a lot of web sites. And all of these web sites need backup solutions. Since most of those web sites use LAMP servers it only made sense to set up a backup system using the available, included open source tools. It didn’t take long to create a solid backup system and, with the [...]

Categories: Advice, Linux, Open Source, Tutorials Advanced, Tutorials Basic

Install phpmyadmin for easy MySQL administration

I have been working with LAMP (Linux Apache, MySQL, PHP) servers for a long time. But not matter how much experience I have with them one of the first things I, do after the LAMP installation, is to install phpMyAdmin. This tool makes database administration so much easier than the command line. And when your [...]

Categories: Linux, Open Source, The Web, Tutorials Advanced

© 2005-2012 Ghacks.net. All Rights Reserved. Privacy Policy - About Us