Tagged Questions
0
votes
2answers
245 views
Web Development in Ubuntu
I cannot seem to find info on creating web pages on my Ubuntu 12.10 server.
Is there a program to do this like Microsoft has (such as Frontpage)?
I have installed Ubuntu 12.10, PHPMyadmin, MYSql, ...
2
votes
2answers
110 views
Creating a Web Server [closed]
Here's my problem in a nutshell:
I have been given an old computer (Windows 2000 for now) and I need to install an Ubuntu OS (I'm thinking about Ubuntu Server), Moodle and perhaps a website.
After ...
0
votes
1answer
190 views
Websites running on server showing virus warnings
I am running Plesk 9.5 on Ubuntu 8.04 LTS and have about 15 websites infected with some malicious code appended to the end of java files. I have installed Clamav and it has managed to pickup the ...
0
votes
1answer
149 views
How to connect to homepage after creating it with a python webframework (hyde) from an other machine in the same network?
I created a website on a server with hyde. After installing hyde on a Ubuntu machine, I followed these steps:
Temrinal:
$ hyde -s /path/to/mysite create
$ cd /path/to/mysite
$ hyde gen
$ hyde serve
...