5
LAMP Server not working on Preciseview story

http://askubuntu.com – I've installed Ubuntu 12.04 LTS Precise a few days ago. I tried installing LAMP Server as I've been done in last four Ubuntu versions, simply by using these commands: $ sudo apt-get install lamp-server^ $ sudo apt-get install phpmyadmin First command seems to install all needed packages for LAMP to work. It installs and configures Apache Server, PHP Modules and MySQL server, all in one. (HowTos)

6
[ubuntu] LAMP server and Im new!view story

http://ubuntuforums.org – Hi! Im new to ubuntu really! Anyways Installed ubuntu on my laptop to run a temporary webserver on it. I installed the LAMP (Linux Apache MySQL Php) server. It's all working fine, but I was trying to put my website on the server by dragging all my folders and stuff into /var/www and it said I don't have permission. Im very confused because 1. Im the only user. 2. (Hardware)

13
hello world #!view story

http://crunchbanglinux.org – I just got bored having the same setup on my main computer and the laptop, so I decided to try a new DE, being it Openbox. After I installed a barebone Debian netinst and put OB on top of it I realized I'm too lazy to fuck once again with setting it up from scratch. (HowTos)

3
[ubuntu] Executing a PHP script with Crontabview story

http://ubuntuforums.org – Hi guys, I know there are a lot of posts about this all over the internet but this is really driving me crazy and I can't see what the problem is. I had this working before but I've just installed a new LAMP set-up and everything is fine except for this one issue. (Hardware)

5
[ubuntu] Does anyone have an tips on installing Lamp?view story

http://ubuntuforums.org – I am setting up a new server and am going to put Lamp on it. Does anyone have any tips on installing it and setting it up?:popcorn: (Hardware)

14
Firewalls (ufw vs apf) on Ubuntuview story

http://serverfault.com – On my LAMP servers, do either of the firewall interfaces (ufw or apt) allow you to setup rate limiting to automatically ban brute force attempts (e.g. via SSH)? Or, is it best to install fail2ban in conjunction with strict firewall rules? (HowTos)

13
Safest development LAMP server?view story

http://ubuntuforums.org – Hi guys! I'm wondering what can I do for having a development LAMP server without explosing me to any security problems. So I install the LAMP stuff with this command: Code: sudo tasksel install lamp-server^ And after I edit /etc/apache2/ports.conf and I change Code: Listen 80 To Code: Listen 127.0.01:80 to make any other computers outside my network incapable of queryin (Hardware)

3
Ubuntu web server 11.10 ftp/server issueview story

http://serverfault.com – I was wondering if I could get some help with FTP, atleast I'm pretty sure it has to do with FTP. Although it could have to do with something else, I'm not 100% sure.. Now, for fare warning, I'm no ubuntu dominator, I'm pretty newb. Anyway, I've attempted to build a webserver to to test php and what not for a site I'm building. Now everything works, the php, the sql etc. (HowTos)

6
To what extent do I need to know what i am doing with Ubuntu Linux server admin?view story

http://serverfault.com – So as a bit of background, I am completely new to server admin. I am a web designer, and generally know quite a bit about computers. Until a few months ago, I had never used LINUX. Now my desktop runs Mint, and I have moved to an Ubuntu Linux cloud server with Rackspace. Essentially I have followed the following guide: http://www.symana.com/2010/12/setup-a-lamp-rackspace-cloud-server-running- (HowTos)

10
How can I find installed web applications?view story

http://askubuntu.com – I've installed LAMP Server using tasksel. I've installed phpMyAdmin, which I know from experience gets in /phpmyadmin. That works. Then I installed drupal6. I assumed that it would get in /drupal, but that's not the case. How can I find that kind of information? (HowTos)