This is a quick tutorial *notes* for me as I constantly have to look for these simple things every time I have to install a lamp server on a nix box.
If you do this kind of stuff to this list might come in handy
- install Ubuntu 10.4 LTS
- install ssh server [ sudo apt-get install openssh-server ]
- install text editor [ sudo apt-get install vim ]
- install lamp stack [ sudo apt-get install lamp-server^ ]
- install ftp server [ sudo apt-get install vsftpd ]
- install phpmyadmin [ sudo apt-get install phpmyadmin ]
- install mail server [ sudo aptitude install postfix ]
This should pretty much set you up with a complete/working dev nix box.
You might also need this in some cases…
- cURL PHP module [ sudo apt-get install php5-curl ]
- IMAP PHP module [ sudo apt-get install php5-imap ]
If you experience any problems hit me up.
Published by

Miguel
I am a bilingual Network Engineer with over 20 years of professional experience in computer science and information technology. I am the founder and operator of Web Semantics, based in Vancouver, Washington, where I design, secure, and manage enterprise-grade infrastructure for small and mid-sized businesses across the West Coast. I provide bilingual IT support in English and Spanish, specializing in network architecture, systems engineering, security, and operational resilience.
Soy un ingeniero de redes bilingüe con más de 20 años de experiencia profesional en ciencias de la computación y tecnología de la información. Soy fundador y operador de Web Semantics, con sede en Vancouver, Washington, donde diseño, protejo y administro infraestructura empresarial para pequeñas y medianas empresas en la costa oeste. Ofrezco soporte de IT bilingüe en inglés y español, con especialización en arquitectura de redes, ingeniería de sistemas, seguridad y resiliencia operativa.View all posts by Miguel