Tagged Questions
0
votes
2answers
32 views
How would I mount a linux shared folder on another linux system?
What I'm trying to do is to share my VM development web server's /www folder, to make it more convenient to transfer the HTML, PHP and web documents I have made to test on the web server.
Would I ...
1
vote
1answer
35 views
Permission error to access mounted directory in localhost
OK, I formatted my flash to ext4 file system,
changed all the permissions to 777 and mounted it to /var/www/html/web.
Now, when i access localhost/web it gives the following error:
"You don't have ...
0
votes
1answer
85 views
Need advice for tools to use in everyday workflow [closed]
I am an open source web developer that has decided to transition away from using the Microsoft stack as the center of my everyday workflow and dive into Linux for my primary workstation. As I am new ...
5
votes
8answers
1k views
WebGUI for Virtualization?
Are there any virtualizations that can be accessed via a WebGUI too?
I mean the administration part is enough on a terminal, but we need a virtualization/webgui solution for "customers".
So that ...
5
votes
2answers
215 views
Is there a web site to search in the file contents of default installations of different linux distributions?
The text string "Network services, Internet style" is found in
the first line of the file /etc/services on a computer running Ubuntu 11.04
erik@laptop:~$ head -1 /etc/services
# Network services, ...