|
Looking to create a website with hyde/django to server static pages. Running Ubuntu.
Is there a certain folder or directory where I should be keeping this website? Should I just keep them in a "project" folder in ~?
Just looking for a norm, first time...
Started by Colby on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
I work on things in ~/project and I ....
I make a distinction between "development" and "deployment".
The normal setup is to go for /var/www/html after if you prefer to have this in your home directory you can use the userdir extension ( forum & howto ) .
|
|
I have enabled the "Shared Folders" feature on the VM that runs Ubuntu 9.04. How do I access this from the Ubuntu guest OS?
My host OS is Windows Vista Home Premium with SP2.
Note: I have enabled "Shared Folders" for Windows 7 RC (guest OS) by mapping...
Started by Rakshit Pai on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
Once you have done that and the hgfs kernel module has loaded you should be able to access... .
Check out: http://communities.vmware.com/thread/208507
You need to install the VMware Tools .
You need vmware-tools installed, which has been problematic in 9.04 .
|
|
I have two ubuntu computers and a linksys router.
How can I make them share folders between them?
Clarification (09/06/26):
I have two ubuntu computers No Windows at all. They both share the same linksys router. One's IP is 192.168.1.101. The other's ...
Started by lamcro on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at serverfault):
Https://help.ubuntu.com/8.04/internet....
Should be all you need....
What you need to do is NFS mount the folders from one computer to the other.
If both computers are connected to the same side of the router then the router has nothing to do with it .
|
Ask your Facebook Friends
|
I have ubuntu installed. When i click on network i can see my windows computer shared folder.
Is there any command to copy folder /home/testfolder
on /computername/sharedfolder
The computer is available on ubuntu network
EDIT:
When i tried installing ...
Started by Mirage on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
Scp -r /home/testfolder root@computername or ip :/sharedfolder.
Sudo smbmount //computername/sharedfolder /mnt/ cp /home/testfolder /mnt
Use scp command .
|
|
Hi,
I have read through several guide but im having trouble getting it working. I have installed the Guest Addition, cause my mouse integration works. However, when I shared my folder and restart the OS. I see nothing in my Ubuntu desktop. How can I find...
Started by Mickey Cheong on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
Cheers! :)
I managed to get a detail answer from this website :)
http://www.mydigitallife.info/2009/11/25/how-to-access-windows-host-shared-folders-from-linux-ubuntu-guest-os-virtual.
Is the shared folder name.
|
|
Hey I have noticed since I have gone to 12.04 that my Ubuntu One folder from my Home folder is missing? How can I get it back?
Glenn.
Started by Senior_Buckethead on
, 6 posts
by 3 people.
Answer Snippets (Read the full thread at ubuntuforums):
: : Yeah, I went to Ubuntu Software Centre and installed Ubuntu one, but I still don't have the folderI think that's because the Ubuntu One client is not installed by default(but that might not be the reason, so I might be wrong).....
|
|
I really like using Dropbox and Ubuntu One, but they don't quite cut it for my workplace, because of restrictions on using external services.
Is there software (preferably free/open source) that we can run on our Linux server in-house, that will provide...
Started by chrishaum on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
You can try this git wrapper: Git-Sync folder synchronization.
The best thing you can probably do is to just create a folder and then looking more into rsync (one they charge for online storage.
|
|
I want to share a folder among all users of a group : dev. So that all files are regardless of the owner can be edited by anyone in the group.
I have created the shared folder and set the respective permissions to the folder.
When a user creates a new...
Started by Prabu on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
You use it to mount one directory onto another mountpoint and can set .
There's a package in ubuntu).
|
|
My folder Structure
/UNIX /Find /Grep /Find-Grep
I made a symlink to the UNIX folders unsuccessfully by
ln -s /I/Unix path/Dropbox/myFriend
I removed a .todo -file at /Dropbox/myFriend/Unix/Find/.todo. I noticed that that my .todo file at /I/Unix/Find...
Started by Masi on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
So, alternately (instead of changing.
Might be in yours, but not in my ubuntu box.
In the kernel yet.
|
|
Simple question, but for some reason I couldn't find the exact answer on Google:
I have a fresh Ubuntu install on Slicehost, and would like to make a public directory in my home dir for a simple website containing a bunch of static HTML files. How do ...
Started by RexE on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Of course, you'll also need to make sure that the permissions on your public_html folder allow the www.
|