Linux/LAMP for dummies...
December 22, 2006 1:34 PM
Subscribe
i am a complete Linux Noob and i've decided to go a few rounds with a simple LAMP server. Where can i find helpful resources and suggestions?
i've decided to stop bullshtting around dive head first into Linux. i have 3 PCs of various ages.
1)i set up a LAMP server using this
tutorial on a Compaq 750mh with one 6gb HDD and a 30gb HDD packed with MP3s i really wanna keep. the server is running fine.
2)i've installed Ubuntu desktop on a Dell optiplex GX240 with a 30gb HDD.
3)i have windows XP running on my Dell GX270, which has 80 gbs of space.
ok, so now i'm ready to shred and i have no idea what to do next. i read that its a web server. nothing i've found shows me how to actually serve, they just tell me how to do it better. i'm walking thru
Unix for Beginning Mages. i'm using Torrent Flux (for legal content only, of course). i'm unfamiliar with the Apache, PHP and SQL stuff. i'm looking for basic ways to maximize my linux experience.
anyone been thru something similar and have better suggestion than google?
oh, and anyone know how to get the the info on the second LAMP drive beyond simply putting it in the XP machine?
thank, sorry for my noobieness.
posted by Davaal to computers & internet (10 comments total)
7 users marked this as a favorite
Figure out where that page is on the LAMP server's hard drive, and at that point, you can put up static html pages into that directory and get to them.
You'll also need to locate the httpd.conf (apache config) file that lives in /etc (most likely).
At that point, you probably have everything set up right, and you should go read a beginner's tutorial on PHP. Do something in php without the database. Then upgrade to using the database. And at that point, you're limited by what you can code.
posted by cschneid at 2:10 PM on December 22, 2006