5
Installing LAMP stack on Linux Mint in 8 stepsview story

http://linux.bihlman.com – LAMP stands for: Linux Apache MySQL PHP. It is a popular way to get a professional style web hosting setup on one’s own computer. (General)

5
Step By Step Ubuntu 12.10 (Quantal) LAMP Server Setupview story

http://www.ubuntugeek.com – In around 15 minutes, the time it takes to install Ubuntu Server Edition, you can have a LAMP (Linux, Apache, MySQL and PHP) server up and ready to go. (HowTos)

5
resolv.conf issue in 5.5view story

https://www.centos.org – hi all,i have configured lamp server and configured ip manually. after every reboot i need to reinsert the dns ip. every time i need to enter dns in resolv.conf. some one pl... [by dushyant] (HowTos)

5
Is CrunchBang Statler more or less stable than Xubuntu?view story

http://crunchbanglinux.org – Good evening, fellow CrunchBang enthusiasts -My primary system is an HP Pavilion dv6000 laptop, currently running Xubuntu 12.04. Xubuntu has been my main distribution since July of this year; I ended up using it after browsing DistroWatch hoping for a non-Debian Xfce-based distribution.Xubuntu has been working all right for me, mostly - up until today. (HowTos)

5
MTA for my Linux server boxes to send administrator mail to my #! compview story

http://crunchbanglinux.org – hey folks.  im still climbing the learning curve so this may seem a stupid question, but i chose this forum because you #! people are just so darn nice.  let me outline the question.  i have #! (HowTos)

5
Database table data transfer between different servers using bcp.exe and mysqldumpview story

http://serverfault.com – I have 2 servers, both are exact clones of another, one is PRODUCTION live use and the other is strictly for backend DATAENTRY. Using MSSQL on two different servers I am using the following command lines to transfer table data between servers... Export table data from DATAENTRY: bcp.exe "SELECT * from database.dbo.table WHERE Modified > '{MM/DD/YYYY} 00:00:00.000'" queryout C:\export\dbtable (HowTos)

5
How to instal LAMP for Ubuntu 12.04 LTS? [closed]view story

http://askubuntu.com – Possible Duplicate: What's the easiest way to set up a LAMP stack? I'm studying SQL database right now and I need a mySQL server. I was guided to use a LAMP server on Linux .. but I don't know how to install it on my Ubuntu 12.04 LTS ?!! I looked for previous situations like me and I found that I should install some software called tasksel .. but when I did .. (HowTos)

5
[ubuntu] No php in virtual host - only server ipview story

http://ubuntuforums.org – Hey, I am really new to ubuntu serve, so please dont mind ;) I set up a new server (Ubuntu 11.10) with LAMP and installed webmin to make the configuration a bit more easy. Works fine so far, expect this: I added some virtual host (so I can handle different domains). (Hardware)

5
[64 bit] KVM Memory usageview story

http://ubuntuforums.org – Hi there, I'm seeing some high memory usage and was wondering if it was normal. I'm running 2 VMs on my Ubuntu 12.04 (server edition) : 1) Windows 2008R2 server which has 2048MB assigned to it. 2) Ubuntu server edition 12.04 which has also 2048MB assigned to it. in TOP I get 2 processes : The first kvm process (windows 2008R2) uses about 2G of memory. But the second kvm process (Ubuntu 12 (Hardware)

5
Connection failed to open the DB connection: could not find driverview story

http://askubuntu.com – I am newbie for ubuntu and I was trying to run lamp. I installed mysql, and pdo extensions. (HowTos)