Answer the question
In order to leave comments, you need to log in
What is the initial setup of Ubuntu 14.04 LTS?
Remote server Ubuntu 14.04 LTS.
I plan to launch a website on it: several php pages and a database.
On the help.ubuntu.ru/wiki/lamp page, the following line was found, which, in fact, was supposed to help me. sudo tasksel install lamp-server
However, in response, it displays 0% download of the file (the screen stays stuck in this state for a long time). When nothing downloaded for me overnight, I simply closed the putty client program.
Then I checked the command: ping ya.ru
The screen is updated almost every second. The numbers are changing. And I conclude that the server receives data from the site (mb packets? It doesn’t matter).
In the manuals for starting the server, the command is used:
sudo apt-get install apache2 mysql-server php5 phpmyadmin
Answer the question
In order to leave comments, you need to log in
1 sudo apt-get update & apt-get upgrade
2 reboot
3 your commands to install the packages you need
Hmm, first show the output of the following commands:
ifconfig
cat /etc/apt/sources.list
cat /etc/resolv.conf
And ping ru.archive.ubuntu.com itself
ping ru.archive.ubuntu.com
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question