I am a new Linux/Ubuntu user and I'm trying to set up an easy local Web Development Server. For now I just need Apache. I don't want a LAMP bundle (Like XAMPP - I have a 32-bit architecture) and I don't need PHP and MySQL for now.
I like to do things from scratch and the terminal way. So far I have installed apache. Localhost or 127.0.0.1 runs fine and I have added some files to the root directory /var/www/html
. I could create a sub-category and an index.html
file under /var/www/html
(every time I did, I had to use sudo
to do that, even though I was signed in as root.)
I also installed Atom as a Text Editor, but Atom can't save my files due to some access restrictions/permissions. Every time I solve an issue another problem occurs. What should I do now?
So much to know about Linux, so much to configure there, my brain is tired of googling and searching for answers that do not really much my questions. I think I need some help here.