Updated Tips and Tricks (textile)

Christopher Jones
2013-11-12 15:55:28 -08:00
parent 72c9e08e53
commit dea6611da2

@@ -124,8 +124,11 @@ export UNDERLINE='\\033[4m'
1. Install davfs2 support on your distro of choice. Directions for the command line and 1. Install davfs2 support on your distro of choice. Directions for the command line and
the gui for most operating systems can be found "here":http://doc.owncloud.org/server/4.5/user_manual/connecting_webdav.html the gui for most operating systems can be found "here":http://doc.owncloud.org/server/4.5/user_manual/connecting_webdav.html
2. Follow steps 2 and 3 of Method1. 2. Follow steps 2 and 3 of Method1.
3. A few options to consider: 3. A few options to consider:
- Make the file system mount automatically using fstab. - Make the file system mount automatically using fstab.
- Use the guid and uid parameters on fstab to set group ownership and then add - Use the guid and uid parameters on fstab to set group ownership and then add
users you'd like to give todo.txt access to instead of relying on the user users you'd like to give todo.txt access to instead of relying on the user
@@ -145,5 +148,5 @@ export UNDERLINE='\\033[4m'
<pre> <pre>
#use_locks 1 #use_locks 1
use_locks 0 use_locks 0
<pre> </pre>