Displaying 4 results from an estimated 4 matches for "modifyable".
Did you mean:
modifiable
2014 Apr 30
0
ReplayPlot, limited to single session for RecordPlot()
...e should be graphics devise independt and display on unix
or windows or whatever OS it is created on. Either the internal format
which should be redesigned, or the error message needs to be taken out of
the format. This internal format if done right has two uses. First it
produces plot which are modifyable unlike say svg() or pdf(). Second it
should save space and be suitable for eloading into R. Regenerating these
from data
each time is an unnecessary waste of time as far as I can tell. Its hard
to see why the developers did this.
---mike
--
Michael Cohen
Work: 808 Commonwealt...
2001 Nov 05
1
Public Samba Server <--> Private Clients?
...er for those MASQ clients? If so, can it be setup so that ONLY
those coming from that MASQ section be allowed to contact it (Samba)?
The reason for this convoluted setup is because I want the Public
WWW server to stay where it is, serving the world, however I want files
on it to be accessible/modifyable to those sitting on the MASQ network
through Network Neighborhood (or whatever is equivalent) and Samba is
the only thing that comes to mind, but I'm not sure Samba can even work
this way.
--
W | I haven't lost my mind; it's backed up on tape somewhere.
+-----------------------------...
2005 Jun 15
3
Burning CDs
Hi,
I have just installed 4.1 on a new Dell Latitude d610. It does
not automount the CDs. When I mount the CD manually I get:
$mount /media/cdrecorder
mount: block device /dev/hdc is write-protected, mounting read-only
The CD writer is an Philips IDE: CDRW/DVD-ROM CDD5263
Here is my mtab:
$ cat /etc/mtab
/dev/mapper/VolGroup00-LogVol00 / ext3 rw 0 0
none /proc proc rw 0 0
none /sys sysfs rw
2007 May 07
6
Dovecot not handling r/o mailboxes completely, and problem with ACL as a workaround
...e IMAP response to update mail flags
to reflect that the client wants to move to delete a mail). I understand that
imap clients will usually only set status as read or deleted first and only try
to delete an email for real on expunge, but it seems dovecot does not try to
detect if a message is modifyable before it is too late for the user to find
out. What happens is a user appears to be able to mark messages read, move them
to another folder, or delete them (another way of moving to another folder eg.
Trash). The user is clueless that the changes will not occur, and only finds
out later when...